id
int64
0
10.2k
text_id
stringlengths
17
67
repo_owner
stringclasses
232 values
repo_name
stringclasses
295 values
issue_url
stringlengths
39
89
pull_url
stringlengths
37
87
comment_url
stringlengths
37
94
links_count
int64
1
2
link_keyword
stringclasses
12 values
issue_title
stringlengths
7
197
issue_body
stringlengths
45
21.3k
base_sha
stringlengths
40
40
head_sha
stringlengths
40
40
diff_url
stringlengths
120
170
diff
stringlengths
478
132k
changed_files
stringlengths
47
2.6k
changed_files_exts
stringclasses
22 values
changed_files_count
int64
1
22
java_changed_files_count
int64
1
22
kt_changed_files_count
int64
0
0
py_changed_files_count
int64
0
0
code_changed_files_count
int64
1
22
repo_symbols_count
int64
32.6k
242M
repo_tokens_count
int64
6.59k
49.2M
repo_lines_count
int64
992
6.2M
repo_files_without_tests_count
int64
12
28.1k
changed_symbols_count
int64
0
36.1k
changed_tokens_count
int64
0
6.5k
changed_lines_count
int64
0
561
changed_files_without_tests_count
int64
1
17
issue_symbols_count
int64
45
21.3k
issue_words_count
int64
2
1.39k
issue_tokens_count
int64
13
4.47k
issue_lines_count
int64
1
325
issue_links_count
int64
0
19
issue_code_blocks_count
int64
0
31
pull_create_at
timestamp[s]
repo_stars
int64
10
44.3k
repo_language
stringclasses
8 values
repo_languages
stringclasses
296 values
repo_license
stringclasses
2 values
2,877
quarkusio/quarkus/13908/13848
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13848
https://github.com/quarkusio/quarkus/pull/13908
https://github.com/quarkusio/quarkus/pull/13908
1
fixes
Native container build with debug symbols fails during copying of jar sources
**Describe the bug** When trying to build a native image with debug symbols in the quarkus quickstart project the build fails. I originally spotted this in my custom project and was able to replicate the same problem in the hibernate-orm-quickstart. Maybe I'm doing something wrong, or maybe this is actually a bug? ...
4b1d5f6bc70d530751aa43db9bc56118aa879b2d
330ad574da22f63d72230e13826ea5758184fe63
https://github.com/quarkusio/quarkus/compare/4b1d5f6bc70d530751aa43db9bc56118aa879b2d...330ad574da22f63d72230e13826ea5758184fe63
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java index 6671453994f..ae164594a3d 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.ja...
['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java']
{'.java': 1}
1
1
0
0
1
13,845,143
2,701,130
360,501
3,816
125
28
4
1
4,967
311
1,386
62
3
0
1970-01-01T00:26:48
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,878
quarkusio/quarkus/13907/13901
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13901
https://github.com/quarkusio/quarkus/pull/13907
https://github.com/quarkusio/quarkus/pull/13907
1
fixes
Redirect for /metrics sub paths is not working
Redirect for /metrics sub paths is not working http://127.0.0.1:8080/metrics after merging https://github.com/quarkusio/quarkus/pull/13601 gets redirected to http://127.0.0.1:8080/q/metrics But that redirect is not working for `/metrics` sub paths, 404 Not Found is returned `/metrics` sub path: ``` curl -v h...
4b1d5f6bc70d530751aa43db9bc56118aa879b2d
65bdc188a5434ed461b146144688e8b645a8401e
https://github.com/quarkusio/quarkus/compare/4b1d5f6bc70d530751aa43db9bc56118aa879b2d...65bdc188a5434ed461b146144688e8b645a8401e
diff --git a/extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/VertxHttpProcessor.java b/extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/VertxHttpProcessor.java index 7f1a38cc0d7..920981089dc 100644 --- a/extensions/vertx-http/deployment/src/main/java/io/qua...
['integration-tests/smallrye-metrics/src/test/java/io/quarkus/it/metrics/MetricsTestCase.java', 'extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/VertxHttpProcessor.java', 'extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java']
{'.java': 3}
3
3
0
0
3
13,845,143
2,701,130
360,501
3,816
1,741
305
30
2
1,158
150
429
43
6
2
1970-01-01T00:26:48
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,881
quarkusio/quarkus/13758/13711
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13711
https://github.com/quarkusio/quarkus/pull/13758
https://github.com/quarkusio/quarkus/pull/13758
1
close
IDE Launcher fails for gradle project containing a submodule without resources
**Describe the bug** We have a gradle project with some submodules. Some submodules have an empty resource folder. When starting the main method directly from the Intellij, we receive a null pointer exception. ``` Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException ...
94ea17a6ce5c86f3feb17343cb885827b4e547b5
684135ae9b3002caf1cee4ef0a18b64b6bbc54cf
https://github.com/quarkusio/quarkus/compare/94ea17a6ce5c86f3feb17343cb885827b4e547b5...684135ae9b3002caf1cee4ef0a18b64b6bbc54cf
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java index 5bd60db5765..37b665f7586 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java +++ b/...
['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/IDELauncherImpl.java', 'core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java']
{'.java': 2}
2
2
0
0
2
13,736,782
2,681,607
357,923
3,783
110
28
5
2
1,775
112
437
38
1
1
1970-01-01T00:26:47
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,882
quarkusio/quarkus/13713/13671
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13671
https://github.com/quarkusio/quarkus/pull/13713
https://github.com/quarkusio/quarkus/pull/13713
1
fixes
Cannot find 'jvmArgs' in class io.quarkus.maven.GenerateCodeMojo
Hi, After upgrading to 1.10.2 (including maven plugin) from 1.9.2, I'm geting the following error when I run `mvn quarkus:dev` alone: `[ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:1.10.2.Final:dev (default-cli) on project btrdkr: Unable to execute mojo: Unable to parse configuration of mojo io.q...
da81223f2eec6ae021b26de27d914aa06e605df3
ab836039d5e78716868d6d7e2a3a2a00454ce33d
https://github.com/quarkusio/quarkus/compare/da81223f2eec6ae021b26de27d914aa06e605df3...ab836039d5e78716868d6d7e2a3a2a00454ce33d
diff --git a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java index f4a39de666b..4ab9abca7f2 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java @@ -48,6 +48,7 @@ ...
['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java']
{'.java': 1}
1
1
0
0
1
13,698,102
2,674,170
356,994
3,773
191
37
3
1
3,344
220
812
52
0
2
1970-01-01T00:26:47
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,883
quarkusio/quarkus/13697/13687
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13687
https://github.com/quarkusio/quarkus/pull/13697
https://github.com/quarkusio/quarkus/pull/13697
1
fixes
Unsafe concurrent ClassLoader use
**Describe the bug** I've noticed the following exception stack being ignored but logged in a CI test run: ``` 2020-12-03T20:03:03.4075698Z [INFO] Running io.quarkus.resteasy.test.ClasspathResourceTestCase 2020-12-03T20:03:04.3307728Z 2020-12-03 20:03:03,388 ERROR [org.jbo.exe.uncaught] (executor-thread-4) Thread...
993a5667fbb51aec5677e30e7210d07bb3be529a
1ce8862443d051f4b87e94d75f5841db49cc141d
https://github.com/quarkusio/quarkus/compare/993a5667fbb51aec5677e30e7210d07bb3be529a...1ce8862443d051f4b87e94d75f5841db49cc141d
diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/ClassPathElement.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/ClassPathElement.java index 251ea050b9c..8ce92e2f850 100644 --- a/independent-projects/bootstrap/core/src/main/java...
['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/JarClassPathElement.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/QuarkusClassLoader.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/ClassPathEl...
{'.java': 3}
3
3
0
0
3
13,659,810
2,666,071
355,634
3,772
2,034
391
52
3
2,844
124
940
29
0
1
1970-01-01T00:26:47
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,885
quarkusio/quarkus/13587/13500
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13500
https://github.com/quarkusio/quarkus/pull/13587
https://github.com/quarkusio/quarkus/pull/13587
1
resolves
Qute extension method with parameters not working in loop
**Describe the bug** Given the following extension method: static Set<String> tags(Item item, String category) { return item.tagsForCategory(category); } The following works: {item.tags('foo')} // This prints ['foo', 'bar'] But the following doesn't: {#each item.tags('foo')} {it} ...
f29cd0a6a15c09558a67f4cc76f327a7cd4dd6d2
3d4a58e3148b77db77edd81d213a9496713049d0
https://github.com/quarkusio/quarkus/compare/f29cd0a6a15c09558a67f4cc76f327a7cd4dd6d2...3d4a58e3148b77db77edd81d213a9496713049d0
diff --git a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java b/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java index acafbda3fe1..406f97da1b5 100644 --- a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java ...
['independent-projects/qute/core/src/main/java/io/quarkus/qute/SectionBlock.java', 'independent-projects/qute/core/src/main/java/io/quarkus/qute/ExpressionNode.java', 'extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java', 'extensions/qute/runtime/src/main/java/io/quarkus/qute/runtime/...
{'.java': 21}
21
21
0
0
21
13,512,878
2,637,712
351,871
3,716
22,928
4,097
404
17
1,157
140
326
35
1
0
1970-01-01T00:26:46
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,873
quarkusio/quarkus/14180/14166
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14166
https://github.com/quarkusio/quarkus/pull/14180
https://github.com/quarkusio/quarkus/pull/14180
1
close
quarkus-maven-plugin generates extension project with failing DevMode test.
**Describe the bug** When using the quarkus-maven-plugin to generate a bare bones extension to build upon you get a project with generated tests of which the DevMode test fails after adjusting the pom.xml to include the needed maven-surefire-plugin configuration. **Expected behavior** I would expect the generated ...
771d0b74b9fa1de4dff81f53556ad90c4c1e99af
d2b2e3f5b1b65dabcc289a18bd8a6d1ccbbf6751
https://github.com/quarkusio/quarkus/compare/771d0b74b9fa1de4dff81f53556ad90c4c1e99af...d2b2e3f5b1b65dabcc289a18bd8a6d1ccbbf6751
diff --git a/devtools/maven/src/main/resources/create-extension-templates/DevModeTest.java b/devtools/maven/src/main/resources/create-extension-templates/DevModeTest.java index 10a0eaabb28..bea249e22f5 100644 --- a/devtools/maven/src/main/resources/create-extension-templates/DevModeTest.java +++ b/devtools/maven/src/ma...
['integration-tests/maven/src/test/resources/expected/create-extension-pom-minimal/minimal-extension/deployment/src/test/java/org/acme/my/project/minimal/extension/test/MinimalExtensionDevModeTest.java', 'devtools/maven/src/main/resources/create-extension-templates/DevModeTest.java', 'integration-tests/maven/src/test/r...
{'.java': 8}
8
8
0
0
8
14,212,969
2,772,552
369,743
3,934
100
27
2
1
5,326
507
1,498
105
0
8
1970-01-01T00:26:50
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,887
quarkusio/quarkus/13577/13484
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13484
https://github.com/quarkusio/quarkus/pull/13577
https://github.com/quarkusio/quarkus/pull/13577
1
fixes
Maven Devmode in Quarkus 1.10.0 not working when maven-toolchains-plugin is configured
**Describe the bug** When migrating from Quarkus 1.9.2.Final to 1.10.0.Final launching our maven projects (which have the [maven-toolchains-plugin](https://maven.apache.org/plugins/maven-toolchains-plugin/) configured) in dev mode fails. **Expected behavior** Executing `mvn quarkus:dev` should not fail to launch t...
c2488e1b98ecce73abdfc2d9ea4119a98de602c5
d4250ca24adbe991dadc9eb10cacdc176327837a
https://github.com/quarkusio/quarkus/compare/c2488e1b98ecce73abdfc2d9ea4119a98de602c5...d4250ca24adbe991dadc9eb10cacdc176327837a
diff --git a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java index 045924bd007..d39e7899552 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java @@ -35,6 +35,7 @@ ...
['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java']
{'.java': 1}
1
1
0
0
1
13,517,868
2,638,651
352,059
3,722
1,512
324
30
1
3,092
304
848
69
4
2
1970-01-01T00:26:46
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,888
quarkusio/quarkus/13546/13508
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13508
https://github.com/quarkusio/quarkus/pull/13546
https://github.com/quarkusio/quarkus/pull/13546
1
fixes
JBang project fails to start using 1.10.0.Final version
**Describe the bug** JBang project fails to start using 1.10.0.Final version for dependencies version **Expected behavior** It should be able to start **Actual behavior** Fails to start with the following postBuild error > [jbang] Resolving dependencies... [jbang] Resolving io.quarkus:quarkus-resteasy:...
47e80c520dab5789ba4c82d8c2de9fb45377af60
d33b2b7f41b43a9694c420de2ca2630efed03f00
https://github.com/quarkusio/quarkus/compare/47e80c520dab5789ba4c82d8c2de9fb45377af60...d33b2b7f41b43a9694c420de2ca2630efed03f00
diff --git a/core/launcher/src/main/java/io/quarkus/launcher/JBangIntegration.java b/core/launcher/src/main/java/io/quarkus/launcher/JBangIntegration.java index e740b106183..68ff95ddc95 100644 --- a/core/launcher/src/main/java/io/quarkus/launcher/JBangIntegration.java +++ b/core/launcher/src/main/java/io/quarkus/launch...
['core/launcher/src/main/java/io/quarkus/launcher/JBangIntegration.java']
{'.java': 1}
1
1
0
0
1
13,494,314
2,634,227
351,417
3,710
959
190
9
1
6,922
272
1,487
92
0
0
1970-01-01T00:26:46
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,890
quarkusio/quarkus/13418/13416
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13416
https://github.com/quarkusio/quarkus/pull/13418
https://github.com/quarkusio/quarkus/pull/13418
1
fixes
gRPC port not well configured in kubernetes.yml
**Describe the bug** The gRPC port defined in the application.properties is not reported in the kubernetes.yml generated. It’s only the default one that is used (9000) **Expected behavior** The specific gRPC port defined in the application.properties is used to defined service and container ports in the kubernetes...
068235a7d5fcc81a3df8b8c0a47e5fa09882cb7e
655ed003e85ebdcf7f92b7f62994d4a2fde64911
https://github.com/quarkusio/quarkus/compare/068235a7d5fcc81a3df8b8c0a47e5fa09882cb7e...655ed003e85ebdcf7f92b7f62994d4a2fde64911
diff --git a/extensions/grpc/deployment/src/main/java/io/quarkus/grpc/deployment/GrpcServerProcessor.java b/extensions/grpc/deployment/src/main/java/io/quarkus/grpc/deployment/GrpcServerProcessor.java index 1176d3c9fc4..f12aa9bf1dd 100644 --- a/extensions/grpc/deployment/src/main/java/io/quarkus/grpc/deployment/GrpcSer...
['extensions/grpc/deployment/src/main/java/io/quarkus/grpc/deployment/GrpcServerProcessor.java']
{'.java': 1}
1
1
0
0
1
11,856,702
2,317,892
308,302
3,282
221
44
2
1
2,495
274
793
73
1
2
1970-01-01T00:26:46
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,892
quarkusio/quarkus/13391/13390
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13390
https://github.com/quarkusio/quarkus/pull/13391
https://github.com/quarkusio/quarkus/pull/13391
1
fixes
Quarkus GRPC client is setting wrong values for maxInboundMetadataSize and maxInboundMessageSize
**Describe the bug** The GRPC Channels class is setting user settings wrongly (quarkus/extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/supports/Channels.java): ``` .maxInboundMetadataSize(config.maxInboundMessageSize.orElse(DEFAULT_MAX_HEADER_LIST_SIZE)) .maxInboundMetadataSize(config.maxInboundMess...
068235a7d5fcc81a3df8b8c0a47e5fa09882cb7e
46380c43ddfa25046cd6aa29be2c758b48823620
https://github.com/quarkusio/quarkus/compare/068235a7d5fcc81a3df8b8c0a47e5fa09882cb7e...46380c43ddfa25046cd6aa29be2c758b48823620
diff --git a/extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/GrpcServerRecorder.java b/extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/GrpcServerRecorder.java index 180b756ac87..75c5619dacf 100644 --- a/extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/GrpcServerRecorder.java +++...
['extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/config/GrpcServerConfiguration.java', 'extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/supports/Channels.java', 'extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/GrpcServerRecorder.java']
{'.java': 3}
3
3
0
0
3
11,856,702
2,317,892
308,302
3,282
727
143
15
3
1,156
110
255
24
0
1
1970-01-01T00:26:45
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,893
quarkusio/quarkus/13371/13262
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13262
https://github.com/quarkusio/quarkus/pull/13371
https://github.com/quarkusio/quarkus/pull/13371
1
resolves
Error with RoutingContext Inject with Reactive routing
**Describe the bug** If I inject RoutingContext in a RequestScoped bean, an error are throwed when I try to get him. The problem is identified with reactive route (normal ou blocking handler). With Jax RS service, it's OK. **Expected behavior** Access RoutingContext bean inject in RequestScoped bean. **Actual b...
0112d3b38961b2dd9d43b1ab46ea587b44809c12
a63ca77baaf6651a068990da0a6d51df873120db
https://github.com/quarkusio/quarkus/compare/0112d3b38961b2dd9d43b1ab46ea587b44809c12...a63ca77baaf6651a068990da0a6d51df873120db
diff --git a/extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/Methods.java b/extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/Methods.java index c9e2fe6b6f8..425efffb2cf 100644 --- a/extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/M...
['extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/Methods.java', 'extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/VertxWebProcessor.java', 'extensions/vertx-web/runtime/src/main/java/io/quarkus/vertx/web/runtime/VertxWebRecorder.java', 'extensions/vertx-web/ru...
{'.java': 6}
6
6
0
0
6
11,861,376
2,318,770
308,427
3,283
2,834
507
62
5
6,157
206
1,689
79
3
2
1970-01-01T00:26:45
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,894
quarkusio/quarkus/13346/13272
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13272
https://github.com/quarkusio/quarkus/pull/13346
https://github.com/quarkusio/quarkus/pull/13346
1
fixes
Make Quarkus Maven plugin smart "create" consistent with codestarts
**Describe the bug** Currently when providing no arguments to create, it asks: ```shell script Set the project groupId [org.acme.quarkus.sample]: Set the project artifactId [my-quarkus-project]: Set the project version [1.0-SNAPSHOT]: Do you want to create a REST resource? (y/n) [no]: y Set the resource class...
0f15a9a83c75034913aab0f547d4f5f11a532c5a
ef199aba5d327b981bcb53f267c9e04fb9e4dc2d
https://github.com/quarkusio/quarkus/compare/0f15a9a83c75034913aab0f547d4f5f11a532c5a...ef199aba5d327b981bcb53f267c9e04fb9e4dc2d
diff --git a/devtools/maven/src/main/java/io/quarkus/maven/CreateProjectMojo.java b/devtools/maven/src/main/java/io/quarkus/maven/CreateProjectMojo.java index 9261b005314..e4a0274c6d3 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/CreateProjectMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/Cr...
['devtools/maven/src/main/java/io/quarkus/maven/CreateProjectMojo.java', 'independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/commands/handlers/LegacyCreateProjectCommandHandler.java', 'independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/codestarts/quarkus/QuarkusCodest...
{'.java': 5}
5
5
0
0
5
11,843,437
2,315,200
308,001
3,280
6,127
1,097
115
4
777
103
199
20
0
2
1970-01-01T00:26:45
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,874
quarkusio/quarkus/13962/13878
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13878
https://github.com/quarkusio/quarkus/pull/13962
https://github.com/quarkusio/quarkus/pull/13962
1
fixes
Cannot start a mutable-jar built under Windows 10 in docker-container with QUARKUS_LAUNCH_DEVMODE=true
**Describe the bug** When a mutable-jar, that was build on windows 10, is copied to a docker-container and started with `QUARKUS_LAUNCH_DEVMODE=true`, the container terminates by throwing a `java.lang.ClassNotFoundException`. **Expected behavior** Container starts and can be used in conjunction with `quarkus:remo...
1561bdea9639ae7a7acca1cbe8a083052371862d
fe0879cfdf0e041ad08458adca94a1970cfa5321
https://github.com/quarkusio/quarkus/compare/1561bdea9639ae7a7acca1cbe8a083052371862d...fe0879cfdf0e041ad08458adca94a1970cfa5321
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java index 24997cddd86..b6b337bdc00 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java +++...
['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java', 'independent-projects/bootstrap/app-model/src/main/java/io/quarkus/bootstrap/model/PersistentAppModel.java']
{'.java': 2}
2
2
0
0
2
13,880,769
2,707,536
361,317
3,825
856
152
14
2
2,335
191
657
45
1
1
1970-01-01T00:26:48
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,872
quarkusio/quarkus/14247/14233
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14233
https://github.com/quarkusio/quarkus/pull/14247
https://github.com/quarkusio/quarkus/pull/14247
1
fixes
"Unrecognized configuration key" regression in 1.11.0.CR1
**Describe the bug** When running in **native** mode with 1.11.0.CR1, we get "Unrecognized configuration key" warnings on a list of properties. those properties are all "quarkus" properties (we do not have any warnings on our applicative properties). some of those properties come from src/main/resources/application....
2851a887b9ac012dcbf9f8e7341b63b796cb64ae
87715094d0e9430a6cd642359b477625c1d3efd4
https://github.com/quarkusio/quarkus/compare/2851a887b9ac012dcbf9f8e7341b63b796cb64ae...87715094d0e9430a6cd642359b477625c1d3efd4
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/configuration/RunTimeConfigurationGenerator.java b/core/deployment/src/main/java/io/quarkus/deployment/configuration/RunTimeConfigurationGenerator.java index d561e386b5b..9136c61a379 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/configu...
['core/deployment/src/main/java/io/quarkus/deployment/configuration/RunTimeConfigurationGenerator.java']
{'.java': 1}
1
1
0
0
1
14,223,570
2,774,575
369,981
3,937
424
79
5
1
11,957
1,386
3,073
153
1
9
1970-01-01T00:26:50
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,756
quarkusio/quarkus/17354/17322
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/17322
https://github.com/quarkusio/quarkus/pull/17354
https://github.com/quarkusio/quarkus/pull/17354
1
resolves
Quarkus random ConcurrentModificationException
## Issue After upgrading from `1.12.2.Final` to `1.13.4.Final` a lot of **random** `java.util.ConcurrentModificationException` are thrown when a rest API call is done. For example, it happens between FE(Angular) and BE communication, but also between micro-services(all Quarkus based). This makes local environment(de...
e1c2ba5d62deb298859e376d780f82b7add2462a
ae0320b82f73ebfe606b5e3f8483aa818e213af9
https://github.com/quarkusio/quarkus/compare/e1c2ba5d62deb298859e376d780f82b7add2462a...ae0320b82f73ebfe606b5e3f8483aa818e213af9
diff --git a/extensions/arc/runtime/src/main/java/io/quarkus/arc/runtime/devconsole/Invocation.java b/extensions/arc/runtime/src/main/java/io/quarkus/arc/runtime/devconsole/Invocation.java index 0ef49473142..4ac219e7108 100644 --- a/extensions/arc/runtime/src/main/java/io/quarkus/arc/runtime/devconsole/Invocation.java ...
['extensions/arc/runtime/src/main/java/io/quarkus/arc/runtime/devconsole/InvocationInterceptor.java', 'extensions/arc/runtime/src/main/java/io/quarkus/arc/runtime/devconsole/Invocation.java']
{'.java': 2}
2
2
0
0
2
16,498,194
3,207,820
425,073
4,482
540
96
10
2
6,506
257
1,546
82
0
2
1970-01-01T00:27:01
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,860
quarkusio/quarkus/14658/14626
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14626
https://github.com/quarkusio/quarkus/pull/14658
https://github.com/quarkusio/quarkus/pull/14658
1
fixes
quarkus.oidc.auth-server-url is missing in the all configuration guide
**Describe the bug** `quarkus.oidc.auth-server-url` and other found in https://github.com/quarkusio/quarkus/blob/df5f7d27916db069d2bcc0744ced7e79d2b79584/extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/common/runtime/OidcCommonConfig.java are missing in the https://quarkus.io/guides/all-config#quarkus-oid...
92deaddfc8f88d248bc54eb952987921f01ea635
4ab3f175cd07cb90eb75a68b394b514273399c8c
https://github.com/quarkusio/quarkus/compare/92deaddfc8f88d248bc54eb952987921f01ea635...4ab3f175cd07cb90eb75a68b394b514273399c8c
diff --git a/core/processor/src/main/java/io/quarkus/annotation/processor/generate_doc/ConfigDoItemFinder.java b/core/processor/src/main/java/io/quarkus/annotation/processor/generate_doc/ConfigDoItemFinder.java index f85409c707e..97133943a78 100644 --- a/core/processor/src/main/java/io/quarkus/annotation/processor/gene...
['extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/common/runtime/OidcCommonConfig.java', 'core/processor/src/main/java/io/quarkus/annotation/processor/generate_doc/ConfigDocItemScanner.java', 'core/processor/src/main/java/io/quarkus/annotation/processor/generate_doc/ConfigDoItemFinder.java']
{'.java': 3}
3
3
0
0
3
14,397,877
2,806,933
374,119
3,972
3,676
765
53
3
988
66
278
20
4
0
1970-01-01T00:26:51
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,852
quarkusio/quarkus/14923/14811
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14811
https://github.com/quarkusio/quarkus/pull/14923
https://github.com/quarkusio/quarkus/pull/14923
1
fixes
Undertow with TLS causes IllegalStateException: Request has already been read
**Describe the bug** If Undertow is used with TLS then request in DEV mode occasionally leading to a `java.lang.IllegalStateException: Request has already been read`. **Expected behavior** Requests should be processed correctly. **Actual behavior** Not every request but 30-70% returns with a `java.lang.Illegal...
583d69cf6ae698a37365599d987d1a10e75ad10c
14f65f500745fd32067053009499254dd2534c84
https://github.com/quarkusio/quarkus/compare/583d69cf6ae698a37365599d987d1a10e75ad10c...14f65f500745fd32067053009499254dd2534c84
diff --git a/extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/UndertowDeploymentRecorder.java b/extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/UndertowDeploymentRecorder.java index da32629292d..594ed052c54 100644 --- a/extensions/undertow/runtime/src/main/java/io/quarkus/unde...
['extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/UndertowDeploymentRecorder.java']
{'.java': 1}
1
1
0
0
1
14,601,534
2,847,091
379,282
4,016
157
24
4
1
9,425
457
2,418
163
5
10
1970-01-01T00:26:52
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,853
quarkusio/quarkus/14921/14850
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14850
https://github.com/quarkusio/quarkus/pull/14921
https://github.com/quarkusio/quarkus/pull/14921
1
fixes
Resteasy Reactive Security Context Exception
Hello. I am trying to update the security context in a RequestFilter like this: `context.securityContext = GatewaySecurityContext(context.securityContext, principalDetails) `. This is working with RestEasy Classic. Unfortunately using RestEasy Reactive I am getting the following error: ``` io.quarkus.resteasy.r...
583d69cf6ae698a37365599d987d1a10e75ad10c
ceae2bc10381b54fa21e5534fe62b046efdab030
https://github.com/quarkusio/quarkus/compare/583d69cf6ae698a37365599d987d1a10e75ad10c...ceae2bc10381b54fa21e5534fe62b046efdab030
diff --git a/extensions/security/runtime/src/main/java/io/quarkus/security/runtime/SecurityIdentityAssociation.java b/extensions/security/runtime/src/main/java/io/quarkus/security/runtime/SecurityIdentityAssociation.java index b184aceeefe..c1af7b17381 100644 --- a/extensions/security/runtime/src/main/java/io/quarkus/se...
['extensions/security/runtime/src/main/java/io/quarkus/security/runtime/SecurityIdentityAssociation.java']
{'.java': 1}
1
1
0
0
1
14,601,534
2,847,091
379,282
4,016
352
59
8
1
857
80
167
17
0
2
1970-01-01T00:26:52
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,856
quarkusio/quarkus/14855/14856
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14856
https://github.com/quarkusio/quarkus/pull/14855
https://github.com/quarkusio/quarkus/pull/14855
1
fixes
OIDC CodeAuthentitcationMechanism does not set state and session cookies 'secure` parameter to true if 'force-redirect-https-scheme' is enabled
**Description** As reported at https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/OIDC.20Session.20Cookie.20-.20Samesite.20.20Policy, the state and session cookies do not have `secure=true` as a result
95602076fa89d89e0db6c00709e07a0b9cc28530
299ca05b44253da37f56706b1ba32a45f4d7fb17
https://github.com/quarkusio/quarkus/compare/95602076fa89d89e0db6c00709e07a0b9cc28530...299ca05b44253da37f56706b1ba32a45f4d7fb17
diff --git a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcTenantConfig.java b/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcTenantConfig.java index 6c02d5de2f0..306b5b4fe32 100644 --- a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcTenantConfig.java +++ b/extensions/oidc/runtime/src...
['extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/CodeAuthenticationMechanism.java', 'extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcTenantConfig.java']
{'.java': 2}
2
2
0
0
2
14,564,506
2,839,979
378,333
4,010
832
158
18
2
217
17
63
2
1
0
1970-01-01T00:26:52
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,857
quarkusio/quarkus/14777/14743
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14743
https://github.com/quarkusio/quarkus/pull/14777
https://github.com/quarkusio/quarkus/pull/14777
1
fixes
HashiCorp key vault does not override application.properties
**Describe the bug** HashiCorp vault does not override properties in application.properties **Expected behavior** Values in application.properties that share the same name described in vault should be overridden. **Actual behavior** Only the values in application.properties gets assigned. **To Reproduce**...
cb11c777cb6b1304cd20440b962d460730a9535a
4038434cfb68718d038be9d2d5c90ac174d83e27
https://github.com/quarkusio/quarkus/compare/cb11c777cb6b1304cd20440b962d460730a9535a...4038434cfb68718d038be9d2d5c90ac174d83e27
diff --git a/extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/config/VaultConfigSourceProvider.java b/extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/config/VaultConfigSourceProvider.java index d76e9fd1458..3dbfcdc16b1 100644 --- a/extensions/vault/runtime/src/main/java/io/quarkus/vault/r...
['extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/config/VaultConfigSourceProvider.java']
{'.java': 1}
1
1
0
0
1
14,512,667
2,830,486
377,063
4,001
249
51
3
1
678
83
143
23
1
0
1970-01-01T00:26:52
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,858
quarkusio/quarkus/14770/14678
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14678
https://github.com/quarkusio/quarkus/pull/14770
https://github.com/quarkusio/quarkus/pull/14770
1
fixes
Health configuration reference does not reflect the new /q namespace
The documentation at https://quarkus.io/guides/microprofile-health#configuration-reference does not reflect the new /q/.. namespace these endpoint defaults have been moved to.
483d1424b939b17497bfdea65916d4cf501ea7c3
0c4cbeb39bf87ea84d4a9e7ef64a926959f220dd
https://github.com/quarkusio/quarkus/compare/483d1424b939b17497bfdea65916d4cf501ea7c3...0c4cbeb39bf87ea84d4a9e7ef64a926959f220dd
diff --git a/extensions/smallrye-health/deployment/src/main/java/io/quarkus/smallrye/health/deployment/SmallRyeHealthProcessor.java b/extensions/smallrye-health/deployment/src/main/java/io/quarkus/smallrye/health/deployment/SmallRyeHealthProcessor.java index c86e957657a..3f8d8135b59 100644 --- a/extensions/smallrye-hea...
['extensions/smallrye-health/deployment/src/main/java/io/quarkus/smallrye/health/deployment/SmallRyeHealthProcessor.java']
{'.java': 1}
1
1
0
0
1
14,496,235
2,827,196
376,695
3,998
2,959
544
37
1
179
18
37
3
1
0
1970-01-01T00:26:52
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,859
quarkusio/quarkus/14737/14608
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14608
https://github.com/quarkusio/quarkus/pull/14737
https://github.com/quarkusio/quarkus/pull/14737
1
closes
Vertx PgPool lost connection unexpectedly
When a user gets a connection from`pgPool` some milliseconds behind IDLE expiration time, then "sometimes" when you are going to use the connection, you get the following error from the server: `Fail to read any response from the server, the underlying connection might get lost unexpectedly.` So, looks that the c...
515ca8a966c21c2c33fa9a37e2275c753351901f
827a16dd64ac6371fd849c64cee40db51aa9ff61
https://github.com/quarkusio/quarkus/compare/515ca8a966c21c2c33fa9a37e2275c753351901f...827a16dd64ac6371fd849c64cee40db51aa9ff61
diff --git a/extensions/reactive-datasource/runtime/src/main/java/io/quarkus/reactive/datasource/runtime/DataSourceReactiveRuntimeConfig.java b/extensions/reactive-datasource/runtime/src/main/java/io/quarkus/reactive/datasource/runtime/DataSourceReactiveRuntimeConfig.java index 4885d0fbcad..5e0770fd8e6 100644 --- a/ext...
['extensions/reactive-datasource/runtime/src/main/java/io/quarkus/reactive/datasource/runtime/DataSourceReactiveRuntimeConfig.java']
{'.java': 1}
1
1
0
0
1
14,491,551
2,826,276
376,588
3,995
206
41
2
1
894
103
211
18
2
0
1970-01-01T00:26:52
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,861
quarkusio/quarkus/14643/14591
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14591
https://github.com/quarkusio/quarkus/pull/14643
https://github.com/quarkusio/quarkus/pull/14643
1
resolves
The exceptions thrown into an event flow (or a separate thread) are quietly captured and the developer won´t know it
**Describe the bug** In the code into an event handler method or another way to generate a separate thread (for example created using _Executors.newSingleThreadExecutor()_ or something like that) the exceptions are not reported, it seems they are quietly captured in an external layer. **Expected behavior** In thi...
76e23bc8ff3a0a8c5705b0c60b1da898df3c7577
c120ab00dd2f3b26137e48180c3b2eb8d9bc3610
https://github.com/quarkusio/quarkus/compare/76e23bc8ff3a0a8c5705b0c60b1da898df3c7577...c120ab00dd2f3b26137e48180c3b2eb8d9bc3610
diff --git a/extensions/arc/runtime/src/main/java/io/quarkus/arc/runtime/BeanInvoker.java b/extensions/arc/runtime/src/main/java/io/quarkus/arc/runtime/BeanInvoker.java index d0a0741e3e4..ed4c248a87b 100644 --- a/extensions/arc/runtime/src/main/java/io/quarkus/arc/runtime/BeanInvoker.java +++ b/extensions/arc/runtime/s...
['extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runtime/QuartzScheduler.java', 'extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/EventBusConsumer.java', 'extensions/scheduler/runtime/src/main/java/io/quarkus/scheduler/runtime/SkipConcurrentExecutionInvoker.java', 'extensions/vertx/runti...
{'.java': 7}
7
7
0
0
7
14,384,290
2,804,256
373,794
3,964
2,680
412
47
6
3,810
400
1,056
92
1
7
1970-01-01T00:26:51
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,871
quarkusio/quarkus/14250/14229
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14229
https://github.com/quarkusio/quarkus/pull/14250
https://github.com/quarkusio/quarkus/pull/14250
1
closes
Log regression in 1.11.0.CR1 with native build and yaml configuration
**Describe the bug** Log level isn't set using the following snippet: ``` Logger log = Logger.getLogger(GreetingResource.class); log.debug("hello debug"); log.info("hello info"); ``` Please note this is a regression in 1.11.0.CR1 compared to 1.10.5.Final. **Expected behavior** Logging in DEBUG should be sh...
1268f72827462aa2cc8aac340c536b22a6d366e0
ceff592c8f8cf7733d1529181e18e42ebeddfe9e
https://github.com/quarkusio/quarkus/compare/1268f72827462aa2cc8aac340c536b22a6d366e0...ceff592c8f8cf7733d1529181e18e42ebeddfe9e
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/logging/LoggingResourceProcessor.java b/core/deployment/src/main/java/io/quarkus/deployment/logging/LoggingResourceProcessor.java index 5e91d51af1f..6d21c64f18b 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/logging/LoggingResourceProces...
['core/deployment/src/main/java/io/quarkus/deployment/logging/LoggingResourceProcessor.java']
{'.java': 1}
1
1
0
0
1
14,226,860
2,775,177
370,046
3,937
3,045
571
40
1
2,020
216
620
53
4
3
1970-01-01T00:26:50
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,862
quarkusio/quarkus/14599/14583
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14583
https://github.com/quarkusio/quarkus/pull/14599
https://github.com/quarkusio/quarkus/pull/14599
1
fixes
RunnerClassLoader sanitizeName cannot handle 0 length name argument
I've been working to make camel-k use the Quarkus fast-jar package format. With Kotlin based Camel routes, the application statup fails. I'm no Kotlin expert, but its bootstrap is calling `getResources("")` on the `ClassLoader` (not sure if that's valid or not). When the [name argument](https://github.com/quarkusio/...
3620f89ab7ce4e3368305e7c9f752e363d102c77
88a7ebd5e193a639afee9d65800bd847b62020ab
https://github.com/quarkusio/quarkus/compare/3620f89ab7ce4e3368305e7c9f752e363d102c77...88a7ebd5e193a639afee9d65800bd847b62020ab
diff --git a/independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/runner/RunnerClassLoader.java b/independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/runner/RunnerClassLoader.java index 053f4e32e58..ecaa699dcb0 100644 --- a/independent-projects/bootstrap/runner/src/main/java/io/...
['independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/runner/RunnerClassLoader.java']
{'.java': 1}
1
1
0
0
1
14,348,910
2,797,679
372,949
3,958
96
29
2
1
2,888
132
733
29
1
1
1970-01-01T00:26:51
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,863
quarkusio/quarkus/14576/14569
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14569
https://github.com/quarkusio/quarkus/pull/14576
https://github.com/quarkusio/quarkus/pull/14576
1
fixes
How to properly register XMLGregorianCalendar?
Already for some time some warning is bugging me when our Quarkus app is starting up. This is regardless of the Quarkus version, seeing this warning on both 1.10 and 1.11 We generate some Java code from XSD files for a REST Client implementation using JAXB. The XSD contains a datetime field which translates to a `ja...
b0b6424b53ce8fcda5baa42feb81bb38dae8f8f1
1807e8c4b27797b7320be4b0d48c827de9319206
https://github.com/quarkusio/quarkus/compare/b0b6424b53ce8fcda5baa42feb81bb38dae8f8f1...1807e8c4b27797b7320be4b0d48c827de9319206
diff --git a/extensions/jaxb/deployment/src/main/java/io/quarkus/jaxb/deployment/JaxbProcessor.java b/extensions/jaxb/deployment/src/main/java/io/quarkus/jaxb/deployment/JaxbProcessor.java index 25907901934..9b36faf6761 100644 --- a/extensions/jaxb/deployment/src/main/java/io/quarkus/jaxb/deployment/JaxbProcessor.java ...
['extensions/jaxb/deployment/src/main/java/io/quarkus/jaxb/deployment/JaxbProcessor.java']
{'.java': 1}
1
1
0
0
1
14,354,093
2,798,684
373,066
3,959
542
109
11
1
1,503
187
360
19
2
1
1970-01-01T00:26:51
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,865
quarkusio/quarkus/14511/14510
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14510
https://github.com/quarkusio/quarkus/pull/14511
https://github.com/quarkusio/quarkus/pull/14511
1
fixes
ConcurrentModificationException thrown when closing a connection on a reactive pool
**Describe the bug** While operating database, an exceptions is thrown randomly (but very often), here's the stacktrace: ``` Caused by: java.util.ConcurrentModificationException at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1013) at java.base/java.util.ArrayList$Itr.next(ArrayList...
d49e1af592c21c4d6da9fe5a35fff1140165693d
93264866c74a4153a7b2041d95dfa36b2ad94862
https://github.com/quarkusio/quarkus/compare/d49e1af592c21c4d6da9fe5a35fff1140165693d...93264866c74a4153a7b2041d95dfa36b2ad94862
diff --git a/extensions/reactive-datasource/deployment/src/test/java/io/quarkus/reactive/datasource/runtime/ConnectionPoolsClosedTest.java b/extensions/reactive-datasource/deployment/src/test/java/io/quarkus/reactive/datasource/runtime/ConnectionPoolsClosedTest.java index ef3892b0e94..7dc8bec3e87 100644 --- a/extension...
['extensions/reactive-datasource/runtime/src/main/java/io/quarkus/reactive/datasource/runtime/ThreadLocalPool.java', 'extensions/reactive-datasource/deployment/src/test/java/io/quarkus/reactive/datasource/runtime/ConnectionPoolsClosedTest.java']
{'.java': 2}
2
2
0
0
2
14,327,271
2,793,517
372,380
3,949
632
110
12
1
5,549
331
1,467
87
1
3
1970-01-01T00:26:51
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,867
quarkusio/quarkus/14477/13871
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13871
https://github.com/quarkusio/quarkus/pull/14477
https://github.com/quarkusio/quarkus/pull/14477
1
fixes
Hibernate Proxy classes generated with incorrect java release version
**Describe the bug** We can set the java release version to be used through maven property `maven.compiler.release` (e.g. `<maven.compiler.release>11</maven.compiler.release>`) When the project is then compiled with a `javac` version >= 11 and run with java 11, an `java.lang.UnsupportedClassVersionError` is thrown ...
65ccca02b3efea831f1fe1841b8054556263599e
181afe86a49a2284ab0b5ce1a36b957dba98aacf
https://github.com/quarkusio/quarkus/compare/65ccca02b3efea831f1fe1841b8054556263599e...181afe86a49a2284ab0b5ce1a36b957dba98aacf
diff --git a/extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateEntityEnhancer.java b/extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateEntityEnhancer.java index a03ac63041a..1310099e050 100644 --- a/extensions/hibernate-orm/deploy...
['extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/ProxyBuildingHelper.java', 'extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/proxies/ProxyDefinitions.java', 'extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/customized/...
{'.java': 4}
4
4
0
0
4
14,328,820
2,793,873
372,414
3,950
908
174
15
4
5,159
355
1,304
80
1
1
1970-01-01T00:26:51
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,868
quarkusio/quarkus/14458/9194
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9194
https://github.com/quarkusio/quarkus/pull/14458
https://github.com/quarkusio/quarkus/pull/14458
1
fixes
Exception logged by quarkus after SSE client is closed - "Failed to mark a promise as failure because it has failed already: DefaultChannelPromise failure: java.nio.channels.ClosedChannelException"
**Describe the bug** I have a service method which SSE clients can use to subscribe to a stream. It returns a Multi. I have a second method which can be used to emit data. The SSE clients receive the data. Everything works fine, and as expected, except that after a client has disconnected, a warning is logged that it ...
0e4796dda846e962d239438ec8ebc9c7003a48fc
d07da7d92d710a5f126a9a008e09ac08ece8dfea
https://github.com/quarkusio/quarkus/compare/0e4796dda846e962d239438ec8ebc9c7003a48fc...d07da7d92d710a5f126a9a008e09ac08ece8dfea
diff --git a/extensions/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/standalone/VertxOutputStream.java b/extensions/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/standalone/VertxOutputStream.java index ea3e339db0d..3dd4255d70d 100644 --- a/extensions/resteasy/runtime/src/main/java/io/quarkus/...
['extensions/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/standalone/VertxOutputStream.java']
{'.java': 1}
1
1
0
0
1
14,324,904
2,793,138
372,321
3,950
295
55
6
1
10,058
611
2,158
166
1
4
1970-01-01T00:26:51
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,869
quarkusio/quarkus/14353/14313
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14313
https://github.com/quarkusio/quarkus/pull/14353
https://github.com/quarkusio/quarkus/pull/14353
1
fixes
Quarkus Form Authentication...404 Response
**Description** I'm using form authentication (quarkus.http.auth.form.enabled = true) with security-jpa and it works fine except when there is a post authorization error. Also, my spa is located in resources/META-INF/resources During my development I had a null pointer in the endpoint I set up as a re-direct. I c...
4c323ae72d2466c72ada1d2fbf773653748a4a84
50ec961e8ddefa923717b60c7d3fc767c4c619f7
https://github.com/quarkusio/quarkus/compare/4c323ae72d2466c72ada1d2fbf773653748a4a84...50ec961e8ddefa923717b60c7d3fc767c4c619f7
diff --git a/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/security/FormAuthTestCase.java b/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/security/FormAuthTestCase.java index c8985925854..e2983588465 100644 --- a/extensions/vertx-http/deployment/src/test/java/io/quarkus/ver...
['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/FormAuthenticationMechanism.java', 'extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/security/FormAuthTestCase.java']
{'.java': 2}
2
2
0
0
2
14,277,235
2,784,535
371,162
3,947
1,308
212
24
1
1,940
185
381
31
0
0
1970-01-01T00:26:50
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,870
quarkusio/quarkus/14351/14333
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14333
https://github.com/quarkusio/quarkus/pull/14351
https://github.com/quarkusio/quarkus/pull/14351
1
fixes
NPE in ArtemisJmsProducer.connectionFactory()
**Describe the bug** A minimal application using `quarkus-artemis-jms` fails to start with strange NPE. See full code below. **Expected behavior** The application should start and initialize JMS ConnectionFactory without any exceptions. **Actual behavior** NPE immediately after startup: ``` 2021-01-15 21:49:...
4c323ae72d2466c72ada1d2fbf773653748a4a84
1101835903956a6d4fa8e12a2f2213783e3ac601
https://github.com/quarkusio/quarkus/compare/4c323ae72d2466c72ada1d2fbf773653748a4a84...1101835903956a6d4fa8e12a2f2213783e3ac601
diff --git a/extensions/artemis-jms/deployment/src/main/java/io/quarkus/artemis/jms/deployment/ArtemisJmsProcessor.java b/extensions/artemis-jms/deployment/src/main/java/io/quarkus/artemis/jms/deployment/ArtemisJmsProcessor.java index a2343bbc064..f8621d8fd8f 100644 --- a/extensions/artemis-jms/deployment/src/main/java...
['extensions/artemis-jms/deployment/src/main/java/io/quarkus/artemis/jms/deployment/ArtemisJmsProcessor.java', 'extensions/artemis-jms/runtime/src/main/java/io/quarkus/artemis/jms/runtime/ArtemisJmsProducer.java', 'extensions/artemis-jms/runtime/src/main/java/io/quarkus/artemis/jms/runtime/ArtemisJmsRecorder.java']
{'.java': 3}
3
3
0
0
3
14,277,235
2,784,535
371,162
3,947
2,952
584
71
3
7,397
322
1,941
159
4
5
1970-01-01T00:26:50
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,895
quarkusio/quarkus/13335/13317
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13317
https://github.com/quarkusio/quarkus/pull/13335
https://github.com/quarkusio/quarkus/pull/13335
1
fixes
Quarkus HTTP response gets messed up under load
**Describe the bug** The issue title might be a bit misleading, still trying to understand. Last week, we had an application starting to return broken HTTP response (more on this below) under load on OpenShift (important as the limited concurrency may be the issue). ``` while true; do curl -XGET -i -Hx-rh-ident...
a13443c875465f2ff0cfe5b04b5aa293288a94ac
912d62eb7832d1f3914c847671be45e3212695b4
https://github.com/quarkusio/quarkus/compare/a13443c875465f2ff0cfe5b04b5aa293288a94ac...912d62eb7832d1f3914c847671be45e3212695b4
diff --git a/extensions/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/standalone/VertxRequestHandler.java b/extensions/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/standalone/VertxRequestHandler.java index d74ee5fc520..38502bac3d2 100644 --- a/extensions/resteasy/runtime/src/main/java/io/quar...
['extensions/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/standalone/VertxRequestHandler.java']
{'.java': 1}
1
1
0
0
1
11,841,671
2,314,844
307,962
3,280
620
119
9
1
1,377
200
340
39
0
3
1970-01-01T00:26:45
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,896
quarkusio/quarkus/13325/13289
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13289
https://github.com/quarkusio/quarkus/pull/13325
https://github.com/quarkusio/quarkus/pull/13325
1
fixes
Suspicious CI failure in AddExtensionsMojoTest.testAddSingleDependency
First, I wonder a bit why we end up having the Gradle repo in a Maven test. AFAIU, the bootstrap resolver both includes Maven and Gradle but I wonder if we could have an architecture where we have only Maven when using Maven and only Gradle when using Gradle? Apart, from that, I think the issue is probably related t...
03d0fd6821b7212e35427aa305ab1573f35d3e02
362864355d04006806b0f9a8784660ca03a462b7
https://github.com/quarkusio/quarkus/compare/03d0fd6821b7212e35427aa305ab1573f35d3e02...362864355d04006806b0f9a8784660ca03a462b7
diff --git a/independent-projects/tools/platform-descriptor-resolver-json/src/main/java/io/quarkus/platform/descriptor/resolver/json/QuarkusJsonPlatformDescriptorResolver.java b/independent-projects/tools/platform-descriptor-resolver-json/src/main/java/io/quarkus/platform/descriptor/resolver/json/QuarkusJsonPlatformDes...
['independent-projects/tools/platform-descriptor-resolver-json/src/main/java/io/quarkus/platform/descriptor/resolver/json/QuarkusJsonPlatformDescriptorResolver.java', 'integration-tests/maven/src/test/java/io/quarkus/maven/AddExtensionMojoTest.java']
{'.java': 2}
2
2
0
0
2
11,839,267
2,314,390
307,924
3,280
368
71
3
1
14,680
499
3,126
146
11
1
1970-01-01T00:26:45
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,897
quarkusio/quarkus/13310/13309
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13309
https://github.com/quarkusio/quarkus/pull/13310
https://github.com/quarkusio/quarkus/pull/13310
1
fixes
Quarkus KafkaStream application do not close immediately when no broker is present
**Describe the bug** Quarkus application using the kafka-stream extension do not close immediately if the kafka broker is not available at the time the application starts. **Expected behavior** If no broker available the application have to shutdown immediately **Actual behavior** When closing the application...
15162d6328b29df57232b1b6033fed871016cd93
3332526bba96e8de8e37b83016cf06ea1e65a78b
https://github.com/quarkusio/quarkus/compare/15162d6328b29df57232b1b6033fed871016cd93...3332526bba96e8de8e37b83016cf06ea1e65a78b
diff --git a/extensions/kafka-streams/runtime/src/main/java/io/quarkus/kafka/streams/runtime/KafkaStreamsProducer.java b/extensions/kafka-streams/runtime/src/main/java/io/quarkus/kafka/streams/runtime/KafkaStreamsProducer.java index 088e7cb81a7..bf90ed4a76d 100644 --- a/extensions/kafka-streams/runtime/src/main/java/io...
['extensions/kafka-streams/runtime/src/main/java/io/quarkus/kafka/streams/runtime/KafkaStreamsProducer.java']
{'.java': 1}
1
1
0
0
1
11,835,572
2,313,644
307,836
3,279
90
14
2
1
1,833
191
450
23
0
0
1970-01-01T00:26:45
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,931
quarkusio/quarkus/12627/12443
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12443
https://github.com/quarkusio/quarkus/pull/12627
https://github.com/quarkusio/quarkus/pull/12627
1
fixes
Hibernate Validator - @Valid Object causes CNFE
**Describe the bug** I noticed an odd behaviour in one of my apps during dev mode. mvn clean install runs sucessfully on the project. `@Valid Object` causes a CNFE for javax.servlet.Filter. The project did not use servlets however. After a bit of debugging, I found this place in the Hibernate Validator extensio...
51efcd48a78837efddca696e3f37d420ba136fa7
c85ea20679c7f51c6f999cf2df5a43ae3795bd3b
https://github.com/quarkusio/quarkus/compare/51efcd48a78837efddca696e3f37d420ba136fa7...c85ea20679c7f51c6f999cf2df5a43ae3795bd3b
diff --git a/extensions/hibernate-validator/deployment/src/main/java/io/quarkus/hibernate/validator/deployment/HibernateValidatorProcessor.java b/extensions/hibernate-validator/deployment/src/main/java/io/quarkus/hibernate/validator/deployment/HibernateValidatorProcessor.java index 5e6efce6602..d1e8ccb539a 100644 --- a...
['extensions/hibernate-validator/deployment/src/main/java/io/quarkus/hibernate/validator/deployment/HibernateValidatorProcessor.java']
{'.java': 1}
1
1
0
0
1
11,466,757
2,240,394
298,389
3,168
128
26
6
1
5,585
357
1,419
86
2
1
1970-01-01T00:26:42
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,922
quarkusio/quarkus/12838/12837
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12837
https://github.com/quarkusio/quarkus/pull/12838
https://github.com/quarkusio/quarkus/pull/12838
1
fixes
Memory leak via MojoLogger.logSupplier
`MojoLogger.logSupplier` is a static field holding a reference to the following chain of refs: `BuildMojo` -> `BuildMojo.repoSession` -> `DefaultRepositorySystemSession.cache` When building Camel Quarkus with [mvnd](https://github.com/mvndaemon/mvnd), this prevents the cache (900+ MB on the heap) from being garb...
a04e76e53cb1e418e8a1756eb68fe353777b84ae
fe375237067a69ef8eb2315d93e7cb7a725f1441
https://github.com/quarkusio/quarkus/compare/a04e76e53cb1e418e8a1756eb68fe353777b84ae...fe375237067a69ef8eb2315d93e7cb7a725f1441
diff --git a/devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java b/devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java index fade91e4779..34d4afebd31 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java @@ -9,6 +9,...
['devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java', 'devtools/maven/src/main/java/io/quarkus/maven/GenerateConfigMojo.java', 'devtools/maven/src/main/java/io/quarkus/maven/NativeImageMojo.java', 'devtools/maven/src/main/java/io/quarkus/maven/QuarkusBootstrapMojo.java', 'devtools/maven/src/main/java/io/quar...
{'.java': 5}
5
5
0
0
5
11,595,846
2,267,066
301,821
3,218
1,817
370
59
5
367
44
91
7
1
0
1970-01-01T00:26:43
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,923
quarkusio/quarkus/12821/12804
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12804
https://github.com/quarkusio/quarkus/pull/12821
https://github.com/quarkusio/quarkus/pull/12821
1
fix
Cannot use multiple persistence units in same transaction
**Describe the bug** Given two Java packages configured in two separate persistence units, it is not possible to query entities in both of them within the same transaction. The query for the second persistence unit will always fail, while the first one works (i.e. no matter which PU is queried first, the other will fa...
26bf3d7804414ce134192111aa551231ac4e6adc
2007bafdeb29b7ac24437d5d3516aa5a2385f733
https://github.com/quarkusio/quarkus/compare/26bf3d7804414ce134192111aa551231ac4e6adc...2007bafdeb29b7ac24437d5d3516aa5a2385f733
diff --git a/extensions/hibernate-orm/deployment/src/test/java/io/quarkus/hibernate/orm/multiplepersistenceunits/MultiplePersistenceResourceInjectionUnitsTest.java b/extensions/hibernate-orm/deployment/src/test/java/io/quarkus/hibernate/orm/multiplepersistenceunits/MultiplePersistenceResourceInjectionUnitsTest.java ind...
['extensions/hibernate-orm/deployment/src/test/java/io/quarkus/hibernate/orm/multiplepersistenceunits/MultiplePersistenceResourceInjectionUnitsTest.java', 'extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/entitymanager/TransactionScopedEntityManager.java']
{'.java': 2}
2
2
0
0
2
11,595,362
2,267,021
301,845
3,220
9,258
1,609
152
1
1,622
207
423
22
1
0
1970-01-01T00:26:43
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,924
quarkusio/quarkus/12805/12723
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12723
https://github.com/quarkusio/quarkus/pull/12805
https://github.com/quarkusio/quarkus/pull/12805
1
close
Quitting quarkus:dev with Ctrl+C doesn't allow @PreDestroy hooks to finish
**Describe the bug** When exiting `quarkus:dev` mode with Ctrl+C, `@PreDestroy` hooks rarely have enough time to complete. **Expected behavior** Other CDI containers I've used trap the Ctrl+C signal to finish completion of all `@PreDestroy` hooks before exiting the container. **Actual behavior** `@PreDestroy` ...
6f4e3b39f7adeafd6ec89e81973c3351ec1ccfad
8e3d19aa9572642b407b0e86190b633775394676
https://github.com/quarkusio/quarkus/compare/6f4e3b39f7adeafd6ec89e81973c3351ec1ccfad...8e3d19aa9572642b407b0e86190b633775394676
diff --git a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java index 7722c8e98de..ce34e442a0a 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java @@ -903,6 +903,11 @...
['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java']
{'.java': 1}
1
1
0
0
1
11,579,738
2,264,008
301,428
3,220
248
34
5
1
684
99
157
12
0
0
1970-01-01T00:26:43
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,925
quarkusio/quarkus/12787/12786
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12786
https://github.com/quarkusio/quarkus/pull/12787
https://github.com/quarkusio/quarkus/pull/12787
1
fixes
devtools/cli generates quarkus-cli-999-SNAPSHOT.jar.original as directory and BuildMojo code can't handle it
devtools/cli generates quarkus-cli-999-SNAPSHOT.jar.original as directory and BuildMojo code can't handle it To reproduce just call twice `mvn package -pl devtools/cli/ -DskipTests`. Important piece is that `clean` is not part of the command. mvn command ends with: ``` [ERROR] Failed to execute goal io.quarkus:...
80ee6f04370c45115fcd421624807bebe011933c
e97aed758054066145c33e65f75da519300cf769
https://github.com/quarkusio/quarkus/compare/80ee6f04370c45115fcd421624807bebe011933c...e97aed758054066145c33e65f75da519300cf769
diff --git a/devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java b/devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java index 7dac05ea045..fade91e4779 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java @@ -20,6 +2...
['devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java']
{'.java': 1}
1
1
0
0
1
11,575,998
2,263,330
301,359
3,220
233
37
3
1
3,372
138
895
51
1
3
1970-01-01T00:26:43
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,926
quarkusio/quarkus/12781/12716
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12716
https://github.com/quarkusio/quarkus/pull/12781
https://github.com/quarkusio/quarkus/pull/12781
1
fixes
MongoHealthCheck doesn't work with ReactiveMongoClient
**Describe the bug** When app uses purely `ReactiveMongoClient` client then `MongoHealthCheck` doesn't recognize such client and readiness check returns UP even no connection to mongo. **Expected behavior** Should return DOWN **Actual behavior** calling /health/ready returns UP **To Reproduce** Inject i...
6f4e3b39f7adeafd6ec89e81973c3351ec1ccfad
b5d954543b8a3c6f65acfede0bdec88639d151f4
https://github.com/quarkusio/quarkus/compare/6f4e3b39f7adeafd6ec89e81973c3351ec1ccfad...b5d954543b8a3c6f65acfede0bdec88639d151f4
diff --git a/extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/health/MongoHealthCheck.java b/extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/health/MongoHealthCheck.java index 41aa9159daa..62ab766b8b4 100644 --- a/extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/he...
['integration-tests/mongodb-client/src/test/java/io/quarkus/it/mongodb/BookResourceTest.java', 'extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/health/MongoHealthCheck.java']
{'.java': 2}
2
2
0
0
2
11,579,738
2,264,008
301,428
3,220
3,535
681
63
1
795
82
197
21
1
0
1970-01-01T00:26:43
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,927
quarkusio/quarkus/12710/12703
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12703
https://github.com/quarkusio/quarkus/pull/12710
https://github.com/quarkusio/quarkus/pull/12710
1
fixes
At create from command line are have wrong version dependency
If create quarkus project from command line like indicated on site for gradle: ```mvn io.quarkus:quarkus-maven-plugin:1.8.3.Final:create \\ -DprojectGroupId=com.test \\ -DprojectArtifactId=create-test-gradle \\ -DprojectVersion=my-version \\ -DclassName="org.my.group.MyResource" \\ -Dextensio...
ecf8d24cd11b1921d0cf91f7b7ca762f7ac843c4
e24ce3c50bfc90ebb69b95c14d04fa1a5fb80afa
https://github.com/quarkusio/quarkus/compare/ecf8d24cd11b1921d0cf91f7b7ca762f7ac843c4...e24ce3c50bfc90ebb69b95c14d04fa1a5fb80afa
diff --git a/devtools/maven/src/main/java/io/quarkus/maven/CreateUtils.java b/devtools/maven/src/main/java/io/quarkus/maven/CreateUtils.java index 495267a6a7d..e1d207ef041 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/CreateUtils.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/CreateUtils.java @@ ...
['devtools/maven/src/main/java/io/quarkus/maven/CreateUtils.java']
{'.java': 1}
1
1
0
0
1
11,520,258
2,251,538
299,856
3,194
231
67
2
1
707
54
211
18
0
2
1970-01-01T00:26:42
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,928
quarkusio/quarkus/12699/12694
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12694
https://github.com/quarkusio/quarkus/pull/12699
https://github.com/quarkusio/quarkus/pull/12699
1
resolves
native-image specific micrometer-mp-metrics test failure in io.quarkus.micrometer.runtime.registry.json.JsonExporter, java.lang.NumberFormatException
**Describe the bug** Micrometer test fails to parse output when run with native-image. It works just fine in JVM mode. **Expected behavior** The test passes for JVM mode and native-image alike. **Actual behavior** ### JVM mode :heavy_check_mark: ``` ./mvnw verify -f integration-tests/pom.xml --fail-at-end -...
151c461fd263065006075aef1b17b06408c677ee
e7c9d64c5591fb4d4e7c40b515a26c521d761382
https://github.com/quarkusio/quarkus/compare/151c461fd263065006075aef1b17b06408c677ee...e7c9d64c5591fb4d4e7c40b515a26c521d761382
diff --git a/extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/binder/JVMInfoBinder.java b/extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/binder/JVMInfoBinder.java index 4d193494bcc..5db62a0c9f6 100644 --- a/extensions/micrometer/runtime/src/main/java/io/quarkus/microm...
['extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/binder/JVMInfoBinder.java']
{'.java': 1}
1
1
0
0
1
11,515,307
2,250,449
299,717
3,192
319
63
8
1
10,025
360
2,303
133
2
3
1970-01-01T00:26:42
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,929
quarkusio/quarkus/12675/12667
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12667
https://github.com/quarkusio/quarkus/pull/12675
https://github.com/quarkusio/quarkus/pull/12675
1
resolves
Reduce error logging in vertx proxy address forwarding
I see a error log when an ipv6 address of the condensed format `2001:db8:85a3:8d3:1319:8a2e:370::` is used. (Basically ends in a ::) > Failed to parse a port from forwarded-type headers https://github.com/quarkusio/quarkus/blob/9d5f82255ee8a994bcffd16c0cbcc24edd6ab226/extensions/vertx-http/runtime/src/main/java/io...
8070d9fe39324bc3c90e8b7af82bb71bb5443014
ebff17e281ec66b894029aada595cc7304c90d2a
https://github.com/quarkusio/quarkus/compare/8070d9fe39324bc3c90e8b7af82bb71bb5443014...ebff17e281ec66b894029aada595cc7304c90d2a
diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/ForwardedParser.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/ForwardedParser.java index 995c72ca97c..66441f2e08f 100644 --- a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runti...
['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/ForwardedParser.java']
{'.java': 1}
1
1
0
0
1
11,496,429
2,246,571
299,230
3,186
556
105
12
1
532
44
175
6
2
0
1970-01-01T00:26:42
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,930
quarkusio/quarkus/12657/12528
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12528
https://github.com/quarkusio/quarkus/pull/12657
https://github.com/quarkusio/quarkus/pull/12657
1
fixes
NullPointerException in UnixPath.normalizeAndCheck()
Zulip thread: https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/mvn.20quarkus.3Adev.20NPE ``` [INFO] --- quarkus-maven-plugin:1.7.0.Final:dev (default-cli) @ optaplanner-quarkus-school-timetabling-quickstart --- Listening for transport dt_socket at address: 5005 Exception in thread "main" java.lan...
b34b54203c98ff3dca87461fd0571320d699d721
22f583f5c8f83fcdfd9bd84ed3b1ff2c671ccf1c
https://github.com/quarkusio/quarkus/compare/b34b54203c98ff3dca87461fd0571320d699d721...22f583f5c8f83fcdfd9bd84ed3b1ff2c671ccf1c
diff --git a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java index 81aaf0341b2..7722c8e98de 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java @@ -520,7 +520,7 @@...
['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java']
{'.java': 1}
1
1
0
0
1
11,489,965
2,245,278
299,062
3,183
542
108
7
1
2,240
103
583
39
1
2
1970-01-01T00:26:42
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,898
quarkusio/quarkus/13300/13276
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13276
https://github.com/quarkusio/quarkus/pull/13300
https://github.com/quarkusio/quarkus/pull/13300
1
fixes
Invalid warning on quarkus.vault.secret-config-kv-path."prefix" property
**Describe the bug** Using property `secret-config-kv-path."prefix"` works as expected, but prints an invalid warning at startup: ``` WARN [io.qua.config] (main) Unrecognized configuration key "quarkus.vault.secret-config-kv-path.singer" was provided; it will be ignored; verify that the dependency extension for thi...
8b8bba78a9e205d1244d185ba58c6bae17af4c43
30f62a133944ae8cf28a93dc02f4366aec875b0f
https://github.com/quarkusio/quarkus/compare/8b8bba78a9e205d1244d185ba58c6bae17af4c43...30f62a133944ae8cf28a93dc02f4366aec875b0f
diff --git a/extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/config/VaultConfigSource.java b/extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/config/VaultConfigSource.java index b79e35062b2..b82e6010fa9 100644 --- a/extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/config/Va...
['extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/config/VaultRuntimeConfig.java', 'extensions/vault/runtime/src/test/java/io/quarkus/vault/runtime/config/VaultConfigSourceTest.java', 'extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/config/VaultConfigSource.java']
{'.java': 3}
3
3
0
0
3
13,484,449
2,633,890
350,998
3,705
5,773
1,330
138
2
991
111
235
21
0
2
1970-01-01T00:26:45
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,933
quarkusio/quarkus/12609/11524
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/11524
https://github.com/quarkusio/quarkus/pull/12609
https://github.com/quarkusio/quarkus/pull/12609
1
fixes
NullPointerException reading mongodb bson date (native image)
Hi, only native image of my application cause a NullPointerException parsing mongodb document with date field. The error occours both with quarkus 1.6.0.final and 1.7.0.final. Here the full staktrace: ``` 2020-08-21 15:12:12,711 ERROR [org.jbo.res.res.i18n] (executor-thread-1) RESTEASY002020: Unhandled asy...
e4686a7d748572c9c05d5bafecb690db263f80ff
4758e9392effedff377ca56db849dfae9f6bab4e
https://github.com/quarkusio/quarkus/compare/e4686a7d748572c9c05d5bafecb690db263f80ff...4758e9392effedff377ca56db849dfae9f6bab4e
diff --git a/extensions/panache/mongodb-panache-common/runtime/src/main/java/io/quarkus/mongodb/panache/binder/CommonQueryBinder.java b/extensions/panache/mongodb-panache-common/runtime/src/main/java/io/quarkus/mongodb/panache/binder/CommonQueryBinder.java index b620616af2b..00c602ccea7 100644 --- a/extensions/panache/...
['extensions/panache/mongodb-panache-common/runtime/src/main/java/io/quarkus/mongodb/panache/binder/CommonQueryBinder.java', 'extensions/panache/mongodb-panache/runtime/src/test/java/io/quarkus/mongodb/panache/runtime/MongoOperationsTest.java']
{'.java': 2}
2
2
0
0
2
11,466,763
2,240,395
298,389
3,168
1,546
322
21
1
5,143
185
1,201
72
0
2
1970-01-01T00:26:42
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,934
quarkusio/quarkus/12580/12525
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12525
https://github.com/quarkusio/quarkus/pull/12580
https://github.com/quarkusio/quarkus/pull/12580
1
resolves
Quarkus REST Client extension is not enabling SSL native by default as documented
**Describe the bug** In the guide https://quarkus.io/guides/native-and-ssl there is a mention that quarkus-rest-client extension should automatically enable SSL in native but SSL doesn't work without explicit property `quarkus.ssl.native=true`/ **Expected behavior** SSL works by default as documented. **Actual ...
56dd01ad4c9222b7a886bffe5693e9c448933350
c8c4423db674a0d23cf658f4c01165dccd6b30af
https://github.com/quarkusio/quarkus/compare/56dd01ad4c9222b7a886bffe5693e9c448933350...c8c4423db674a0d23cf658f4c01165dccd6b30af
diff --git a/extensions/rest-client/deployment/src/main/java/io/quarkus/restclient/deployment/RestClientProcessor.java b/extensions/rest-client/deployment/src/main/java/io/quarkus/restclient/deployment/RestClientProcessor.java index 17e3f4ff952..db86b354fa5 100644 --- a/extensions/rest-client/deployment/src/main/java/i...
['extensions/rest-client/deployment/src/main/java/io/quarkus/restclient/deployment/RestClientProcessor.java']
{'.java': 1}
1
1
0
0
1
11,464,003
2,239,916
298,309
3,165
446
93
7
1
1,717
193
555
41
2
1
1970-01-01T00:26:42
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,935
quarkusio/quarkus/12567/12565
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12565
https://github.com/quarkusio/quarkus/pull/12567
https://github.com/quarkusio/quarkus/pull/12567
1
fixes
remote-dev is not taking into account HotDeploymentWatchedFileBuildItem
The paths configured with HotDeploymentWatchedFileBuildItem (including e.g. `application.properties`) aren't supported in remote-dev. Here's a quick hack to add support for picking up changes to the `application.properties`: ``` diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/IsolatedRemoteDevMo...
026b1a1935e0088a3e00808d424f0615e9cc3ee7
b5aec9ca9c4d0008639297599a49dd66adb6fd28
https://github.com/quarkusio/quarkus/compare/026b1a1935e0088a3e00808d424f0615e9cc3ee7...b5aec9ca9c4d0008639297599a49dd66adb6fd28
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/HotDeploymentConfigFileBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/HotDeploymentConfigFileBuildStep.java index e227702fecd..73b555246a5 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/dev/HotDeploymentConf...
['core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java', 'core/deployment/src/main/java/io/quarkus/deployment/dev/HotDeploymentConfigFileBuildStep.java', 'core/deployment/src/main/java/io/quarkus/deployment/dev/IsolatedDevModeMain.java', 'core/deployment/src/main/java/io/quarkus/deployme...
{'.java': 4}
4
4
0
0
4
11,461,895
2,239,534
298,254
3,165
3,221
461
42
4
1,052
60
240
15
0
1
1970-01-01T00:26:42
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,938
quarkusio/quarkus/12453/12435
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12435
https://github.com/quarkusio/quarkus/pull/12453
https://github.com/quarkusio/quarkus/pull/12453
1
resolves
quarkus-micrometer does not work with quarkus-kafka-streams
**Describe the bug** Micrometer extension does not work with quarks-kafka-streams extension. **Expected behavior** Micrometer extension works with Kafka streams **Actual behavior** `./gradlew quarkusDev` fails with a `java.lang.LinkageError`: ``` > Task :quarkusDev Caching disabled for task ':quarkusDev' be...
109af54f7c3e91cd521848499673d59e428456c3
457995cd1267506523a56e0309f024e241b6b141
https://github.com/quarkusio/quarkus/compare/109af54f7c3e91cd521848499673d59e428456c3...457995cd1267506523a56e0309f024e241b6b141
diff --git a/extensions/micrometer/deployment/src/main/java/io/quarkus/micrometer/deployment/binder/VertxBinderProcessor.java b/extensions/micrometer/deployment/src/main/java/io/quarkus/micrometer/deployment/binder/VertxBinderProcessor.java index 002039e97b6..8c4ebd90ee5 100644 --- a/extensions/micrometer/deployment/sr...
['extensions/micrometer/deployment/src/main/java/io/quarkus/micrometer/deployment/binder/VertxBinderProcessor.java']
{'.java': 1}
1
1
0
0
1
11,415,858
2,230,358
297,052
3,150
386
84
5
1
5,902
342
1,526
77
1
2
1970-01-01T00:26:41
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,939
quarkusio/quarkus/12451/12463
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12463
https://github.com/quarkusio/quarkus/pull/12451
https://github.com/quarkusio/quarkus/pull/12451
1
fixes
Hibernate ORM extension boot is not holding the @Startup event
**Describe the bug** There is no guarantee that an event listening for `@Startup` runs strictly after the Hibernate ORM bootstrap. Clearly the intent should be that all such frameworks have completed initialization, and this gets noticeable if the application code expects - for example - the database schema to have...
70b7d8119e4166dc56b5c22dfd42b3c70e4920d9
cce324813fccffff7576c4bf2bc9696006f4bd8b
https://github.com/quarkusio/quarkus/compare/70b7d8119e4166dc56b5c22dfd42b3c70e4920d9...cce324813fccffff7576c4bf2bc9696006f4bd8b
diff --git a/extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateOrmProcessor.java b/extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateOrmProcessor.java index d17262f18cb..27833a72c03 100644 --- a/extensions/hibernate-orm/deployment...
['extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateOrmProcessor.java']
{'.java': 1}
1
1
0
0
1
11,410,600
2,229,324
296,917
3,149
633
119
10
1
371
58
72
6
0
0
1970-01-01T00:26:41
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,940
quarkusio/quarkus/12450/12441
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12441
https://github.com/quarkusio/quarkus/pull/12450
https://github.com/quarkusio/quarkus/pull/12450
1
fixes
Form based authentication cookie will soon be rejected
**Describe the bug** I register it as a bug because soon it won't work anymore. Using the Form Based Authentication, a cookie is created, with default name "quarkus-credential". Doing so, Firefox warns: `Cookie “quarkus-credential” will be soon rejected because it has the “SameSite” attribute set to “None” or an i...
2ba1dc64907da85640e70e7b3d27b9eff57f4d2d
a6e0d6e62a8122a91f0083a724b3f0598001f704
https://github.com/quarkusio/quarkus/compare/2ba1dc64907da85640e70e7b3d27b9eff57f4d2d...a6e0d6e62a8122a91f0083a724b3f0598001f704
diff --git a/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/security/FormAuthTestCase.java b/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/security/FormAuthTestCase.java index b61dd75a9f8..c8985925854 100644 --- a/extensions/vertx-http/deployment/src/test/java/io/quarkus/ver...
['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/FormAuthenticationMechanism.java', 'extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/PersistentLoginManager.java', 'extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/security/FormAut...
{'.java': 3}
3
3
0
0
3
11,410,600
2,229,324
296,917
3,149
1,478
260
18
2
2,535
225
675
41
2
1
1970-01-01T00:26:41
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,941
quarkusio/quarkus/12421/12420
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12420
https://github.com/quarkusio/quarkus/pull/12421
https://github.com/quarkusio/quarkus/pull/12421
1
fixes
SmallRye GraphQL extension's metrics are broken
The producer of vendor `MetricRegistry` is detected as unused (unless an application injects it directly, which makes no sense), but it is needed at runtime. This appears at application boot: ``` CDI: programmatic lookup problem detected ----------------------------------------- At least one bean matched the requ...
67fdafe15bc1ca343611d62ecede35a250b4c380
7e0ae82f55367ad33191435d47b785bef45973a9
https://github.com/quarkusio/quarkus/compare/67fdafe15bc1ca343611d62ecede35a250b4c380...7e0ae82f55367ad33191435d47b785bef45973a9
diff --git a/extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java b/extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java index 4a10723fefc..2b1bf82f786 100644 --- a/extensions/smallr...
['extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java', 'extensions/smallrye-graphql/deployment/src/test/java/io/quarkus/smallrye/graphql/deployment/MetricsTest.java']
{'.java': 2}
2
2
0
0
2
11,397,065
2,226,607
296,536
3,147
564
114
8
1
1,295
125
269
18
1
1
1970-01-01T00:26:41
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,921
quarkusio/quarkus/12843/12842
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12842
https://github.com/quarkusio/quarkus/pull/12843
https://github.com/quarkusio/quarkus/pull/12843
1
fixes
Amazon S3 Extension: Interceptors Configuration Fails to AWS Shipped Interceptors
**Describe the bug** `quarkus.s3.interceptors=com.amazonaws.xray.interceptors.TracingInterceptor` results in a failure to configure the s3 client. **Expected behavior** AWS shipped S3 interceptors, like the XRay Tracing Interceptors, work with extension configuration model. **Actual behavior** (Describe the ac...
1374511dc819390a2f24e354e287ad9dd19e75af
f4b371b30925c405913871e15db4b63d9e464b74
https://github.com/quarkusio/quarkus/compare/1374511dc819390a2f24e354e287ad9dd19e75af...f4b371b30925c405913871e15db4b63d9e464b74
diff --git a/extensions/amazon-services/common/deployment/src/main/java/io/quarkus/amazon/common/deployment/AmazonServicesClientsProcessor.java b/extensions/amazon-services/common/deployment/src/main/java/io/quarkus/amazon/common/deployment/AmazonServicesClientsProcessor.java index 92253de931b..cda8f72528e 100644 --- a...
['extensions/amazon-services/common/deployment/src/main/java/io/quarkus/amazon/common/deployment/AmazonServicesClientsProcessor.java']
{'.java': 1}
1
1
0
0
1
11,597,979
2,267,272
301,844
3,218
594
110
6
1
2,464
249
586
39
2
2
1970-01-01T00:26:43
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,920
quarkusio/quarkus/12879/12819
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12819
https://github.com/quarkusio/quarkus/pull/12879
https://github.com/quarkusio/quarkus/pull/12879
1
close
gradle quarkus:dev task should be more lenient when analysing project dependencies
**Describe the bug** It's a gradle multi module project with two projects * application - kotlin jvm * ui - kotlin js The ui module produces a jar file with a `META-INF/resources` directory containing the web application (html, js, ..) and is linked as project dependency to the application. Gradle mention...
5ddb3d4e616763c81db5f1230c897d2c8f0d8556
588e0b3b9d399f48988e480d79d85ac8032f448d
https://github.com/quarkusio/quarkus/compare/5ddb3d4e616763c81db5f1230c897d2c8f0d8556...588e0b3b9d399f48988e480d79d85ac8032f448d
diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/builder/QuarkusModelBuilder.java b/devtools/gradle/src/main/java/io/quarkus/gradle/builder/QuarkusModelBuilder.java index f20810505e4..8252e293e55 100644 --- a/devtools/gradle/src/main/java/io/quarkus/gradle/builder/QuarkusModelBuilder.java +++ b/devtools/gra...
['devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java', 'devtools/gradle/src/main/java/io/quarkus/gradle/builder/QuarkusModelBuilder.java']
{'.java': 2}
2
2
0
0
2
11,600,463
2,267,795
301,913
3,219
2,182
406
41
2
3,288
269
744
82
1
2
1970-01-01T00:26:43
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,919
quarkusio/quarkus/12888/12754
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12754
https://github.com/quarkusio/quarkus/pull/12888
https://github.com/quarkusio/quarkus/pull/12888
1
fixes
oidc use Programmatically Resolving Tenants Configuration BUT hangs
Hi @sberyozkin @pedroigor regarding to this: https://quarkus.io/guides/security-openid-connect-multitenancy#programmatically-resolving-tenants-configuration if i used configuration ways, it works fine and can redirect to keycloak, BUT when uses programmatically way it hangs there and keep waiting. /////...
99dda5bf3affca33ed0d66157c7af5d6b11f1d99
dd321fe6bd2197075423f262fa7b69da5b2147de
https://github.com/quarkusio/quarkus/compare/99dda5bf3affca33ed0d66157c7af5d6b11f1d99...dd321fe6bd2197075423f262fa7b69da5b2147de
diff --git a/extensions/keycloak-authorization/runtime/src/main/java/io/quarkus/keycloak/pep/runtime/KeycloakPolicyEnforcerRecorder.java b/extensions/keycloak-authorization/runtime/src/main/java/io/quarkus/keycloak/pep/runtime/KeycloakPolicyEnforcerRecorder.java index 13481c193a6..97efb735350 100644 --- a/extensions/ke...
['integration-tests/oidc-tenancy/src/main/java/io/quarkus/it/keycloak/CustomTenantConfigResolver.java', 'extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcTenantConfig.java', 'extensions/keycloak-authorization/runtime/src/main/java/io/quarkus/keycloak/pep/runtime/KeycloakPolicyEnforcerRecorder.java', 'integrati...
{'.java': 11}
11
11
0
0
11
11,683,790
2,284,152
304,320
3,240
4,334
716
61
6
2,057
196
452
71
2
0
1970-01-01T00:26:43
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,918
quarkusio/quarkus/12940/12939
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12939
https://github.com/quarkusio/quarkus/pull/12940
https://github.com/quarkusio/quarkus/pull/12940
1
fixes
Wrong host forwarded after enabling proxy address forwarding
**Describe the bug** quarkus.http.proxy.proxy-address-forwarding=true When an ip like 2001:db8:85a3:8d3:1319:8a2e:370:ac is used, the parsing in vertx.http ForwardedParser breaks as it considers ac to be the port **Expected behavior** The obtained remote host address should be2001:db8:85a3:8d3:1319:8a2e:370:ac...
c9741eafa7ee6b2f8b2919ba1869fcae2383a60c
a984bcdac1ee364472c539bed75e23a96220bba6
https://github.com/quarkusio/quarkus/compare/c9741eafa7ee6b2f8b2919ba1869fcae2383a60c...a984bcdac1ee364472c539bed75e23a96220bba6
diff --git a/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/ForwardedForHeaderTest.java b/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/ForwardedForHeaderTest.java index a58c803fd01..d06e24b4066 100644 --- a/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/htt...
['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/ForwardedParser.java', 'extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/ForwardedForHeaderTest.java']
{'.java': 2}
2
2
0
0
2
11,650,698
2,278,065
303,536
3,230
2,193
502
46
1
558
52
172
19
0
1
1970-01-01T00:26:43
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,901
quarkusio/quarkus/13257/13249
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13249
https://github.com/quarkusio/quarkus/pull/13257
https://github.com/quarkusio/quarkus/pull/13257
1
fixes
OIDC 1.10.0.CR1 - event loop thread blocked
**Describe the bug** Upgraded an existing app from 1.9.2.Final to 1.10.0.CR and I am getting below error ```java 2020-11-12 01:14:14,178 INFO [io.quarkus] (main) Installed features: [amazon-s3, cache, cdi, kubernetes, logging-gelf, mutiny, oidc, rest-client, resteasy, resteasy-jsonb, resteasy-mutiny, security, sm...
c7695bd2222e22c39ed6773205e7dc4d3710f67b
4a2afc076575abaac486c5d23b698b2e6d8594ef
https://github.com/quarkusio/quarkus/compare/c7695bd2222e22c39ed6773205e7dc4d3710f67b...4a2afc076575abaac486c5d23b698b2e6d8594ef
diff --git a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/DefaultTenantConfigResolver.java b/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/DefaultTenantConfigResolver.java index b146aadb1f3..a0a8a361268 100644 --- a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/DefaultTe...
['extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/TenantConfigBean.java', 'extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcIdentityProvider.java', 'extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/DefaultTenantConfigResolver.java', 'extensions/oidc/runtime/src/main/java/io/q...
{'.java': 4}
4
4
0
0
4
11,818,658
2,310,132
307,392
3,278
25,244
3,744
392
4
4,790
207
1,355
68
1
2
1970-01-01T00:26:45
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,902
quarkusio/quarkus/13245/13236
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13236
https://github.com/quarkusio/quarkus/pull/13245
https://github.com/quarkusio/quarkus/pull/13245
1
fixes
wrong initialisation order of mongo codec providers
**Describe the bug** It is impossible to override standard coders, `MongoClients.createMongoConfiguration()` uses `defaultCodecRegistry` before custom `CodecProvider`: ```java CodecRegistry registry = CodecRegistries.fromRegistries(defaultCodecRegistry, CodecRegistries.fromProviders(provider...
78a5e302c9cc6f2cbdd817ed5ed7e91de9cd9fa2
566aae929c7ceb309f2f67f6b11c2cc2f8243ea3
https://github.com/quarkusio/quarkus/compare/78a5e302c9cc6f2cbdd817ed5ed7e91de9cd9fa2...566aae929c7ceb309f2f67f6b11c2cc2f8243ea3
diff --git a/extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/runtime/MongoClients.java b/extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/runtime/MongoClients.java index 68b720924a6..a1f7f7a396d 100644 --- a/extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/runtime/...
['extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/runtime/MongoClients.java']
{'.java': 1}
1
1
0
0
1
11,864,301
2,319,394
308,548
3,280
3,785
661
65
1
2,600
207
596
48
2
4
1970-01-01T00:26:45
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,904
quarkusio/quarkus/13226/13186
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13186
https://github.com/quarkusio/quarkus/pull/13226
https://github.com/quarkusio/quarkus/pull/13226
1
fixes
Qute: type-safe expressions - fix the template extension method matching algorithm
For example, if there is an expression `{item.discountedPrice}` a template extension method like this: ```java @TemplateExtension static BigDecimal discountedPrice(Item item, int discount) { ... } ``` matches the expression even if the number of parameters does not match. The expected behavior: build fails. It...
2613770eeca81350a238188af165116baac3588a
a4d1fe9f13637cd46eec5029f631984742aaa4f5
https://github.com/quarkusio/quarkus/compare/2613770eeca81350a238188af165116baac3588a...a4d1fe9f13637cd46eec5029f631984742aaa4f5
diff --git a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java b/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java index 3ee1e50f8c0..b0ff69992ad 100644 --- a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java ...
['extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/typesafe/ValidationFailuresTest.java', 'extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java']
{'.java': 2}
2
2
0
0
2
11,856,897
2,317,857
308,406
3,280
362
61
6
1
408
54
83
8
0
1
1970-01-01T00:26:45
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,905
quarkusio/quarkus/13207/12896
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12896
https://github.com/quarkusio/quarkus/pull/13207
https://github.com/quarkusio/quarkus/pull/13207
1
fixes
CDI: programmatic lookup problem detected - Nayarana - 1.9.0.Final
**Describe the bug** A warning message is printed when using `@Transactional` in 1.9.0.Final **Expected behavior** No warning message should show up. **Actual behavior** This message on startup is shown: ``` CDI: programmatic lookup problem detected ----------------------------------------- At least one...
53a87840a6065a6d43c97c63cd26e6e404e75118
cc04d50b733af3d077d47d062c699d3bdaf28793
https://github.com/quarkusio/quarkus/compare/53a87840a6065a6d43c97c63cd26e6e404e75118...cc04d50b733af3d077d47d062c699d3bdaf28793
diff --git a/extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runtime/QuartzScheduler.java b/extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runtime/QuartzScheduler.java index b51588818b6..c8d8f5e6701 100644 --- a/extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runtime/QuartzScheduler.java ...
['extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runtime/QuartzScheduler.java']
{'.java': 1}
1
1
0
0
1
11,849,629
2,316,148
308,188
3,275
737
138
11
1
1,352
142
305
37
1
1
1970-01-01T00:26:44
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,906
quarkusio/quarkus/13170/13169
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13169
https://github.com/quarkusio/quarkus/pull/13170
https://github.com/quarkusio/quarkus/pull/13170
1
fixes
java.nio.file.NoSuchFileException when quarkus.native.debug.enabled
**Describe the bug** With `quarkus.native.debug.enabled=true`, building a native image fails with ``` [ERROR] [error]: Build step io.quarkus.deployment.pkg.steps.NativeImageBuildStep#build threw an exception: java.lang.RuntimeException: Unable to copy from C:\\Users\\moritz\\.m2\\repository\\org\\jboss\\re...
cb11c777cb6b1304cd20440b962d460730a9535a
137a026b0dedea252eebade580115875a7b9c1f7
https://github.com/quarkusio/quarkus/compare/cb11c777cb6b1304cd20440b962d460730a9535a...137a026b0dedea252eebade580115875a7b9c1f7
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java index 0715da4104e..6b1b33f3eba 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.ja...
['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java']
{'.java': 1}
1
1
0
0
1
14,512,667
2,830,486
377,063
4,001
1,476
264
26
1
6,831
271
1,690
84
0
3
1970-01-01T00:26:44
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,907
quarkusio/quarkus/13142/13030
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13030
https://github.com/quarkusio/quarkus/pull/13142
https://github.com/quarkusio/quarkus/pull/13142
1
fixes
invalid warning in ResteasyCommonProcessor when using rest-client
**Describe the bug** I created a QuarkusMain application that only uses the rest-client with rest client jackson support. the application works as expected, except it prints this warning: ``` [WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Quarkus detected the need of REST JSON support but...
d26b9d1466b930a2e83b3ffcdda666813eb6863c
7f692fc940c6a2dc91d1b3f4236cf4b636b9b53c
https://github.com/quarkusio/quarkus/compare/d26b9d1466b930a2e83b3ffcdda666813eb6863c...7f692fc940c6a2dc91d1b3f4236cf4b636b9b53c
diff --git a/extensions/rest-client-jackson/deployment/src/main/java/io/quarkus/restclient/jackson/deployment/RestClientJacksonProcessor.java b/extensions/rest-client-jackson/deployment/src/main/java/io/quarkus/restclient/jackson/deployment/RestClientJacksonProcessor.java index c29b19c7b92..f35102a8bb1 100644 --- a/ext...
['extensions/rest-client-jsonb/deployment/src/main/java/io/quarkus/restclient/jsonb/deployment/RestClientJsonbProcessor.java', 'extensions/rest-client-jackson/deployment/src/main/java/io/quarkus/restclient/jackson/deployment/RestClientJacksonProcessor.java']
{'.java': 2}
2
2
0
0
2
11,792,345
2,305,374
306,954
3,271
158
32
2
2
1,015
133
232
19
3
1
1970-01-01T00:26:44
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,909
quarkusio/quarkus/13135/13104
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13104
https://github.com/quarkusio/quarkus/pull/13135
https://github.com/quarkusio/quarkus/pull/13135
1
fixes
QuarkusBootstrap can't resolve quarkus-bom-quarkus-platform-properties:properties:999-SNAPSHOT when running integration-tests
QuarkusBootstrap can't resolve quarkus-bom-quarkus-platform-properties:properties:999-SNAPSHOT when running integration-tests. I do `mvn deploy` of Quarkus master into the Artifactory instance to avoid building Quarkus master in every job I need to run against Quarkus master. I do run some DB tests from integration-...
d26b9d1466b930a2e83b3ffcdda666813eb6863c
d800c92da9e57d0abea8619e5391427fa2b04f48
https://github.com/quarkusio/quarkus/compare/d26b9d1466b930a2e83b3ffcdda666813eb6863c...d800c92da9e57d0abea8619e5391427fa2b04f48
diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/BootstrapAppModelFactory.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/BootstrapAppModelFactory.java index ad23e609e01..afbbd0242a1 100644 --- a/independent-projects/bootstrap/core/src/main/java/io/quarku...
['independent-projects/bootstrap/maven-resolver/src/test/java/io/quarkus/bootstrap/resolver/maven/test/PomProfileReposEffectivePomTest.java', 'independent-projects/bootstrap/maven-resolver/src/test/java/io/quarkus/bootstrap/resolver/maven/test/SubmodulePomReposEffectivePomTest.java', 'independent-projects/bootstrap/mav...
{'.java': 8}
8
8
0
0
8
11,792,345
2,305,374
306,954
3,271
4,914
927
77
2
14,233
507
3,125
175
4
4
1970-01-01T00:26:44
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,910
quarkusio/quarkus/13132/13095
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13095
https://github.com/quarkusio/quarkus/pull/13132
https://github.com/quarkusio/quarkus/pull/13132
1
fixes
Regression/Change of behavior for root path when using quarkus-funqy-http on master
**Describe the bug** When using `quarkus-funqy-http`, index.html is not displayed anymore when using the root path. If this is expected, please make this a configuration parameter. This is blocking for codestarts because as soon as funqy is added, then the index.html is not accessible anymore from the root path. ...
244d9a113ce210e14303e69f28fafb25c29cccdf
3a927921ec2784b031f6febfa84134cc74d7b2da
https://github.com/quarkusio/quarkus/compare/244d9a113ce210e14303e69f28fafb25c29cccdf...3a927921ec2784b031f6febfa84134cc74d7b2da
diff --git a/extensions/funqy/funqy-http/deployment/src/main/java/io/quarkus/funqy/deployment/bindings/http/FunqyHttpBuildStep.java b/extensions/funqy/funqy-http/deployment/src/main/java/io/quarkus/funqy/deployment/bindings/http/FunqyHttpBuildStep.java index 319a34d3cce..23357901917 100644 --- a/extensions/funqy/funqy-...
['extensions/funqy/funqy-http/deployment/src/test/java/io/quarkus/funqy/test/SingleFunctionTest.java', 'extensions/funqy/funqy-http/deployment/src/main/java/io/quarkus/funqy/deployment/bindings/http/FunqyHttpBuildStep.java', 'extensions/funqy/funqy-http/runtime/src/main/java/io/quarkus/funqy/runtime/bindings/http/Funqy...
{'.java': 7}
7
7
0
0
7
11,774,544
2,301,559
306,405
3,255
1,844
375
41
3
1,108
131
308
23
3
1
1970-01-01T00:26:44
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,911
quarkusio/quarkus/13130/13107
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13107
https://github.com/quarkusio/quarkus/pull/13130
https://github.com/quarkusio/quarkus/pull/13130
1
fixes
Qute: fishy `#if` expressions
I tried several variations of `{#if foo.bar == 'something' || foo.bar == 'other'}` and got mixed results, but not valid results. I think the second boolean operand was ignored, or random. For some reason, `{#if (foo.bar == 'something') || (foo.bar == 'other')}` got me an error.
3e98e8861fc9a24a8aba920a7d811ec2cb60e9a8
fefa5471b131b4eb4f80580a8053015a5aad8d08
https://github.com/quarkusio/quarkus/compare/3e98e8861fc9a24a8aba920a7d811ec2cb60e9a8...fefa5471b131b4eb4f80580a8053015a5aad8d08
diff --git a/independent-projects/qute/core/src/main/java/io/quarkus/qute/Expressions.java b/independent-projects/qute/core/src/main/java/io/quarkus/qute/Expressions.java index 2600b77e693..4d7d08cf5fc 100644 --- a/independent-projects/qute/core/src/main/java/io/quarkus/qute/Expressions.java +++ b/independent-projects/...
['independent-projects/qute/core/src/main/java/io/quarkus/qute/IfSectionHelper.java', 'independent-projects/qute/core/src/test/java/io/quarkus/qute/IfSectionTest.java', 'independent-projects/qute/core/src/main/java/io/quarkus/qute/Parser.java', 'independent-projects/qute/core/src/main/java/io/quarkus/qute/Expressions.j...
{'.java': 5}
5
5
0
0
5
11,778,089
2,302,274
306,474
3,255
2,275
411
56
3
281
46
72
3
0
0
1970-01-01T00:26:44
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,912
quarkusio/quarkus/13116/13113
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13113
https://github.com/quarkusio/quarkus/pull/13116
https://github.com/quarkusio/quarkus/pull/13116
1
fixes
Character escaping in Qute doesn't work
**Describe the bug** Characters like '&' aren't escaped. [qute-test.zip](https://github.com/quarkusio/quarkus/files/5487996/qute-test.zip) **Expected behavior** Characters like '&', '"', ... should be escaped to '&amp;', '&quot;' etc. **Actual behavior** The html output contains invalid characters like '&'...
106cdaa3044bb5b62ce9a2045bcf44d2c8078482
e47a50e53a99dfbebfa68b8e20cd1c55a73dad53
https://github.com/quarkusio/quarkus/compare/106cdaa3044bb5b62ce9a2045bcf44d2c8078482...e47a50e53a99dfbebfa68b8e20cd1c55a73dad53
diff --git a/extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/EscapingTest.java b/extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/EscapingTest.java index a5c54c1a4fa..dbd4e830f0a 100644 --- a/extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/EscapingTest.java +++...
['extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/EscapingTest.java', 'independent-projects/qute/core/src/main/java/io/quarkus/qute/Engine.java']
{'.java': 2}
2
2
0
0
2
11,770,233
2,300,686
306,283
3,254
172
34
4
1
1,368
178
384
44
1
1
1970-01-01T00:26:44
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,913
quarkusio/quarkus/13105/13078
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13078
https://github.com/quarkusio/quarkus/pull/13105
https://github.com/quarkusio/quarkus/pull/13105
1
fixes
com.amazonaws.xray.interceptors.TracingInterceptor Native Image Failure
**Describe the bug** Fix from #12842 fails in native builds. **Expected behavior** Tracing Interceptor is Created in AWS SDK Clients **Actual behavior** ``` Error: Classes that should be initialized at run time got initialized during image building: com.amazonaws.xray.interceptors.TracingInterceptor the cla...
ac151bab4a00bc071f2c796c1a259efc69db1a85
d5f2fab281fe1d5184825c55e753b52e225dc2e3
https://github.com/quarkusio/quarkus/compare/ac151bab4a00bc071f2c796c1a259efc69db1a85...d5f2fab281fe1d5184825c55e753b52e225dc2e3
diff --git a/extensions/amazon-services/common/deployment/src/main/java/io/quarkus/amazon/common/deployment/AmazonServicesClientsProcessor.java b/extensions/amazon-services/common/deployment/src/main/java/io/quarkus/amazon/common/deployment/AmazonServicesClientsProcessor.java index cda8f72528e..197c7039094 100644 --- a...
['extensions/amazon-services/common/runtime/src/main/java/io/quarkus/amazon/common/runtime/AmazonClientRecorder.java', 'extensions/amazon-services/common/deployment/src/main/java/io/quarkus/amazon/common/deployment/AmazonServicesClientsProcessor.java', 'extensions/amazon-services/common/runtime/src/main/java/io/quarkus...
{'.java': 3}
3
3
0
0
3
11,770,233
2,300,686
306,283
3,254
1,227
198
14
3
5,775
263
1,345
87
0
2
1970-01-01T00:26:44
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,914
quarkusio/quarkus/13060/13035
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13035
https://github.com/quarkusio/quarkus/pull/13060
https://github.com/quarkusio/quarkus/pull/13060
1
fixes
1.9.1 throws Response has already been written from RouteFilter
**Describe the bug** After updating from 1.8.3.Final to 1.9.1.Final our tests have started to throw this to the logs: ``` 2020-10-30 17:33:39,400 ERROR [io.qua.mut.run.MutinyInfrastructure] (vert.x-eventloop-thread-9) Mutiny had to drop the following exception: java.lang.IllegalStateException: Response has already...
a8385d1815b2d304d04a11941ad539d8f5fc52d6
d0d87dccf0d3ceb351fd66c64e8a697fc618ef49
https://github.com/quarkusio/quarkus/compare/a8385d1815b2d304d04a11941ad539d8f5fc52d6...d0d87dccf0d3ceb351fd66c64e8a697fc618ef49
diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/HttpSecurityRecorder.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/HttpSecurityRecorder.java index 3eafc73f2e4..242673cf431 100644 --- a/extensions/vertx-http/runtime/src/main/java...
['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/HttpSecurityRecorder.java']
{'.java': 1}
1
1
0
0
1
11,696,285
2,286,741
304,651
3,244
234
23
4
1
1,653
116
382
40
0
3
1970-01-01T00:26:44
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,916
quarkusio/quarkus/12977/12976
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/12976
https://github.com/quarkusio/quarkus/pull/12977
https://github.com/quarkusio/quarkus/pull/12977
1
fixes
Hibernate ORM's JTAPlatform implementation is leaking a reference to its registry
**Describe the bug** The `QuarkusJtaPlatform` implementation is extending a base class from upstream ORM which maks it a bad choice for also being used as a static singleton. In particular this leads the classloader to hold on to a reference of the ORM `ServiceRegistry`, in turn leaking a significant amount of memory...
fb39c961b2910335275df034c25a9bb2e37762ba
a33daeae19c81846bf61b817d7a2f76297792d47
https://github.com/quarkusio/quarkus/compare/fb39c961b2910335275df034c25a9bb2e37762ba...a33daeae19c81846bf61b817d7a2f76297792d47
diff --git a/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/customized/QuarkusJtaPlatform.java b/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/customized/QuarkusJtaPlatform.java index 66c60a703ff..bcef7173c40 100644 --- a/extensions/hibernate-orm/runtim...
['extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/customized/QuarkusJtaPlatform.java']
{'.java': 1}
1
1
0
0
1
11,660,723
2,279,949
303,754
3,232
2,724
453
58
1
412
69
90
5
0
0
1970-01-01T00:26:43
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,850
quarkusio/quarkus/14939/14911
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14911
https://github.com/quarkusio/quarkus/pull/14939
https://github.com/quarkusio/quarkus/pull/14939
1
fix
property `quarkus.swagger-ui.always-include` doesn't work on Native mode.
## Description When I set up an application with `quarkus.swagger-ui.always-include` enabled, swagger-ui must be available. However on Native mode are not available. example: ``` quarkus.http.root-path=/api quarkus.swagger-ui.always-include=true ``` - Compile and run your app on native mode and then make t...
bbcf48ab8e8f62cfe2f86fb082e934ba8d82311a
2113ab1a48cef0e10bc428827e53e3be5ab79dba
https://github.com/quarkusio/quarkus/compare/bbcf48ab8e8f62cfe2f86fb082e934ba8d82311a...2113ab1a48cef0e10bc428827e53e3be5ab79dba
diff --git a/extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java b/extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java index e60376b90d7..4fa39309e35 100644 --- a/extensions/smallr...
['extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java', 'extensions/smallrye-health/deployment/src/main/java/io/quarkus/smallrye/health/deployment/SmallRyeHealthProcessor.java', 'extensions/swagger-ui/deployment/src/main/java/io/quarkus/swaggerui/dep...
{'.java': 3}
3
3
0
0
3
14,602,269
2,847,246
379,296
4,016
3,197
604
33
3
600
62
156
22
2
2
1970-01-01T00:26:52
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,150
quarkusio/quarkus/34207/34163
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/34163
https://github.com/quarkusio/quarkus/pull/34207
https://github.com/quarkusio/quarkus/pull/34207
1
fixes
Qute section helper type check is not complete
### Describe the bug I'm writing the following Qute section helpers: ```java @EngineConfiguration public class QuteCode128Code extends QuteBarCode { public QuteCode128Code() { super("code128", Barcode::code128Img); } } public abstract class QuteBarCode implements SectionHelperFactory<Qute...
afbb3151e898d40e77799943c0b3c9a5907a8432
5a391239a3911d967f5953247ba62702c7db65e6
https://github.com/quarkusio/quarkus/compare/afbb3151e898d40e77799943c0b3c9a5907a8432...5a391239a3911d967f5953247ba62702c7db65e6
diff --git a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java b/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java index ce524f97723..e4effe48efb 100644 --- a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java ...
['extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/engineconfigurations/resolver/CustomResolversTest.java', 'extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/Types.java', 'extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/TypesTest.java', 'extensions/qute/deployme...
{'.java': 4}
4
4
0
0
4
26,998,450
5,324,936
685,603
6,322
4,447
837
87
2
4,567
383
918
145
0
3
1970-01-01T00:28:07
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,789
quarkusio/quarkus/16426/16347
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16347
https://github.com/quarkusio/quarkus/pull/16426
https://github.com/quarkusio/quarkus/pull/16426
1
fixes
quarkus-jacoco bug in Quarkus 1.13.0
## Describe the bug We (@chris-asl) create a simple project by running: ``` mvn io.quarkus:quarkus-maven-plugin:create \\ -DprojectGroupId=org.acme \\ -DprojectArtifactId=tests-with-coverage-quickstart ``` Then we add the jacoco dependency: ``` <dependency> <groupId>io.quarkus</groupId> <artifa...
851ef0a789e81909c36a14c9f7e8bd897a01f5f1
963358c4c3bbf3b1927c5e9f4ce9db57db4c4ea6
https://github.com/quarkusio/quarkus/compare/851ef0a789e81909c36a14c9f7e8bd897a01f5f1...963358c4c3bbf3b1927c5e9f4ce9db57db4c4ea6
diff --git a/test-framework/jacoco/deployment/src/main/java/io/quarkus/jacoco/deployment/JacocoProcessor.java b/test-framework/jacoco/deployment/src/main/java/io/quarkus/jacoco/deployment/JacocoProcessor.java index c6f4632447d..d9763c585fa 100644 --- a/test-framework/jacoco/deployment/src/main/java/io/quarkus/jacoco/de...
['test-framework/jacoco/deployment/src/main/java/io/quarkus/jacoco/deployment/JacocoProcessor.java']
{'.java': 1}
1
1
0
0
1
15,781,912
3,071,820
408,122
4,351
165
27
5
1
4,495
400
1,157
98
2
5
1970-01-01T00:26:58
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,780
quarkusio/quarkus/16536/16534
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16534
https://github.com/quarkusio/quarkus/pull/16536
https://github.com/quarkusio/quarkus/pull/16536
1
fixes
Dev UI - DevConsolePostHandler.flashMessage() results in EOFException
Steps to reproduce: 1. Start [cache-quickstart](https://github.com/quarkusio/quarkus-quickstarts/tree/main/cache-quickstart) in the dev mode 2. Open http://localhost:8080/q/dev/io.quarkus.quarkus-cache/caches in the browser 3. Clear the cache - the cache is cleared but the following exception is thrown: ``` java...
418f02329ade0f88dcf611fe0175bab5f6c47b0f
1cfab0dd91383a07fb3af1c3abd325f6e467f8fe
https://github.com/quarkusio/quarkus/compare/418f02329ade0f88dcf611fe0175bab5f6c47b0f...1cfab0dd91383a07fb3af1c3abd325f6e467f8fe
diff --git a/extensions/vertx-http/dev-console-runtime-spi/src/main/java/io/quarkus/devconsole/runtime/spi/FlashScopeUtil.java b/extensions/vertx-http/dev-console-runtime-spi/src/main/java/io/quarkus/devconsole/runtime/spi/FlashScopeUtil.java index 42791ad49bf..fe12ed6e0be 100644 --- a/extensions/vertx-http/dev-console...
['extensions/vertx-http/dev-console-runtime-spi/src/main/java/io/quarkus/devconsole/runtime/spi/FlashScopeUtil.java']
{'.java': 1}
1
1
0
0
1
15,768,671
3,069,213
407,803
4,350
836
167
14
1
3,104
109
732
41
3
1
1970-01-01T00:26:58
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,781
quarkusio/quarkus/16511/16484
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16484
https://github.com/quarkusio/quarkus/pull/16511
https://github.com/quarkusio/quarkus/pull/16511
1
fixes
reactive-pg-client sslMode=verify-full not working
## Describe the bug When using reactive-pg-client it is not possible to use sslMode verify_full because it fails with: ```java 2021-04-13 17:23:24,498 ERROR [org.hib.rea.errors] (vert.x-eventloop-thread-3) could not execute query: java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Host v...
04f12b81bdc029e8c31f4ba9ab4a6b30e0780597
9cd72caa2247ba39b76803c5de61059319ffea39
https://github.com/quarkusio/quarkus/compare/04f12b81bdc029e8c31f4ba9ab4a6b30e0780597...9cd72caa2247ba39b76803c5de61059319ffea39
diff --git a/extensions/reactive-datasource/runtime/src/main/java/io/quarkus/reactive/datasource/runtime/DataSourceReactiveRuntimeConfig.java b/extensions/reactive-datasource/runtime/src/main/java/io/quarkus/reactive/datasource/runtime/DataSourceReactiveRuntimeConfig.java index 641b819c3bf..12aca499601 100644 --- a/ext...
['extensions/reactive-pg-client/runtime/src/main/java/io/quarkus/reactive/pg/client/runtime/PgPoolRecorder.java', 'extensions/reactive-db2-client/runtime/src/main/java/io/quarkus/reactive/db2/client/runtime/DB2PoolRecorder.java', 'extensions/reactive-datasource/runtime/src/main/java/io/quarkus/reactive/datasource/runti...
{'.java': 4}
4
4
0
0
4
15,770,710
3,069,626
407,838
4,350
2,905
496
47
4
6,824
309
1,611
98
0
2
1970-01-01T00:26:58
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,783
quarkusio/quarkus/16462/16461
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16461
https://github.com/quarkusio/quarkus/pull/16462
https://github.com/quarkusio/quarkus/pull/16462
1
fixes
Remove FunctionGaugeSupport from the Micrometer extension
This interface is no longer needed with MP Metrics 3.0 dependency
40a58de61966f9c935eade76b26e47787105295c
95089e201a8803c2398a9a1c69c4f5735918f4d1
https://github.com/quarkusio/quarkus/compare/40a58de61966f9c935eade76b26e47787105295c...95089e201a8803c2398a9a1c69c4f5735918f4d1
diff --git a/extensions/micrometer/runtime/src/main/java/io/smallrye/metrics/api/FunctionGaugeSupport.java b/extensions/micrometer/runtime/src/main/java/io/smallrye/metrics/api/FunctionGaugeSupport.java deleted file mode 100644 index 427a7687768..00000000000 --- a/extensions/micrometer/runtime/src/main/java/io/smallrye...
['extensions/micrometer/runtime/src/main/java/io/smallrye/metrics/api/FunctionGaugeSupport.java']
{'.java': 1}
1
1
0
0
1
15,786,385
3,072,649
408,211
4,351
663
150
20
1
65
11
14
1
0
0
1970-01-01T00:26:58
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,784
quarkusio/quarkus/16460/16170
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16170
https://github.com/quarkusio/quarkus/pull/16460
https://github.com/quarkusio/quarkus/pull/16460
1
fixes
Http2 does not work with reactive routes in quarkus dev mode
## Describe the bug When using enabling http2 & SSL receiving a request from browser that is processed via HTTP2 on quarkus backend yields `java.lang.IllegalStateException: Request has already been read` Error if using reactive route in dev mode As far as I can see in VertxHttpRecorder there is an attempt to resume...
c6f9747c90eba7fb15d387d3b82ea1e5e3b2cd52
a071f848c5df00789e78cbab0f8120a6f17890bb
https://github.com/quarkusio/quarkus/compare/c6f9747c90eba7fb15d387d3b82ea1e5e3b2cd52...a071f848c5df00789e78cbab0f8120a6f17890bb
diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java index 747f8d76f8d..9fd08338ad1 100644 --- a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/r...
['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java']
{'.java': 1}
1
1
0
0
1
15,786,167
3,072,584
408,212
4,351
175
24
4
1
2,360
282
708
52
4
1
1970-01-01T00:26:58
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,785
quarkusio/quarkus/16446/13363
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13363
https://github.com/quarkusio/quarkus/pull/16446
https://github.com/quarkusio/quarkus/pull/16446
1
fixes
JWT authentication failure responds with Basic Auth challenge when both JWT and basic mechanisms are enabled
**Describe the bug** When using quarkus-smallrye-jwt, and on authentication failure of a request, Quarkus responds with the wrong challenge `www-authenticate: basic realm= ...` instead of `www-authenticate: Bearer {token}` in the 401 response. This causes the Chrome browser to display a Basic Auth login popup on XHR r...
1bb72b43c7287d5abb43a5b21504008ddc078f80
9a0ecff3cbd87cf8d3dca0c05c8b706fd062e17c
https://github.com/quarkusio/quarkus/compare/1bb72b43c7287d5abb43a5b21504008ddc078f80...9a0ecff3cbd87cf8d3dca0c05c8b706fd062e17c
diff --git a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/BearerAuthenticationMechanism.java b/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/BearerAuthenticationMechanism.java index 84746c29886..6d4411447a0 100644 --- a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/Beare...
['extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/BearerAuthenticationMechanism.java', 'integration-tests/oidc/src/test/java/io/quarkus/it/keycloak/BearerTokenAuthorizationTest.java', 'extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/HttpAuthenticator.java', 'extensions/v...
{'.java': 11}
11
11
0
0
11
15,790,068
3,073,361
408,289
4,351
5,657
1,080
118
7
1,710
221
411
23
0
0
1970-01-01T00:26:58
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,786
quarkusio/quarkus/16445/16131
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16131
https://github.com/quarkusio/quarkus/pull/16445
https://github.com/quarkusio/quarkus/pull/16445
1
closes
[native] Quarkus not able to parse GraalVM version in upcoming 21.1
## Describe the bug Quakus fails to parse the GraalVM version from `native-image --version` in upcoming GraalVM 21.1. This is because in the upcoming GraalVM the version is: ``` GraalVM Version 21.0.0 (Java Version 11.0.10+8-jvmci-21.0-b06) ``` while in previous versions it used to be: ``` GraalVM 21.1.0 Java...
55687bead7bebde29e98d6e886031fe9c1236380
c8c79e0a2dc38c4146dbde865b80669dd50c9264
https://github.com/quarkusio/quarkus/compare/55687bead7bebde29e98d6e886031fe9c1236380...c8c79e0a2dc38c4146dbde865b80669dd50c9264
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/GraalVM.java b/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/GraalVM.java index 345cc3f8cd6..063d3daeafd 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/GraalVM.java +++ b/core/deployment/src/main/java/...
['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/GraalVM.java', 'core/deployment/src/test/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStepTest.java']
{'.java': 2}
2
2
0
0
2
15,786,167
3,072,584
408,212
4,351
1,854
390
33
1
930
122
288
27
1
3
1970-01-01T00:26:58
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,788
quarkusio/quarkus/16428/16427
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16427
https://github.com/quarkusio/quarkus/pull/16428
https://github.com/quarkusio/quarkus/pull/16428
1
fixes
Quarkus 1.13.x WebSocket Client - wrong ClassLoader?
Since upgrading from 1.12.x to 1.13.x the WebSocket Client callbacks no longer interact with the container correctly. I am seeing issues such as: ``` ERROR: UT026013: Unhandled error in annotated endpoint org.acme.websockets.ChatTest$Client@54e6d66f java.lang.RuntimeException: java.util.ServiceConfigurationError:...
851ef0a789e81909c36a14c9f7e8bd897a01f5f1
b541a8c19efdfa7a439788075b9276b8ea7998da
https://github.com/quarkusio/quarkus/compare/851ef0a789e81909c36a14c9f7e8bd897a01f5f1...b541a8c19efdfa7a439788075b9276b8ea7998da
diff --git a/extensions/websockets/runtime/src/main/java/io/quarkus/undertow/websockets/runtime/WebsocketRecorder.java b/extensions/websockets/runtime/src/main/java/io/quarkus/undertow/websockets/runtime/WebsocketRecorder.java index fc5c834d8ac..f0f16c3f1e4 100644 --- a/extensions/websockets/runtime/src/main/java/io/qu...
['extensions/websockets/runtime/src/main/java/io/quarkus/undertow/websockets/runtime/WebsocketRecorder.java']
{'.java': 1}
1
1
0
0
1
15,781,912
3,071,820
408,122
4,351
1,129
118
18
1
711
66
171
11
1
1
1970-01-01T00:26:58
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,790
quarkusio/quarkus/16317/16268
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16268
https://github.com/quarkusio/quarkus/pull/16317
https://github.com/quarkusio/quarkus/pull/16317
1
fix
interceptor fails with IllegalArgumentException when parameters are modified and the target method uses primitive types
## Describe the bug When an @AroundInvoke interceptor is used on a method that accepts one or many arguments with primitive types, and one of the arguments are modified, the application crashes with an IllegalArgumentException. ``` java.lang.IllegalArgumentException: The parameter type [class java.lang.Integer] doe...
a60db60ae5d39ed4e09454f037ed3688cf318e22
beb843d8189b46f3ab9a5feb06244c9688bdcb76
https://github.com/quarkusio/quarkus/compare/a60db60ae5d39ed4e09454f037ed3688cf318e22...beb843d8189b46f3ab9a5feb06244c9688bdcb76
diff --git a/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/AbstractInvocationContext.java b/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/AbstractInvocationContext.java index ef917d0f9e6..fc79e1279d2 100644 --- a/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/imp...
['independent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/AbstractInvocationContext.java', 'independent-projects/arc/tests/src/test/java/io/quarkus/arc/test/interceptors/parameters/ParamInterceptor.java', 'independent-projects/arc/tests/src/test/java/io/quarkus/arc/test/interceptors/parameters/SimpleBean.jav...
{'.java': 4}
4
4
0
0
4
15,684,821
3,052,874
405,740
4,325
199
39
2
1
7,348
366
1,813
121
2
3
1970-01-01T00:26:57
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,801
quarkusio/quarkus/16007/15909
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/15909
https://github.com/quarkusio/quarkus/pull/16007
https://github.com/quarkusio/quarkus/pull/16007
1
fixes
AWS Lambda HTTP Content-Type is lost
## Describe the bug Quarkus RestEasy AWS Lambda's Content-Types don't get returned by AWS API Gateway. ### Expected behavior The content type returned by the API Gateway is the one set by RESTEasy (ie 'application/json' unless set otherwise via @Produces) ### Actual behavior The content type is `text/plain`. ...
40ee5863d2a6b61d660463183713ff3c85806bec
7dbfae1aaf24fc5ca27a0b5366087605f06db83c
https://github.com/quarkusio/quarkus/compare/40ee5863d2a6b61d660463183713ff3c85806bec...7dbfae1aaf24fc5ca27a0b5366087605f06db83c
diff --git a/extensions/amazon-lambda-http/runtime/src/main/java/io/quarkus/amazon/lambda/http/LambdaHttpHandler.java b/extensions/amazon-lambda-http/runtime/src/main/java/io/quarkus/amazon/lambda/http/LambdaHttpHandler.java index fa99269e88e..e747f23e2be 100644 --- a/extensions/amazon-lambda-http/runtime/src/main/java...
['integration-tests/amazon-lambda-http-resteasy/src/test/java/io/quarkus/it/amazon/lambda/AmazonLambdaSimpleTestCase.java', 'extensions/amazon-lambda-http/runtime/src/main/java/io/quarkus/amazon/lambda/http/LambdaHttpHandler.java', 'integration-tests/amazon-lambda-http/src/test/java/io/quarkus/it/amazon/lambda/AmazonLa...
{'.java': 3}
3
3
0
0
3
15,485,916
3,015,915
401,110
4,279
1,365
207
22
1
3,290
402
880
70
2
2
1970-01-01T00:26:56
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,792
quarkusio/quarkus/16265/16239
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16239
https://github.com/quarkusio/quarkus/pull/16265
https://github.com/quarkusio/quarkus/pull/16265
1
fix
Missing Hazelcast logs after change #15636
## Describe the bug We use Hazelcast embedded in one of our projects. After upgrading to 1.13.0.Final version we get `"LogManager error of type WRITE_FAILURE: The delayed handler's queue was overrun and log record(s) were lost. Did you forget to configure logging?"` during server startup. All Hazelcast startup logs ar...
e7f7bea58097b2a0556edebb50b63e877c50048b
7a89e049560b7416a21483c82c5eba0635798e3c
https://github.com/quarkusio/quarkus/compare/e7f7bea58097b2a0556edebb50b63e877c50048b...7a89e049560b7416a21483c82c5eba0635798e3c
diff --git a/independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/logging/QuarkusDelayedHandler.java b/independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/logging/QuarkusDelayedHandler.java index b39f29a5d57..74883b44991 100644 --- a/independent-projects/bootstrap/runner/src/mai...
['independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/logging/QuarkusDelayedHandler.java']
{'.java': 1}
1
1
0
0
1
15,670,070
3,050,234
405,398
4,325
269
43
5
1
649
101
148
6
1
0
1970-01-01T00:26:57
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,794
quarkusio/quarkus/16183/16113
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16113
https://github.com/quarkusio/quarkus/pull/16183
https://github.com/quarkusio/quarkus/pull/16183
1
fixes
Regression issue: Fast Jar not working using OpenShift and Docker strategy
## Describe the bug When using the Docker strategy when deploying an application using OpenShift, the build failed because the generated artifacts are not found: ``` [INFO] [io.quarkus.container.image.openshift.deployment.OpenshiftProcessor] STEP 6: ENV JAVA_OPTIONS="-Dquarkus.http.host=0.0.0.0 -Djava.util.logging...
f8ce0f26d2fb63bdfc15c449670c2a9651206c57
df695f35e3630c315d6166a6a1da7684d7d83bc0
https://github.com/quarkusio/quarkus/compare/f8ce0f26d2fb63bdfc15c449670c2a9651206c57...df695f35e3630c315d6166a6a1da7684d7d83bc0
diff --git a/extensions/container-image/container-image-openshift/deployment/src/main/java/io/quarkus/container/image/openshift/deployment/OpenshiftProcessor.java b/extensions/container-image/container-image-openshift/deployment/src/main/java/io/quarkus/container/image/openshift/deployment/OpenshiftProcessor.java index...
['extensions/container-image/container-image-openshift/deployment/src/main/java/io/quarkus/container/image/openshift/deployment/OpenshiftProcessor.java']
{'.java': 1}
1
1
0
0
1
15,622,357
3,041,033
404,245
4,309
736
152
14
1
4,930
297
1,206
63
0
1
1970-01-01T00:26:57
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,796
quarkusio/quarkus/16157/16151
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16151
https://github.com/quarkusio/quarkus/pull/16157
https://github.com/quarkusio/quarkus/pull/16157
1
fixes
OIDC Extension does not work anymore with Azure AD and Quarkus 1.13.0
## Describe the bug Looks like there is a regression when updating from Quarkus `1.12.x` to `1.13.0` We get a `401 Unauthorized` when we try to authenticate through Azure AD with Quarkus OIDC, this used to work fine in the previous versions. I did some debugging and turns out Azure AD doesn't like the chunked trans...
488d0095555090b5f69a68137302b7543486b5da
9e66209b51251b1d571bbcadd1109cc943b79798
https://github.com/quarkusio/quarkus/compare/488d0095555090b5f69a68137302b7543486b5da...9e66209b51251b1d571bbcadd1109cc943b79798
diff --git a/extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/client/runtime/OidcClientImpl.java b/extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/client/runtime/OidcClientImpl.java index e8b87012149..5f883af8300 100644 --- a/extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/client/r...
['extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcProviderClient.java', 'extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/common/runtime/OidcCommonUtils.java', 'extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/CodeAuthenticationMechanism.java', 'extensions/oidc-client/runtime/...
{'.java': 4}
4
4
0
0
4
15,616,682
3,040,093
404,130
4,308
4,335
919
73
4
3,746
469
1,063
91
4
6
1970-01-01T00:26:57
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,797
quarkusio/quarkus/16069/16042
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16042
https://github.com/quarkusio/quarkus/pull/16069
https://github.com/quarkusio/quarkus/pull/16069
1
fixes
[native] kafka-snappy integration-test fails with org.xerial.snappy.SnappyError: [FAILED_TO_LOAD_NATIVE_LIBRARY]
## Describe the bug When running `integration-tests/kafka-snappy` in native mode with `-Dtest-containers` and latest Graal VM 21.1-dev it fails to run the IT tests on the native image with an error failing to load a native library. ### Expected behavior IT tests run fine on the native image ### Actual behavior ...
ec42e1e30c006859b0ad39712d5d1475b34a0d9d
1bf98031472bd0687229bb930e41e710ebba50d2
https://github.com/quarkusio/quarkus/compare/ec42e1e30c006859b0ad39712d5d1475b34a0d9d...1bf98031472bd0687229bb930e41e710ebba50d2
diff --git a/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaProcessor.java b/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaProcessor.java index 128cc21e640..6b90114830e 100644 --- a/extensions/kafka-client/deployment/src/main/java/io/q...
['extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaProcessor.java']
{'.java': 1}
1
1
0
0
1
15,486,394
3,016,019
401,128
4,279
705
151
22
1
11,115
457
2,599
124
2
1
1970-01-01T00:26:56
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,798
quarkusio/quarkus/16048/16047
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16047
https://github.com/quarkusio/quarkus/pull/16048
https://github.com/quarkusio/quarkus/pull/16048
1
resolves
Hot Reload: class redefinition failed: attempted to delete a method
## Describe the bug I have the following class in my project: ``` public class GreetingResource { private static final String CONST = "4"; public void help() { } } ``` I changed the CONST and removed the `help` method at the same time. A hot reload triggered the exception from below. ##...
6f176fff681ac4de5448b58ee8fec522efc3c16e
f89bf8e4a355da770f7325209725f2bece6415f8
https://github.com/quarkusio/quarkus/compare/6f176fff681ac4de5448b58ee8fec522efc3c16e...f89bf8e4a355da770f7325209725f2bece6415f8
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/ClassComparisonUtil.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/ClassComparisonUtil.java index afb543f8dc5..81850cefc40 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/dev/ClassComparisonUtil.java +++ b/core/deploym...
['core/deployment/src/main/java/io/quarkus/deployment/dev/ClassComparisonUtil.java']
{'.java': 1}
1
1
0
0
1
15,486,394
3,016,019
401,128
4,279
391
78
9
1
3,422
287
918
72
2
2
1970-01-01T00:26:56
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,799
quarkusio/quarkus/16038/15817
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/15817
https://github.com/quarkusio/quarkus/pull/16038
https://github.com/quarkusio/quarkus/pull/16038
1
fixes
Quarkus maven plugin does not take pluginRepositories into consideration
## Describe the bug The Quarkus maven plugin downloads dependencies of the project. Unfortunately, it does not take into consideration the project's `pluginRepositories`. As a result, if there is a plugin that is not available in maven central, the Quarkus maven plugin fails, despite there is a `pluginRepository` defi...
23b3435d0cae0fe428d7cf031a57809c0d510fc9
237ab55118f583e84ef9617f19a6756b06d56cb1
https://github.com/quarkusio/quarkus/compare/23b3435d0cae0fe428d7cf031a57809c0d510fc9...237ab55118f583e84ef9617f19a6756b06d56cb1
diff --git a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java index 0978339a704..38bad7177a3 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java @@ -229,6 +229,9 @@...
['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java']
{'.java': 1}
1
1
0
0
1
15,483,703
3,015,587
401,070
4,279
334
67
5
1
1,860
215
476
28
2
0
1970-01-01T00:26:56
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,778
quarkusio/quarkus/16636/16580
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16580
https://github.com/quarkusio/quarkus/pull/16636
https://github.com/quarkusio/quarkus/pull/16636
1
fixes
devtools - BuildFile - possible NPE
https://github.com/quarkusio/quarkus/blob/main/independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/project/buildfile/BuildFile.java#L131 ```java private boolean isQuarkusExtension(final ArtifactKey key) { if (catalog != null) { return findInList(catalog.getExtensio...
ab00a999770437193af1faed733fed6db1ca66ce
c50739036207d6047a9e5e5eef5e7d12c0389e29
https://github.com/quarkusio/quarkus/compare/ab00a999770437193af1faed733fed6db1ca66ce...c50739036207d6047a9e5e5eef5e7d12c0389e29
diff --git a/independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/project/buildfile/BuildFile.java b/independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/project/buildfile/BuildFile.java index b96b4a80471..0e352cef901 100644 --- a/independent-projects/tools/devtools-commo...
['independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/project/buildfile/BuildFile.java']
{'.java': 1}
1
1
0
0
1
15,843,572
3,083,547
409,611
4,373
733
150
14
1
543
34
126
12
1
1
1970-01-01T00:26:58
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,777
quarkusio/quarkus/16648/16537
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16537
https://github.com/quarkusio/quarkus/pull/16648
https://github.com/quarkusio/quarkus/pull/16648
1
fix
Dev UI: exception related to log streaming
Looking at the reproducer for https://github.com/quarkusio/quarkus/issues/16534, and hitting `http://localhost:8080/weather` and `http://localhost:8080/q/dev/io.quarkus.quarkus-cache/caches` I've seen this exception several times: ``` 2021-04-15 10:31:27,668 ERROR [io.qua.ver.htt.run.QuarkusErrorHandler] (vert.x-ev...
4856fc1fa9f5fb2445b500c7e356fa1d9d65761a
cd3088e8f84588943ef67bcb7aa0a5e3c57282df
https://github.com/quarkusio/quarkus/compare/4856fc1fa9f5fb2445b500c7e356fa1d9d65761a...cd3088e8f84588943ef67bcb7aa0a5e3c57282df
diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/logstream/LogStreamWebSocket.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/logstream/LogStreamWebSocket.java index 6fcdb3f6a24..fb5accc5c7a 100644 --- a/extensions/vertx-http/runtime/src/main/java/i...
['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/logstream/LogStreamWebSocket.java']
{'.java': 1}
1
1
0
0
1
15,844,770
3,083,726
409,642
4,373
223
44
2
1
3,596
120
883
45
5
1
1970-01-01T00:26:58
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,776
quarkusio/quarkus/16664/16662
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16662
https://github.com/quarkusio/quarkus/pull/16664
https://github.com/quarkusio/quarkus/pull/16664
1
fixes
io.netty.util.Version#identify not working in uber-jars
## Describe the bug When packaging a Quarkus application as an [uber-jar](https://quarkus.io/guides/maven-tooling#uber-jar-maven) the [io.netty.util.Version#identify](https://netty.io/4.1/api/io/netty/util/Version.html#identify--) method returns an empty map instead of the versions of the included netty artifacts. The...
0892d85985fc63eb44348ab0213a2e52d5ca79c2
524a9fd83eb3bde5619ecbe38eb18e091016accf
https://github.com/quarkusio/quarkus/compare/0892d85985fc63eb44348ab0213a2e52d5ca79c2...524a9fd83eb3bde5619ecbe38eb18e091016accf
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java index ea1637face8..66d638de248 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java +++...
['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java', 'integration-tests/maven/src/test/resources/projects/reactive-routes/src/test/java/org/acme/reactive/routes/RouteTest.java', 'integration-tests/maven/src/test/resources/projects/reactive-routes/src/main/java/org/acme/reactive/rout...
{'.java': 3}
3
3
0
0
3
16,038,439
3,121,813
414,756
4,406
3,312
615
42
1
7,484
510
2,120
97
7
3
1970-01-01T00:26:58
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,758
quarkusio/quarkus/17279/16954
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16954
https://github.com/quarkusio/quarkus/pull/17279
https://github.com/quarkusio/quarkus/pull/17279
1
fixes
Cannot serialise field parent on object ... as setter and getters were different types
## Env Quarkus Version 1.13.2 on openjdk version "11.0.11" 2021-04-20 OpenJDK Runtime Environment 18.9 (build 11.0.11+9) OpenJDK 64-Bit Server VM 18.9 (build 11.0.11+9, mixed mode, sharing) ## Describe the bug ``` [ERROR] testKameletWithProperties Time elapsed: 0.009 s <<< ERROR! java.lang.RuntimeExcepti...
7b5a808b217296cdd15910694f7e14fa9443730c
88e771e993341e820606dda43c6958e26089c723
https://github.com/quarkusio/quarkus/compare/7b5a808b217296cdd15910694f7e14fa9443730c...88e771e993341e820606dda43c6958e26089c723
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/recording/PropertyUtils.java b/core/deployment/src/main/java/io/quarkus/deployment/recording/PropertyUtils.java index 0d23928a7f0..835c7aff70a 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/recording/PropertyUtils.java +++ b/core/deploym...
['core/deployment/src/main/java/io/quarkus/deployment/recording/PropertyUtils.java']
{'.java': 1}
1
1
0
0
1
16,381,323
3,186,094
422,273
4,455
481
77
7
1
3,218
151
766
47
1
1
1970-01-01T00:27:01
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,759
quarkusio/quarkus/17262/17249
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/17249
https://github.com/quarkusio/quarkus/pull/17262
https://github.com/quarkusio/quarkus/pull/17262
1
fixes
Quarkus 2.0.0.Alpha2 continous testing not working with kotlin kapt plugin
## Describe the bug My code uses the kotlin arrow lib which can optionally use kotlin kapt. Continous testing in quarkus 2.0.0.Alpha2 does not work with kapt enabled but it works with quarkus 1.13.4.Final. ### Expected behavior continous testing will work fine with kapt. ### Actual behavior Continous testing...
55bfab4c52d26b10bff3ab0ee201525c5c5788b1
af6081fb924a868f0893eff912c2c0178a63bcf0
https://github.com/quarkusio/quarkus/compare/55bfab4c52d26b10bff3ab0ee201525c5c5788b1...af6081fb924a868f0893eff912c2c0178a63bcf0
diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/extension/QuarkusPluginExtension.java b/devtools/gradle/src/main/java/io/quarkus/gradle/extension/QuarkusPluginExtension.java index 14a9b066923..203546f978a 100644 --- a/devtools/gradle/src/main/java/io/quarkus/gradle/extension/QuarkusPluginExtension.java +++...
['devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java', 'test-framework/common/src/main/java/io/quarkus/test/common/PathTestHelper.java', 'devtools/gradle/src/main/java/io/quarkus/gradle/extension/QuarkusPluginExtension.java', 'devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusGradleUtils.j...
{'.java': 4}
4
4
0
0
4
16,413,696
3,191,767
423,025
4,464
1,399
309
15
3
12,158
593
2,830
137
2
3
1970-01-01T00:27:01
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,761
quarkusio/quarkus/17142/17137
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/17137
https://github.com/quarkusio/quarkus/pull/17142
https://github.com/quarkusio/quarkus/pull/17142
1
fixes
Quarkus 2.0.0.Alpha2 : quarkus-bootstrap-maven-plugin fails in camel-quarkus project
## Describe the bug quarkus-bootstrap-maven-plugin is failing in CI builds. Example for kudu extension, if you run mvn test: The maven configuration is : ``` <build> <plugins> <plugin> <groupId>io.quarkus</groupId> <artifactId>quarkus-bootstrap-maven-plugi...
30ee0b715895e741a5c27ed6e5614e3f63ae9cd3
531cfa87dd6dc4521c67f87c1f375eae770a9046
https://github.com/quarkusio/quarkus/compare/30ee0b715895e741a5c27ed6e5614e3f63ae9cd3...531cfa87dd6dc4521c67f87c1f375eae770a9046
diff --git a/independent-projects/bootstrap/maven-plugin/src/main/java/io/quarkus/maven/ExtensionDescriptorMojo.java b/independent-projects/bootstrap/maven-plugin/src/main/java/io/quarkus/maven/ExtensionDescriptorMojo.java index 6fd82772a2e..f04e504b4d5 100644 --- a/independent-projects/bootstrap/maven-plugin/src/main/...
['independent-projects/bootstrap/maven-plugin/src/main/java/io/quarkus/maven/ExtensionDescriptorMojo.java']
{'.java': 1}
1
1
0
0
1
16,327,862
3,175,324
420,964
4,438
840
132
13
1
9,127
395
2,101
121
3
2
1970-01-01T00:27:00
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,762
quarkusio/quarkus/17099/17086
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/17086
https://github.com/quarkusio/quarkus/pull/17099
https://github.com/quarkusio/quarkus/pull/17099
1
fixes
Jacoco Extension does not report on sub projects as of 1.13.3
Describe the bug As of 1.13.3.Final a multi-module project only reports on the code coverage of the project running the Quarkus plugin and not all projects included in the app. Expected behavior Should report on all coverage of modules in the same project Actual behavior As above To Reproduce git clone htt...
b9d219c86a527d8126908e4e80f9cc46ebb7b344
9d987abb6464a854e233854d1d4ed7d9a373e5d7
https://github.com/quarkusio/quarkus/compare/b9d219c86a527d8126908e4e80f9cc46ebb7b344...9d987abb6464a854e233854d1d4ed7d9a373e5d7
diff --git a/test-framework/jacoco/deployment/src/main/java/io/quarkus/jacoco/deployment/JacocoProcessor.java b/test-framework/jacoco/deployment/src/main/java/io/quarkus/jacoco/deployment/JacocoProcessor.java index bdbc6b480c6..e040fce63c2 100644 --- a/test-framework/jacoco/deployment/src/main/java/io/quarkus/jacoco/de...
['test-framework/jacoco/deployment/src/main/java/io/quarkus/jacoco/deployment/JacocoProcessor.java']
{'.java': 1}
1
1
0
0
1
16,264,471
3,163,629
419,459
4,427
321
63
4
1
708
91
165
25
1
0
1970-01-01T00:27:00
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,763
quarkusio/quarkus/17026/17020
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/17020
https://github.com/quarkusio/quarkus/pull/17026
https://github.com/quarkusio/quarkus/pull/17026
1
fixes
OIDC does not work with Azure Hosted Keycloak (HTTP Error 411)
## Describe the bug We are hosting our application in Azure, with a Quarkus RESTFul web service using a Keycloak instance via OIDC. When Keycloak is hosted in Azure, we get a 411 error when attempting to retrieve information associated with the logged in user's bearer token. error is as follows: > 2021-04-30 00:1...
d0af2ec8774132f129bd167fad5631651c01559f
4be9cefc374f1150ffd2301504d4a95a65e127ec
https://github.com/quarkusio/quarkus/compare/d0af2ec8774132f129bd167fad5631651c01559f...4be9cefc374f1150ffd2301504d4a95a65e127ec
diff --git a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcProviderClient.java b/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcProviderClient.java index ce16001bcb4..f6746b6023b 100644 --- a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcProviderClient.java +++...
['extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcProviderClient.java']
{'.java': 1}
1
1
0
0
1
16,246,716
3,160,603
419,116
4,428
114
20
2
1
3,037
388
855
66
2
1
1970-01-01T00:27:00
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,764
quarkusio/quarkus/16950/15159
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/15159
https://github.com/quarkusio/quarkus/pull/16950
https://github.com/quarkusio/quarkus/pull/16950
1
resolves
Bean Validation on Vert.x Routes is not automatically mapped to JSON
**Describe the bug** When using constraints on param binding: ``` @Route(produces = "application/json") Person createPerson(@NonNull @Param("id") String primaryKey) { // ... } ``` And calling this route directly from a browser or curl with a wrong value, the output is not mapped to JSON. This is worki...
3d8c3d3d0cb4ea59baf854105383ac056ed221f9
7ad50c63087b5174426cc253c7c3207cf5f6ddfb
https://github.com/quarkusio/quarkus/compare/3d8c3d3d0cb4ea59baf854105383ac056ed221f9...7ad50c63087b5174426cc253c7c3207cf5f6ddfb
diff --git a/extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/Methods.java b/extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/Methods.java index d75069f9569..02f5bb89f32 100644 --- a/extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/M...
['extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/Methods.java', 'extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/VertxWebProcessor.java', 'extensions/vertx-web/deployment/src/test/java/io/quarkus/vertx/web/validation/SyncValidationTest.java', 'extensions/vert...
{'.java': 5}
5
5
0
0
5
16,213,771
3,154,228
418,293
4,421
1,062
187
12
3
1,531
213
341
48
0
3
1970-01-01T00:27:00
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,766
quarkusio/quarkus/16893/16865
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16865
https://github.com/quarkusio/quarkus/pull/16893
https://github.com/quarkusio/quarkus/pull/16893
1
fixes
Continuous Testing on Windows 10 cmd hang
## Describe the bug When using the new continuous testing features on Windows 10 default terminal (cmd) the terminal hang and you cannot quit it via CTRL-C. ### Expected behavior CTRL-C exit the application. ### Actual behavior CTRL-C has no effect ## To Reproduce Simple project to reproduce the issue ...
45b205c218112cbd2f47aed4cd8bc3c7dba49aca
f07947ae64df008047197fa95143ad2fab79390e
https://github.com/quarkusio/quarkus/compare/45b205c218112cbd2f47aed4cd8bc3c7dba49aca...f07947ae64df008047197fa95143ad2fab79390e
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/console/AeshConsole.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/console/AeshConsole.java index 8f236cbdc74..5245a2cb912 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/dev/console/AeshConsole.java +++ b/core/deploym...
['core/deployment/src/main/java/io/quarkus/deployment/dev/console/AeshConsole.java']
{'.java': 1}
1
1
0
0
1
16,123,312
3,137,038
416,413
4,412
11,552
2,211
288
1
1,035
142
270
32
1
0
1970-01-01T00:26:59
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,767
quarkusio/quarkus/16823/16754
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16754
https://github.com/quarkusio/quarkus/pull/16823
https://github.com/quarkusio/quarkus/pull/16823
1
fixes
404 error from resources declared in javax.ws.rs.core.Application#getClasses
I'm trying to upgrade to **1.13.2.Final** and use the ability to limit the JAX-RS resources introduced by [this](https://github.com/quarkusio/quarkus/pull/14207) feature, but the declared resources in the overriden ``javax.ws.rs.core.Application#getClasses`` method return 404 error. If i do not override ``getClasses`` ...
82477c6476ccf4aa8facdf49f776cb09e185a4be
57bc865baddf7a88e776d8e344d576712ef8954b
https://github.com/quarkusio/quarkus/compare/82477c6476ccf4aa8facdf49f776cb09e185a4be...57bc865baddf7a88e776d8e344d576712ef8954b
diff --git a/extensions/resteasy-server-common/deployment/src/main/java/io/quarkus/resteasy/server/common/deployment/ResteasyServerCommonProcessor.java b/extensions/resteasy-server-common/deployment/src/main/java/io/quarkus/resteasy/server/common/deployment/ResteasyServerCommonProcessor.java index cf5e28f75f0..c149679b...
['extensions/resteasy/deployment/src/test/java/io/quarkus/resteasy/test/root/ApplicationTest.java', 'extensions/resteasy-server-common/deployment/src/main/java/io/quarkus/resteasy/server/common/deployment/ResteasyServerCommonProcessor.java']
{'.java': 2}
2
2
0
0
2
15,489,869
3,016,720
400,919
4,279
2,758
504
31
1
575
72
148
4
2
0
1970-01-01T00:26:59
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,769
quarkusio/quarkus/16798/16721
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16721
https://github.com/quarkusio/quarkus/pull/16798
https://github.com/quarkusio/quarkus/pull/16798
1
fixes
[native] kafka integration tests fail to build with GraalVM 20.3
## Describe the bug The kafka integration tests fail to build with GraalVM 20.3 ### Expected behavior Tests should build ### Actual behavior Tests fail to build with: ``` [quarkus-integration-test-kafka-999-SNAPSHOT-runner:20] classlist: 2,345.80 ms, 1.18 GB [quarkus-integration-test-kafka-999-SNAPSHO...
daeeecfff794a6e42f896aa28e05ae981391ebcb
da83146bab1a2330e4b59318bde71f699c9c80d7
https://github.com/quarkusio/quarkus/compare/daeeecfff794a6e42f896aa28e05ae981391ebcb...da83146bab1a2330e4b59318bde71f699c9c80d7
diff --git a/extensions/kafka-client/runtime/src/main/java/io/quarkus/kafka/client/runtime/graal/SubstituteSnappy.java b/extensions/kafka-client/runtime/src/main/java/io/quarkus/kafka/client/runtime/graal/SubstituteSnappy.java index e29267a9e71..70c79e11914 100644 --- a/extensions/kafka-client/runtime/src/main/java/io/...
['extensions/kafka-client/runtime/src/main/java/io/quarkus/kafka/client/runtime/graal/SubstituteSnappy.java']
{'.java': 1}
1
1
0
0
1
16,091,218
3,130,956
415,689
4,403
594
128
18
1
5,399
243
1,012
48
0
2
1970-01-01T00:26:59
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0