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,422
quarkusio/quarkus/25666/25580
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25580
https://github.com/quarkusio/quarkus/pull/25666
https://github.com/quarkusio/quarkus/pull/25666
1
fix
Commas in Headers with AWS Lambda
### Describe the bug When you are dealing with headers that can have commas in their value, such as Access-Control-Request-Headers, the Lambda Handler seems to interpret them as different header values which causes CORS to not work correctly. ### Expected behavior When executing the curl ``` curl http://localhost:...
d417333d7c55000d0d3988810457e71b0bb6d09f
bf1ff79002189d148ff1e0631cf1efec834aa152
https://github.com/quarkusio/quarkus/compare/d417333d7c55000d0d3988810457e71b0bb6d09f...bf1ff79002189d148ff1e0631cf1efec834aa152
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 dea92dbf76d..d407f0c3747 100644 --- a/extensions/amazon-lambda-http/runtime/src/main/java...
['integration-tests/amazon-lambda-http/src/main/java/io/quarkus/it/amazon/lambda/GreetingResource.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/AmazonLambdaSimpleTestCase....
{'.java': 3}
3
3
0
0
3
20,623,540
3,989,245
523,939
5,019
983
169
17
1
2,443
323
606
69
3
6
1970-01-01T00:27:32
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,421
quarkusio/quarkus/25790/25788
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25788
https://github.com/quarkusio/quarkus/pull/25790
https://github.com/quarkusio/quarkus/pull/25790
1
fixes
Gradle `quarkusBuild` fails with `ZipFile invalid LOC header` in `SmallRyeOpenApiProcessor`
### Describe the bug A repeated `./gradlew quarkusBuild` runs into the following exception from the `SmallRyeOpenApiProcessor`. In this case, the openapi classes and spec files are pulled from a dependency and are not located in the Gradle project. ``` > io.quarkus.builder.BuildException: Build failure: Build f...
976ffa21392105954a1314a9835ad5b2887b9996
633647848a286c0d0933d7f263ce4f13dc953030
https://github.com/quarkusio/quarkus/compare/976ffa21392105954a1314a9835ad5b2887b9996...633647848a286c0d0933d7f263ce4f13dc953030
diff --git a/extensions/smallrye-openapi/deployment/src/main/java/io/quarkus/smallrye/openapi/deployment/SmallRyeOpenApiProcessor.java b/extensions/smallrye-openapi/deployment/src/main/java/io/quarkus/smallrye/openapi/deployment/SmallRyeOpenApiProcessor.java index c87ed39582d..25122586b01 100644 --- a/extensions/smallr...
['extensions/smallrye-openapi/deployment/src/main/java/io/quarkus/smallrye/openapi/deployment/SmallRyeOpenApiProcessor.java']
{'.java': 1}
1
1
0
0
1
20,703,940
4,004,258
525,372
5,029
817
132
12
1
3,648
216
881
80
1
2
1970-01-01T00:27:33
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,420
quarkusio/quarkus/25858/25847
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25847
https://github.com/quarkusio/quarkus/pull/25858
https://github.com/quarkusio/quarkus/pull/25858
1
fix
quarkus ext add io.quarkiverse.ngrok:quarkus-ngrok does not include version info
### Describe the bug running: `quarkus ext add io.quarkiverse.ngrok:quarkus-ngrok` adds only this: ``` <dependency> <groupId>io.quarkiverse.ngrok</groupId> <artifactId>quarkus-ngrok</artifactId> </dependency> ``` ### Expected behavior it should have added: ``` <dependency> ...
6df44678d6c64b01c5d5b827672fc27803b29fd2
70c00e9ffd6b688c2139ab8f79ab1bc64bda13d1
https://github.com/quarkusio/quarkus/compare/6df44678d6c64b01c5d5b827672fc27803b29fd2...70c00e9ffd6b688c2139ab8f79ab1bc64bda13d1
diff --git a/independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/commands/handlers/AddExtensionsCommandHandler.java b/independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/commands/handlers/AddExtensionsCommandHandler.java index 179e5c30221..c40a36d03b1 100644 --- a/indep...
['independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/commands/handlers/AddExtensionsCommandHandler.java', 'independent-projects/tools/devtools-testing/src/test/java/io/quarkus/devtools/project/create/ExtensionsAppearingInPlatformAndNonPlatformCatalogsTest.java']
{'.java': 2}
2
2
0
0
2
20,709,757
4,005,455
525,521
5,031
1,189
222
24
1
906
96
239
54
0
2
1970-01-01T00:27:33
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,419
quarkusio/quarkus/25888/25884
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25884
https://github.com/quarkusio/quarkus/pull/25888
https://github.com/quarkusio/quarkus/pull/25888
1
fixes
Media type `text/xml` not working with REST Client Reactive
### Describe the bug I tried updating our project to use the REST Client Reactive from RESTEasy Reactive, however I can't get it to work with one of our REST Clients that uses `text/xml`. It does work fine for others that use JSON for example. ### Expected behavior The XML in the body of the response gets succ...
c564a99a88c71d5b43feac708416705bfff9cf57
d3b36235103675439d385f4973bb94165fc5f296
https://github.com/quarkusio/quarkus/compare/c564a99a88c71d5b43feac708416705bfff9cf57...d3b36235103675439d385f4973bb94165fc5f296
diff --git a/extensions/hibernate-validator/runtime/src/main/java/io/quarkus/hibernate/validator/runtime/jaxrs/ValidatorMediaTypeUtil.java b/extensions/hibernate-validator/runtime/src/main/java/io/quarkus/hibernate/validator/runtime/jaxrs/ValidatorMediaTypeUtil.java index 63b90e93270..8eeede84b21 100644 --- a/extension...
['extensions/resteasy-reactive/quarkus-resteasy-reactive-jaxb-common/deployment/src/main/java/io/quarkus/resteasy/reactive/jaxb/common/deployment/ResteasyReactiveJaxbCommonProcessor.java', 'extensions/resteasy-reactive/rest-client-reactive-jaxb/deployment/src/test/java/io/quarkus/rest/client/reactive/jaxb/test/SimpleJa...
{'.java': 4}
4
4
0
0
4
20,748,761
4,012,935
526,365
5,037
1,252
217
16
3
6,553
476
1,600
170
2
6
1970-01-01T00:27:34
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,418
quarkusio/quarkus/25896/25894
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25894
https://github.com/quarkusio/quarkus/pull/25896
https://github.com/quarkusio/quarkus/pull/25896
1
fix
Panache MongoDB extension not working for multiple collections inside same transaction
### Describe the bug When a method annotated with @Transactional doing multiple updates or persists using different repositories, only first is using client session others are direct commit. ### Expected behavior Should commit all changes after leave transaction method, not in middle of method ### Actual be...
ba1107fe72237da1e16822afcf2dfb0cbf0c86e8
b42aeb4ead534f0b97e1a523e303c28911fd1394
https://github.com/quarkusio/quarkus/compare/ba1107fe72237da1e16822afcf2dfb0cbf0c86e8...b42aeb4ead534f0b97e1a523e303c28911fd1394
diff --git a/extensions/panache/mongodb-panache-common/runtime/src/main/java/io/quarkus/mongodb/panache/common/runtime/MongoOperations.java b/extensions/panache/mongodb-panache-common/runtime/src/main/java/io/quarkus/mongodb/panache/common/runtime/MongoOperations.java index ba8f60efe70..d6f446e8844 100644 --- a/extensi...
['extensions/panache/mongodb-panache-common/runtime/src/main/java/io/quarkus/mongodb/panache/common/runtime/MongoOperations.java']
{'.java': 1}
1
1
0
0
1
20,739,993
4,011,157
526,166
5,034
279
47
5
1
998
146
211
43
0
0
1970-01-01T00:27:34
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,416
quarkusio/quarkus/25910/25909
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25909
https://github.com/quarkusio/quarkus/pull/25910
https://github.com/quarkusio/quarkus/pull/25910
1
fixes
Misleading error for multipart non-blocking method in resteasy-reactive
### Describe the bug Current implementation requires, that endpoint, which returns multipart, should be *blocking*. User is notified about it via build-time error, which says `Endpoints that produce a Multipart result can only be used on non blocking methods`. ### Expected behavior Error message should descr...
cf1864cc212668116e56c47949635254e60915e4
febcd16b095c81f2885ea8d37282e924b222420b
https://github.com/quarkusio/quarkus/compare/cf1864cc212668116e56c47949635254e60915e4...febcd16b095c81f2885ea8d37282e924b222420b
diff --git a/independent-projects/resteasy-reactive/common/processor/src/main/java/org/jboss/resteasy/reactive/common/processor/EndpointIndexer.java b/independent-projects/resteasy-reactive/common/processor/src/main/java/org/jboss/resteasy/reactive/common/processor/EndpointIndexer.java index caa4e997d08..739fb79bb11 10...
['independent-projects/resteasy-reactive/common/processor/src/main/java/org/jboss/resteasy/reactive/common/processor/EndpointIndexer.java']
{'.java': 1}
1
1
0
0
1
20,748,834
4,012,960
526,367
5,037
261
47
2
1
3,671
307
882
84
0
3
1970-01-01T00:27:34
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,415
quarkusio/quarkus/25913/25751
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25751
https://github.com/quarkusio/quarkus/pull/25913
https://github.com/quarkusio/quarkus/pull/25913
1
fixes
io.quarkus.qute.deployment.QuteProcessor#collectTemplates threw exception
### Describe the bug Sometimes I'm getting this issue when launching tests in Eclipse IDE. I can't reproduce when running tests from Maven. ``` java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step io.quarkus.qute....
3ff5a163633af6fc076f7ddf700a3c7c285f7b44
7765433c9269b43ae709760888ab8141b9a649e3
https://github.com/quarkusio/quarkus/compare/3ff5a163633af6fc076f7ddf700a3c7c285f7b44...7765433c9269b43ae709760888ab8141b9a649e3
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 b330cc40c94..ce114af8a5e 100644 --- a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java ...
['extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java']
{'.java': 1}
1
1
0
0
1
20,747,860
4,012,908
526,388
5,037
558
95
10
1
14,922
452
3,248
199
0
1
1970-01-01T00:27:34
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,412
quarkusio/quarkus/26132/26083
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26083
https://github.com/quarkusio/quarkus/pull/26132
https://github.com/quarkusio/quarkus/pull/26132
1
fix
`java.lang.NoSuchMethodException: io.grpc.netty.UdsNettyChannelProvider.<init>()` on Quarkus main after grpc update
### Describe the bug `java.lang.NoSuchMethodException: io.grpc.netty.UdsNettyChannelProvider.<init>()` on Quarkus main after grpc update Did some bisection locally and the PR where the troubles start is https://github.com/quarkusio/quarkus/pull/26047 CC @cescoffier ``` Jun 13, 2022 12:22:43 PM io.quarkus.runti...
e644ded521df7299514d233540db97476ba702c7
38ce61dbef4148157e8f1a5f1f7c11656f7f202f
https://github.com/quarkusio/quarkus/compare/e644ded521df7299514d233540db97476ba702c7...38ce61dbef4148157e8f1a5f1f7c11656f7f202f
diff --git a/extensions/grpc-common/runtime/src/main/java/io/quarkus/grpc/common/runtime/graal/GrpcSubstitutions.java b/extensions/grpc-common/runtime/src/main/java/io/quarkus/grpc/common/runtime/graal/GrpcSubstitutions.java index cc41a3a9ac4..349eb09e264 100644 --- a/extensions/grpc-common/runtime/src/main/java/io/qua...
['extensions/grpc-common/runtime/src/main/java/io/quarkus/grpc/common/runtime/graal/GrpcSubstitutions.java']
{'.java': 1}
1
1
0
0
1
20,848,351
4,032,058
528,859
5,057
636
131
18
1
2,873
183
715
70
2
1
1970-01-01T00:27:35
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,410
quarkusio/quarkus/26357/25954
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25954
https://github.com/quarkusio/quarkus/pull/26357
https://github.com/quarkusio/quarkus/pull/26357
1
fixes
Image generation failed. Exit code: 255 in windows 10
### Describe the bug I can't do native build with graalvm I'm execute ./mvnw package -Pnative I try to compile native using jdbc and specifying the DB credentials in the properties file but I get an error, however this only happens when I add the dependencies ```xml <dependency> <groupId>io.quarkus</grou...
93a30172e0cdfae111bf85dbd4e1c109bc625e43
23f43c3d3be6f479f86f697888856a8c65d8136d
https://github.com/quarkusio/quarkus/compare/93a30172e0cdfae111bf85dbd4e1c109bc625e43...23f43c3d3be6f479f86f697888856a8c65d8136d
diff --git a/extensions/jdbc/jdbc-oracle/deployment/src/main/java/io/quarkus/jdbc/oracle/deployment/OracleMetadataOverrides.java b/extensions/jdbc/jdbc-oracle/deployment/src/main/java/io/quarkus/jdbc/oracle/deployment/OracleMetadataOverrides.java index 632df697aec..494d9ed1fec 100644 --- a/extensions/jdbc/jdbc-oracle/d...
['extensions/jdbc/jdbc-oracle/deployment/src/test/java/io/quarkus/jdbc/oracle/deployment/RegexMatchTest.java', 'extensions/jdbc/jdbc-oracle/deployment/src/main/java/io/quarkus/jdbc/oracle/deployment/OracleMetadataOverrides.java']
{'.java': 2}
2
2
0
0
2
20,968,997
4,055,767
531,867
5,079
1,297
260
13
1
10,254
851
2,862
138
4
2
1970-01-01T00:27:36
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,409
quarkusio/quarkus/26358/26222
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26222
https://github.com/quarkusio/quarkus/pull/26358
https://github.com/quarkusio/quarkus/pull/26358
1
fixes
gRPC Context propagation does not work
### Describe the bug We use OpenTelemetry with Quarkus version of 2.9.2 that already has a support for gRPC. We has a gRPC server that get a request with OpenTelemetry's context and the context isn't propagated to the service's handler. In addition, I used the `GrpcTracingServerInterceptor` interceptor and saw t...
0435097fbea3f3a543b42ad4b8c0f63c7ad6ebc4
207504610c33f17b34a543576e78b1dc356223f4
https://github.com/quarkusio/quarkus/compare/0435097fbea3f3a543b42ad4b8c0f63c7ad6ebc4...207504610c33f17b34a543576e78b1dc356223f4
diff --git a/extensions/opentelemetry/opentelemetry/deployment/src/test/java/io/quarkus/opentelemetry/deployment/GrpcOpenTelemetryTest.java b/extensions/opentelemetry/opentelemetry/deployment/src/test/java/io/quarkus/opentelemetry/deployment/GrpcOpenTelemetryTest.java index d615bcc31e0..696a27bc90f 100644 --- a/extensi...
['extensions/opentelemetry/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/tracing/grpc/GrpcTracingClientInterceptor.java', 'extensions/opentelemetry/opentelemetry/deployment/src/test/java/io/quarkus/opentelemetry/deployment/GrpcOpenTelemetryTest.java', 'extensions/opentelemetry/opentelemetry/runti...
{'.java': 3}
3
3
0
0
3
21,962,484
4,300,596
560,411
5,229
2,334
461
46
2
1,903
249
538
45
0
0
1970-01-01T00:27:36
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,408
quarkusio/quarkus/26373/26318
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26318
https://github.com/quarkusio/quarkus/pull/26373
https://github.com/quarkusio/quarkus/pull/26373
1
fix
Combination of quarkus-resteasy,quarkus-spring-data-rest ends with "Cannot generate HAL endpoints"
### Describe the bug Combination of `quarkus-resteasy,quarkus-spring-data-rest` ends with "Cannot generate HAL endpoints" HAL was introduced in https://github.com/quarkusio/quarkus/pull/25396/files by @Sgitario ``` 2022-06-23 15:16:56,114 INFO [org.jbo.threads] (main) JBoss Threads version 3.4.2.Final 2022...
f94a8d042cc4e90bd83addefaed9401e929307e5
30790783c1800401399a4faa07e6e7d7cf922491
https://github.com/quarkusio/quarkus/compare/f94a8d042cc4e90bd83addefaed9401e929307e5...30790783c1800401399a4faa07e6e7d7cf922491
diff --git a/extensions/resteasy-classic/resteasy-common/deployment/src/main/java/io/quarkus/resteasy/common/deployment/ResteasyCommonProcessor.java b/extensions/resteasy-classic/resteasy-common/deployment/src/main/java/io/quarkus/resteasy/common/deployment/ResteasyCommonProcessor.java index 4473273519d..0d44455ea08 10...
['extensions/resteasy-reactive/quarkus-resteasy-reactive-links/deployment/src/main/java/io/quarkus/resteasy/reactive/links/deployment/LinksProcessor.java', 'extensions/resteasy-classic/resteasy-common/deployment/src/main/java/io/quarkus/resteasy/common/deployment/ResteasyCommonProcessor.java', 'extensions/resteasy-clas...
{'.java': 3}
3
3
0
0
3
20,971,584
4,056,200
531,915
5,079
3,572
654
64
3
6,365
340
1,614
108
1
1
1970-01-01T00:27:36
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,406
quarkusio/quarkus/26412/26392
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26392
https://github.com/quarkusio/quarkus/pull/26412
https://github.com/quarkusio/quarkus/pull/26412
1
close
Gradle plugin incorrectly requires Gradle 6.1
### Describe the bug The Gradle plugin checks Gradle version when starting, checking for minimum 6.1 but 7.4 is required since 2.10.0.Final ### Expected behavior Update the test so that 7.4 is required ### Actual behavior Test is wrong ### How to Reproduce? _No response_ ### Output of `uname -a` or `ver` _No r...
617d484bc6827cec6c01b16f300ccacc0e798b05
56d7655a1298a5db71aa0c53c2c9294ed77f25d5
https://github.com/quarkusio/quarkus/compare/617d484bc6827cec6c01b16f300ccacc0e798b05...56d7655a1298a5db71aa0c53c2c9294ed77f25d5
diff --git a/devtools/gradle/gradle-model/src/main/java/io/quarkus/gradle/dependency/ApplicationDeploymentClasspathBuilder.java b/devtools/gradle/gradle-model/src/main/java/io/quarkus/gradle/dependency/ApplicationDeploymentClasspathBuilder.java index c456a82b2aa..b463445777c 100644 --- a/devtools/gradle/gradle-model/sr...
['devtools/gradle/gradle-model/src/main/java/io/quarkus/gradle/dependency/ApplicationDeploymentClasspathBuilder.java']
{'.java': 1}
1
1
0
0
1
20,977,885
4,057,421
532,074
5,080
1,675
229
22
1
611
95
162
39
0
0
1970-01-01T00:27:36
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,405
quarkusio/quarkus/26449/26304
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26304
https://github.com/quarkusio/quarkus/pull/26449
https://github.com/quarkusio/quarkus/pull/26449
1
fixes
Can't run OpenTelemetry JDBC instrumentation with Quarkus integration tests
### Describe the bug I'm following the [JDBC example from the OpenTelemetry guide](https://quarkus.io/guides/opentelemetry#jdbc). When I try to integrate it and then run tests using `@QuarkusIntegrationTest` it does not work. Dev services does not adjust the jdbc URL to include the `otel` part. It seems to do that f...
2ef790ccdcd04ff5c366aec17470eff16e7872dd
f61c64a40b52cef6063994465e4f21f998fe6240
https://github.com/quarkusio/quarkus/compare/2ef790ccdcd04ff5c366aec17470eff16e7872dd...f61c64a40b52cef6063994465e4f21f998fe6240
diff --git a/extensions/opentelemetry/opentelemetry/deployment/src/main/java/io/quarkus/opentelemetry/deployment/dev/DevServicesOpenTelemetryProcessor.java b/extensions/opentelemetry/opentelemetry/deployment/src/main/java/io/quarkus/opentelemetry/deployment/dev/DevServicesOpenTelemetryProcessor.java index 8ac7144a4f9.....
['extensions/opentelemetry/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/dev/OpenTelemetryDevServicesConfigBuilder.java', 'extensions/opentelemetry/opentelemetry/deployment/src/main/java/io/quarkus/opentelemetry/deployment/dev/DevServicesOpenTelemetryProcessor.java']
{'.java': 2}
2
2
0
0
2
21,962,583
4,300,617
560,412
5,229
3,770
683
74
2
10,163
800
2,933
120
4
3
1970-01-01T00:27:36
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,404
quarkusio/quarkus/26456/26386
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26386
https://github.com/quarkusio/quarkus/pull/26456
https://github.com/quarkusio/quarkus/pull/26456
1
fix
Quarkus 2.10.0 doesn't work for Simulate Amazon Lambda Deployment with SAM CLI
### Describe the bug With a simple app (e.g. Hello world REST API), Quarkus 2.9.2 allows me to simulate an AWS Lambda app using SAM CLI locally as below: sam local start-api --template target/sam.jvm.yaml But Quarkus 2.10.0 doesn't work with the error as the actual behavior. I know that Quarkus dev mode is good ...
cc52692e75dbad784eeb53fd7da135c2292e135c
21306dbabe2e77bd99c5f71b440d9699e24d9c65
https://github.com/quarkusio/quarkus/compare/cc52692e75dbad784eeb53fd7da135c2292e135c...21306dbabe2e77bd99c5f71b440d9699e24d9c65
diff --git a/extensions/amazon-lambda-http/http-event-server/src/main/java/io/quarkus/amazon/lambda/runtime/MockHttpEventServer.java b/extensions/amazon-lambda-http/http-event-server/src/main/java/io/quarkus/amazon/lambda/runtime/MockHttpEventServer.java index 9ee81290fab..cd6bfb7308c 100644 --- a/extensions/amazon-lam...
['extensions/amazon-lambda/common-runtime/src/main/java/io/quarkus/amazon/lambda/runtime/AmazonLambdaContext.java', 'extensions/amazon-lambda-http/runtime/src/main/java/io/quarkus/amazon/lambda/http/LambdaHttpHandler.java', 'extensions/amazon-lambda-http/http-event-server/src/main/java/io/quarkus/amazon/lambda/runtime/...
{'.java': 5}
5
5
0
0
5
21,964,197
4,301,025
560,471
5,231
3,132
595
51
5
3,299
321
933
65
1
1
1970-01-01T00:27:36
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,403
quarkusio/quarkus/26465/26455
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26455
https://github.com/quarkusio/quarkus/pull/26465
https://github.com/quarkusio/quarkus/pull/26465
1
fix
[reactive-pg-client] NullPointerException in PgPoolRecorder.java
### Describe the bug When migrating from `2.9.2.Final` to `2.10.1.Final` the tests for one of my applications started failing due to a NullPointerException: ``` java.lang.RuntimeException: Failed to start quarkus at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source) at io.quarkus.runtime.Application.sta...
b0ba511c5ff55652f2e3f1e55635ded6d83d2d73
7891b61b18e12d5a5ffaa246b87fcff81927f817
https://github.com/quarkusio/quarkus/compare/b0ba511c5ff55652f2e3f1e55635ded6d83d2d73...7891b61b18e12d5a5ffaa246b87fcff81927f817
diff --git a/extensions/agroal/runtime/src/main/java/io/quarkus/agroal/runtime/DataSourceJdbcRuntimeConfig.java b/extensions/agroal/runtime/src/main/java/io/quarkus/agroal/runtime/DataSourceJdbcRuntimeConfig.java index 9d6601482a5..1c07a501cf7 100644 --- a/extensions/agroal/runtime/src/main/java/io/quarkus/agroal/runti...
['extensions/agroal/runtime/src/main/java/io/quarkus/agroal/runtime/DataSourceJdbcRuntimeConfig.java', 'extensions/reactive-datasource/runtime/src/main/java/io/quarkus/reactive/datasource/runtime/DataSourceReactiveRuntimeConfig.java']
{'.java': 2}
2
2
0
0
2
21,968,298
4,301,799
560,574
5,231
803
145
12
2
4,237
369
1,008
99
2
2
1970-01-01T00:27:36
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,402
quarkusio/quarkus/26477/26476
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26476
https://github.com/quarkusio/quarkus/pull/26477
https://github.com/quarkusio/quarkus/pull/26477
1
closes
Using "mvn install" a second time throws "FileAlreadyExistsException: .../target/lib/../providers/.keep"
### Describe the bug When I run `mvn install` a second time on my project ([keycloak](https://github.com/keycloak/keycloak)), complains that the `.keep` file exists. ### Expected behavior Run should continue. ### Actual behavior Exception being thrown. ``` [ERROR] Failed to execute goal io....
0025aff6418a09d1ae91fcfdb9d4d9c16685ac78
65270ab04074d0957b10c6f1db92833680344e79
https://github.com/quarkusio/quarkus/compare/0025aff6418a09d1ae91fcfdb9d4d9c16685ac78...65270ab04074d0957b10c6f1db92833680344e79
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 9486104637b..a1c9d0dbeb2 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']
{'.java': 1}
1
1
0
0
1
22,077,443
4,322,296
563,082
5,245
338
57
6
1
3,994
272
1,093
81
1
1
1970-01-01T00:27:36
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,431
quarkusio/quarkus/25407/24931
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/24931
https://github.com/quarkusio/quarkus/pull/25407
https://github.com/quarkusio/quarkus/pull/25407
1
fixes
NullPointerException with Quartz and Quarkus 2.8.0.Final when a job identity is changed
### Describe the bug After updating to Quarkus 2.8.0.Final, one of our scheduled tasks failed with an exception I've not seen before and that seems to be coming from Quarkus: ``` org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.NullPointerException: Cannot read fi...
4df39b60a0b3d132713e6d60087a1054588d4a5f
c4aa8948da8bc78aa7560a7596b1898961aea0cc
https://github.com/quarkusio/quarkus/compare/4df39b60a0b3d132713e6d60087a1054588d4a5f...c4aa8948da8bc78aa7560a7596b1898961aea0cc
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 ec68f58ae00..22e65c5c55b 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
20,544,834
3,973,681
521,661
5,009
1,253
202
14
1
1,404
148
346
51
0
1
1970-01-01T00:27:31
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,432
quarkusio/quarkus/25401/25186
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25186
https://github.com/quarkusio/quarkus/pull/25401
https://github.com/quarkusio/quarkus/pull/25401
1
fixes
Config quarkus.config.locations is evaluated before applying profile
### Describe the bug Hello, the config `quarkus.config.locations` is evaluated before applying the profile. ~~~ quarkus.config.locations=file1.properties %test.quarkus.config.locations=file1.properties,file2.properties ~~~ Launching tests, the "Test" profile is activated AFTER the `quarkus.config.locatio...
56db32ea9fd6deba7a3a7b03877971b70b85efda
dca684fff7497d27ebd53a8fcbcae35ad2b523a3
https://github.com/quarkusio/quarkus/compare/56db32ea9fd6deba7a3a7b03877971b70b85efda...dca684fff7497d27ebd53a8fcbcae35ad2b523a3
diff --git a/core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigUtils.java b/core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigUtils.java index 890376d39b1..5923c5c8492 100644 --- a/core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigUtils.java +++ b/core/runtime/src/main/ja...
['core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigUtils.java']
{'.java': 1}
1
1
0
0
1
20,543,925
3,973,357
521,649
5,008
173
32
2
1
1,269
151
297
52
0
0
1970-01-01T00:27:31
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,261
quarkusio/quarkus/30976/30965
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30965
https://github.com/quarkusio/quarkus/pull/30976
https://github.com/quarkusio/quarkus/pull/30976
1
fixes
JandexBeanInfoAdapter.getMetricAnnotationsThroughStereotype is not null safe
### Describe the bug We have a problem during the build process of our project. This problem appeared trying to bump quarkus.version from 2.13.3.Final to 2.16.1.Final. After some debugging we found the real problem. We have a class that uses the `@gauge` annotation, this is what triggered the `JandexBeanInfoAda...
f39380f6aa7ad111bfcbe892a3391f8b5a40dc29
3cb61b796b06df8971d10915163c34376a338ba6
https://github.com/quarkusio/quarkus/compare/f39380f6aa7ad111bfcbe892a3391f8b5a40dc29...3cb61b796b06df8971d10915163c34376a338ba6
diff --git a/extensions/smallrye-metrics/deployment/src/main/java/io/quarkus/smallrye/metrics/deployment/jandex/JandexBeanInfoAdapter.java b/extensions/smallrye-metrics/deployment/src/main/java/io/quarkus/smallrye/metrics/deployment/jandex/JandexBeanInfoAdapter.java index 0b4ff51813a..e33ffaf1142 100644 --- a/extension...
['extensions/smallrye-metrics/deployment/src/main/java/io/quarkus/smallrye/metrics/deployment/jandex/JandexBeanInfoAdapter.java']
{'.java': 1}
1
1
0
0
1
24,711,917
4,877,728
629,643
5,757
180
44
2
1
16,130
676
3,796
208
1
2
1970-01-01T00:27:55
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,447
quarkusio/quarkus/24908/24739
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/24739
https://github.com/quarkusio/quarkus/pull/24908
https://github.com/quarkusio/quarkus/pull/24908
1
fix
Quarkus unix domain socket path no longer used but placed onto 0.0.0.0 instead
### Describe the bug Quarkus supports listening on a unix domain socket instead of a TCP socket for the HTTP server. The path for the socket is no longer correctly used. Config sample: https://quarkus.io/guides/vertx-reference#listening-to-a-unix-domain-socket https://quarkus.io/guides/all-config#quarkus-vertx-h...
56879dde70ca4efaf65dd958392afeab9156f47f
161be3f3f56d5a43a26499e4c95576f32ed365bd
https://github.com/quarkusio/quarkus/compare/56879dde70ca4efaf65dd958392afeab9156f47f...161be3f3f56d5a43a26499e4c95576f32ed365bd
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 4736fb1e47e..8a043ce9bc0 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
20,394,470
3,944,352
517,910
4,982
486
100
10
1
1,862
233
532
64
3
1
1970-01-01T00:27:29
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,446
quarkusio/quarkus/25004/24878
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/24878
https://github.com/quarkusio/quarkus/pull/25004
https://github.com/quarkusio/quarkus/pull/25004
1
fixes
`Unrecognized configuration key` warnings since 2.8.0.Final if using config property with list values in YAML
### Describe the bug ```yaml quarkus: arc: ignored-split-packages: - foo.bar ``` results in a build warning in 2.8.0.Final, but not in 2.7.5.Final: ``` [INFO] --- quarkus-maven-plugin:2.8.0.Final:build (default) @ code-with-quarkus --- [WARNING] [io.quarkus.config] Unrecognized configuration key "...
7a246200f6987416ad741f4c70c56a575eba8794
c6679c27a4cd54ac34bc2c56a6f5b2aa176fc071
https://github.com/quarkusio/quarkus/compare/7a246200f6987416ad741f4c70c56a575eba8794...c6679c27a4cd54ac34bc2c56a6f5b2aa176fc071
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/steps/ConfigGenerationBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/steps/ConfigGenerationBuildStep.java index 167849ed1c3..be3f6406bce 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/steps/ConfigGenerationBuildStep...
['core/deployment/src/main/java/io/quarkus/deployment/steps/ConfigGenerationBuildStep.java']
{'.java': 1}
1
1
0
0
1
20,415,783
3,948,656
518,376
4,985
233
34
4
1
1,296
154
363
54
1
2
1970-01-01T00:27:30
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,445
quarkusio/quarkus/25009/24939
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/24939
https://github.com/quarkusio/quarkus/pull/25009
https://github.com/quarkusio/quarkus/pull/25009
1
fix
Oracle Devservice fails to launch on hosts with over 100 CPU cores
### Describe the bug This is essentially the same issue as https://github.com/gvenzl/oci-oracle-xe/issues/64 but with _even more_ CPU cores. Since using that many cores is unreasonable anyway, and the upstream dockerfile seems to rely on an `if`-case for every CPU count, it might be better to implement a workaround ...
027fa6424dc832106696137c8f1f34407be25a24
ce8391e557825b5139d0ee4057dc892538c3083d
https://github.com/quarkusio/quarkus/compare/027fa6424dc832106696137c8f1f34407be25a24...ce8391e557825b5139d0ee4057dc892538c3083d
diff --git a/extensions/devservices/oracle/src/main/java/io/quarkus/devservices/oracle/deployment/OracleDevServicesProcessor.java b/extensions/devservices/oracle/src/main/java/io/quarkus/devservices/oracle/deployment/OracleDevServicesProcessor.java index 3062fe714ba..80889956024 100644 --- a/extensions/devservices/orac...
['extensions/devservices/oracle/src/main/java/io/quarkus/devservices/oracle/deployment/OracleDevServicesProcessor.java']
{'.java': 1}
1
1
0
0
1
20,415,783
3,948,656
518,376
4,985
561
115
8
1
838
96
206
15
4
0
1970-01-01T00:27:30
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,444
quarkusio/quarkus/25019/24943
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/24943
https://github.com/quarkusio/quarkus/pull/25019
https://github.com/quarkusio/quarkus/pull/25019
1
fixes
Continuous testing fails when a dependency brings in an optional dependency and a Jandex index
### Describe the bug When in a multi-module maven project, with a quarkus module `A` depending on a regular java module `B`. If module `B` contains both an optional dependecy (not declared by `A` too) and a Jandex index, then continuous testing fails with a `BuildException`. It makes no difference whether the cla...
122467f990ec87979f6bf56493f72291366499d0
af5949b8f4f94ee9846388443390d92461890366
https://github.com/quarkusio/quarkus/compare/122467f990ec87979f6bf56493f72291366499d0...af5949b8f4f94ee9846388443390d92461890366
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/builditem/BytecodeTransformerBuildItem.java b/core/deployment/src/main/java/io/quarkus/deployment/builditem/BytecodeTransformerBuildItem.java index 80a9a321498..ca5eba39618 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/builditem/Bytecod...
['core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestTracingProcessor.java', 'core/deployment/src/main/java/io/quarkus/deployment/steps/ClassTransformingBuildStep.java', 'core/deployment/src/main/java/io/quarkus/deployment/builditem/BytecodeTransformerBuildItem.java']
{'.java': 3}
3
3
0
0
3
20,415,786
3,948,657
518,375
4,985
3,373
482
64
3
6,834
574
1,945
108
1
1
1970-01-01T00:27:30
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,254
quarkusio/quarkus/31260/29427
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/29427
https://github.com/quarkusio/quarkus/pull/31260
https://github.com/quarkusio/quarkus/pull/31260
1
fixes
quarkus.oidc.auth-server-url causing weird start-up failure
### Describe the bug adding this line makes all the difference: `%ecom-dev.quarkus.oidc.auth-server-url=http://ecom-portal-keycloak:8080/realms/quarkus` makes the application crash without much explanation on DEBUG log level: ```posh exec java -Dquarkus.http.host=0.0.0.0 -Djava.util.logging.manager=org.jbo...
82f63512c081eb378a69de8f5564ee7d29827ac1
3b578363ddae786b1e9bb57365258017ad784a3a
https://github.com/quarkusio/quarkus/compare/82f63512c081eb378a69de8f5564ee7d29827ac1...3b578363ddae786b1e9bb57365258017ad784a3a
diff --git a/extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/common/runtime/OidcCommonUtils.java b/extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/common/runtime/OidcCommonUtils.java index 8c66e1a5a3d..c81938e0794 100644 --- a/extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/common...
['extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/common/runtime/OidcCommonUtils.java', 'extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcRecorder.java']
{'.java': 2}
2
2
0
0
2
24,789,708
4,893,145
631,546
5,783
618
117
8
2
5,452
342
1,623
116
4
2
1970-01-01T00:27: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,259
quarkusio/quarkus/31016/17839
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/17839
https://github.com/quarkusio/quarkus/pull/31016
https://github.com/quarkusio/quarkus/pull/31016
1
fixes
Invalid memory configuration for netty maxDirectMemory in native image
I thinks this only concerns native image builds. Setting either -XX:MaxDirectMemorySize or -Dio.netty.maxDirectMemory does not work at runtime and runtime memory is incorrectly reflected in io.netty.util.internal.PlatformDependent.DIRECT_MEMORY_LIMIT at runtime. i think the problem is that io.netty.buffer....
2381d19831104ca0ff2b8946cb13afdac5c02832
ca155cae76c7caf7d6c4bbf27e9ac22305d2dbf0
https://github.com/quarkusio/quarkus/compare/2381d19831104ca0ff2b8946cb13afdac5c02832...ca155cae76c7caf7d6c4bbf27e9ac22305d2dbf0
diff --git a/extensions/netty/deployment/src/main/java/io/quarkus/netty/deployment/NettyProcessor.java b/extensions/netty/deployment/src/main/java/io/quarkus/netty/deployment/NettyProcessor.java index 069fb756162..de1471c3ae4 100644 --- a/extensions/netty/deployment/src/main/java/io/quarkus/netty/deployment/NettyProces...
['extensions/netty/deployment/src/main/java/io/quarkus/netty/deployment/NettyProcessor.java']
{'.java': 1}
1
1
0
0
1
24,724,974
4,880,274
629,942
5,759
550
103
6
1
642
72
136
15
0
0
1970-01-01T00:27:55
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,260
quarkusio/quarkus/30992/30850
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30850
https://github.com/quarkusio/quarkus/pull/30992
https://github.com/quarkusio/quarkus/pull/30992
1
fix
java.lang.ClassCastException when upgrading from 2.16.0.Final to 2.16.1.Final
### Describe the bug After upgrading to Quarkus 2.16.1 this issue started to happen: ``` Caused by: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step io.quarkus.kubernetes.deployment.KubernetesProcessor#build threw an exception: jav...
4cd3e4d71111a93aecdec700a63c5b169ba396de
0446821feb72f5e10dc583583423cb85d449673d
https://github.com/quarkusio/quarkus/compare/4cd3e4d71111a93aecdec700a63c5b169ba396de...0446821feb72f5e10dc583583423cb85d449673d
diff --git a/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesConfigUtil.java b/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesConfigUtil.java index 085ac6b982b..e7eb1862def 100644 --- a/extensions/kubernetes/vanilla/dep...
['extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesConfigUtil.java', 'extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesProcessor.java']
{'.java': 2}
2
2
0
0
2
24,313,774
4,787,857
620,018
5,678
1,794
369
28
2
2,673
181
620
64
0
1
1970-01-01T00:27:55
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,262
quarkusio/quarkus/30964/29630
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/29630
https://github.com/quarkusio/quarkus/pull/30964
https://github.com/quarkusio/quarkus/pull/30964
1
fixes
Changes to configmappings not being applied during hot reload
### Describe the bug Newly added configmappings are only available for injection after a full restart. A hot reload is not enough. Removed configmappings result in class not found exceptions. ### Expected behavior Configmappings work directly after a hot reload, and do not require a full restart. ### Actual be...
e48aace483cf24d24b566b5786731e98351a7027
4cf5e3b589d6780c221a684dc1cb95e0c0354572
https://github.com/quarkusio/quarkus/compare/e48aace483cf24d24b566b5786731e98351a7027...4cf5e3b589d6780c221a684dc1cb95e0c0354572
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 b841edc24ee..111b6171fdb 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/configu...
['core/deployment/src/main/java/io/quarkus/deployment/steps/ConfigGenerationBuildStep.java', 'core/deployment/src/main/java/io/quarkus/deployment/configuration/RunTimeConfigurationGenerator.java', 'integration-tests/test-extension/extension/deployment/src/test/java/io/quarkus/config/SecretKeysConfigTest.java']
{'.java': 3}
3
3
0
0
3
24,711,918
4,877,728
629,643
5,757
5,024
885
86
2
12,634
674
3,305
191
5
3
1970-01-01T00:27:55
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,434
quarkusio/quarkus/25285/25258
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25258
https://github.com/quarkusio/quarkus/pull/25285
https://github.com/quarkusio/quarkus/pull/25285
1
fixes
RESTEasy reactive illegally restricts JAX-RSpath parameter names
### Describe the bug Consider the following JAX-RS resource: ``` @Produces(MediaType.APPLICATION_JSON) @Path("/") public class ContextNotWorking { @GET @Path("foo/{something-with-dash:[^a]*}") public Response doSomething(@PathParam("something-with-dash") String param) { return Response.noContent(...
813a88bbbd12687e178789f9de41df95bf253db5
ea6206a6c48e12db5e8f781c1f0737fe06efc3e6
https://github.com/quarkusio/quarkus/compare/813a88bbbd12687e178789f9de41df95bf253db5...ea6206a6c48e12db5e8f781c1f0737fe06efc3e6
diff --git a/independent-projects/resteasy-reactive/common/processor/src/main/java/org/jboss/resteasy/reactive/common/processor/EndpointIndexer.java b/independent-projects/resteasy-reactive/common/processor/src/main/java/org/jboss/resteasy/reactive/common/processor/EndpointIndexer.java index a48cd45b766..18167fbeeb3 10...
['independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/mapping/URITemplate.java', 'independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/mapping/RequestMapper.java', 'independent-projects/resteasy-reactive/server/vertx/sr...
{'.java': 4}
4
4
0
0
4
20,485,920
3,961,917
520,106
4,996
5,501
956
84
3
3,150
252
738
77
0
2
1970-01-01T00:27:31
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,263
quarkusio/quarkus/30955/30682
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30682
https://github.com/quarkusio/quarkus/pull/30955
https://github.com/quarkusio/quarkus/pull/30955
1
fix
PostgreSQL service binding does not get recognised by Quarkus app
### Describe the bug Since Quarkus 2.15, Quarkus application is unable to bind to PostgreSQL service provided by CrunchyDB. PostgresCluster used: ``` apiVersion: postgres-operator.crunchydata.com/v1beta1 kind: PostgresCluster metadata: name: hippo spec: openshift: true image: registry.developers.cru...
97ca0febe9ba88736e46e856f69d6320a4ab9b2c
7db652b12c65c9da64cdc954bf45fb9d3d31f849
https://github.com/quarkusio/quarkus/compare/97ca0febe9ba88736e46e856f69d6320a4ab9b2c...7db652b12c65c9da64cdc954bf45fb9d3d31f849
diff --git a/extensions/kubernetes-service-binding/runtime/src/main/java/io/quarkus/kubernetes/service/binding/runtime/DatasourceServiceBindingConfigSourceFactory.java b/extensions/kubernetes-service-binding/runtime/src/main/java/io/quarkus/kubernetes/service/binding/runtime/DatasourceServiceBindingConfigSourceFactory....
['extensions/kubernetes-service-binding/runtime/src/main/java/io/quarkus/kubernetes/service/binding/runtime/DatasourceServiceBindingConfigSourceFactory.java']
{'.java': 1}
1
1
0
0
1
24,712,420
4,877,839
629,660
5,757
1,752
382
38
1
4,168
394
1,093
114
4
5
1970-01-01T00:27:55
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,264
quarkusio/quarkus/30940/30919
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30919
https://github.com/quarkusio/quarkus/pull/30940
https://github.com/quarkusio/quarkus/pull/30940
1
fix
Compilation to native fails, when quarkus-smallrye-openapi is included
### Describe the bug I have an application, which uses `quarkus-smallrye-openapi` dependency. The application works flawlessly in JVM mode, but fails during `Performing analysis` phase in Native mode. Experimenting shows, that the app fails simply when that dependency is included in pom. ### Expected behavior ...
25470b6decca9b6e8689d964bdba8bb4452d582a
0bc09e788b4f40341b98e90b89c051df1e9d936c
https://github.com/quarkusio/quarkus/compare/25470b6decca9b6e8689d964bdba8bb4452d582a...0bc09e788b4f40341b98e90b89c051df1e9d936c
diff --git a/extensions/panache/rest-data-panache/deployment/src/main/java/io/quarkus/rest/data/panache/deployment/methods/StandardMethodImplementor.java b/extensions/panache/rest-data-panache/deployment/src/main/java/io/quarkus/rest/data/panache/deployment/methods/StandardMethodImplementor.java index c46aadc3c26..d12d...
['extensions/panache/rest-data-panache/deployment/src/main/java/io/quarkus/rest/data/panache/deployment/methods/StandardMethodImplementor.java']
{'.java': 1}
1
1
0
0
1
24,708,955
4,877,125
629,581
5,755
457
89
8
1
6,900
317
1,627
98
0
1
1970-01-01T00:27:55
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,265
quarkusio/quarkus/30839/30806
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30806
https://github.com/quarkusio/quarkus/pull/30839
https://github.com/quarkusio/quarkus/pull/30839
1
closes
*/* in Accept header is ignored if not listed as the first item
### Describe the bug see https://github.com/quarkusio/quarkus/discussions/30759#discussioncomment-4839300 for description of the bug ### Expected behavior An `*/*` type is always recognized if present in an `Accept` header of GraphQL requests, and the request be handled normally with the default response content ty...
ea3d95daed88f1b2e1d07100117f5fcfb902ce95
4c48dec9dc7dc466aed96fb35fcc263edc619ef5
https://github.com/quarkusio/quarkus/compare/ea3d95daed88f1b2e1d07100117f5fcfb902ce95...4c48dec9dc7dc466aed96fb35fcc263edc619ef5
diff --git a/extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/SmallRyeGraphQLExecutionHandler.java b/extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/SmallRyeGraphQLExecutionHandler.java index 127e1ed8cc7..6f8787beebb 100644 --- a/extensions/smal...
['extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/SmallRyeGraphQLExecutionHandler.java']
{'.java': 1}
1
1
0
0
1
24,724,559
4,877,765
630,117
5,751
275
52
6
1
898
128
215
39
1
0
1970-01-01T00:27:55
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,443
quarkusio/quarkus/25035/25029
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25029
https://github.com/quarkusio/quarkus/pull/25035
https://github.com/quarkusio/quarkus/pull/25035
1
fixes
REST Reactive Client when retried, Authorization header is multiplied by OidcClientRequestReactiveFilter
### Describe the bug When we have a REST Reactive Client with OidcClientRequestReactiveFilter, and we retry the requests through Mutiny, the Authorization header gets multiplied with each new retry. This results in AWS API Gateway to immediately reject the requests with Bad Request. Is there a configuration or...
731abc35ccad9851c8a2e8a4c3d4e6adfed5e602
aeb39f1797b78dcee969972de240fdc2e8f1d2be
https://github.com/quarkusio/quarkus/compare/731abc35ccad9851c8a2e8a4c3d4e6adfed5e602...aeb39f1797b78dcee969972de240fdc2e8f1d2be
diff --git a/extensions/oidc-client-reactive-filter/runtime/src/main/java/io/quarkus/oidc/client/reactive/filter/OidcClientRequestReactiveFilter.java b/extensions/oidc-client-reactive-filter/runtime/src/main/java/io/quarkus/oidc/client/reactive/filter/OidcClientRequestReactiveFilter.java index 7508e906ecb..f7c12963d77 ...
['extensions/oidc-client-reactive-filter/runtime/src/main/java/io/quarkus/oidc/client/reactive/filter/OidcClientRequestReactiveFilter.java']
{'.java': 1}
1
1
0
0
1
20,416,424
3,948,780
518,384
4,985
288
50
3
1
1,403
180
307
63
0
2
1970-01-01T00:27:30
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,442
quarkusio/quarkus/25127/25123
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25123
https://github.com/quarkusio/quarkus/pull/25127
https://github.com/quarkusio/quarkus/pull/25127
1
resolves
MP Config - programmatic lookup of "custom" type config property fails
### Describe the bug If there's a `Provider/Instance` injection point whose required type is not handled by the `ConfigProducer` (aka "custom type") then a synthetic bean with a wrong set of bean types is generated. The bean has the type `Provider<Foo>/Instance<Foo>` instead of `Foo`. As a result, if there's an inje...
cdf0738a1892c89bf8d1ef687cc46b204dfe3b4d
0274b7a5e1502fae2bc6c1b865cc68980ff82924
https://github.com/quarkusio/quarkus/compare/cdf0738a1892c89bf8d1ef687cc46b204dfe3b4d...0274b7a5e1502fae2bc6c1b865cc68980ff82924
diff --git a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ConfigBuildStep.java b/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ConfigBuildStep.java index e442f72837c..53808672a5a 100644 --- a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ConfigBuildStep.java ...
['extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ConfigBuildStep.java', 'extensions/arc/deployment/src/test/java/io/quarkus/arc/test/config/ConfigImplicitConverterTest.java']
{'.java': 2}
2
2
0
0
2
20,444,984
3,954,265
519,068
4,989
133
20
2
1
697
102
168
9
0
0
1970-01-01T00:27:30
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,440
quarkusio/quarkus/25166/25016
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25016
https://github.com/quarkusio/quarkus/pull/25166
https://github.com/quarkusio/quarkus/pull/25166
1
close
CLI creates kotlin project even with explicit `--java 11 --gradle-kotlin-dsl`
### Describe the bug `quarkus create app --java 11 --gradle-kotlin-dsl` creates Kotlin project instead of java one: ```kotlin plugins { kotlin("jvm") version "1.6.10" kotlin("plugin.allopen") version "1.6.10" id("io.quarkus") } ``` ### Expected behavior Gradle scripts use Kotlin DSL but java pro...
316e5a0906c1a9c1a532c1eb02aa7540a354dffc
d95a373ea91f895f55cff04c5cc966c19782b35e
https://github.com/quarkusio/quarkus/compare/316e5a0906c1a9c1a532c1eb02aa7540a354dffc...d95a373ea91f895f55cff04c5cc966c19782b35e
diff --git a/devtools/cli/src/main/java/io/quarkus/cli/create/TargetLanguageGroup.java b/devtools/cli/src/main/java/io/quarkus/cli/create/TargetLanguageGroup.java index 2ac56d3063b..4248ba04c6c 100644 --- a/devtools/cli/src/main/java/io/quarkus/cli/create/TargetLanguageGroup.java +++ b/devtools/cli/src/main/java/io/qua...
['devtools/cli/src/main/java/io/quarkus/cli/create/TargetLanguageGroup.java', 'devtools/cli/src/test/java/io/quarkus/cli/CliProjectGradleTest.java']
{'.java': 2}
2
2
0
0
2
20,449,318
3,954,841
519,133
4,989
111
32
2
1
937
130
295
47
0
1
1970-01-01T00:27:30
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,439
quarkusio/quarkus/25182/25178
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25178
https://github.com/quarkusio/quarkus/pull/25182
https://github.com/quarkusio/quarkus/pull/25182
1
fixes
Log when creating cache entry on synchronous calls
### Describe the bug Currently there is no way to know when the cache entry is created using synchronous calls, the only log seen for synchronous calls are during the loading phase from the cache. ### Expected behavior It would be better to log before creating cache entries in quarkus ### Actual behavior Show "Add...
6907d73a6011abff9e2da9972ab3f5fde8e24727
6fc6c85321a8db21bfa7c10a2c2b0f7a09569669
https://github.com/quarkusio/quarkus/compare/6907d73a6011abff9e2da9972ab3f5fde8e24727...6fc6c85321a8db21bfa7c10a2c2b0f7a09569669
diff --git a/extensions/cache/runtime/src/main/java/io/quarkus/cache/runtime/CacheResultInterceptor.java b/extensions/cache/runtime/src/main/java/io/quarkus/cache/runtime/CacheResultInterceptor.java index d048be69f93..722595d0f19 100644 --- a/extensions/cache/runtime/src/main/java/io/quarkus/cache/runtime/CacheResultIn...
['extensions/cache/runtime/src/main/java/io/quarkus/cache/runtime/CacheResultInterceptor.java']
{'.java': 1}
1
1
0
0
1
20,455,638
3,956,003
519,306
4,990
152
25
2
1
863
143
196
39
0
0
1970-01-01T00:27:30
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,438
quarkusio/quarkus/25203/25184
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25184
https://github.com/quarkusio/quarkus/pull/25203
https://github.com/quarkusio/quarkus/pull/25203
1
fix
`-Dquarkus.platform.version` is not honored during reload of dev mode
### Describe the bug Custom `-Dquarkus.platform.version` is not honored during reload of dev mode, version defined in pom.xml gets picked I have triggered the reload by removal of `quarkus-arc` dependency from pom.xml Dev mode was started using `mvn quarkus:dev -Dquarkus.platform.version=2.7.5.Final` Once the ...
871675fb8b8d0d5db4b2ba624be000760a419b41
f900e2a726c428e983caff419446eb08f9f556c9
https://github.com/quarkusio/quarkus/compare/871675fb8b8d0d5db4b2ba624be000760a419b41...f900e2a726c428e983caff419446eb08f9f556c9
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 82601628f75..212bef2d92d 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java @@ -990,7 +990,6 @@...
['independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/workspace/LocalProject.java', 'independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/BootstrapModelResolver.java', 'independent-projects/bootstrap/maven-resolver/src/main/java/io/q...
{'.java': 6}
6
6
0
0
6
20,455,638
3,956,003
519,306
4,990
2,326
444
31
6
4,182
373
1,077
78
6
1
1970-01-01T00:27:31
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,437
quarkusio/quarkus/25226/25225
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25225
https://github.com/quarkusio/quarkus/pull/25226
https://github.com/quarkusio/quarkus/pull/25226
1
fixes
`Forwarded` header is not parsed as expected
### Describe the bug According to [RFC7239](https://www.rfc-editor.org/rfc/rfc7239#section-4), the `Forwarded` header can have a comma-separated list of values. It is used to indicate the string of proxies (including the client that initiated the request). The ForwardedParser class splits this header by comma and l...
ad1a40dd4520bfe94249b094c43f1147d5d00224
b67f5bfca37f7295fdfe8168293f7c9604192d16
https://github.com/quarkusio/quarkus/compare/ad1a40dd4520bfe94249b094c43f1147d5d00224...b67f5bfca37f7295fdfe8168293f7c9604192d16
diff --git a/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/ForwardedHeaderTest.java b/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/ForwardedHeaderTest.java index eab3ac1503c..9fc8a8b841d 100644 --- a/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/Forw...
['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/ForwardedHeaderTest.java']
{'.java': 2}
2
2
0
0
2
20,457,985
3,956,496
519,333
4,989
488
92
7
1
2,095
234
583
55
1
1
1970-01-01T00:27:31
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,436
quarkusio/quarkus/25234/25221
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25221
https://github.com/quarkusio/quarkus/pull/25234
https://github.com/quarkusio/quarkus/pull/25234
1
fixes
Missing `quarkus.oidc.tls.key-store-provider` and `quarkus.oidc.tls.trust-store-provider` properties on OIDC extension
### Describe the bug I would like to use OIDC with mtls over FIPS. The certificates that I am thinking to use are `BCFIPSJSSE` (BouncyCastleJsseProvider) as we do in other [modules](https://quarkus.io/guides/security-customization#bouncy-castle-jsse-fips). The problem that I have is that there is no `quarkus.oid...
6037ecb413810d545309aea07ffd678ee253cc3e
d6edfd558851785cd987d1fd9073b0cbd88f6ad6
https://github.com/quarkusio/quarkus/compare/6037ecb413810d545309aea07ffd678ee253cc3e...d6edfd558851785cd987d1fd9073b0cbd88f6ad6
diff --git a/extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/common/runtime/OidcCommonConfig.java b/extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/common/runtime/OidcCommonConfig.java index c8512c4ae35..12a109c3e9f 100644 --- a/extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/comm...
['extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/common/runtime/OidcCommonUtils.java', 'extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/common/runtime/OidcCommonConfig.java']
{'.java': 2}
2
2
0
0
2
20,458,581
3,956,611
519,353
4,989
1,756
350
38
2
1,400
85
420
33
2
2
1970-01-01T00:27:31
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,435
quarkusio/quarkus/25260/25257
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25257
https://github.com/quarkusio/quarkus/pull/25260
https://github.com/quarkusio/quarkus/pull/25260
1
fixes
Quarkus 2.9.0.CR1: Async Scheduled methods have unsafe sub-context
### Describe the bug When using an async `@Scheduled` method returning a void or using Kotlin coroutines, the provided sub-context seems to be unsafe and throws an error when e.g. using hibernate reactive with it. E.g. using a code like ``` class TestScheduler(private val testDao: TestDao) { @Scheduled(...
55521fb0253744239c11557d23dd575533d8fe42
cc4aef5dd9eb7a451f5488568fe62dc70fa575bc
https://github.com/quarkusio/quarkus/compare/55521fb0253744239c11557d23dd575533d8fe42...cc4aef5dd9eb7a451f5488568fe62dc70fa575bc
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 d04ae8ab00a..ec68f58ae00 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', 'extensions/scheduler/runtime/src/main/java/io/quarkus/scheduler/runtime/SimpleScheduler.java']
{'.java': 2}
2
2
0
0
2
20,459,647
3,956,817
519,385
4,989
1,203
190
14
2
3,122
274
768
80
1
2
1970-01-01T00:27:31
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,215
quarkusio/quarkus/32679/32663
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/32663
https://github.com/quarkusio/quarkus/pull/32679
https://github.com/quarkusio/quarkus/pull/32679
1
fixes
infov impacts local variable type
### Describe the bug I propose here a very specific problem, but, unfortunately, during a POC of a team to see if Quarkus could replace Spring Boot, the trust of the team on Quarkus is impacted. **Log.infov with more than 1 variable related to a Kafka record, seems to change the type of a local variable in specif...
c5be7ba7efbce88b86097bbcbaf1fedad44259eb
f7fb2411d467dfbc1d2afae4f4472f9702146f27
https://github.com/quarkusio/quarkus/compare/c5be7ba7efbce88b86097bbcbaf1fedad44259eb...f7fb2411d467dfbc1d2afae4f4472f9702146f27
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/logging/LoggingWithPanacheProcessor.java b/core/deployment/src/main/java/io/quarkus/deployment/logging/LoggingWithPanacheProcessor.java index 897a6ae01de..3aa4d051272 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/logging/LoggingWithPana...
['integration-tests/logging-panache/src/test/java/io/quarkus/logging/LoggingWithPanacheTest.java', 'core/deployment/src/main/java/io/quarkus/deployment/logging/LoggingWithPanacheProcessor.java', 'integration-tests/logging-panache/src/test/java/io/quarkus/logging/LoggingBean.java']
{'.java': 3}
3
3
0
0
3
26,283,998
5,184,706
668,913
6,198
397
68
4
1
9,705
691
2,597
173
1
2
1970-01-01T00:28: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
3,074
quarkusio/quarkus/9019/8984
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/8984
https://github.com/quarkusio/quarkus/pull/9019
https://github.com/quarkusio/quarkus/pull/9019
1
fixes
Liquibase still detects multiple changelogs despite upgrade to 1.4.1
**Describe the bug** Copied from previous ticket #8400 : During startup of quarkus dev mode, Liquibase tries to parse the configured (yaml) file containing the changeLog, this fails due to 2 such files being found in the classpath. This error does not occur in normal mode (running the runner jar). **Expected behav...
ba698f2476f4117e00a16e8d8201e252cb1b08f3
258fccc5ea48dc63de9df732de06de44c66d903e
https://github.com/quarkusio/quarkus/compare/ba698f2476f4117e00a16e8d8201e252cb1b08f3...258fccc5ea48dc63de9df732de06de44c66d903e
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/DevModeContext.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/DevModeContext.java index b391fd6b164..fbdbb315a04 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/dev/DevModeContext.java +++ b/core/deployment/src/main/ja...
['devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java', 'core/deployment/src/main/java/io/quarkus/deployment/dev/DevModeContext.java', 'core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java', 'core/deployment/src/main/java/io/quarkus/deployment/dev/DevModeMain.java']
{'.java': 4}
4
4
0
0
4
8,565,528
1,664,580
222,396
2,362
2,456
390
50
4
4,946
339
1,338
95
1
3
1970-01-01T00:26:28
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
3,065
quarkusio/quarkus/9229/9227
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9227
https://github.com/quarkusio/quarkus/pull/9229
https://github.com/quarkusio/quarkus/pull/9229
1
fixes
@Inject with @Named causing the AWS Lambda bootstrap failure
**Describe the bug** I am getting Lambda Bootstrap Error when using **@Inject and @Named** on RequestHandler **Expected behavior** The CDI injection & Lambda functionality should work as described in the documentation. **Actual behavior** Bootstrap error and Lambda function doesn't work ```text { "err...
d273ad73add077e7a3529b0a8900a8fdf391b979
033908064ba544dd6064436f6d6f6010e4f1c777
https://github.com/quarkusio/quarkus/compare/d273ad73add077e7a3529b0a8900a8fdf391b979...033908064ba544dd6064436f6d6f6010e4f1c777
diff --git a/extensions/amazon-lambda/deployment/src/main/java/io/quarkus/amazon/lambda/deployment/AmazonLambdaProcessor.java b/extensions/amazon-lambda/deployment/src/main/java/io/quarkus/amazon/lambda/deployment/AmazonLambdaProcessor.java index 1ddd2c0db2f..b45b49f7104 100644 --- a/extensions/amazon-lambda/deployment...
['extensions/amazon-lambda/deployment/src/main/java/io/quarkus/amazon/lambda/deployment/AmazonLambdaProcessor.java']
{'.java': 1}
1
1
0
0
1
8,841,112
1,720,034
229,601
2,447
346
70
6
1
4,135
323
1,041
97
0
4
1970-01-01T00:26:29
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
3,066
quarkusio/quarkus/9215/9196
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9196
https://github.com/quarkusio/quarkus/pull/9215
https://github.com/quarkusio/quarkus/pull/9215
1
fixes
Gelf handler chunking messages
**Describe the bug** The gelf handler chunking the messages exceeding 8192 bytes, any meaning full java stack trace exceed this limits. Once messages are chunked Fluentd gelf input plugin rejects the chunked message because of unknown format and log statement never reach elasticsearch **Expected behavior** Allow u...
574bdfb887547a7967e7f896903ec1181ea51b6a
5f6eeaf8b57529efcedf09f67b46cc506fb14757
https://github.com/quarkusio/quarkus/compare/574bdfb887547a7967e7f896903ec1181ea51b6a...5f6eeaf8b57529efcedf09f67b46cc506fb14757
diff --git a/extensions/logging-gelf/runtime/src/main/java/io/quarkus/logging/gelf/GelfConfig.java b/extensions/logging-gelf/runtime/src/main/java/io/quarkus/logging/gelf/GelfConfig.java index c1b329d0399..acd10968d4a 100644 --- a/extensions/logging-gelf/runtime/src/main/java/io/quarkus/logging/gelf/GelfConfig.java +++...
['extensions/logging-gelf/runtime/src/main/java/io/quarkus/logging/gelf/GelfConfig.java', 'extensions/logging-gelf/runtime/src/main/java/io/quarkus/logging/gelf/GelfLogHandlerRecorder.java']
{'.java': 2}
2
2
0
0
2
8,846,260
1,720,785
229,664
2,445
300
63
8
2
1,634
207
395
39
0
2
1970-01-01T00:26:29
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
3,067
quarkusio/quarkus/9199/9188
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9188
https://github.com/quarkusio/quarkus/pull/9199
https://github.com/quarkusio/quarkus/pull/9199
1
fixes
Check whether or not a thread is already blocking before submiting tasks to Quarkus executor
**Describe the bug** When a Vert.x route is already executing blocking code, some extensions that use Quarkus executor (e.g.: `quarkus-resteasy`) dispatch tasks without checking whether or not the thread is already blocking. **Expected behavior** When not running in the event loop, the Quarkus executor (and extens...
69bb79d2530b3a193a206329cc3dd5c482874898
94416b5e054199a1b343cb10ab6a4fd3f5800fbc
https://github.com/quarkusio/quarkus/compare/69bb79d2530b3a193a206329cc3dd5c482874898...94416b5e054199a1b343cb10ab6a4fd3f5800fbc
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 5c4fbc9ce6b..6f3b6ffd96e 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
8,784,744
1,708,293
228,008
2,433
1,017
162
29
1
1,025
142
224
18
0
0
1970-01-01T00:26:29
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
3,068
quarkusio/quarkus/9169/9168
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9168
https://github.com/quarkusio/quarkus/pull/9169
https://github.com/quarkusio/quarkus/pull/9169
1
fixes
list-extensions goal fails with NPE when dependency without scope in dependencyManagement
**Describe the bug** [This line in BuildFileMojoBase](https://github.com/quarkusio/quarkus/blob/1.4.2.Final/devtools/maven/src/main/java/io/quarkus/maven/BuildFileMojoBase.java#L83) can fail with a NPE because it expects a dependency from `dependencyManagement` to always have a `scope`. ``` [ERROR] Failed to execu...
7da0ec2a6619d2cc5b45d4d23eab5c77273fd20e
d9524020db8b91472d4179290460eca9593bcbed
https://github.com/quarkusio/quarkus/compare/7da0ec2a6619d2cc5b45d4d23eab5c77273fd20e...d9524020db8b91472d4179290460eca9593bcbed
diff --git a/devtools/maven/src/main/java/io/quarkus/maven/BuildFileMojoBase.java b/devtools/maven/src/main/java/io/quarkus/maven/BuildFileMojoBase.java index f425aaf7406..940c4e75bc1 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/BuildFileMojoBase.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/Bu...
['devtools/maven/src/main/java/io/quarkus/maven/BuildFileMojoBase.java']
{'.java': 1}
1
1
0
0
1
8,778,049
1,707,044
227,814
2,432
269
60
3
1
7,739
387
1,915
102
1
3
1970-01-01T00:26:28
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
3,069
quarkusio/quarkus/9160/9159
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9159
https://github.com/quarkusio/quarkus/pull/9160
https://github.com/quarkusio/quarkus/pull/9160
1
fixes
Jaeger tracing not working in native mode with "remote" sampler type
With a remote sampler, you get ``` Exception in thread "Timer-0" java.lang.RuntimeException: Unable to invoke no-args constructor for class io.jaegertracing.internal.samplers.http.SamplingStrategyResponse. Registering an InstanceCreator with Gson for this type may fix this problem. at com.google.gson.internal.Const...
35ed807cd06174c6bf991849e31a4e7f8cda9ab9
05b50415da3b6e383cfd74f69673f28e1faa1e02
https://github.com/quarkusio/quarkus/compare/35ed807cd06174c6bf991849e31a4e7f8cda9ab9...05b50415da3b6e383cfd74f69673f28e1faa1e02
diff --git a/extensions/jaeger/deployment/src/main/java/io/quarkus/jaeger/deployment/JaegerProcessor.java b/extensions/jaeger/deployment/src/main/java/io/quarkus/jaeger/deployment/JaegerProcessor.java index c49036d7b3f..ddb853661ae 100644 --- a/extensions/jaeger/deployment/src/main/java/io/quarkus/jaeger/deployment/Jae...
['extensions/jaeger/deployment/src/main/java/io/quarkus/jaeger/deployment/JaegerProcessor.java']
{'.java': 1}
1
1
0
0
1
8,785,409
1,708,461
228,022
2,433
522
104
10
1
2,022
90
447
24
0
1
1970-01-01T00:26:28
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
3,070
quarkusio/quarkus/9116/9146
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9146
https://github.com/quarkusio/quarkus/pull/9116
https://github.com/quarkusio/quarkus/pull/9116
1
fixes
maven-quarkus-plugin fails if base dir is /something/ and project has parent pom
**Describe the bug** maven-quarkus-plugin fails on build stage if base dir is /something/ and project has parent pom. It fails with a null pointer exception. This is problematic becase the project builds nicelly and then it fails on our pipeline, once we try to build the project inside a container... Full stac...
3f811b6817e873ebb3936a9bd508c4e078cce870
1ddf9dde72ab784dbf972f4b298432c56f94e7dc
https://github.com/quarkusio/quarkus/compare/3f811b6817e873ebb3936a9bd508c4e078cce870...1ddf9dde72ab784dbf972f4b298432c56f94e7dc
diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/workspace/LocalProject.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/workspace/LocalProject.java index 24bd7cf98c4..3aa55e21e0d 100644 --- a/independent-projects/bootstrap/co...
['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/workspace/LocalProject.java']
{'.java': 1}
1
1
0
0
1
8,614,966
1,674,272
223,677
2,371
325
71
5
1
9,028
529
2,155
132
0
1
1970-01-01T00:26:28
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
3,071
quarkusio/quarkus/9105/9050
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9050
https://github.com/quarkusio/quarkus/pull/9105
https://github.com/quarkusio/quarkus/pull/9105
1
fixes
@Produces fails for classes without default constructor
**Describe the bug** I want to create a bean of a class that has no default constructor and requires some properties to be injected into it. However, since it isn't prepared for CDI, I create a producer class and method to create it with the appropriate values for the properties. With Quarkus dev, this works just f...
8994a854ee483cb6d35649f931d39f2f62baab43
4883b984b9743006c12e3022a3ffc562d79c45c3
https://github.com/quarkusio/quarkus/compare/8994a854ee483cb6d35649f931d39f2f62baab43...4883b984b9743006c12e3022a3ffc562d79c45c3
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/QuarkusAugmentor.java b/core/deployment/src/main/java/io/quarkus/deployment/QuarkusAugmentor.java index ad9d811713e..f4c19ae3713 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/QuarkusAugmentor.java +++ b/core/deployment/src/main/java/io/...
['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/QuarkusClassLoader.java', 'core/deployment/src/main/java/io/quarkus/deployment/QuarkusAugmentor.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/ClassPathElement.java', 'independent-projects/...
{'.java': 7}
7
7
0
0
7
8,691,580
1,689,471
225,525
2,391
7,337
1,105
139
7
7,008
439
1,809
83
1
2
1970-01-01T00:26:28
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
3,073
quarkusio/quarkus/9022/9013
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9013
https://github.com/quarkusio/quarkus/pull/9022
https://github.com/quarkusio/quarkus/pull/9022
1
fixes
maven plugin build fails when .mvn directory exists in directory enclosing project directory
Per [Zulip discussion](https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/mvn.20package.20failing.20in.201.2E4.2Ex), attempting `mvn package` on a project whose parent directory has a `.mvn` directory, but no `pom.xml` will fail. The [attached file](https://github.com/quarkusio/quarkus/files/4564988/o...
c974e59b7d6d524e154bb8643933a80d7747806f
63a42df56c42f115abe8d52adabf8a43ea29fcc3
https://github.com/quarkusio/quarkus/compare/c974e59b7d6d524e154bb8643933a80d7747806f...63a42df56c42f115abe8d52adabf8a43ea29fcc3
diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/BootstrapMavenContext.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/BootstrapMavenContext.java index e3ced3095f4..24e7759b7b4 100644 --- a/independent-projects/bootstrap/core...
['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/BootstrapMavenContext.java']
{'.java': 1}
1
1
0
0
1
8,566,025
1,664,684
222,410
2,362
413
88
8
1
391
33
114
3
2
0
1970-01-01T00:26:28
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
3,075
quarkusio/quarkus/8998/8985
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/8985
https://github.com/quarkusio/quarkus/pull/8998
https://github.com/quarkusio/quarkus/pull/8998
1
fixes
mongodb+srv protocol no more working on dev mode since Quarkus 1.3 with Java 11
**Describe the bug** SInce Quarkus 1.3, using a MongoDB connection String with `mongodb+srv` didn't work anymore on dev mode. This work fine when launching the JAR file (native mode didn't works for `mongo+srv`). This work fine with Quarkus 1.2. This is a Java 11 and later only issue on dev mode. Adding the righ...
06b631ea423a35d3dd971ae084879ecc8220c85e
2b35b7aac966b9a730074e8b48778794983ab794
https://github.com/quarkusio/quarkus/compare/06b631ea423a35d3dd971ae084879ecc8220c85e...2b35b7aac966b9a730074e8b48778794983ab794
diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/QuarkusClassLoader.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/QuarkusClassLoader.java index e2a0164082f..da14e314d16 100644 --- a/independent-projects/bootstrap/core/src/main/...
['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/QuarkusClassLoader.java']
{'.java': 1}
1
1
0
0
1
8,563,691
1,664,308
222,408
2,361
743
147
18
1
6,695
329
1,654
77
0
2
1970-01-01T00:26:28
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
3,076
quarkusio/quarkus/8931/8920
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/8920
https://github.com/quarkusio/quarkus/pull/8931
https://github.com/quarkusio/quarkus/pull/8931
1
fixes
Exception when using a custom registered microprofile converter
**Describe the bug** It is possible to have configuration in application.properties / application.yaml that you don't want to convert to a String but a object of some type. Via org.eclipse.microprofile.config.spi.Converter it is possible to register such a Converter. If we now run the test annotated with @QuarkusTe...
fe4c5127a16ffe6d2526d6bdadbd3d428bc1dce5
db06d9d39e34ef6744a0896d936168864f794527
https://github.com/quarkusio/quarkus/compare/fe4c5127a16ffe6d2526d6bdadbd3d428bc1dce5...db06d9d39e34ef6744a0896d936168864f794527
diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/app/CuratedApplication.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/app/CuratedApplication.java index 6751f23a5b4..52eb887d3d5 100644 --- a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bo...
['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/app/CuratedApplication.java']
{'.java': 1}
1
1
0
0
1
8,557,849
1,663,282
222,306
2,361
932
172
15
1
4,135
273
1,007
70
0
2
1970-01-01T00:26:28
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
3,077
quarkusio/quarkus/8745/8744
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/8744
https://github.com/quarkusio/quarkus/pull/8745
https://github.com/quarkusio/quarkus/pull/8745
1
fixes
Recording broken for Optionals containing custom classes
Recording a non-empty `Optional` containing a custom class causes a NPE during runtime, because the object contained in the `Optional` is lost along the way: ``` java.lang.NullPointerException at java.base/java.util.Objects.requireNonNull(Objects.java:221) at java.base/java.util.Optional.<init>(Optional.java:10...
f691708ad7ca0ccc4b7f0fdda2abfc7cc5bceedb
d49ff54ba5ef5ba8c88468f258feff4d7a38b777
https://github.com/quarkusio/quarkus/compare/f691708ad7ca0ccc4b7f0fdda2abfc7cc5bceedb...d49ff54ba5ef5ba8c88468f258feff4d7a38b777
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/recording/BytecodeRecorderImpl.java b/core/deployment/src/main/java/io/quarkus/deployment/recording/BytecodeRecorderImpl.java index c00565a7014..9176291ea0c 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/recording/BytecodeRecorderImpl.ja...
['core/deployment/src/test/java/io/quarkus/deployment/recording/BytecodeRecorderTestCase.java', 'core/deployment/src/main/java/io/quarkus/deployment/recording/BytecodeRecorderImpl.java']
{'.java': 2}
2
2
0
0
2
8,654,385
1,683,770
224,647
2,348
216
27
7
1
7,550
173
1,514
77
0
1
1970-01-01T00:26:27
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
3,079
quarkusio/quarkus/8677/8534
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/8534
https://github.com/quarkusio/quarkus/pull/8677
https://github.com/quarkusio/quarkus/pull/8677
1
fixes
dev mode doesn't recover when an invalid value (typo, space) is added to logging level configuration
Dev mode doesn't recover when an invalid value (typo, space) is added to logging level configuration When the value is corrected, Quarkus still isn't able to restart itself. Reproducer: ``` mvn io.quarkus:quarkus-maven-plugin:1.3.2.Final:create \\ -DprojectGroupId=org.acme \\ -DprojectArtifactId=getting...
f772aa1de07c067b44b4a52cbac3a1ab1a252515
d7a9081fc620e60d07c7b391c76b834eea7d58b6
https://github.com/quarkusio/quarkus/compare/f772aa1de07c067b44b4a52cbac3a1ab1a252515...d7a9081fc620e60d07c7b391c76b834eea7d58b6
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 75701f2430b..f14e9627fb4 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/configu...
['core/runtime/src/main/java/io/quarkus/runtime/Application.java', 'core/deployment/src/main/java/io/quarkus/deployment/configuration/RunTimeConfigurationGenerator.java', 'core/deployment/src/main/java/io/quarkus/deployment/dev/IsolatedDevModeMain.java', 'core/runtime/src/main/java/io/quarkus/runtime/ApplicationLifecyc...
{'.java': 4}
4
4
0
0
4
8,601,942
1,673,746
223,475
2,341
1,533
277
35
4
2,868
164
694
49
3
3
1970-01-01T00:26:27
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
3,081
quarkusio/quarkus/8608/8475
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/8475
https://github.com/quarkusio/quarkus/pull/8608
https://github.com/quarkusio/quarkus/pull/8608
1
fixes
Trailing slash required with Undertow + custom root path
**Describe the bug** When using `quarkus-undertow` in combination with custom root path, a trailing slash has to be appended to the app path. This is not required when using vert.x. Additionally, Java™ Servlet Specification assumes that the slash shouldn't be required: > A `ServletContext` is rooted at a known path...
acd48cf36d9bd760bfa1bfa274de2d5861b8e7e8
137fac9a4c2ffb2ed1c98f7fbb5c59051babda6a
https://github.com/quarkusio/quarkus/compare/acd48cf36d9bd760bfa1bfa274de2d5861b8e7e8...137fac9a4c2ffb2ed1c98f7fbb5c59051babda6a
diff --git a/extensions/undertow/deployment/src/main/java/io/quarkus/undertow/deployment/UndertowBuildStep.java b/extensions/undertow/deployment/src/main/java/io/quarkus/undertow/deployment/UndertowBuildStep.java index 83632edb168..4f23d84e7c6 100644 --- a/extensions/undertow/deployment/src/main/java/io/quarkus/underto...
['extensions/undertow/deployment/src/main/java/io/quarkus/undertow/deployment/UndertowBuildStep.java', 'extensions/undertow/deployment/src/test/java/io/quarkus/undertow/test/ContextPathTestCase.java']
{'.java': 2}
2
2
0
0
2
8,558,217
1,665,005
222,366
2,334
119
23
1
1
1,064
143
256
24
5
1
1970-01-01T00:26:27
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
3,082
quarkusio/quarkus/8581/8578
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/8578
https://github.com/quarkusio/quarkus/pull/8581
https://github.com/quarkusio/quarkus/pull/8581
1
resolves
OpenTracing quickstart native build failing
The OpenTracing quickstart native build is failing with current Quarkus master + quickstart development branch: https://github.com/quarkusio/quarkus-quickstarts/runs/586602480?check_suite_focus=true ``` Error: com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved method during par...
e58cbcaed7668fbaa348fdedcaf2443402ef090e
4bab9db1a03a07e558614a6ca7e969650953404c
https://github.com/quarkusio/quarkus/compare/e58cbcaed7668fbaa348fdedcaf2443402ef090e...4bab9db1a03a07e558614a6ca7e969650953404c
diff --git a/extensions/jaeger/deployment/src/main/java/io/quarkus/jaeger/deployment/JaegerProcessor.java b/extensions/jaeger/deployment/src/main/java/io/quarkus/jaeger/deployment/JaegerProcessor.java index 5a44493fa4c..1c754e3cb1f 100644 --- a/extensions/jaeger/deployment/src/main/java/io/quarkus/jaeger/deployment/Jae...
['extensions/jaeger/runtime/src/main/java/io/quarkus/jaeger/runtime/JaegerDeploymentRecorder.java', 'extensions/jaeger/runtime/src/main/java/io/quarkus/jaeger/runtime/QuarkusJaegerTracer.java', 'extensions/jaeger/deployment/src/main/java/io/quarkus/jaeger/deployment/JaegerProcessor.java']
{'.java': 3}
3
3
0
0
3
8,555,562
1,664,425
222,277
2,333
1,662
335
30
3
1,429
79
372
17
1
1
1970-01-01T00:26:26
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
3,083
quarkusio/quarkus/8524/8478
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/8478
https://github.com/quarkusio/quarkus/pull/8524
https://github.com/quarkusio/quarkus/pull/8524
1
fixes
Keycloak Claim Information Point - NPE when trying to read body - 1.3.1.Final
It is the same bug described in #5959. After upgrading to `1.3.1.Final` it does not working anymore. You can use the sample project from #5959. Only one change is done there - because of the #8464. You can run the sample project and to verify that is working. Then change the quarkus version to `1.3.1.Final` and the...
fd359bfd55e36f9585e1c2b407c1850e30ea525d
67f5034b9a12860df105c1c83ab14838ac912a88
https://github.com/quarkusio/quarkus/compare/fd359bfd55e36f9585e1c2b407c1850e30ea525d...67f5034b9a12860df105c1c83ab14838ac912a88
diff --git a/extensions/keycloak-authorization/runtime/src/main/java/io/quarkus/keycloak/pep/runtime/VertxHttpFacade.java b/extensions/keycloak-authorization/runtime/src/main/java/io/quarkus/keycloak/pep/runtime/VertxHttpFacade.java index 36a802e2ad7..0d79e5296a3 100644 --- a/extensions/keycloak-authorization/runtime/s...
['extensions/keycloak-authorization/runtime/src/main/java/io/quarkus/keycloak/pep/runtime/VertxHttpFacade.java']
{'.java': 1}
1
1
0
0
1
8,460,178
1,645,554
219,207
2,286
513
85
12
1
346
61
90
5
0
0
1970-01-01T00:26:26
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
3,084
quarkusio/quarkus/8477/8464
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/8464
https://github.com/quarkusio/quarkus/pull/8477
https://github.com/quarkusio/quarkus/pull/8477
1
fixes
Keycloak - path cache is not working
Get the latest version of [Quarkus Keycloack Authorization Example](https://github.com/quarkusio/quarkus-quickstarts/tree/master/security-keycloak-authorization-quickstart) Start the sample: `mvn compile quarkus:dev` It works fine. Now terminate the application. Now open the `application.properties` file and ...
9f85f8a061a1d81cc4ab6ec23fc7f22dea84d725
28fc562c8f8856c0868a20b95983bf8f034801f1
https://github.com/quarkusio/quarkus/compare/9f85f8a061a1d81cc4ab6ec23fc7f22dea84d725...28fc562c8f8856c0868a20b95983bf8f034801f1
diff --git a/extensions/keycloak-authorization/runtime/src/main/java/io/quarkus/keycloak/pep/runtime/KeycloakPolicyEnforcerAuthorizer.java b/extensions/keycloak-authorization/runtime/src/main/java/io/quarkus/keycloak/pep/runtime/KeycloakPolicyEnforcerAuthorizer.java index 9d5c81da478..ded80eccef3 100644 --- a/extension...
['extensions/keycloak-authorization/runtime/src/main/java/io/quarkus/keycloak/pep/runtime/KeycloakPolicyEnforcerConfig.java', 'extensions/keycloak-authorization/runtime/src/main/java/io/quarkus/keycloak/pep/runtime/KeycloakPolicyEnforcerAuthorizer.java']
{'.java': 2}
2
2
0
0
2
8,361,232
1,625,985
216,663
2,267
1,091
207
16
2
3,278
165
776
36
1
1
1970-01-01T00:26:26
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
3,064
quarkusio/quarkus/9236/9178
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9178
https://github.com/quarkusio/quarkus/pull/9236
https://github.com/quarkusio/quarkus/pull/9236
1
fixes
OpenShift deployment (quarkus-openshift extension) fails on Windows
**Describe the bug** OpenShift deployment using the quarkus-openshift extension fails on Windows. The same project works fine on Linux. **Expected behavior** Deployment works on Windows too. **Actual behavior** ``` [WARNING] [io.quarkus.container.image.s2i.deployment.S2iProcessor] No Openshift manifests were...
c0b4417e44e299eccb923e55c6908de8bab846e6
f9da73058f32110a1c1157c76a0141fb35025a32
https://github.com/quarkusio/quarkus/compare/c0b4417e44e299eccb923e55c6908de8bab846e6...f9da73058f32110a1c1157c76a0141fb35025a32
diff --git a/extensions/container-image/container-image-s2i/deployment/src/main/java/io/quarkus/container/image/s2i/deployment/S2iProcessor.java b/extensions/container-image/container-image-s2i/deployment/src/main/java/io/quarkus/container/image/s2i/deployment/S2iProcessor.java index 1c59065da77..743469e418b 100644 ---...
['extensions/container-image/container-image-s2i/deployment/src/main/java/io/quarkus/container/image/s2i/deployment/S2iProcessor.java']
{'.java': 1}
1
1
0
0
1
8,860,120
1,723,471
230,006
2,453
180
39
2
1
1,723
175
483
42
1
2
1970-01-01T00:26:29
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
3,062
quarkusio/quarkus/9245/9223
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9223
https://github.com/quarkusio/quarkus/pull/9245
https://github.com/quarkusio/quarkus/pull/9245
1
fixes
Quarkus master / dev mode / --enable-preview - compilation fails after .java file edit
Quarkus master / dev mode / --enable-preview - compilation fails after .java file edit https://github.com/quarkusio/quarkus/pull/8279 should make dev mode ready to work with `--enable-preview` flag, but I'm struggling with it. Tried on Java 14 and Java 15ea and Quarkus master 079cf3925c I can run dev mode, simple...
8095f306c4863dfb50dd3a59322dd4018346dd34
38302866f34868217669a94efe7d33cb283ec2b4
https://github.com/quarkusio/quarkus/compare/8095f306c4863dfb50dd3a59322dd4018346dd34...38302866f34868217669a94efe7d33cb283ec2b4
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 46ce6ec9bdb..930f71095ac 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java @@ -26,6 +26,7 @@ ...
['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java']
{'.java': 1}
1
1
0
0
1
8,866,176
1,724,641
230,149
2,456
2,925
504
52
1
988
116
259
17
4
1
1970-01-01T00:26:29
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
3,050
quarkusio/quarkus/9571/9566
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9566
https://github.com/quarkusio/quarkus/pull/9571
https://github.com/quarkusio/quarkus/pull/9571
1
fixes
QuarkusDevModeTest freezes when it fails during the loading
**Describe the bug** I just discovered a problem with Kogito Hot Reload test. When there is an error in an upper module, the test fails during the loading because of missing `-deplyoment` package but it freezes and then the build will reach the timeout and is aborted. I did some analysis and created a PR to "workarou...
8c3ede8d87076b8fef5bbdd0072bd722e2edc7c6
754a3beebd8685ca696c26559c1ff2135e65071e
https://github.com/quarkusio/quarkus/compare/8c3ede8d87076b8fef5bbdd0072bd722e2edc7c6...754a3beebd8685ca696c26559c1ff2135e65071e
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/DevModeMain.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/DevModeMain.java index 2fd84e4b64a..64912a75622 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/dev/DevModeMain.java +++ b/core/deployment/src/main/java/io/qua...
['core/deployment/src/main/java/io/quarkus/deployment/dev/DevModeMain.java']
{'.java': 1}
1
1
0
0
1
9,226,936
1,792,957
239,325
2,557
244
35
4
1
2,577
337
725
45
3
1
1970-01-01T00:26:30
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
3,041
quarkusio/quarkus/9935/9882
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9882
https://github.com/quarkusio/quarkus/pull/9935
https://github.com/quarkusio/quarkus/pull/9935
1
fixes
NullPointerException when quarkus.http.access-log.enabled=true
**Describe the bug** I'm getting too many NullPointerException when setting quarkus.http.access-log.enabled=true here exception logs ``` ERROR [io.qua.ver.htt.run.fil.QuarkusRequestWrapper] (vert.x-eventloop-thread-0) Failed to run io.quarkus.vertx.http.runtime.filters.accesslog.AccessLogHandler$1@23b007d8: java.lan...
1d456915dfc1a975ad797de9cef9ebd4843f9dcb
da0be1de7ca3aa81c6235e750a47c298c3815fbf
https://github.com/quarkusio/quarkus/compare/1d456915dfc1a975ad797de9cef9ebd4843f9dcb...da0be1de7ca3aa81c6235e750a47c298c3815fbf
diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/attribute/LocalIPAttribute.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/attribute/LocalIPAttribute.java index 15ba84f731f..73ad59eb124 100644 --- a/extensions/vertx-http/runtime/src/main/java/io/qu...
['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/attribute/RemoteHostAttribute.java', 'extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/attribute/LocalIPAttribute.java', 'extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/attribute/RemoteIPAttri...
{'.java': 4}
4
4
0
0
4
9,424,383
1,831,629
244,360
2,623
746
139
20
4
6,821
285
1,511
108
0
2
1970-01-01T00:26:31
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
3,042
quarkusio/quarkus/9919/4996
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/4996
https://github.com/quarkusio/quarkus/pull/9919
https://github.com/quarkusio/quarkus/pull/9919
1
fixes
quarkus-maven-plugin does not obey --file -f command line flag
**Describe the bug** When --file is specified on command line (e.g. `mvn --file pom2.xml quarkus:dev`) it is ignored. Quarkus plugin either loads pom.xml or complains that there is no pom.xml. **Expected behavior** Plugin should use specified file. **Actual behavior** Plugin ignores the flag and always uses po...
665dbbab63f56cfdacf4fdca9dff770707eaa19d
2ad62aaf02c7dd58fb0c47a2399eaedd05de2a70
https://github.com/quarkusio/quarkus/compare/665dbbab63f56cfdacf4fdca9dff770707eaa19d...2ad62aaf02c7dd58fb0c47a2399eaedd05de2a70
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 1374f6fc1f7..9ea99983b50 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java @@ -635,16 +635,16 ...
['independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/BootstrapMavenContextConfig.java', 'integration-tests/maven/src/test/java/io/quarkus/maven/it/DevMojoIT.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/BootstrapAppModelFactory.java', 'indepe...
{'.java': 6}
6
6
0
0
6
9,815,999
1,906,042
253,707
2,720
4,927
1,045
105
5
1,372
181
350
41
0
1
1970-01-01T00:26:31
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
3,043
quarkusio/quarkus/9879/9849
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9849
https://github.com/quarkusio/quarkus/pull/9879
https://github.com/quarkusio/quarkus/pull/9879
1
fixes
Vault Database Credentials - Invalid Password (reactive-pg-client)
**Describe the bug** I've followed the instructions here for setting up Vault and Quarkus: [QUARKUS - USING HASHICORP VAULT WITH DATABASES](https://quarkus.io/guides/vault-datasource). However, Quarkus cannot connect to my Postgres database. **Expected behavior** Quarkus should be able to get credentials from Vau...
4618401be05bd8e04229de3d7ff2cfdc2f71db64
cb591d9eacdd6df20ca4deb02af8a35ab8de09df
https://github.com/quarkusio/quarkus/compare/4618401be05bd8e04229de3d7ff2cfdc2f71db64...cb591d9eacdd6df20ca4deb02af8a35ab8de09df
diff --git a/extensions/reactive-mysql-client/runtime/src/main/java/io/quarkus/reactive/mysql/client/runtime/MySQLPoolRecorder.java b/extensions/reactive-mysql-client/runtime/src/main/java/io/quarkus/reactive/mysql/client/runtime/MySQLPoolRecorder.java index e97f62198af..4cebcf047df 100644 --- a/extensions/reactive-mys...
['extensions/reactive-mysql-client/runtime/src/main/java/io/quarkus/reactive/mysql/client/runtime/MySQLPoolRecorder.java']
{'.java': 1}
1
1
0
0
1
9,416,788
1,829,440
243,869
2,612
115
14
2
1
3,749
342
1,109
61
3
2
1970-01-01T00:26:31
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
3,044
quarkusio/quarkus/9850/9849
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9849
https://github.com/quarkusio/quarkus/pull/9850
https://github.com/quarkusio/quarkus/pull/9850
1
closes
Vault Database Credentials - Invalid Password (reactive-pg-client)
**Describe the bug** I've followed the instructions here for setting up Vault and Quarkus: [QUARKUS - USING HASHICORP VAULT WITH DATABASES](https://quarkus.io/guides/vault-datasource). However, Quarkus cannot connect to my Postgres database. **Expected behavior** Quarkus should be able to get credentials from Vau...
6767ec9c0777f74726e27fa9f11f90e506660248
8098f6062f36fe17ca5019bd860582203be2c081
https://github.com/quarkusio/quarkus/compare/6767ec9c0777f74726e27fa9f11f90e506660248...8098f6062f36fe17ca5019bd860582203be2c081
diff --git a/extensions/reactive-pg-client/runtime/src/main/java/io/quarkus/reactive/pg/client/runtime/PgPoolRecorder.java b/extensions/reactive-pg-client/runtime/src/main/java/io/quarkus/reactive/pg/client/runtime/PgPoolRecorder.java index bf4971bc53d..b9734ed18e6 100644 --- a/extensions/reactive-pg-client/runtime/src...
['extensions/reactive-pg-client/runtime/src/main/java/io/quarkus/reactive/pg/client/runtime/PgPoolRecorder.java']
{'.java': 1}
1
1
0
0
1
9,368,855
1,820,640
242,763
2,601
109
14
2
1
3,749
342
1,109
61
3
2
1970-01-01T00:26:31
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
3,045
quarkusio/quarkus/9810/9748
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9748
https://github.com/quarkusio/quarkus/pull/9810
https://github.com/quarkusio/quarkus/pull/9810
1
fixes
Dev mode stops without reason instead of restart when fired by code Changed (worked with 1.4.2.Final)
**Describe the bug** Problem can be simulated on the example from camel-quarkus: https://github.com/apache/camel-quarkus/tree/master/examples/timer-log Problem doesn't happen with quarkus **1.4.2.Final**. (but happens with 1.5.0.cr1, 1.5.0.Final and master) **Expected behavior** App is reloaded with custom code...
25bba0abc7b357d94a550b98340e41d257d8a8eb
b81d579056e10081df25e3930382e51d218166e1
https://github.com/quarkusio/quarkus/compare/25bba0abc7b357d94a550b98340e41d257d8a8eb...b81d579056e10081df25e3930382e51d218166e1
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/IsolatedDevModeMain.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/IsolatedDevModeMain.java index be15968e689..174d1f4accc 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/dev/IsolatedDevModeMain.java +++ b/core/deploym...
['core/deployment/src/main/java/io/quarkus/deployment/dev/IsolatedDevModeMain.java']
{'.java': 1}
1
1
0
0
1
9,323,286
1,811,982
241,670
2,587
1,012
197
21
1
1,317
119
323
27
5
0
1970-01-01T00:26:31
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
3,046
quarkusio/quarkus/9656/9539
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9539
https://github.com/quarkusio/quarkus/pull/9656
https://github.com/quarkusio/quarkus/pull/9656
1
fixes
Query parameters lost on redirect to OIDC provider
**Describe the bug** When using OpenID Connect (OIDC) to protect web applications, query parameters are lost if the user is redirected to login first. **Expected behavior** After the user has successfully authenticated with the OIDC provider, he/she should be redirected to the same URL that was initially requested...
a0cbe08167b2a05bc279e251a2ed0702b04c7fd4
848d20657120a0f1321b7ad44d4202aaa0036a50
https://github.com/quarkusio/quarkus/compare/a0cbe08167b2a05bc279e251a2ed0702b04c7fd4...848d20657120a0f1321b7ad44d4202aaa0036a50
diff --git a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/CodeAuthenticationMechanism.java b/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/CodeAuthenticationMechanism.java index 2b813b876c0..5c2331a3d48 100644 --- a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/CodeAuthe...
['integration-tests/oidc-code-flow/src/main/java/io/quarkus/it/keycloak/ProtectedResource.java', 'integration-tests/oidc-code-flow/src/test/java/io/quarkus/it/keycloak/CodeFlowTest.java', 'extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/CodeAuthenticationMechanism.java']
{'.java': 3}
3
3
0
0
3
9,293,909
1,806,289
240,945
2,576
4,083
710
60
1
2,678
305
677
55
4
1
1970-01-01T00:26:30
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
3,047
quarkusio/quarkus/9644/9642
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9642
https://github.com/quarkusio/quarkus/pull/9644
https://github.com/quarkusio/quarkus/pull/9644
1
fixes
Reactive datasource config: cache-prepared-statements is not specific to any DB
`cache-prepared-statements` config attribute is duplicated in MySQL and Postgres configs. It should be a common attribute of any Reactive SQL client.
9de653db36d0dedb8e778e89d928d5dfaaae9034
93b91ebd68c9a1bbce4701f0e8a81b6d2332e079
https://github.com/quarkusio/quarkus/compare/9de653db36d0dedb8e778e89d928d5dfaaae9034...93b91ebd68c9a1bbce4701f0e8a81b6d2332e079
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 b9092a94050..709d06a23dc 100644 --- a/ext...
['extensions/reactive-datasource/runtime/src/main/java/io/quarkus/reactive/datasource/runtime/DataSourceReactiveRuntimeConfig.java', 'extensions/reactive-pg-client/runtime/src/main/java/io/quarkus/reactive/pg/client/runtime/DataSourceReactivePostgreSQLConfig.java', 'extensions/reactive-pg-client/runtime/src/main/java/i...
{'.java': 7}
7
7
0
0
7
9,601,123
1,865,870
248,467
2,667
2,103
421
39
7
152
21
30
3
0
0
1970-01-01T00:26:30
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
3,048
quarkusio/quarkus/9637/9635
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9635
https://github.com/quarkusio/quarkus/pull/9637
https://github.com/quarkusio/quarkus/pull/9637
1
fix
Panache - could not find indexed method
As discussed [on zulip](https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/Panache.20-.20Could.20not.20find.20indexed.20method) if a panache entity overrides a static method from `PanacheEntityBase` with an array argument the fails with: ``` Caused by: java.lang.IllegalStateException: Could not find in...
07a61d007e4257d9a4adcacc57c2c54392d28ebc
a2093c0259127518de56d54cd7a9b6dfbf633155
https://github.com/quarkusio/quarkus/compare/07a61d007e4257d9a4adcacc57c2c54392d28ebc...a2093c0259127518de56d54cd7a9b6dfbf633155
diff --git a/extensions/panache/panache-common/deployment/src/main/java/io/quarkus/panache/common/deployment/JandexUtil.java b/extensions/panache/panache-common/deployment/src/main/java/io/quarkus/panache/common/deployment/JandexUtil.java index 7c7323a7e6c..d7f1d218975 100644 --- a/extensions/panache/panache-common/dep...
['extensions/panache/panache-common/deployment/src/main/java/io/quarkus/panache/common/deployment/JandexUtil.java', 'integration-tests/hibernate-orm-panache/src/main/java/io/quarkus/it/panache/Person.java']
{'.java': 2}
2
2
0
0
2
9,285,524
1,804,354
240,761
2,574
296
54
3
1
1,209
90
307
25
2
2
1970-01-01T00:26:30
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
3,051
quarkusio/quarkus/9562/9515
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9515
https://github.com/quarkusio/quarkus/pull/9562
https://github.com/quarkusio/quarkus/pull/9562
1
fixes
1.5.0.CR1 ClassCastException in multi-module maven project
**Describe the bug** 1.5.0.CR1 introduces a new regression that was not present in 1.4.2.Final. An invalid ClassCastException occurs within code that was generated by the quarkus-infinispan client during the execution of unit tests. **Expected behavior** The Generated code functions without error. **Actual b...
5c0e7e53581f1dda2724cb013a08132d10ed864b
054f4f6cbdae37ecd7d6e3b806d3a0a0c2927e49
https://github.com/quarkusio/quarkus/compare/5c0e7e53581f1dda2724cb013a08132d10ed864b...054f4f6cbdae37ecd7d6e3b806d3a0a0c2927e49
diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/DirectoryClassPathElement.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/DirectoryClassPathElement.java index f2f13173380..ee5f6222869 100644 --- a/independent-projects/bootstrap/...
['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/DirectoryClassPathElement.java']
{'.java': 1}
1
1
0
0
1
9,221,657
1,791,925
239,228
2,557
65
13
2
1
6,337
453
1,442
106
0
5
1970-01-01T00:26:30
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
3,061
quarkusio/quarkus/9248/9216
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9216
https://github.com/quarkusio/quarkus/pull/9248
https://github.com/quarkusio/quarkus/pull/9248
1
fixes
smallrye-metrics creates counter for private method but does not increase its value
**Describe the bug** (Describe the problem clearly and concisely.) If you run a simple project with the following resource, you see the metric `application_build_message_total 0.0` (related to the private method down) being created as soon as the server starts. However its value does not increase unless the `build...
08d1018cdac6b96d2996a7a24fd590ca9bd8b481
7d52c12184cffa54cb0be723ab9491bc94348184
https://github.com/quarkusio/quarkus/compare/08d1018cdac6b96d2996a7a24fd590ca9bd8b481...7d52c12184cffa54cb0be723ab9491bc94348184
diff --git a/extensions/smallrye-metrics/deployment/src/main/java/io/quarkus/smallrye/metrics/deployment/SmallRyeMetricsProcessor.java b/extensions/smallrye-metrics/deployment/src/main/java/io/quarkus/smallrye/metrics/deployment/SmallRyeMetricsProcessor.java index e8eb82b4660..5a4f5262244 100644 --- a/extensions/smallr...
['extensions/smallrye-metrics/deployment/src/main/java/io/quarkus/smallrye/metrics/deployment/SmallRyeMetricsProcessor.java']
{'.java': 1}
1
1
0
0
1
8,867,376
1,724,882
230,169
2,456
681
92
9
1
2,953
354
796
73
2
1
1970-01-01T00:26:29
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
3,053
quarkusio/quarkus/9484/9463
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9463
https://github.com/quarkusio/quarkus/pull/9484
https://github.com/quarkusio/quarkus/pull/9484
1
fixes
Bad JSON returned from the default QuarkusErrorServlet
**Describe the bug** Using quarkus-undertow and quarkus-resteasy, if an exception is thrown in a JAX-RS endpoint and no ExceptionMapper catches it gets forwarded to QuarkusErrorServlet. In case of JSON Accept header the stack does not get properly escaped there. For example, I've encountered a stack ending with...
9ef7784cc0100b12ab9114bdab7d92a30444bae0
28e3587c910bec520c40d6d0b5359215e58fee40
https://github.com/quarkusio/quarkus/compare/9ef7784cc0100b12ab9114bdab7d92a30444bae0...28e3587c910bec520c40d6d0b5359215e58fee40
diff --git a/extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/QuarkusErrorServlet.java b/extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/QuarkusErrorServlet.java index 8f109706100..5e2046ef91e 100644 --- a/extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/Q...
['extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/QuarkusErrorServlet.java']
{'.java': 1}
1
1
0
0
1
9,191,643
1,786,955
238,408
2,558
2,298
404
51
1
692
85
166
16
1
0
1970-01-01T00:26:29
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
3,054
quarkusio/quarkus/9435/9295
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9295
https://github.com/quarkusio/quarkus/pull/9435
https://github.com/quarkusio/quarkus/pull/9435
1
fixes
Default quarkus.http.access-log.pattern "common" duplicate query_string
With default access-log configuration, the query string is duplicated in access-log. **To Reproduce** Steps to reproduce the behavior: 1. GET /myapp?someparam=1 2. In access-log appears: GET /myapp?someparam=value?someparam=value
9da2a8f52f9761ab3f7d52782e9f5fd8b56beadd
e7cbc79dadbbf0c711b2dc6daf3c6b589272c240
https://github.com/quarkusio/quarkus/compare/9da2a8f52f9761ab3f7d52782e9f5fd8b56beadd...e7cbc79dadbbf0c711b2dc6daf3c6b589272c240
diff --git a/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/accesslog/AccessLogFileTestCase.java b/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/accesslog/AccessLogFileTestCase.java index 6e8e98e8a4a..9d16e43c2d5 100644 --- a/extensions/vertx-http/deployment/src/test/java/io...
['extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/accesslog/AccessLogFileTestCase.java', 'extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/attribute/RequestLineAttribute.java']
{'.java': 2}
2
2
0
0
2
9,160,701
1,781,349
237,547
2,541
142
28
4
1
239
27
58
8
0
0
1970-01-01T00:26:29
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
3,056
quarkusio/quarkus/9420/9030
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9030
https://github.com/quarkusio/quarkus/pull/9420
https://github.com/quarkusio/quarkus/pull/9420
1
fixes
NoClassDefFoundError for transitive dependency when using gradle quarkusDev
**Describe the bug** When running a Quarkus application in dev mode, `NoClassDefFoundError` occurs for a class that is provided by a transitive dependency, i.e. by a dependency not declared in `build.gradle` but required indirectly by a declared dependency. The error does not occur when the application is built wit...
5cddc7fbb6559d447fd68b92ea299db7abf516c3
c5fbbd91c1f7d256da89bffd2badd8dc746d7732
https://github.com/quarkusio/quarkus/compare/5cddc7fbb6559d447fd68b92ea299db7abf516c3...c5fbbd91c1f7d256da89bffd2badd8dc746d7732
diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/AppModelGradleResolver.java b/devtools/gradle/src/main/java/io/quarkus/gradle/AppModelGradleResolver.java index f84191d9540..3db90c079c3 100644 --- a/devtools/gradle/src/main/java/io/quarkus/gradle/AppModelGradleResolver.java +++ b/devtools/gradle/src/main/ja...
['devtools/gradle/src/main/java/io/quarkus/gradle/AppModelGradleResolver.java']
{'.java': 1}
1
1
0
0
1
9,160,701
1,781,349
237,547
2,541
795
141
11
1
7,466
420
1,780
92
2
1
1970-01-01T00:26:29
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
3,057
quarkusio/quarkus/9414/9309
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9309
https://github.com/quarkusio/quarkus/pull/9414
https://github.com/quarkusio/quarkus/pull/9414
1
fix
Quarkus/Undertow does not parse request parameters correctly from multipart post
**Describe the bug** We tried to setup a PrimeFaces FileUpload with the new MyFaces Quarkus Extension but the post is not correctly considered as postback in JSF as the underlying HttpServletRequest doesnt have any post params. I tested it and it works fine on jetty. **Expected behavior** HttpSevletRequest also p...
b7560066e43d420c9c25da95592916ba37211680
3036496a2938fcbcf04d5b245cd167889702f9c6
https://github.com/quarkusio/quarkus/compare/b7560066e43d420c9c25da95592916ba37211680...3036496a2938fcbcf04d5b245cd167889702f9c6
diff --git a/extensions/undertow/deployment/src/main/java/io/quarkus/undertow/deployment/UndertowBuildStep.java b/extensions/undertow/deployment/src/main/java/io/quarkus/undertow/deployment/UndertowBuildStep.java index b0c409a9839..8fbb654190c 100644 --- a/extensions/undertow/deployment/src/main/java/io/quarkus/underto...
['extensions/undertow/spi/src/main/java/io/quarkus/undertow/deployment/ServletBuildItem.java', 'extensions/undertow/deployment/src/main/java/io/quarkus/undertow/deployment/UndertowBuildStep.java', 'extensions/undertow/deployment/src/test/java/io/quarkus/undertow/test/MultipartConfigTestCase.java']
{'.java': 3}
3
3
0
0
3
9,228,953
1,793,393
239,479
2,562
973
163
23
2
1,634
220
371
39
2
1
1970-01-01T00:26:29
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
3,058
quarkusio/quarkus/9375/6088
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6088
https://github.com/quarkusio/quarkus/pull/9375
https://github.com/quarkusio/quarkus/pull/9375
1
fixes
Kafka Streams - Missing topic holds app execution but there is no warning
**Describe the bug** (Describe the problem clearly and concisely.) If topics are declared in the application.properties, the admin client waits for them to be created to start running the kafka streams application. There is no message in console or log about this behavior. **Expected behavior** (Describe the exp...
c1f12be9e48d0426cebee681299982abd8e63330
b4a8cce1503e444e9f2f9fa4fd80f176f88e41a7
https://github.com/quarkusio/quarkus/compare/c1f12be9e48d0426cebee681299982abd8e63330...b4a8cce1503e444e9f2f9fa4fd80f176f88e41a7
diff --git a/extensions/kafka-streams/runtime/src/main/java/io/quarkus/kafka/streams/runtime/KafkaStreamsTopologyManager.java b/extensions/kafka-streams/runtime/src/main/java/io/quarkus/kafka/streams/runtime/KafkaStreamsTopologyManager.java index 7c82607b0f2..c083ea657ec 100644 --- a/extensions/kafka-streams/runtime/sr...
['extensions/kafka-streams/runtime/src/main/java/io/quarkus/kafka/streams/runtime/KafkaStreamsTopologyManager.java']
{'.java': 1}
1
1
0
0
1
9,159,820
1,781,191
237,523
2,541
1,405
234
20
1
1,164
161
245
36
0
1
1970-01-01T00:26:29
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
3,059
quarkusio/quarkus/9258/9070
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/9070
https://github.com/quarkusio/quarkus/pull/9258
https://github.com/quarkusio/quarkus/pull/9258
1
fixes
Changing pom file in dev mode can result in changes not being applied
If you change the pom file in dev mode the process is restarted, but if you had made changed to the source and not refreshed the browser these changes will not be applied until you touch the relevant files. This has bitten me on live demos.
08d1018cdac6b96d2996a7a24fd590ca9bd8b481
3d7e64230f97a1772fb6bb58b929a2471e5a5eb2
https://github.com/quarkusio/quarkus/compare/08d1018cdac6b96d2996a7a24fd590ca9bd8b481...3d7e64230f97a1772fb6bb58b929a2471e5a5eb2
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 46ce6ec9bdb..3bee994e027 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java @@ -310,7 +310,7 @@...
['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java', 'integration-tests/maven/src/test/java/io/quarkus/maven/it/DevMojoIT.java']
{'.java': 2}
2
2
0
0
2
8,867,376
1,724,882
230,169
2,456
2,406
488
44
1
240
46
49
1
0
0
1970-01-01T00:26:29
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
3,060
quarkusio/quarkus/9250/6679
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6679
https://github.com/quarkusio/quarkus/pull/9250
https://github.com/quarkusio/quarkus/pull/9250
1
fixes
KubernetesProcessor - BuildInfo - possible switch of constructor attributes
Hi @iocanel / @geoand, I'm looking at https://github.com/quarkusio/quarkus/blob/master/extensions/kubernetes/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesProcessor.java#L236 and I think attributes on line 239 and 240 should be switched. ``` project.getBuildInfo().getOutputFil...
08d1018cdac6b96d2996a7a24fd590ca9bd8b481
60da851b561ea4d6feea299e1f481c315ff3bfe7
https://github.com/quarkusio/quarkus/compare/08d1018cdac6b96d2996a7a24fd590ca9bd8b481...60da851b561ea4d6feea299e1f481c315ff3bfe7
diff --git a/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesProcessor.java b/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesProcessor.java index 1b7b445aaf0..68cd8d8ea0d 100644 --- a/extensions/kubernetes/vanilla/deplo...
['extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesProcessor.java']
{'.java': 1}
1
1
0
0
1
8,867,376
1,724,882
230,169
2,456
238
39
4
1
999
84
227
20
2
2
1970-01-01T00:26:29
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
3,085
quarkusio/quarkus/8471/7637
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7637
https://github.com/quarkusio/quarkus/pull/8471
https://github.com/quarkusio/quarkus/pull/8471
1
close
the `container-image-s2i` extension runs `oc version` without reason
**Describe the bug** I added the `container-image-s2i` extension so that I can customize the base S2I image in generated OpenShift resources. (When the extension is not present, the base S2I image is always `fabric8/s2i-java`, even though I added the `quarkus.s2i.base-jvm-image` config property. I personally conside...
7b339818660fb5d9a6a46dc1d16215a337cba4ca
6fb27851a4ed64f228785350d1f844882eb91efe
https://github.com/quarkusio/quarkus/compare/7b339818660fb5d9a6a46dc1d16215a337cba4ca...6fb27851a4ed64f228785350d1f844882eb91efe
diff --git a/extensions/container-image/container-image-s2i/deployment/src/main/java/io/quarkus/container/image/s2i/deployment/S2iBuild.java b/extensions/container-image/container-image-s2i/deployment/src/main/java/io/quarkus/container/image/s2i/deployment/S2iBuild.java index 9ed67bab85b..a1b88d0515f 100644 --- a/exten...
['extensions/container-image/container-image-s2i/deployment/src/main/java/io/quarkus/container/image/s2i/deployment/S2iBuild.java']
{'.java': 1}
1
1
0
0
1
8,357,576
1,625,169
216,591
2,265
1,964
356
57
1
2,221
317
548
30
0
1
1970-01-01T00:26:26
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
3,121
quarkusio/quarkus/7776/7771
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7771
https://github.com/quarkusio/quarkus/pull/7776
https://github.com/quarkusio/quarkus/pull/7776
1
resolves
Qute 1.3.0.CR2 - property/method [raw] not found on class [java.lang.String]
**Describe the bug** Updating from 1.2.1 to 1.3.0.CR2 now gives me the following BuildException, that previously worked in 1.2.1: ``` [1] Incorrect expression: playable.getPlayTitleEmbed().raw - property/method [raw] not found on class [java.lang.String] nor handled by an extension method - found...
b2918169bbdad2f218ff6a6b3a4d465212b99e7e
512ceefecc19f03a50b50999d105d6470dc988fe
https://github.com/quarkusio/quarkus/compare/b2918169bbdad2f218ff6a6b3a4d465212b99e7e...512ceefecc19f03a50b50999d105d6470dc988fe
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 4df0854ceee..71e734b6532 100644 --- a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java ...
['extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/EscapingTest.java', 'extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/TypeCheckExcludeBuildItem.java', 'extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java']
{'.java': 3}
3
3
0
0
3
7,977,662
1,550,403
206,825
2,143
1,341
270
23
2
1,325
162
328
35
0
4
1970-01-01T00:26:23
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
3,113
quarkusio/quarkus/7896/7887
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7887
https://github.com/quarkusio/quarkus/pull/7896
https://github.com/quarkusio/quarkus/pull/7896
1
fixes
Classloading issue when @QuarkusTest inherits from class from another artifact (Maven module)
**Describe the bug** I have a database application and I want to support multiple databases. For that, I need to build the application separately for each database. For various reasons, I decided to do this as a multi-module Maven project, structured like this: - `app`: the application itself, doesn't have `quarkus...
82a7cf5c7183c7e6693d43a41b89ea9dceb729ff
30fa50346abc42dce50b0e1e2c8d311d6a3a8067
https://github.com/quarkusio/quarkus/compare/82a7cf5c7183c7e6693d43a41b89ea9dceb729ff...30fa50346abc42dce50b0e1e2c8d311d6a3a8067
diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/workspace/LocalProject.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/workspace/LocalProject.java index 5995357ba83..a907b8bb140 100644 --- a/independent-projects/bootstrap/co...
['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/workspace/LocalWorkspace.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/workspace/LocalProject.java']
{'.java': 2}
2
2
0
0
2
7,994,981
1,553,820
207,231
2,145
553
102
15
2
3,892
540
1,020
50
1
2
1970-01-01T00:26:24
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
3,114
quarkusio/quarkus/7874/4507
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/4507
https://github.com/quarkusio/quarkus/pull/7874
https://github.com/quarkusio/quarkus/pull/7874
1
closes
Agroal datasource should be initialized eagerly
**Describe the bug** Currently the datasources are flagged as `@ApplicaitonScoped`, which means they are wrapped by a proxy making them initialized on first use. This is annoying as - we don't respect the configuration of pre-filling the pool on boot - we can't validate the connection properties, deferring any ...
2190d2512e11780f33af25dff77e1512f9e95130
18f32b71b4a09b091214b24c830b0e4e420e1beb
https://github.com/quarkusio/quarkus/compare/2190d2512e11780f33af25dff77e1512f9e95130...18f32b71b4a09b091214b24c830b0e4e420e1beb
diff --git a/extensions/agroal/deployment/src/main/java/io/quarkus/agroal/deployment/AgroalProcessor.java b/extensions/agroal/deployment/src/main/java/io/quarkus/agroal/deployment/AgroalProcessor.java index 59df7c1589c..1e495fe4189 100644 --- a/extensions/agroal/deployment/src/main/java/io/quarkus/agroal/deployment/Agr...
['extensions/agroal/deployment/src/main/java/io/quarkus/agroal/deployment/AgroalProcessor.java']
{'.java': 1}
1
1
0
0
1
8,027,417
1,560,145
208,018
2,151
345
50
6
1
383
59
84
8
0
0
1970-01-01T00:26:24
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
3,115
quarkusio/quarkus/7842/7832
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7832
https://github.com/quarkusio/quarkus/pull/7842
https://github.com/quarkusio/quarkus/pull/7842
1
fixes
Failed to startup quarkusDev with gradle + kotlin with subprojects
**Describe the bug** When use a gradle config with multi-project and kotlin the quarkusDev not starts and a exception is trowed. **Expected behavior** Startup the quarkusDev without exception **Actual behavior** An exception is trowed at quarkusDev startup ``` Listening for transport dt_socket at address: ...
650ed3dd599135cd0cc0dc7730718ac354bc2d26
b8e68dd43dbb908fe3dddf8a04eeedc0699d2c27
https://github.com/quarkusio/quarkus/compare/650ed3dd599135cd0cc0dc7730718ac354bc2d26...b8e68dd43dbb908fe3dddf8a04eeedc0699d2c27
diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java b/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java index dd44ca5a174..735f6cfeec4 100644 --- a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java +++ b/devtools/gradle/src/main/java/io/quarkus/grad...
['devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java']
{'.java': 1}
1
1
0
0
1
8,017,532
1,558,467
207,806
2,150
835
131
14
1
2,377
147
578
45
1
1
1970-01-01T00:26:24
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
3,116
quarkusio/quarkus/7834/7823
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7823
https://github.com/quarkusio/quarkus/pull/7834
https://github.com/quarkusio/quarkus/pull/7834
1
fixes
Quarkus gradle generateConfig fails
**Describe the bug** When initialising a quarkus app using the gradle build tool using the following guide: https://quarkus.io/guides/gradle-tooling The gradle task fails to do so. **Expected behavior** It should create an application.properties file **Actual behavior** You get the following error when try...
e90c41f43e23db72109551e8dd369bab6df5082d
7c1d1cb83638a54e101a503fcb831cee3fff2463
https://github.com/quarkusio/quarkus/compare/e90c41f43e23db72109551e8dd369bab6df5082d...7c1d1cb83638a54e101a503fcb831cee3fff2463
diff --git a/core/deployment/src/main/java/io/quarkus/runner/bootstrap/GenerateConfigTask.java b/core/deployment/src/main/java/io/quarkus/runner/bootstrap/GenerateConfigTask.java index a458071d42d..f4ea790b8bd 100644 --- a/core/deployment/src/main/java/io/quarkus/runner/bootstrap/GenerateConfigTask.java +++ b/core/depl...
['devtools/maven/src/main/java/io/quarkus/maven/GenerateConfigMojo.java', 'devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusGenerateConfig.java', 'core/deployment/src/main/java/io/quarkus/runner/bootstrap/GenerateConfigTask.java']
{'.java': 3}
3
3
0
0
3
8,015,412
1,558,058
207,765
2,150
2,371
428
42
3
2,444
275
732
63
4
1
1970-01-01T00:26:24
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
3,117
quarkusio/quarkus/7831/7433
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7433
https://github.com/quarkusio/quarkus/pull/7831
https://github.com/quarkusio/quarkus/pull/7831
1
fixes
With AdditionalJpaModelBuildItem created Entity not working in dev mode
**Describe the bug** I have created an own extension which contains a JPA entity and a CDI bean. I have added the build steps according to the documentation: @BuildStep List<AdditionalJpaModelBuildItem> produceModel() { return Arrays.asList(new AdditionalJpaModelBuildItem(Entity.class)); } @BuildStep Ad...
b7457efe052e0b18739387c807d2bea174792ad4
c434a077e685d048f77106fa8c38092cd018e385
https://github.com/quarkusio/quarkus/compare/b7457efe052e0b18739387c807d2bea174792ad4...c434a077e685d048f77106fa8c38092cd018e385
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 307c42e5c3e..e0d1b30c62e 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
8,003,883
1,555,876
207,481
2,149
254
44
2
1
4,207
384
894
81
0
1
1970-01-01T00:26:24
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
3,119
quarkusio/quarkus/7805/6860
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6860
https://github.com/quarkusio/quarkus/pull/7805
https://github.com/quarkusio/quarkus/pull/7805
1
fixes
Quarkus is not following MP Health spec to disable vendor procedures
http://download.eclipse.org/microprofile/microprofile-health-2.1/microprofile-health-spec.html#_disabling_default_vendor_procedures states > An implementation is allowed to supply a reasonable default (out-of-the-box) procedures as defined in the Health Check Procedures section. To disable all default vendor procedu...
62c85ed63589852d324f1e5e73e703535712ba5f
497ca541070a898ebde61a955842ac49772758e9
https://github.com/quarkusio/quarkus/compare/62c85ed63589852d324f1e5e73e703535712ba5f...497ca541070a898ebde61a955842ac49772758e9
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 1a2b0dbf593..985cb2db255 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
7,978,224
1,550,511
206,840
2,143
353
59
6
1
1,681
157
400
43
4
3
1970-01-01T00:26:23
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
3,120
quarkusio/quarkus/7794/7758
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7758
https://github.com/quarkusio/quarkus/pull/7794
https://github.com/quarkusio/quarkus/pull/7794
1
fixes
1.3.0.CR2 Not finding jar from other subproject
I am trying to upgrade to `1.3.0.CR2` from `1.2.0.Final`, and getting an error where the quarkus project can't find a jar generated from one of the sibling projects. The project can be found here: https://github.com/GregJohnStewart/task-timekeeper On an interesting note, `:WebServer:Server:test` works, but `:WebS...
63596dd582abc43209a55b62ab9cf70fbb4a58fc
57ba49ec95d3b0318a2aa1264b7863d11abd1dd2
https://github.com/quarkusio/quarkus/compare/63596dd582abc43209a55b62ab9cf70fbb4a58fc...57ba49ec95d3b0318a2aa1264b7863d11abd1dd2
diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java b/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java index cf719f67bfd..18dbecbba36 100644 --- a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java +++ b/devtools/gradle/src/main/java/io/quarkus/grad...
['devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java']
{'.java': 1}
1
1
0
0
1
7,978,224
1,550,511
206,840
2,143
234
46
3
1
1,243
78
317
20
1
1
1970-01-01T00:26:23
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
3,123
quarkusio/quarkus/7644/7641
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7641
https://github.com/quarkusio/quarkus/pull/7644
https://github.com/quarkusio/quarkus/pull/7644
1
resolves
the `container-image-s2i` extension logs a warning when I change the base S2I image
**Describe the bug** I added the `container-image-s2i` extension so that I can customize the base S2I image in generated OpenShift resources. But when I do so (after overcoming all the obstacles described in #7637), I get a warning: ``` [WARNING] [io.quarkus.kubernetes.deployment.KubernetesDeployer] Replacing s2i-...
4ac9785ac135973f40d938648d5032d6e63c7e0d
fcaef2b2d450b90e80e1caf60af44f5f7fbb728d
https://github.com/quarkusio/quarkus/compare/4ac9785ac135973f40d938648d5032d6e63c7e0d...fcaef2b2d450b90e80e1caf60af44f5f7fbb728d
diff --git a/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesProcessor.java b/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesProcessor.java index c636a50c233..5370cb7e60c 100644 --- a/extensions/kubernetes/vanilla/deplo...
['extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesProcessor.java']
{'.java': 1}
1
1
0
0
1
7,876,748
1,530,104
204,071
2,125
113
24
1
1
1,003
122
249
27
0
2
1970-01-01T00:26:23
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
3,124
quarkusio/quarkus/7638/7624
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7624
https://github.com/quarkusio/quarkus/pull/7638
https://github.com/quarkusio/quarkus/pull/7638
1
fixes
[1.3.0.CR1] Gradle build breaks with local non-jar project dependencies
**Describe the bug** The feature introduced in #7441 seems too naive. It seems to scan every `project` dependency for a `jar` task without checking if there is one at all. **Expected behavior** Gradle builds a multi project build where a sub project with the Quarkus plugins depends on another sub project without a...
c7526b0f21667fad4e5154c2e8a70db77d526b44
329672022b434996ee1545358b89111075dde042
https://github.com/quarkusio/quarkus/compare/c7526b0f21667fad4e5154c2e8a70db77d526b44...329672022b434996ee1545358b89111075dde042
diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java b/devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java index eb7d7a10321..a5015c420e4 100644 --- a/devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java +++ b/devtools/gradle/src/main/java/io/quarkus/gradle/Quarku...
['devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java']
{'.java': 1}
1
1
0
0
1
7,875,780
1,529,964
204,056
2,125
1,539
308
23
1
1,957
286
541
45
2
2
1970-01-01T00:26:23
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
3,125
quarkusio/quarkus/7636/7632
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7632
https://github.com/quarkusio/quarkus/pull/7636
https://github.com/quarkusio/quarkus/pull/7636
1
fixes
Bootstrap application - fail with 1.3.0.CR1 in native - substitution target for io.quarkus.vertx.core.runtime.graal.Target_sun_nio_ch_Iocp is not loaded
I see fail with simple bootstrap application based on Quarkus 1.3.0.CR1 in native - substitution target for io.quarkus.vertx.core.runtime.graal.Target_sun_nio_ch_Iocp is not loaded Using GraalVM CE 19.3.1 JDK11 based one. ``` sdk use java 19.3.1.r11-grl && export GRAALVM_HOME=$JAVA_HOME rm -rf fooBar mvn io....
c44630fc1bdfce6bad2b0bfa39c6cc408f35d39e
8c3458afe2ab1d0c6f21f66bee0892045809b7b8
https://github.com/quarkusio/quarkus/compare/c44630fc1bdfce6bad2b0bfa39c6cc408f35d39e...8c3458afe2ab1d0c6f21f66bee0892045809b7b8
diff --git a/extensions/vertx-core/runtime/src/main/java/io/quarkus/vertx/core/runtime/graal/JdkSubstitutions.java b/extensions/vertx-core/runtime/src/main/java/io/quarkus/vertx/core/runtime/graal/JdkSubstitutions.java index 62fd2e6cb16..bedd8bd8a13 100644 --- a/extensions/vertx-core/runtime/src/main/java/io/quarkus/ve...
['extensions/vertx-core/runtime/src/main/java/io/quarkus/vertx/core/runtime/graal/JdkSubstitutions.java']
{'.java': 1}
1
1
0
0
1
7,876,748
1,530,104
204,071
2,125
206
46
6
1
4,116
211
1,136
44
0
2
1970-01-01T00:26:23
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
3,126
quarkusio/quarkus/7627/7626
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7626
https://github.com/quarkusio/quarkus/pull/7627
https://github.com/quarkusio/quarkus/pull/7627
1
fixes
Caching of hardcoded paths can cause issues
**Describe the bug** recently something changed in caching so if you have a change in your ~/.m2 settings/location between builds the build fails with errors like: ``` ava.lang.RuntimeException: java.lang.RuntimeException: java.io.UncheckedIOException: Error while reading file as JAR: C:\\Users\\max\\.m2\\reposito...
d0979b2ab352f4ebf078f5d4341567088dcdfbdd
95743741cd300ec12868354a90f0c397c7ac8a01
https://github.com/quarkusio/quarkus/compare/d0979b2ab352f4ebf078f5d4341567088dcdfbdd...95743741cd300ec12868354a90f0c397c7ac8a01
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 ad764ffd007..9ed42945e02 100644 --- a/independent-projects/bootstrap/core/src/main/java/io/quarku...
['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/BootstrapAppModelFactory.java']
{'.java': 1}
1
1
0
0
1
7,875,791
1,529,966
204,056
2,125
1,207
181
17
1
1,110
113
289
15
0
1
1970-01-01T00:26:23
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
3,127
quarkusio/quarkus/7599/7598
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7598
https://github.com/quarkusio/quarkus/pull/7599
https://github.com/quarkusio/quarkus/pull/7599
1
fixes
Config option quarkus.thread-pool.core-threads is ignored
setting quarkus.thread-pool.core-threads has no effect on the core number of executor threads. The application is aways started with the default number of executor threads (1). **Expected behavior** Number of executor threads equal to the property quarkus.thread-pool.core-threads **Actual behavior** Only 1 exec...
26ec088450b010d0a71dcf652958e29cbd45ea0a
e0f4413f244c2a0070d519b28fdb23e2407e107e
https://github.com/quarkusio/quarkus/compare/26ec088450b010d0a71dcf652958e29cbd45ea0a...e0f4413f244c2a0070d519b28fdb23e2407e107e
diff --git a/core/runtime/src/main/java/io/quarkus/runtime/ExecutorRecorder.java b/core/runtime/src/main/java/io/quarkus/runtime/ExecutorRecorder.java index fadc8116df7..cc4805240a4 100644 --- a/core/runtime/src/main/java/io/quarkus/runtime/ExecutorRecorder.java +++ b/core/runtime/src/main/java/io/quarkus/runtime/Execu...
['core/runtime/src/main/java/io/quarkus/runtime/ThreadPoolConfig.java', 'core/runtime/src/main/java/io/quarkus/runtime/ExecutorRecorder.java']
{'.java': 2}
2
2
0
0
2
7,871,795
1,529,166
203,970
2,124
315
67
10
2
360
47
75
8
0
0
1970-01-01T00:26:23
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
3,128
quarkusio/quarkus/7584/7581
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7581
https://github.com/quarkusio/quarkus/pull/7584
https://github.com/quarkusio/quarkus/pull/7584
1
fixes
Tests fail after quarkus:dev run
When running mvn package (no clean) after quarkus:dev, 1. tests fail 2. with a weird inlined exception in the console. ``` # build Quarkus master ./mvn clean install -DskipTests # create new project cd /tmp mvn io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:create -DprojectGroupId=org.acme -DprojectArtifactId=t...
8f0254b65fce637448c3da20e630f734bc51d193
61b3ae077f690b0bb7f576fd0f26572ddc2da667
https://github.com/quarkusio/quarkus/compare/8f0254b65fce637448c3da20e630f734bc51d193...61b3ae077f690b0bb7f576fd0f26572ddc2da667
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 609eef9cd1a..ad764ffd007 100644 --- a/independent-projects/bootstrap/core/src/main/java/io/quarku...
['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/BootstrapAppModelFactory.java']
{'.java': 1}
1
1
0
0
1
7,829,933
1,521,148
202,648
2,111
607
140
8
1
4,213
388
1,088
79
1
1
1970-01-01T00:26:23
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
3,129
quarkusio/quarkus/7577/7576
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7576
https://github.com/quarkusio/quarkus/pull/7577
https://github.com/quarkusio/quarkus/pull/7577
1
fixes
NettyProcessor marks http2 related classes for runtime initialization even if they are not on the classpath
**Describe the bug** The NettyProcessor performs some checks to determine what classes should be initialized at runtime : https://github.com/quarkusio/quarkus/blob/0ecb901c14242e2d31ab44e2480f66931671d84c/extensions/netty/deployment/src/main/java/io/quarkus/netty/deployment/NettyProcessor.java#L82-L95 but this c...
f98827f741afaccfa26a7ac3f9f7b4a0b21bb5e9
5e75b10fc42d968b90d5ecf8ab7a101fe74d33c1
https://github.com/quarkusio/quarkus/compare/f98827f741afaccfa26a7ac3f9f7b4a0b21bb5e9...5e75b10fc42d968b90d5ecf8ab7a101fe74d33c1
diff --git a/extensions/netty/deployment/src/main/java/io/quarkus/netty/deployment/NettyProcessor.java b/extensions/netty/deployment/src/main/java/io/quarkus/netty/deployment/NettyProcessor.java index 700741feba8..c1914208df5 100644 --- a/extensions/netty/deployment/src/main/java/io/quarkus/netty/deployment/NettyProces...
['extensions/netty/deployment/src/main/java/io/quarkus/netty/deployment/NettyProcessor.java']
{'.java': 1}
1
1
0
0
1
7,825,509
1,520,278
202,523
2,110
1,098
200
16
1
9,502
373
2,423
121
1
1
1970-01-01T00:26:23
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
3,130
quarkusio/quarkus/7550/7403
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7403
https://github.com/quarkusio/quarkus/pull/7550
https://github.com/quarkusio/quarkus/pull/7550
1
resolves
CDI beans with array type result in warning.
Adding a producer like: @Produces String[] produce() { return new String[0]; } results in: 2020-02-25 16:47:35,774 WARN [io.qua.arc.pro.BeanArchives] (build-14) Failed to index [Ljava.lang.String;: Stream closed 2020-02-25 16:47:35,774 INFO [io.qua.arc.pro.IndexClassLookupUtils] (buil...
f87c4457248c402466cb9e34d1fc3013dd03d50b
0668d7459887b7c682d3472aebd611fbcaab2bf5
https://github.com/quarkusio/quarkus/compare/f87c4457248c402466cb9e34d1fc3013dd03d50b...0668d7459887b7c682d3472aebd611fbcaab2bf5
diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanArchives.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanArchives.java index f623a2f012c..971c29136be 100644 --- a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Bea...
['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Types.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanInfo.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/ClientProxyGenerator.java', 'independent-projects/arc/processor/s...
{'.java': 5}
5
5
0
0
5
7,814,124
1,517,947
202,232
2,107
4,038
770
60
5
438
49
129
11
0
0
1970-01-01T00:26:23
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
3,131
quarkusio/quarkus/7542/7509
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7509
https://github.com/quarkusio/quarkus/pull/7542
https://github.com/quarkusio/quarkus/pull/7542
1
fixes
Undertow websockets extension does not register service provider for javax.websocket.server.ServerEndpointConfig.Configurator
In native mode, when connecting to web socket endpoints that were configured programmatically (E.g a class that extends `javax.websocket.Endpoint`). I get the following exception: ``` 2020-03-02 10:04:54,746 ERROR [io.und.req.io] (executor-thread-1) Exception handling request a66824b3-c65b-46d6-9be8-39f804502324-1 ...
d9e6795dbd74bec4773b8e26ada26c625fefd6b2
36fbbdd37f9e23d64a6d1b6b614010f578d18fb6
https://github.com/quarkusio/quarkus/compare/d9e6795dbd74bec4773b8e26ada26c625fefd6b2...36fbbdd37f9e23d64a6d1b6b614010f578d18fb6
diff --git a/extensions/undertow-websockets/deployment/src/main/java/io/quarkus/undertow/websockets/deployment/UndertowWebsocketProcessor.java b/extensions/undertow-websockets/deployment/src/main/java/io/quarkus/undertow/websockets/deployment/UndertowWebsocketProcessor.java index a4a5e84610d..a69494c7a90 100644 --- a/e...
['extensions/undertow-websockets/deployment/src/main/java/io/quarkus/undertow/websockets/deployment/UndertowWebsocketProcessor.java']
{'.java': 1}
1
1
0
0
1
7,813,686
1,517,883
202,225
2,107
372
62
8
1
4,271
150
916
53
1
2
1970-01-01T00:26:23
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
3,111
quarkusio/quarkus/7906/7888
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7888
https://github.com/quarkusio/quarkus/pull/7906
https://github.com/quarkusio/quarkus/pull/7906
1
resolves
ArC - it's not possible to inject Instance<> into an observer method parameter
The code generated by `io.quarkus.arc.processor.BuiltinBean.INSTANCE` only considers injection into a bean.
40a3d8684e21c18833e1ddbb76d4f02865e55924
4487d6e42eb75d15a3820dc69ada083b2e774580
https://github.com/quarkusio/quarkus/compare/40a3d8684e21c18833e1ddbb76d4f02865e55924...4487d6e42eb75d15a3820dc69ada083b2e774580
diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BuiltinBean.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BuiltinBean.java index 0011390beea..8684ea34295 100644 --- a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Built...
['independent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/InstanceProvider.java', 'independent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/InstanceImpl.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/ComponentsProviderGenerator.java', 'independent-projects/arc/tes...
{'.java': 8}
8
8
0
0
8
8,006,368
1,555,873
207,495
2,146
1,748
305
33
6
107
11
23
1
0
0
1970-01-01T00:26:24
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
3,110
quarkusio/quarkus/7912/7907
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7907
https://github.com/quarkusio/quarkus/pull/7912
https://github.com/quarkusio/quarkus/pull/7912
1
fixes
Wrong display name of gc.total base metric
https://github.com/quarkusio/quarkus/blob/1.3.0.Final/extensions/smallrye-metrics/runtime/src/main/java/io/quarkus/smallrye/metrics/runtime/SmallRyeMetricsRecorder.java#L232 Should be "Garbage Collection Count", not "Garbage Collection Time"
3621aebb67c452240ad376709ce7d28978cf2053
7e74c9f86a009d487e76638c80adf2b92bd62b34
https://github.com/quarkusio/quarkus/compare/3621aebb67c452240ad376709ce7d28978cf2053...7e74c9f86a009d487e76638c80adf2b92bd62b34
diff --git a/extensions/smallrye-metrics/runtime/src/main/java/io/quarkus/smallrye/metrics/runtime/SmallRyeMetricsRecorder.java b/extensions/smallrye-metrics/runtime/src/main/java/io/quarkus/smallrye/metrics/runtime/SmallRyeMetricsRecorder.java index fded2620d16..0d1c0e535f2 100644 --- a/extensions/smallrye-metrics/run...
['extensions/smallrye-metrics/runtime/src/main/java/io/quarkus/smallrye/metrics/runtime/SmallRyeMetricsRecorder.java']
{'.java': 1}
1
1
0
0
1
8,011,767
1,556,732
207,588
2,145
122
20
2
1
242
10
66
2
1
0
1970-01-01T00:26:24
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
3,109
quarkusio/quarkus/7926/7895
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7895
https://github.com/quarkusio/quarkus/pull/7926
https://github.com/quarkusio/quarkus/pull/7926
1
closes
Mongo clients should be initialized eagerly
**Describe the bug** Currently the mongo clients are flagged as @ApplicaitonScoped, which means they are wrapped by a proxy making them initialized on first use. This is annoying as * we don't respect the configuration of pre-filling the pool on boot * we can't validate the connection properties, deferring any ...
15b377ed31ac29b82bacaba7b7e729d1aed81976
4af1c3465169f1a08d008ac4a073a1cfe94bf560
https://github.com/quarkusio/quarkus/compare/15b377ed31ac29b82bacaba7b7e729d1aed81976...4af1c3465169f1a08d008ac4a073a1cfe94bf560
diff --git a/extensions/mongodb-client/deployment/src/main/java/io/quarkus/mongodb/deployment/MongoClientProcessor.java b/extensions/mongodb-client/deployment/src/main/java/io/quarkus/mongodb/deployment/MongoClientProcessor.java index 24fcbf3db90..03e716e6921 100644 --- a/extensions/mongodb-client/deployment/src/main/j...
['extensions/mongodb-client/deployment/src/main/java/io/quarkus/mongodb/deployment/MongoClientProcessor.java', 'extensions/mongodb-client/deployment/src/test/java/io/quarkus/mongodb/MongoMetricsTest.java']
{'.java': 2}
2
2
0
0
2
8,083,787
1,570,690
209,667
2,189
1,551
258
24
1
367
58
81
10
0
0
1970-01-01T00:26:24
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
3,108
quarkusio/quarkus/7946/3227
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3227
https://github.com/quarkusio/quarkus/pull/7946
https://github.com/quarkusio/quarkus/pull/7946
1
fixes
Quarkus uses deprecated WildFlyElytronProvider
Quarkus uses deprecated WildFlyElytronProvider, this should be adjusted to the changes which caused that deprecation. Deprecated via https://github.com/wildfly-security/wildfly-elytron/commit/e6b8dbed4e81ed00a27a9b4183374d8c3b42f03e, per-module providers were introduced. @fjuma @darranl what should be used instea...
a0fd85a6f10f453100335e174d5f684210ccc925
f07f763c7d8dd719a7236eac6cc71eeef5bb5583
https://github.com/quarkusio/quarkus/compare/a0fd85a6f10f453100335e174d5f684210ccc925...f07f763c7d8dd719a7236eac6cc71eeef5bb5583
diff --git a/extensions/elytron-security-jdbc/runtime/src/main/java/io/quarkus/elytron/security/jdbc/JdbcRecorder.java b/extensions/elytron-security-jdbc/runtime/src/main/java/io/quarkus/elytron/security/jdbc/JdbcRecorder.java index 53faf6a116e..ea5a6f614bc 100644 --- a/extensions/elytron-security-jdbc/runtime/src/main...
['extensions/elytron-security-properties-file/deployment/src/test/java/io/quarkus/security/test/SecurityRealmsTestCase.java', 'extensions/elytron-security-jdbc/runtime/src/main/java/io/quarkus/elytron/security/jdbc/JdbcRecorder.java', 'extensions/elytron-security-properties-file/runtime/src/main/java/io/quarkus/elytron...
{'.java': 3}
3
3
0
0
3
8,087,060
1,571,302
209,710
2,189
582
134
7
2
377
36
112
6
1
0
1970-01-01T00:26:24
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
3,090
quarkusio/quarkus/8341/4460
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/4460
https://github.com/quarkusio/quarkus/pull/8341
https://github.com/quarkusio/quarkus/pull/8341
1
fixes
Bootstrap resolver should log if it is accessing the network
When running tests or building for the first time the bootstrap resolver might need to download -deployment artifacts and their dependencies. If the network is slow this can appear that tests or the build are hanging. If we need to hit the network we should log a message and update the user on our progress in a similar...
34721c39b72614e521f8690cd8bbbddac72ca3a4
044255e99de231505577a0c3d46e1ed207ab525e
https://github.com/quarkusio/quarkus/compare/34721c39b72614e521f8690cd8bbbddac72ca3a4...044255e99de231505577a0c3d46e1ed207ab525e
diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/MavenArtifactResolver.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/MavenArtifactResolver.java index d880b4edf83..76e03df7caf 100644 --- a/independent-projects/bootstrap/core...
['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/MavenArtifactResolver.java']
{'.java': 1}
1
1
0
0
1
8,270,381
1,608,371
214,513
2,240
232
44
4
1
349
64
69
1
0
0
1970-01-01T00:26:25
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