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] | stars int64 10 44.3k | language stringclasses 8
values | languages stringclasses 296
values | license stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2,315 | quarkusio/quarkus/29557/29542 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/29542 | https://github.com/quarkusio/quarkus/pull/29557 | https://github.com/quarkusio/quarkus/pull/29557 | 1 | fixes | CORS Rejected Error on same-origin requests when CORS is enabled | ### Describe the bug
Since Quarkus 2.14.2, requests return status `403` if CORS is enabled and the origin is not in the list of allowed CORS origins, even if the request is not cross-origin at all.
### Expected behavior
CORS Settings should have no impact on same-origin requests.
### Actual behavior
Enab... | 4228a370eeec6df2282f19536fcec180a5955d4a | 3c18d3941345339cc072248f0e145e1140ad0ad8 | https://github.com/quarkusio/quarkus/compare/4228a370eeec6df2282f19536fcec180a5955d4a...3c18d3941345339cc072248f0e145e1140ad0ad8 | diff --git a/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/cors/CORSHandlerTestWildcardOriginCase.java b/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/cors/CORSHandlerTestWildcardOriginCase.java
index bea0ee15783..c1852e10dd8 100644
--- a/extensions/vertx-http/deployment/sr... | ['extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/cors/CORSHandlerTestWildcardOriginCase.java', 'extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/cors/CORSFilter.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 23,800,932 | 4,680,639 | 607,376 | 5,588 | 907 | 189 | 17 | 1 | 1,208 | 172 | 291 | 43 | 1 | 0 | 2022-11-29T14:51: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,313 | quarkusio/quarkus/29596/29592 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/29592 | https://github.com/quarkusio/quarkus/pull/29596 | https://github.com/quarkusio/quarkus/pull/29596 | 1 | closes | [infinispan-client] cache configuration not available while bootstrapping dev mode | ### Describe the bug
Hi,
I am trying to use infinispan cache configuration that was recently added to application yaml [1]. I am trying to use it in dev mode and this results in NPE while bootstraping. Testing with the configured cache is working well.
`2022-11-30 19:47:52,653 ERROR [io.qua.run.Application] (Quarku... | c69d8d8e661dbe8fbab35060d892b1cf60601410 | 5deeb182e32e6bb9c9883bc38d03e6abe1d922aa | https://github.com/quarkusio/quarkus/compare/c69d8d8e661dbe8fbab35060d892b1cf60601410...5deeb182e32e6bb9c9883bc38d03e6abe1d922aa | diff --git a/extensions/infinispan-client/runtime/src/main/java/io/quarkus/infinispan/client/runtime/InfinispanClientProducer.java b/extensions/infinispan-client/runtime/src/main/java/io/quarkus/infinispan/client/runtime/InfinispanClientProducer.java
index f59c6dbd49a..16e1bfa30f5 100644
--- a/extensions/infinispan-cli... | ['extensions/infinispan-client/runtime/src/main/java/io/quarkus/infinispan/client/runtime/InfinispanClientProducer.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 23,801,653 | 4,680,876 | 607,368 | 5,588 | 162 | 24 | 2 | 1 | 2,642 | 285 | 776 | 51 | 2 | 0 | 2022-11-30T23:06:38 | 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,301 | quarkusio/quarkus/29883/29836 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/29836 | https://github.com/quarkusio/quarkus/pull/29883 | https://github.com/quarkusio/quarkus/pull/29883 | 1 | fixes | ArC - improve the way a wildcard in a producer return/field type is detected | ### Describe the bug
It seems that we don't search through the "nested" parameterized types.
Note that wildcards are not legal in a a producer return/field type. See also https://jakarta.ee/specifications/cdi/2.0/cdi-spec-2.0.html#producer_field.
This is a follow-up of https://github.com/quarkusio/quarkus/pull/4... | 340b85c1b8b005750d6009a1990f59a77f32bff5 | b39b96b22f22cda141ee9e04088eeb34814c1119 | https://github.com/quarkusio/quarkus/compare/340b85c1b8b005750d6009a1990f59a77f32bff5...b39b96b22f22cda141ee9e04088eeb34814c1119 | diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Types.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Types.java
index 0b914cad9ef..1aee1542711 100644
--- a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Types.java
+++ b/... | ['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Types.java', 'independent-projects/arc/processor/src/test/java/io/quarkus/arc/processor/TypesTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 24,068,922 | 4,738,803 | 614,086 | 5,630 | 2,546 | 470 | 41 | 1 | 898 | 114 | 228 | 43 | 2 | 0 | 2022-12-15T10:38:14 | 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,302 | quarkusio/quarkus/29832/29783 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/29783 | https://github.com/quarkusio/quarkus/pull/29832 | https://github.com/quarkusio/quarkus/pull/29832 | 1 | resolves | @PreDestroy method not awaited | ## Quarkus version
2.14.2 on Linux with OpenJSD 11.0.17+8
## Actual behaviour
I get the following exception on session timeout:
```
ERROR [io.qua.arc.imp.AbstractInstanceHandle] (executor-thread-31) Error occurred while destroying instance of bean
[...SessionManager_Bean]: javax.enterprise.context.Cont... | 4fe6585189ef929d145d46721a76a073052c76fd | 6263710342517015d32ebf904757b12f0dfa4c9d | https://github.com/quarkusio/quarkus/compare/4fe6585189ef929d145d46721a76a073052c76fd...6263710342517015d32ebf904757b12f0dfa4c9d | diff --git a/extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/HttpSessionContext.java b/extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/HttpSessionContext.java
index da04a1be1d3..25a5d54942d 100644
--- a/extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/Htt... | ['extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/HttpSessionContext.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 24,036,736 | 4,732,813 | 613,364 | 5,622 | 5,247 | 843 | 93 | 1 | 1,103 | 124 | 250 | 52 | 0 | 2 | 2022-12-13T13:53:46 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,303 | quarkusio/quarkus/29821/29712 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/29712 | https://github.com/quarkusio/quarkus/pull/29821 | https://github.com/quarkusio/quarkus/pull/29821 | 1 | fix | keycloak-admin-client-reactive maps wrong id to AuthorizationResources | ### Describe the bug
When executing:
```java
var authorizationResource = realmResource.clients().get(clientResourceId).authorization()
var defaultPermission = authorizationResource.permissions().resource().findByName("Default Permission");
var permissionId = defaultPermission.getId();
authorizationResource.permis... | 30f5ad3d516744682a28914fe36031a76d444aac | 2c7a295e097a72a8b5b2d478533c6cb29c780dfb | https://github.com/quarkusio/quarkus/compare/30f5ad3d516744682a28914fe36031a76d444aac...2c7a295e097a72a8b5b2d478533c6cb29c780dfb | diff --git a/extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.java b/extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.ja... | ['extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.java', 'extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/subresource/SubResourceTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 24,034,765 | 4,732,470 | 613,329 | 5,622 | 5,588 | 933 | 77 | 1 | 1,271 | 125 | 283 | 56 | 2 | 3 | 2022-12-13T05:39:10 | 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,312 | quarkusio/quarkus/29620/29585 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/29585 | https://github.com/quarkusio/quarkus/pull/29620 | https://github.com/quarkusio/quarkus/pull/29620 | 1 | fixes | @ConsumeEvent annotated method is called twice per message when generic parent class has an abstract method for it | ### Describe the bug
Having a class extending a class with generics which has an abstract method for the consumer method, this will result in the method annotated with `@ConsumeEvent` on the extending class to be called twice per eventbus message.
### Expected behavior
Its expected that a method annotated with... | c28c01474cb75c0cec70f289d470c507c521b895 | b1664aa85a3272490807fbb6c18859f02f4a157e | https://github.com/quarkusio/quarkus/compare/c28c01474cb75c0cec70f289d470c507c521b895...b1664aa85a3272490807fbb6c18859f02f4a157e | diff --git a/extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/VertxProcessor.java b/extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/VertxProcessor.java
index 7eeb82fb9f9..2bd342cb402 100644
--- a/extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/VertxProces... | ['extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/VertxProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 23,806,293 | 4,681,828 | 607,473 | 5,588 | 94 | 14 | 3 | 1 | 2,720 | 327 | 775 | 61 | 2 | 1 | 2022-12-01T15:35: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,311 | quarkusio/quarkus/29623/10673 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10673 | https://github.com/quarkusio/quarkus/pull/29623 | https://github.com/quarkusio/quarkus/pull/29623 | 1 | closes | OutboundSseEvent is not correctly serialized | **Describe the bug**
When creating a `OutboundSseEvent` object and returning it back in a REST Endpoint it is not correctly serialized.
**Expected behavior**
`Server-Side Event` is sent back and it is able to be deserialized correctly.
**Actual behavior**
Either an exception that the object cannot be ser... | b82d50ff5a48321e844c5dea822859f943a9a606 | dc5f031c0f8b5f24f7f5bdba418e6f04b8dcbf25 | https://github.com/quarkusio/quarkus/compare/b82d50ff5a48321e844c5dea822859f943a9a606...dc5f031c0f8b5f24f7f5bdba418e6f04b8dcbf25 | diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/stream/StreamResource.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/stream/StreamResource.java
index def... | ['extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/stream/StreamTestCase.java', 'independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/handlers/PublisherResponseHandler.java', 'extensions/resteasy-re... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 23,969,245 | 4,719,907 | 611,754 | 5,610 | 403 | 92 | 8 | 1 | 908 | 98 | 213 | 30 | 2 | 1 | 2022-12-01T21:39:52 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,310 | quarkusio/quarkus/29641/29575 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/29575 | https://github.com/quarkusio/quarkus/pull/29641 | https://github.com/quarkusio/quarkus/pull/29641 | 1 | fixes | Unexpected beans added to the index and affecting restarting the application | ### Describe the bug
I did not manage to come up with a reproducer using a regular Quarkus application. But the issue happens if you try out this branch https://github.com/pedroigor/keycloak/tree/tmp-reactive.
That branch is about switching from Resteasy Classic to Reactive in Keycloak. The issue does not happen ... | fddf2570f0227c4253d3d240a4ddac5b56263cfe | c2ab3421a74bf755aa2bb595645bcf8bbfd009d6 | https://github.com/quarkusio/quarkus/compare/fddf2570f0227c4253d3d240a4ddac5b56263cfe...c2ab3421a74bf755aa2bb595645bcf8bbfd009d6 | diff --git a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ArcProcessor.java b/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ArcProcessor.java
index 00fe8ebcf53..f2fb782c542 100644
--- a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ArcProcessor.java
+++ b/ext... | ['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/AnnotationLiteralProcessor.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanDeployment.java', 'extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ArcProcessor.java', 'extensions/arc/deployment... | {'.java': 14} | 14 | 14 | 0 | 0 | 14 | 23,990,922 | 4,724,032 | 612,253 | 5,613 | 10,864 | 2,057 | 167 | 7 | 3,826 | 366 | 949 | 67 | 2 | 2 | 2022-12-02T14:41: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,309 | quarkusio/quarkus/29674/29469 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/29469 | https://github.com/quarkusio/quarkus/pull/29674 | https://github.com/quarkusio/quarkus/pull/29674 | 1 | fix | Response Body in ClientExceptionMapper is always null | ### Describe the bug
We implemented a REST-Client using the quarkus-rest-client-reactive dependency.
For this client we added custom exception handling using the `@ClientExceptionMapper` annotation.
There we could read the body of the response.
e.g.:
```java
@ClientExceptionMapper
static ServiceException ha... | 35b6eae2ffe4ba963a485a93fb10bf2306b0420b | bd57642ab2d5451a5652e0cf2f318f1cd9c402c1 | https://github.com/quarkusio/quarkus/compare/35b6eae2ffe4ba963a485a93fb10bf2306b0420b...bd57642ab2d5451a5652e0cf2f318f1cd9c402c1 | diff --git a/extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/BasicRestClientTest.java b/extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/BasicRestClientTest.java
index ab885f48c38..3148c53acf5 100644
---... | ['extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/HelloResource.java', 'extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/HelloClient2.java', 'independent-projects/resteasy-reactive/client/runtime/src/mai... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 23,970,667 | 4,720,183 | 611,794 | 5,610 | 1,119 | 155 | 27 | 1 | 1,780 | 227 | 440 | 60 | 0 | 1 | 2022-12-05T08:51: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 |
2,308 | quarkusio/quarkus/29681/29497 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/29497 | https://github.com/quarkusio/quarkus/pull/29681 | https://github.com/quarkusio/quarkus/pull/29681 | 1 | fix | Missing spec.template.metadata.labels in deployment | ### Describe the bug
Following the OpenShift Guide (https://quarkus.io/guides/deploying-to-openshift) I tried to switch from the default DeploymentConfig to Deployment but ended up with the error:
```
Message: Deployment.apps "openshift-quickstart" is invalid: spec.template.metadata.labels: Invalid value: map[st... | 36c5fa542edbf49351e2b9ee0392fd56863452e4 | e673ea5989f422866bcd37cfac05fac6453f13d0 | https://github.com/quarkusio/quarkus/compare/36c5fa542edbf49351e2b9ee0392fd56863452e4...e673ea5989f422866bcd37cfac05fac6453f13d0 | diff --git a/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/AddDeploymentResourceDecorator.java b/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/AddDeploymentResourceDecorator.java
index c877ad32e26..2afcf46e728 100644
--- a/extensions/ku... | ['integration-tests/kubernetes/quarkus-standard-way/src/test/java/io/quarkus/it/kubernetes/OpenshiftWithDeploymentResourceTest.java', 'extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/AddDeploymentResourceDecorator.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 23,993,963 | 4,724,588 | 612,326 | 5,614 | 67 | 11 | 2 | 1 | 11,351 | 606 | 2,624 | 151 | 4 | 3 | 2022-12-05T13:29:15 | 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,306 | quarkusio/quarkus/29683/29663 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/29663 | https://github.com/quarkusio/quarkus/pull/29683 | https://github.com/quarkusio/quarkus/pull/29683 | 1 | fixes | gradle addExtension fails if you have no root properties file defined | ### Describe the bug
Running `gradle addExtension --extensions='container-image-jib'` with no root properties file, I.E. `gradle.properties` fails.
### Expected behavior
I would expect the extension to be added successfully.
### Actual behavior
```
❯ gradle addExtension --extensions='container-image-jib... | 36c5fa542edbf49351e2b9ee0392fd56863452e4 | 1c16ec12e22dcfe7a311aa1ed02cbce2a73dbb37 | https://github.com/quarkusio/quarkus/compare/36c5fa542edbf49351e2b9ee0392fd56863452e4...1c16ec12e22dcfe7a311aa1ed02cbce2a73dbb37 | diff --git a/independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/project/buildfile/AbstractGradleBuildFile.java b/independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/project/buildfile/AbstractGradleBuildFile.java
index dba8d5bd5a3..dd5ea2931ce 100644
--- a/independent-p... | ['independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/project/buildfile/AbstractGradleBuildFile.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 23,993,963 | 4,724,588 | 612,326 | 5,614 | 1,245 | 195 | 18 | 1 | 21,259 | 731 | 4,372 | 289 | 2 | 4 | 2022-12-05T14: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,332 | quarkusio/quarkus/28935/28922 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/28922 | https://github.com/quarkusio/quarkus/pull/28935 | https://github.com/quarkusio/quarkus/pull/28935 | 1 | fix | NullPointerException in Reactive REST Client | ### Describe the bug
There is a NullPointerException in the quarkus reactive rest client (at least in version 2.13.3.Final and 2.14.0.CR1):
```
java.lang.NullPointerException
at org.jboss.resteasy.reactive.common.jaxrs.AbstractResponseBuilder.setAllHeaders(AbstractResponseBuilder.java:134)
at org.jboss.resteasy... | 95db64848e29e9787e58e8d4cae27d2e808a0bcd | 1d074d6cfb4b4c12648ddeb9221ae8711e3b7176 | https://github.com/quarkusio/quarkus/compare/95db64848e29e9787e58e8d4cae27d2e808a0bcd...1d074d6cfb4b4c12648ddeb9221ae8711e3b7176 | diff --git a/independent-projects/resteasy-reactive/common/runtime/src/main/java/org/jboss/resteasy/reactive/common/jaxrs/AbstractResponseBuilder.java b/independent-projects/resteasy-reactive/common/runtime/src/main/java/org/jboss/resteasy/reactive/common/jaxrs/AbstractResponseBuilder.java
index 591867ed4b8..27a43da67e... | ['independent-projects/resteasy-reactive/common/runtime/src/main/java/org/jboss/resteasy/reactive/common/jaxrs/AbstractResponseBuilder.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 23,349,647 | 4,588,072 | 596,124 | 5,494 | 385 | 78 | 8 | 1 | 3,590 | 240 | 847 | 72 | 2 | 1 | 2022-10-31T06:27:09 | 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,334 | quarkusio/quarkus/28608/28607 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/28607 | https://github.com/quarkusio/quarkus/pull/28608 | https://github.com/quarkusio/quarkus/pull/28608 | 1 | fixes | MongoDb Srv connection does not work on windows | ### Describe the bug
For the windows project, when you run the application with the maven commande
mvn compile quarkus:dev -Dquarkus.profile=local
The application failed to open a mongo connection with the SRV protocol.
"/etc/resolv.conf"
### Expected behavior
The mongodb SRV protocol should work out of ... | 983ab03aff1087656e81c780cb2768c7ef3dd76c | 06ff785629b0b4a23b5ec754eeed71a84ae03804 | https://github.com/quarkusio/quarkus/compare/983ab03aff1087656e81c780cb2768c7ef3dd76c...06ff785629b0b4a23b5ec754eeed71a84ae03804 | diff --git a/extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/runtime/dns/MongoDnsClient.java b/extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/runtime/dns/MongoDnsClient.java
index e12c70dc854..d20705bedae 100644
--- a/extensions/mongodb-client/runtime/src/main/java/io/quarkus/mong... | ['extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/runtime/dns/MongoDnsClient.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 23,204,997 | 4,559,808 | 592,873 | 5,478 | 183 | 31 | 4 | 1 | 4,319 | 266 | 1,056 | 87 | 0 | 1 | 2022-10-14T16:25:38 | 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,354 | quarkusio/quarkus/28056/28049 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/28049 | https://github.com/quarkusio/quarkus/pull/28056 | https://github.com/quarkusio/quarkus/pull/28056 | 1 | fix | Redis client filters the null values with the mget command | ### Describe the bug
In the redis documentation, here : https://redis.io/commands/mget/
The missing values should be returned as null, it enables to detect in an efficient way, which keys are missing or have been deleted due to timeout policies.
However, the implementation of the ReactiveRedisClient uses the io.... | 9bc683f75218169a5a613de87e75102532330586 | ca68abb68ef95dd9ac896058d280448a3d0f6afb | https://github.com/quarkusio/quarkus/compare/9bc683f75218169a5a613de87e75102532330586...ca68abb68ef95dd9ac896058d280448a3d0f6afb | diff --git a/extensions/redis-client/runtime/src/main/java/io/quarkus/redis/datasource/hash/HashCommands.java b/extensions/redis-client/runtime/src/main/java/io/quarkus/redis/datasource/hash/HashCommands.java
index 1f923856fa3..d71e80ae867 100644
--- a/extensions/redis-client/runtime/src/main/java/io/quarkus/redis/data... | ['extensions/redis-client/runtime/src/main/java/io/quarkus/redis/datasource/hash/HashCommands.java', 'extensions/redis-client/runtime/src/main/java/io/quarkus/redis/datasource/value/ValueCommands.java', 'extensions/redis-client/runtime/src/test/java/io/quarkus/redis/datasource/ValueCommandsTest.java', 'extensions/redis... | {'.java': 10} | 10 | 10 | 0 | 0 | 10 | 22,669,505 | 4,440,285 | 578,229 | 5,392 | 1,444 | 329 | 18 | 7 | 1,190 | 175 | 278 | 49 | 1 | 0 | 2022-09-19T12:27: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 |
2,335 | quarkusio/quarkus/28578/28577 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/28577 | https://github.com/quarkusio/quarkus/pull/28578 | https://github.com/quarkusio/quarkus/pull/28578 | 1 | fixes | Access log logged twice if non-root path is a prefix of root path | ### Describe the bug
Original - https://github.com/smallrye/smallrye-health/issues/412#issuecomment-1272883427.
We need to distinguish cases where either of the paths is mapped to "/" (root/main router), if one is a subpath of another, or if they are totally different.
TBH, I'm thinking the best would be to log ... | 2e7bba4037340bdc7468a0d763bd9632705db017 | 0e100af7c02d4abe51e433c54a1eece7bfa5527a | https://github.com/quarkusio/quarkus/compare/2e7bba4037340bdc7468a0d763bd9632705db017...0e100af7c02d4abe51e433c54a1eece7bfa5527a | diff --git a/extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/VertxHttpProcessor.java b/extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/VertxHttpProcessor.java
index ef861524db7..0380a2925ed 100644
--- a/extensions/vertx-http/deployment/src/main/java/io/qua... | ['extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/VertxHttpProcessor.java', 'extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 23,159,611 | 4,550,212 | 591,563 | 5,471 | 1,321 | 240 | 18 | 2 | 951 | 144 | 228 | 43 | 1 | 0 | 2022-10-13T15:11:47 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,353 | quarkusio/quarkus/28141/28090 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/28090 | https://github.com/quarkusio/quarkus/pull/28141 | https://github.com/quarkusio/quarkus/pull/28141 | 1 | fixes | cli test fails without settings.xml | ### Describe the bug
If no settings.xml is present in the maven user location, cli test will fail with 3 failures and 3 errors.
```shell
./mvnw -f devtools/cli test
...
[ERROR] Tests run: 79, Failures: 3, Errors: 3, Skipped: 0
```
[Full Maven Log](https://github.com/quarkusio/quarkus/files/9607348/maven.log)
... | 23562c3ed09f8f79ce4f1c24f91a03bcfa918235 | 2b0923f614c04aa16ece0c11ae4e70d5f850e00a | https://github.com/quarkusio/quarkus/compare/23562c3ed09f8f79ce4f1c24f91a03bcfa918235...2b0923f614c04aa16ece0c11ae4e70d5f850e00a | diff --git a/devtools/cli/src/main/java/io/quarkus/cli/build/MavenRunner.java b/devtools/cli/src/main/java/io/quarkus/cli/build/MavenRunner.java
index d8bcb2b29ab..2c801a99990 100644
--- a/devtools/cli/src/main/java/io/quarkus/cli/build/MavenRunner.java
+++ b/devtools/cli/src/main/java/io/quarkus/cli/build/MavenRunner.... | ['devtools/cli/src/test/java/io/quarkus/cli/CliDriver.java', 'devtools/cli/src/main/java/io/quarkus/cli/build/MavenRunner.java', 'devtools/cli/src/test/java/io/quarkus/cli/RegistryClientBuilderTestBase.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 22,849,915 | 4,480,973 | 583,924 | 5,419 | 573 | 114 | 8 | 1 | 1,114 | 152 | 348 | 49 | 1 | 1 | 2022-09-22T01:46:00 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,352 | quarkusio/quarkus/28174/28088 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/28088 | https://github.com/quarkusio/quarkus/pull/28174 | https://github.com/quarkusio/quarkus/pull/28174 | 1 | fixes | REST client considers the wrong environment variable for `quarkus.rest-client."config-key".url` | ### Describe the bug
I have set an environment `QUARKUS_REST_CLIENT__MY_CLIENT__URL` variable set which is supposed to override the `quarkus.rest-client."my-client".url` at runtime. The `quarkus.rest-client."my-client".url` has a fallback setting in `application.properties`.
### Expected behavior
The REST client use... | d18b47671db3303e950eba55436bf7d8dd23ce33 | 1c0f8e7f6340f4c614c31089f777688631106cf7 | https://github.com/quarkusio/quarkus/compare/d18b47671db3303e950eba55436bf7d8dd23ce33...1c0f8e7f6340f4c614c31089f777688631106cf7 | 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 210d5f34d1c..4fc98dae8fe 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 | 22,687,162 | 4,443,467 | 578,571 | 5,396 | 2,015 | 375 | 33 | 1 | 1,494 | 198 | 439 | 43 | 0 | 0 | 2022-09-23T15:01: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,351 | quarkusio/quarkus/28198/27862 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/27862 | https://github.com/quarkusio/quarkus/pull/28198 | https://github.com/quarkusio/quarkus/pull/28198 | 1 | fixes | ElasticSearch Dev Service image cannot be replaced with custom-built image | ### Describe the bug
In the ElasticSearch DEV service you can use your own image (`quarkus.elasticsearch.devservices.image-name`), however it is not accepted because it is not **name-compatible** with the expected value: `docker.elastic.co/elasticsearch/elasticsearch`.
### Expected behavior
Any image that extends an... | cd4f781a0141cf159102232b553b95bb4357b636 | cf81292249ab52f3cd36a81fb0789135c1d81949 | https://github.com/quarkusio/quarkus/compare/cd4f781a0141cf159102232b553b95bb4357b636...cf81292249ab52f3cd36a81fb0789135c1d81949 | diff --git a/extensions/elasticsearch-rest-client-common/deployment/src/main/java/io/quarkus/elasticsearch/restclient/common/deployment/DevServicesElasticsearchProcessor.java b/extensions/elasticsearch-rest-client-common/deployment/src/main/java/io/quarkus/elasticsearch/restclient/common/deployment/DevServicesElasticse... | ['extensions/smallrye-reactive-messaging-amqp/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/amqp/deployment/AmqpDevServicesProcessor.java', 'extensions/schema-registry/devservice/deployment/src/main/java/io/quarkus/apicurio/registry/devservice/DevServicesApicurioRegistryProcessor.java', 'extensions/kaf... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 22,811,532 | 4,473,746 | 583,011 | 5,406 | 1,220 | 212 | 13 | 5 | 5,630 | 387 | 1,352 | 76 | 1 | 1 | 2022-09-26T11:37:45 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,350 | quarkusio/quarkus/28210/28098 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/28098 | https://github.com/quarkusio/quarkus/pull/28210 | https://github.com/quarkusio/quarkus/pull/28210 | 1 | fix | Potential NPE in QuarkusClassLoader | I am trying to run a Quarkus app in a local container and use [remote development mode](https://quarkus.io/guides/maven-tooling#remote-development-mode) and I'm facing the same error:
```
backend | 2022-09-20 14:56:35,633 ERROR [io.qua.dep.dev.IsolatedDevModeMain] (vert.x-worker-thread-1) Failed to start quarkus:... | 8b2acbe409c521b3c84f527a47ee3215bc1dd298 | 93f5b5b1f4a7ad4085d54069eab8efbba025cecc | https://github.com/quarkusio/quarkus/compare/8b2acbe409c521b3c84f527a47ee3215bc1dd298...93f5b5b1f4a7ad4085d54069eab8efbba025cecc | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java
index 57df8f03e13..3b869b5fadf 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java
+++ b/... | ['core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java', 'independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/runner/DevModeMediator.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 22,841,954 | 4,479,409 | 583,725 | 5,417 | 1,119 | 186 | 23 | 2 | 4,401 | 208 | 1,055 | 41 | 2 | 1 | 2022-09-26T16:55:01 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,349 | quarkusio/quarkus/28213/28116 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/28116 | https://github.com/quarkusio/quarkus/pull/28213 | https://github.com/quarkusio/quarkus/pull/28213 | 1 | fixes | VertxInputStream 10 s delay with parallel requests | ### Describe the bug
I have setup reseteasy reactive POST endpoint. When sending a lot of parallel requests with a client that reuses the connection, a delay of 10 seconds sometimes can occur in VertxInputStream. The bug seems to be the following:
Assume we have two parallel requests A and B. connection is shared b... | 70df6b8d5313960d86338d886a2169a6ccf099de | eb5083b8745a850b6eb73be8a05480e10c70e1e1 | https://github.com/quarkusio/quarkus/compare/70df6b8d5313960d86338d886a2169a6ccf099de...eb5083b8745a850b6eb73be8a05480e10c70e1e1 | diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxInputStream.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxInputStream.java
index 9e56af5b332..10717a6f0c8 100644
--- a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/run... | ['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxInputStream.java', 'independent-projects/resteasy-reactive/server/vertx/src/main/java/org/jboss/resteasy/reactive/server/vertx/VertxInputStream.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 22,844,104 | 4,479,791 | 583,769 | 5,417 | 474 | 36 | 8 | 2 | 2,444 | 325 | 545 | 81 | 1 | 1 | 2022-09-26T23:21:02 | 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,348 | quarkusio/quarkus/28253/27904 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/27904 | https://github.com/quarkusio/quarkus/pull/28253 | https://github.com/quarkusio/quarkus/pull/28253 | 1 | fixes | Kafka configuration reported as unknown config | ### Describe the bug
I have configured a property for a kafka incoming topic which quarkus report as unknown:
`mp.messaging.incoming.topic-test1-in.pause-if-no-requests=false`
The documentation has this propertties available to use but I get a warning on startup:
`2022-09-13 17:34:03,125 WARN [org.apa.kaf.cli.co... | 38f4138c08b31575def5dac3c2e4b35bea9d3c98 | 57f18eb8792673a93c364db14ed21d205e720193 | https://github.com/quarkusio/quarkus/compare/38f4138c08b31575def5dac3c2e4b35bea9d3c98...57f18eb8792673a93c364db14ed21d205e720193 | diff --git a/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/DevServicesKafkaProcessor.java b/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/DevServicesKafkaProcessor.java
index 0bbe4d81122..03b704e56fe 100644
--- a/extensions/kafka-client/deploym... | ['extensions/kafka-client/runtime/src/main/java/io/quarkus/kafka/client/runtime/ui/KafkaTopicClient.java', 'extensions/kafka-client/runtime/src/main/java/io/quarkus/kafka/client/runtime/KafkaAdminClient.java', 'extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/DevServicesKafkaProcessor... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 22,861,166 | 4,483,353 | 584,211 | 5,421 | 1,443 | 272 | 33 | 3 | 1,257 | 158 | 321 | 49 | 0 | 0 | 2022-09-28T12:10: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,347 | quarkusio/quarkus/28254/28246 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/28246 | https://github.com/quarkusio/quarkus/pull/28254 | https://github.com/quarkusio/quarkus/pull/28254 | 1 | fixes | Using oidc error-path doesn't keep the original path params used for session handling | ### Describe the bug
I have an rest resource protected with OIDC, and wants to implement a customized web page when the authentication could not be performed.
I am trying to accomplish this with the setting:
quarkus.oidc.authentication.error-path=/error
If I surf to my application with the following url: http://... | 258d9d1826de6b0ecb00750d0d9d4fa4c2fc0864 | 50125bce72a63e18d6e423dfa217d3809e08c500 | https://github.com/quarkusio/quarkus/compare/258d9d1826de6b0ecb00750d0d9d4fa4c2fc0864...50125bce72a63e18d6e423dfa217d3809e08c500 | 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 84576f9348c..68e53d0a981 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/TenantHttps.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 | 22,881,792 | 4,487,025 | 584,767 | 5,424 | 3,115 | 446 | 42 | 1 | 2,489 | 352 | 553 | 68 | 6 | 0 | 2022-09-28T12:25: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,346 | quarkusio/quarkus/28285/28184 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/28184 | https://github.com/quarkusio/quarkus/pull/28285 | https://github.com/quarkusio/quarkus/pull/28285 | 1 | fixes | quarkus-smallrye-graphql: @ErrorDataFetch event is not emitted in batch query | ### Describe the bug
When executing a non-batch query, the following code can receive the error that is thrown during data-fetching process.
```
public void onError(@Observes @ErrorDataFetch ErrorInfo errorInfo) {
System.out.println("[error] " + errorInfo.getT().getMessage());
}
```
But, when executing... | 47429fc11ded66d1571601fd81fca78cf9b2ea05 | 0ac49b1f6f8247e6ec0f8661f77833a009e7602a | https://github.com/quarkusio/quarkus/compare/47429fc11ded66d1571601fd81fca78cf9b2ea05...0ac49b1f6f8247e6ec0f8661f77833a009e7602a | diff --git a/extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/spi/datafetcher/QuarkusDefaultDataFetcher.java b/extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/spi/datafetcher/QuarkusDefaultDataFetcher.java
index d6d6dad5005..311891879e5 100644
-... | ['extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/spi/datafetcher/QuarkusDefaultDataFetcher.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 22,855,126 | 4,482,052 | 584,048 | 5,420 | 733 | 132 | 15 | 1 | 1,547 | 165 | 391 | 61 | 3 | 2 | 2022-09-29T11:09:01 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,345 | quarkusio/quarkus/28296/28292 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/28292 | https://github.com/quarkusio/quarkus/pull/28296 | https://github.com/quarkusio/quarkus/pull/28296 | 1 | fix | `StorkClientRequestFilter` not registered when using `ClientBuilder` to build a jax-rs client | ### Describe the bug
When using Stork with a manually-created jax-rs client (via `ClientBuilder.newClient()`), the `StorkClientRequestFilter` is not automatically registered.
Stork worked fine with the jax-rs client in Quarkus 2.12, but in 2.13 this is broken unless the user manually registers the filter.
See ht... | 8da3049fe4bc109060c3d4c8f0d37107be48264b | 1563b88de6d6d08e83e9df2fb27ccd384c57ade6 | https://github.com/quarkusio/quarkus/compare/8da3049fe4bc109060c3d4c8f0d37107be48264b...1563b88de6d6d08e83e9df2fb27ccd384c57ade6 | diff --git a/extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/stork/StorkIntegrationTest.java b/extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/stork/StorkIntegrationTest.java
index f57a1d437d7..32c92031... | ['independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/WebTargetImpl.java', 'extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/stork/StorkIntegrationTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 22,859,531 | 4,482,898 | 584,146 | 5,420 | 1,675 | 332 | 37 | 1 | 1,552 | 208 | 379 | 51 | 1 | 1 | 2022-09-29T13:46: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,344 | quarkusio/quarkus/28312/27778 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/27778 | https://github.com/quarkusio/quarkus/pull/28312 | https://github.com/quarkusio/quarkus/pull/28312 | 1 | fixes | Misleading 'unrecognized configuration' warnings for quarkus.debug.transformed-classes-dir and quarkus.debug.generated-sources-dir | ### Describe the bug
https://quarkus.io/guides/writing-extensions suggests the following debug options:
> There are also three system properties that allow you to dump the generated/transformed classes to the filesystem and inspect them later, for example via a decompiler in your IDE.
>
> `quarkus.debug.genera... | 91be040f20841699302ae2c89852ede12802d8e0 | 15424f4e8fb0142571d5793f7453131f56a38453 | https://github.com/quarkusio/quarkus/compare/91be040f20841699302ae2c89852ede12802d8e0...15424f4e8fb0142571d5793f7453131f56a38453 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/DebugConfig.java b/core/deployment/src/main/java/io/quarkus/deployment/DebugConfig.java
index e54d05c7355..bdacdd8419c 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/DebugConfig.java
+++ b/core/deployment/src/main/java/io/quarkus/deploym... | ['core/deployment/src/main/java/io/quarkus/deployment/DebugConfig.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 22,860,171 | 4,483,033 | 584,172 | 5,421 | 493 | 112 | 14 | 1 | 3,261 | 426 | 879 | 64 | 1 | 3 | 2022-09-30T08:22:46 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,290 | quarkusio/quarkus/30255/30044 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/30044 | https://github.com/quarkusio/quarkus/pull/30255 | https://github.com/quarkusio/quarkus/pull/30255 | 1 | fix | Resteasy Reactive Rest Client fails to re-construct large chunks of streamed json (stream+json) and fails deserialization | ### Describe the bug
Note: This is related to #30040 in that both result in `JsonMappingException`s, but this is a different issue.
I am trying to use `RestMediaType.APPLICATION_STREAM_JSON` to stream a `Multi` that contains a few larger objects (think ~25 kB each) from my reactive java server to a reactive java cl... | f9a688a2185346b9ff41ff0e9157c9ab30f142c4 | e7eeaea9944db9700ce9f8c6ace17d49237f3313 | https://github.com/quarkusio/quarkus/compare/f9a688a2185346b9ff41ff0e9157c9ab30f142c4...e7eeaea9944db9700ce9f8c6ace17d49237f3313 | diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive-jackson/deployment/src/test/java/io/quarkus/resteasy/reactive/jackson/deployment/test/sse/Message.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive-jackson/deployment/src/test/java/io/quarkus/resteasy/reactive/jackson/deployment/test/stream... | ['extensions/resteasy-reactive/quarkus-resteasy-reactive-jackson/deployment/src/test/java/io/quarkus/resteasy/reactive/jackson/deployment/test/sse/Message.java', 'extensions/resteasy-reactive/quarkus-resteasy-reactive-jackson/deployment/src/test/java/io/quarkus/resteasy/reactive/jackson/deployment/test/sse/SseTestCase.... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 24,228,613 | 4,770,578 | 618,073 | 5,662 | 2,123 | 349 | 49 | 1 | 2,640 | 378 | 637 | 62 | 1 | 1 | 2023-01-09T09:55:08 | 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,291 | quarkusio/quarkus/30214/30046 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/30046 | https://github.com/quarkusio/quarkus/pull/30214 | https://github.com/quarkusio/quarkus/pull/30214 | 1 | closes | MultiPartConfig in HTTP Vert.x extension is insufficiently documented | ### Describe the bug
Hello,
I have one opinion (you can ignore that one) and one concern (IMO bug) regarding https://github.com/quarkusio/quarkus/pull/29729 documentation.
**Opinion**: Please document this feature in more detail and ideally provide an example in docs. Documentation does not provide single exam... | e47a267e13819cf5ebd4322ad2b2c88b06209a34 | 30c51ab5ace3f1182b154886e00e508533b0950c | https://github.com/quarkusio/quarkus/compare/e47a267e13819cf5ebd4322ad2b2c88b06209a34...30c51ab5ace3f1182b154886e00e508533b0950c | diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/MultiPartConfig.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/MultiPartConfig.java
index a0e262b28d6..43cfe26f7ed 100644
--- a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runti... | ['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/MultiPartConfig.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 24,196,319 | 4,764,349 | 617,209 | 5,655 | 467 | 98 | 7 | 1 | 1,930 | 280 | 417 | 50 | 1 | 0 | 2023-01-05T20:27: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 |
2,292 | quarkusio/quarkus/30157/30061 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/30061 | https://github.com/quarkusio/quarkus/pull/30157 | https://github.com/quarkusio/quarkus/pull/30157 | 1 | fix | Adding Kotlin Tests Breaks Kotlin/Java project | ### Describe the bug
I posted a more in-depth description of the issue here last night:
<https://github.com/quarkusio/quarkus/discussions/30049>
The summary is: Adding a Kotlin test file breaks `quarkus dev`. Some of my resources mysteriously disappear and aren't available at runtime.
### Expected behavior
I sho... | 4dd3936da69d2d4bfa7826015445c29d60bf9a34 | dad033640ceaf0a7c6ef80935d1e7e4a4782f356 | https://github.com/quarkusio/quarkus/compare/4dd3936da69d2d4bfa7826015445c29d60bf9a34...dad033640ceaf0a7c6ef80935d1e7e4a4782f356 | diff --git a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java b/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java
index e248cfc79fe..9a3ebcf051b 100644
--- a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gr... | ['devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 24,161,256 | 4,757,442 | 616,331 | 5,648 | 250 | 54 | 2 | 1 | 3,084 | 414 | 793 | 126 | 5 | 5 | 2023-01-03T20:11: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,293 | quarkusio/quarkus/30141/20034 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/20034 | https://github.com/quarkusio/quarkus/pull/30141 | https://github.com/quarkusio/quarkus/pull/30141 | 1 | fixes | @TestTransaction in combination with Junit5 @Nested does not roll back | ### Describe the bug
In a `@QuarkusTest` placing `@TestTransaction` on methods inside a Junit5 `@Nested` class does not roll back the transaction - the test data stays in the database. Moving the test method out of the `@Nested class` makes it work.
### Expected behavior
_No response_
### Actual behavior
_No respo... | 019b8299ae534b915f4bad9de627e9d51b46cd0a | 57112e0e7e872d9023da807ed21f5a972dff869f | https://github.com/quarkusio/quarkus/compare/019b8299ae534b915f4bad9de627e9d51b46cd0a...57112e0e7e872d9023da807ed21f5a972dff869f | diff --git a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/WrongAnnotationUsageProcessor.java b/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/WrongAnnotationUsageProcessor.java
index d7597589eb6..e10d994a4e8 100644
--- a/extensions/arc/deployment/src/main/java/io/quarkus/arc/depl... | ['extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/WrongAnnotationUsageProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 24,149,806 | 4,755,047 | 616,009 | 5,647 | 1,103 | 158 | 12 | 1 | 705 | 110 | 177 | 39 | 0 | 0 | 2023-01-03T11:11: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,296 | quarkusio/quarkus/29984/29976 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/29976 | https://github.com/quarkusio/quarkus/pull/29984 | https://github.com/quarkusio/quarkus/pull/29984 | 1 | fixes | Custom ObjectMapper in application affects Kafka UI Dev service | ### Describe the bug
I have custom ObjectMapperCustomizer that I needed to convert all json payloads to use snake_case.
```
@Singleton
public class ObjectMapperCustomizer implements io.quarkus.jackson.ObjectMapperCustomizer {
public void customize(ObjectMapper mapper) {
mapper.setSerializationIncl... | 05a7c8b0b87f70e26363b8e136d0b4b3feff5621 | 0b76f7213266cb0849fb2bac97004ab35cadc771 | https://github.com/quarkusio/quarkus/compare/05a7c8b0b87f70e26363b8e136d0b4b3feff5621...0b76f7213266cb0849fb2bac97004ab35cadc771 | diff --git a/extensions/kafka-client/runtime/src/main/java/io/quarkus/kafka/client/runtime/ui/KafkaUiUtils.java b/extensions/kafka-client/runtime/src/main/java/io/quarkus/kafka/client/runtime/ui/KafkaUiUtils.java
index 862fdcfeb2d..bc9b3ba525d 100644
--- a/extensions/kafka-client/runtime/src/main/java/io/quarkus/kafka/... | ['extensions/kafka-client/runtime/src/main/java/io/quarkus/kafka/client/runtime/ui/KafkaUiUtils.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 24,088,221 | 4,742,698 | 614,647 | 5,635 | 839 | 147 | 17 | 1 | 1,100 | 146 | 234 | 52 | 0 | 1 | 2022-12-20T17:26:02 | 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,297 | quarkusio/quarkus/29981/29956 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/29956 | https://github.com/quarkusio/quarkus/pull/29981 | https://github.com/quarkusio/quarkus/pull/29981 | 1 | fixes | Hibernate reactive disregarding quarkus.hibernate-orm.jdbc.timezone | ### Describe the bug
I have the last couple of days been trying to understand why my code does not consider `TIMESTAMP WITH TIME ZONE` in my main postgresSQL application that uses hibernate reactive so I created two smaller applications to test just test how hibernate-orm and hibernate-reactive work in quarkus with ... | 1079861faf9ef0adc4ab239fe5b9d35566313e8f | aab1831220bc82daab9447948b23fa9a5f77f0ba | https://github.com/quarkusio/quarkus/compare/1079861faf9ef0adc4ab239fe5b9d35566313e8f...aab1831220bc82daab9447948b23fa9a5f77f0ba | diff --git a/extensions/hibernate-reactive/deployment/src/main/java/io/quarkus/hibernate/reactive/deployment/HibernateReactiveProcessor.java b/extensions/hibernate-reactive/deployment/src/main/java/io/quarkus/hibernate/reactive/deployment/HibernateReactiveProcessor.java
index c5f5207fa3b..0fdcd1e39ab 100644
--- a/exten... | ['extensions/hibernate-reactive/deployment/src/main/java/io/quarkus/hibernate/reactive/deployment/HibernateReactiveProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 24,088,362 | 4,742,730 | 614,649 | 5,635 | 390 | 64 | 7 | 1 | 2,920 | 413 | 740 | 49 | 2 | 0 | 2022-12-20T15:46: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,342 | quarkusio/quarkus/28384/28377 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/28377 | https://github.com/quarkusio/quarkus/pull/28384 | https://github.com/quarkusio/quarkus/pull/28384 | 1 | fixes | Log on startup with "Default CORS properties will be used, please use 'quarkus.http.cors' properties instead" without more information | ### Describe the bug
If I start a Quarkus application in production mode, with the smallrye-openapi extension enabled, I get this message on startup:
```
2022-10-04 13:50:54,394 INFO [io.qua.sma.ope.run.OpenApiRecorder] (main) Default CORS properties will be used, please use 'quarkus.http.cors' properties inste... | 404d64fb793b665225978746070e1f02abea9f9b | c78f626346f2d89395d8e29bcd904e8ed4ab1fb1 | https://github.com/quarkusio/quarkus/compare/404d64fb793b665225978746070e1f02abea9f9b...c78f626346f2d89395d8e29bcd904e8ed4ab1fb1 | diff --git a/extensions/smallrye-openapi/runtime/src/main/java/io/quarkus/smallrye/openapi/runtime/OpenApiRecorder.java b/extensions/smallrye-openapi/runtime/src/main/java/io/quarkus/smallrye/openapi/runtime/OpenApiRecorder.java
index 53bac5ddfcf..50efcc3f86e 100644
--- a/extensions/smallrye-openapi/runtime/src/main/ja... | ['extensions/smallrye-openapi/runtime/src/main/java/io/quarkus/smallrye/openapi/runtime/OpenApiRecorder.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 23,075,181 | 4,534,293 | 589,698 | 5,464 | 515 | 87 | 5 | 1 | 1,837 | 240 | 488 | 54 | 1 | 3 | 2022-10-04T15:29:47 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,341 | quarkusio/quarkus/28412/28335 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/28335 | https://github.com/quarkusio/quarkus/pull/28412 | https://github.com/quarkusio/quarkus/pull/28412 | 1 | fixes | Native awt build fails on Windows also when running with native-build-container | ### Describe the bug
Running the native build with `-Dquarkus.native.container-build=true` also fails on windows even though the native-build would be executed inside a linux docker container.
### Expected behavior
The build should work inside a linux docker container
### Actual behavior
Following error is thrown:... | 7d551fda0b38db8c33f953957567d0b40d43a4ff | 00392e75baaa66f0bc5ed9c36e7e25d3d7f66407 | https://github.com/quarkusio/quarkus/compare/7d551fda0b38db8c33f953957567d0b40d43a4ff...00392e75baaa66f0bc5ed9c36e7e25d3d7f66407 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/UnsupportedOSBuildItem.java b/core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/UnsupportedOSBuildItem.java
index 04ba9d9ab52..159e406ecef 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/build... | ['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java', 'core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/UnsupportedOSBuildItem.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 23,100,724 | 4,539,010 | 590,305 | 5,464 | 902 | 180 | 16 | 2 | 2,608 | 194 | 639 | 66 | 0 | 2 | 2022-10-05T20:59:16 | 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,340 | quarkusio/quarkus/28419/28375 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/28375 | https://github.com/quarkusio/quarkus/pull/28419 | https://github.com/quarkusio/quarkus/pull/28419 | 1 | fix | Quarkus fails when using jgitver | ### Describe the bug
Hi,
It seems that Quarkus doesn't work properly when the maven project is using the [jgitver-maven-plugin](https://github.com/jgitver/jgitver-maven-plugin) - a maven plugin to automatically define the maven project version based on git branches as tags.
Thanks.
### Expected behavior
... | f9dd29f6b14263f598728ad99a71d9a9b43187bd | a426f6a372fdfceaaee7d2e3c1342805aa6818df | https://github.com/quarkusio/quarkus/compare/f9dd29f6b14263f598728ad99a71d9a9b43187bd...a426f6a372fdfceaaee7d2e3c1342805aa6818df | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/QuarkusDevModeLauncher.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/QuarkusDevModeLauncher.java
index 7108a534536..b219f7e4e67 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/dev/QuarkusDevModeLauncher.java
+++ b/cor... | ['independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/workspace/WorkspaceLoader.java', 'independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/BootstrapMavenContextConfig.java', 'independent-projects/bootstrap/maven-resolver/src/main/j... | {'.java': 7} | 7 | 7 | 0 | 0 | 7 | 23,079,814 | 4,535,252 | 589,836 | 5,465 | 8,156 | 1,470 | 118 | 7 | 2,680 | 265 | 809 | 79 | 7 | 3 | 2022-10-06T04:18: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,298 | quarkusio/quarkus/29950/29919 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/29919 | https://github.com/quarkusio/quarkus/pull/29950 | https://github.com/quarkusio/quarkus/pull/29950 | 1 | resolves | WebSocket auth on VertxCurrentContext not working | ### Describe the bug
Hello. In my comman we use auth on WebSocket class by this hack
```
@RouteFilter(401)
void addAuthHeader(RoutingContext rc) {
try {
if (rc.request().headers().get("Sec-WebSocket-Protocol") != null) {
String token = "Bearer " + rc.request().headers().get("Sec-WebSo... | fc20fb29136f9eb0f85bc89165d062b09a45313b | 38e36caa2e24d6eec96e1e87c811e724741e67d6 | https://github.com/quarkusio/quarkus/compare/fc20fb29136f9eb0f85bc89165d062b09a45313b...38e36caa2e24d6eec96e1e87c811e724741e67d6 | diff --git a/extensions/websockets/client/runtime/src/main/java/io/quarkus/websockets/client/runtime/WebsocketCoreRecorder.java b/extensions/websockets/client/runtime/src/main/java/io/quarkus/websockets/client/runtime/WebsocketCoreRecorder.java
index ca321461c59..670656f1a0a 100644
--- a/extensions/websockets/client/ru... | ['extensions/websockets/client/runtime/src/main/java/io/quarkus/websockets/client/runtime/WebsocketCoreRecorder.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 24,093,415 | 4,743,535 | 614,767 | 5,637 | 899 | 98 | 12 | 1 | 2,782 | 301 | 650 | 101 | 2 | 4 | 2022-12-19T08:15:00 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,299 | quarkusio/quarkus/29948/29946 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/29946 | https://github.com/quarkusio/quarkus/pull/29948 | https://github.com/quarkusio/quarkus/pull/29948 | 1 | fixes | NPE in KeycloakDevServicesProcessor again | ### Describe the bug
It seems that https://github.com/quarkusio/quarkus/issues/29312 was not properly fixed in 2.15.0.Final.
I am now getting a similar, but slightly different NPE:
```
2022-12-19 08:28:55,072 ERROR [io.qua.dep.dev.IsolatedDevModeMain] (main) Failed to start quarkus: java.lang.RuntimeException: io... | fc20fb29136f9eb0f85bc89165d062b09a45313b | 490aeb6291ec62e426eeef7bce108c745969769c | https://github.com/quarkusio/quarkus/compare/fc20fb29136f9eb0f85bc89165d062b09a45313b...490aeb6291ec62e426eeef7bce108c745969769c | diff --git a/extensions/oidc/deployment/src/main/java/io/quarkus/oidc/deployment/devservices/keycloak/KeycloakDevServicesProcessor.java b/extensions/oidc/deployment/src/main/java/io/quarkus/oidc/deployment/devservices/keycloak/KeycloakDevServicesProcessor.java
index c7c1674c8f2..a9e4afbb5bb 100644
--- a/extensions/oidc... | ['extensions/oidc/deployment/src/main/java/io/quarkus/oidc/deployment/devservices/keycloak/KeycloakDevServicesProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 24,093,415 | 4,743,535 | 614,767 | 5,637 | 755 | 139 | 10 | 1 | 8,139 | 339 | 1,929 | 122 | 1 | 1 | 2022-12-19T07:42:11 | 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,338 | quarkusio/quarkus/28533/25809 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/25809 | https://github.com/quarkusio/quarkus/pull/28533 | https://github.com/quarkusio/quarkus/pull/28533 | 1 | fixes | Important log message shown during Dev Services for Keycloak initialization is lost | ### Describe the bug
Not sure it is a bug, as I recall there was an issue related to some of the dev services related to the excessive logging.
But in any case, I recall it was possible to see various log messages logged by `KeycloakDevServicesProcessor` but now it is all being collapsed and all I see is
```
-... | 553a86806cf3b4431bd710fc1a5f389ac2bd9a53 | 6b5462713757405bcb9171a62926f23c4fcfca42 | https://github.com/quarkusio/quarkus/compare/553a86806cf3b4431bd710fc1a5f389ac2bd9a53...6b5462713757405bcb9171a62926f23c4fcfca42 | diff --git a/extensions/oidc/deployment/src/main/java/io/quarkus/oidc/deployment/devservices/keycloak/KeycloakDevServicesProcessor.java b/extensions/oidc/deployment/src/main/java/io/quarkus/oidc/deployment/devservices/keycloak/KeycloakDevServicesProcessor.java
index 34a1a4cb091..31f90109de2 100644
--- a/extensions/oidc... | ['extensions/oidc/deployment/src/main/java/io/quarkus/oidc/deployment/devservices/keycloak/KeycloakDevServicesProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 23,154,486 | 4,549,243 | 591,453 | 5,471 | 4,755 | 900 | 76 | 1 | 2,184 | 316 | 506 | 49 | 1 | 1 | 2022-10-12T13:16:04 | 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,337 | quarkusio/quarkus/28542/28541 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/28541 | https://github.com/quarkusio/quarkus/pull/28542 | https://github.com/quarkusio/quarkus/pull/28542 | 1 | fix | Regression in 2.13.2: NPE in `LocalProject` during `quarkus-maven-plugin:build` when activating `quarkus.bootstrap.workspace-discovery` | ### Describe the bug
Updating from 2.13.1 to 2.13.2 results in:
```
[ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.13.2.Final:build (default) on project somecomp-server: Failed to build quarkus application: Failed to initialize Quarkus bootstrap Maven artifact resolver: Failed to load current proje... | 5ff6805119c6b63a21996b3b7b58e6f181869f49 | 99d577733c5994f1eecb1818cadcaa3b430d0f48 | https://github.com/quarkusio/quarkus/compare/5ff6805119c6b63a21996b3b7b58e6f181869f49...99d577733c5994f1eecb1818cadcaa3b430d0f48 | 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 387fcb3a42f..0d300ecc92a 100644
--- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java
+++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java
@@ -43,7 +43,6 @@
... | ['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java', 'devtools/maven/src/main/java/io/quarkus/maven/QuarkusBootstrapProvider.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 23,155,694 | 4,549,452 | 591,479 | 5,471 | 1,650 | 314 | 26 | 2 | 5,514 | 291 | 1,244 | 103 | 0 | 2 | 2022-10-12T19:01:49 | 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,336 | quarkusio/quarkus/28565/28460 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/28460 | https://github.com/quarkusio/quarkus/pull/28565 | https://github.com/quarkusio/quarkus/pull/28565 | 1 | fix | @Consumes ignored for sub-resource | ### Describe the bug
I have a main resource and a nested sub-resource which I want to be able PATCH (both of them) with "application/merge-json+patch" request content.
Works for the main resource but @Consumes seems ignored in sub-resource.
Maybe a bug or maybe something I don't quite understand ...
### Expecte... | 542e072afa051f630f6eb711a598c1786943fcb8 | bfbfea6c47e3580095978a410e8b165328c76659 | https://github.com/quarkusio/quarkus/compare/542e072afa051f630f6eb711a598c1786943fcb8...bfbfea6c47e3580095978a410e8b165328c76659 | diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/simple/SimpleQuarkusRestTestCase.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/simple/SimpleQuarkusRestT... | ['extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/simple/SimpleQuarkusRestTestCase.java', 'extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/simple/SubResource.java', 'independ... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 23,165,423 | 4,551,256 | 591,685 | 5,471 | 2,076 | 371 | 32 | 2 | 2,621 | 311 | 768 | 66 | 1 | 0 | 2022-10-13T11:49: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,399 | quarkusio/quarkus/26570/26504 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/26504 | https://github.com/quarkusio/quarkus/pull/26570 | https://github.com/quarkusio/quarkus/pull/26570 | 1 | fix | Container build with JIB do not start in remote-dev mode | ### Describe the bug
This is follow-up on https://github.com/quarkusio/quarkus/issues/26113 and I'm trying this on `main` as a fix as been provided.
But in my case, it doesn't work at all now, the container can't start because of this exception :
```posh
Exception in thread "main" java.nio.file.NoSuchFileExce... | 63b93bf5de76135d7ec6d9d661419d62f0078458 | 485938f8650d8d580d6a39b9deb24bdcdeb9af54 | https://github.com/quarkusio/quarkus/compare/63b93bf5de76135d7ec6d9d661419d62f0078458...485938f8650d8d580d6a39b9deb24bdcdeb9af54 | diff --git a/extensions/container-image/container-image-jib/deployment/src/main/java/io/quarkus/container/image/jib/deployment/JibProcessor.java b/extensions/container-image/container-image-jib/deployment/src/main/java/io/quarkus/container/image/jib/deployment/JibProcessor.java
index e54c923cafd..3e56a0aea0f 100644
---... | ['extensions/container-image/container-image-jib/deployment/src/main/java/io/quarkus/container/image/jib/deployment/JibProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 22,014,569 | 4,310,314 | 561,611 | 5,238 | 242 | 39 | 3 | 1 | 2,197 | 184 | 540 | 65 | 1 | 2 | 2022-07-05T20:56:41 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,400 | quarkusio/quarkus/26511/26502 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/26502 | https://github.com/quarkusio/quarkus/pull/26511 | https://github.com/quarkusio/quarkus/pull/26511 | 1 | fix | Dependency Graph Walk leads to StackOverflowError | ### Describe the bug
Our `ConsumerPactTest` throws `java.lang.StackOverflowError`. I tracked this issue down to the #26411.
### Expected behavior
No stack issues.
### Actual behavior
_No response_
### How to Reproduce?
Reproducer:
Steps to reproduce the behavior:
1. `git clone https://github.co... | 3bba499cd898cf966756e44fa96d2b5e40778b88 | 46fcb638ad063384e946b84f01233c99c9fc75fa | https://github.com/quarkusio/quarkus/compare/3bba499cd898cf966756e44fa96d2b5e40778b88...46fcb638ad063384e946b84f01233c99c9fc75fa | diff --git a/independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/ApplicationDependencyTreeResolver.java b/independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/ApplicationDependencyTreeResolver.java
index 3f830e35f70..6a5121dee0e 1006... | ['independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/ApplicationDependencyTreeResolver.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 21,974,620 | 4,303,058 | 560,717 | 5,231 | 702 | 102 | 14 | 1 | 1,172 | 138 | 393 | 44 | 1 | 0 | 2022-07-01T14:28:50 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,250 | quarkusio/quarkus/31472/31469 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/31469 | https://github.com/quarkusio/quarkus/pull/31472 | https://github.com/quarkusio/quarkus/pull/31472 | 1 | fixes | Warnings about lack of "Hibernate Validator", despite no validation annotations being used | ### Describe the bug
I have an application, which uses `quartz`,`agroal` and `hibernate-panache` and saves data into DB on regular intervals. After update to the latest 999-SNAPSHOT(1d45952917c72a12eed6b9351f6ecdca813637a8) it now shows multiple warnings about `jakarta.validation.NoProviderFoundException` being thro... | cf9223e422079664a79e570bbb1e5d2e7b86ba83 | bc142cafa61977994c732fed4f9068d3cb8c0758 | https://github.com/quarkusio/quarkus/compare/cf9223e422079664a79e570bbb1e5d2e7b86ba83...bc142cafa61977994c732fed4f9068d3cb8c0758 | diff --git a/extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateLogFilterBuildStep.java b/extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateLogFilterBuildStep.java
index b5549222fa7..9014034a299 100644
--- a/extensions/hibernate-or... | ['extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateLogFilterBuildStep.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 25,049,712 | 4,945,586 | 638,432 | 5,856 | 551 | 106 | 7 | 1 | 4,002 | 276 | 957 | 73 | 2 | 2 | 2023-02-28T12:27:45 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,251 | quarkusio/quarkus/31436/31406 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/31406 | https://github.com/quarkusio/quarkus/pull/31436 | https://github.com/quarkusio/quarkus/pull/31436 | 1 | fix | @ServerExceptionMapper doesn't support multiple exception types | ### Describe the bug
```
@ServerExceptionMapper(value = {MyExceptionOne.class, MyExceptionTwo.class})
public Uni<Response> mapException(RuntimeException e) {
return Uni.createFrom().item(() -> Response.status(Response.Status.CONFLICT)
.entity(Map.of(MESSAGE, message))
... | 4bee348b17430345c927e9c3e8eeec5ed08b5f4e | efa3e58fee290f226978a67e9e9ba8c3ab5eb670 | https://github.com/quarkusio/quarkus/compare/4bee348b17430345c927e9c3e8eeec5ed08b5f4e...efa3e58fee290f226978a67e9e9ba8c3ab5eb670 | diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/customexceptions/UniExceptionMapper.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/customexceptions/UniEx... | ['independent-projects/resteasy-reactive/server/processor/src/main/java/org/jboss/resteasy/reactive/server/processor/generation/exceptionmappers/ServerExceptionMapperGenerator.java', 'extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/customexception... | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 25,047,267 | 4,944,949 | 638,342 | 5,854 | 7,389 | 1,155 | 107 | 1 | 1,716 | 180 | 507 | 50 | 1 | 2 | 2023-02-27T09:11: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,252 | quarkusio/quarkus/31422/26152 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/26152 | https://github.com/quarkusio/quarkus/pull/31422 | https://github.com/quarkusio/quarkus/pull/31422 | 1 | fix | Resteasy Reactive: ContextResolver<ObjectMapper> not used | ### Describe the bug
When creating a RestClient with a `ContextResolver<ObjectMapper>` registered, this ContextResolver is never used and thus the wrong ObjectMapper (via CDI) is used. Other implementation approaches would be fine as well, but nothing seems to get this behaviour working. Multiple different ObjectMap... | 88cfc7d6df4daf9a658fb723ea262a88285996bb | e05af28364c3bea101a8a8ee16e33d3321d2470f | https://github.com/quarkusio/quarkus/compare/88cfc7d6df4daf9a658fb723ea262a88285996bb...e05af28364c3bea101a8a8ee16e33d3321d2470f | diff --git a/extensions/resteasy-reactive/rest-client-reactive-jackson/runtime/src/main/java/io/quarkus/rest/client/reactive/jackson/runtime/serialisers/ClientJacksonMessageBodyWriter.java b/extensions/resteasy-reactive/rest-client-reactive-jackson/runtime/src/main/java/io/quarkus/rest/client/reactive/jackson/runtime/s... | ['extensions/resteasy-reactive/rest-client-reactive-jackson/runtime/src/main/java/io/quarkus/rest/client/reactive/jackson/runtime/serialisers/ClientJacksonMessageBodyWriter.java', 'integration-tests/rest-client-reactive/src/test/java/io/quarkus/it/rest/client/ClientWithCustomObjectMapperTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 25,047,819 | 4,945,013 | 638,365 | 5,854 | 72 | 13 | 2 | 1 | 5,988 | 462 | 1,307 | 159 | 0 | 2 | 2023-02-26T12:32:52 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,253 | quarkusio/quarkus/31294/31258 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/31258 | https://github.com/quarkusio/quarkus/pull/31294 | https://github.com/quarkusio/quarkus/pull/31294 | 1 | fixes | Synchronize GraalVM upstream's and Quarkus'-only debug info stripping | ### Describe the bug
GraalVM 23.0 will gain functionality to [strip debuginfo](https://github.com/oracle/graal/pull/5691). This is turned on by default when debuginfo generation is being turned on. As a result, quarkus applications trying to turn on debuginfo and then trying to use it in a debugger results in a CRC mi... | 6cced964632d3a6b7710f73808906dbaa4f0f704 | ad468ce6fb65b7f540edd7f237902a2ec9ec254e | https://github.com/quarkusio/quarkus/compare/6cced964632d3a6b7710f73808906dbaa4f0f704...ad468ce6fb65b7f540edd7f237902a2ec9ec254e | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildRunner.java b/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildRunner.java
index c5acdbab3a9..a079197e631 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildRun... | ['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java', 'core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildRunner.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 24,953,974 | 4,927,086 | 635,995 | 5,842 | 3,135 | 597 | 45 | 2 | 1,746 | 219 | 439 | 46 | 2 | 1 | 2023-02-20T10:34:08 | 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,477 | quarkusio/quarkus/24154/24130 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24130 | https://github.com/quarkusio/quarkus/pull/24154 | https://github.com/quarkusio/quarkus/pull/24154 | 1 | fixes | quarkus.oidc.tls.verification can not work in dev mode | ### Describe the bug
```log
135=12:30:17 INFO [io.qu.oi.de.de.OidcDevConsoleProcessor] (build-61) OIDC Dev Console: discovering the provider metadata at https://10.32.1.215:8443/realms/bank/.well-known/openid-configuration
225=12:30:18 WARN [io.qu.de.st.CombinedIndexBuildStep] (build-71) Failed to index boolean:... | 5a9db9d1b958061fdd02ffb9c39d87a59822ee1b | 71bd9303598c8c9548ca3fa6b31ca6d5d11acb6e | https://github.com/quarkusio/quarkus/compare/5a9db9d1b958061fdd02ffb9c39d87a59822ee1b...71bd9303598c8c9548ca3fa6b31ca6d5d11acb6e | diff --git a/extensions/oidc/deployment/src/main/java/io/quarkus/oidc/deployment/devservices/OidcDevServicesUtils.java b/extensions/oidc/deployment/src/main/java/io/quarkus/oidc/deployment/devservices/OidcDevServicesUtils.java
index 3f38775b5a5..5a277b381d8 100644
--- a/extensions/oidc/deployment/src/main/java/io/quark... | ['extensions/oidc/deployment/src/main/java/io/quarkus/oidc/deployment/devservices/OidcDevServicesUtils.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 19,994,298 | 3,869,288 | 508,259 | 4,885 | 339 | 69 | 6 | 1 | 1,260 | 143 | 380 | 45 | 1 | 1 | 2022-03-07T22:15:40 | 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,476 | quarkusio/quarkus/24165/24166 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24166 | https://github.com/quarkusio/quarkus/pull/24165 | https://github.com/quarkusio/quarkus/pull/24165 | 1 | resolves | [Qute] Custom default value is ignored in {config:boolean } rendering | ### Describe the bug
According to https://quarkus.io/guides/qute-reference#config, when you write `{config:boolean('quarkus.foo.boolean') ?: 'Not Found'}`, I was expecting it displays `Not Found` if `quarkus.foo.boolean` is not defined. But NOT_FOUND is rendered instead
### Expected behavior
Display the user-defin... | b718fba290e76502cfb8a93941c67d4e56071690 | f9405c32f414eac49322c130f9164499ba128a89 | https://github.com/quarkusio/quarkus/compare/b718fba290e76502cfb8a93941c67d4e56071690...f9405c32f414eac49322c130f9164499ba128a89 | diff --git a/extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/extensions/ConfigTemplateExtensionsTest.java b/extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/extensions/ConfigTemplateExtensionsTest.java
index 737b50c197b..9f0ffcb3b67 100644
--- a/extensions/qute/deployment/src/test... | ['independent-projects/qute/core/src/main/java/io/quarkus/qute/EvaluatorImpl.java', 'extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/extensions/ConfigTemplateExtensionsTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 19,996,909 | 3,869,745 | 508,297 | 4,885 | 543 | 88 | 9 | 1 | 982 | 114 | 243 | 39 | 3 | 0 | 2022-03-08T10:31:40 | 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,475 | quarkusio/quarkus/24169/24102 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24102 | https://github.com/quarkusio/quarkus/pull/24169 | https://github.com/quarkusio/quarkus/pull/24169 | 1 | fixes | Query hangs on invalid URI | ### Describe the bug
While developping an app, I ended up forgetting about URI encoding the data and sent this:
http://server:8081/query?q=g\\\\+\\\\+&dataOnly=true
In the back end I saw this exception:
```java
//
Caused by: java.net.URISyntaxException: Illegal character in query at index 14: /query?q=g\\... | dad93ec08a3362a652749e5ea3e0678a07866457 | 137a70de649f6761b8ca0169dcce04dcf3540efb | https://github.com/quarkusio/quarkus/compare/dad93ec08a3362a652749e5ea3e0678a07866457...137a70de649f6761b8ca0169dcce04dcf3540efb | diff --git a/extensions/opentelemetry/opentelemetry/deployment/src/test/java/io/quarkus/opentelemetry/deployment/VertxClientOpenTelemetryTest.java b/extensions/opentelemetry/opentelemetry/deployment/src/test/java/io/quarkus/opentelemetry/deployment/VertxClientOpenTelemetryTest.java
index d8f7f6334b1..e05898a19fb 100644... | ['extensions/opentelemetry/opentelemetry/deployment/src/test/java/io/quarkus/opentelemetry/deployment/VertxClientOpenTelemetryTest.java', 'extensions/opentelemetry/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/tracing/vertx/OpenTelemetryVertxTracer.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 19,736,026 | 3,821,368 | 501,835 | 4,833 | 342 | 68 | 6 | 1 | 1,069 | 147 | 274 | 51 | 2 | 1 | 2022-03-08T11:35: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,474 | quarkusio/quarkus/24306/24287 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24287 | https://github.com/quarkusio/quarkus/pull/24306 | https://github.com/quarkusio/quarkus/pull/24306 | 1 | fix | Gzip Compression Not Working over HTTPS | ### Describe the bug
I want to compress static resources in Quarkus like js, css, and image. I was activated configuration for compression **quarkus.http.enable-compression:true**. It's working perfectly on HTTP mode but does not working over https.
### Expected behavior
Content will be compressed as GZIP over HTTPS... | fc4151b4b0ca506cec2c02bb3ee10f00ef789fc5 | 8b9fffb3de0cb8a44d5dfc6c6cc1d8550dc0d8be | https://github.com/quarkusio/quarkus/compare/fc4151b4b0ca506cec2c02bb3ee10f00ef789fc5...8b9fffb3de0cb8a44d5dfc6c6cc1d8550dc0d8be | 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 8d6e7068b48..e9616ef08ad 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,072,980 | 3,883,941 | 510,153 | 4,906 | 4,343 | 762 | 60 | 1 | 1,381 | 192 | 333 | 46 | 4 | 0 | 2022-03-14T19:44:02 | 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,472 | quarkusio/quarkus/24355/24329 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24329 | https://github.com/quarkusio/quarkus/pull/24355 | https://github.com/quarkusio/quarkus/pull/24355 | 1 | fixes | DevServices for Keycloak UI is broken on 2.8-main | ### Describe the bug
Regression has been introduced on `main`, after starting `mvn quarkus:dev` and going to `http://localhost:8080/q/dev/`, the OIDC card does not have a `Provider: Keycloak` link to `http://localhost:8080/q/dev/io.quarkus.quarkus-oidc/provider`. `http://localhost:8080/q/dev/io.quarkus.quarkus-oidc/... | 5d31bc54caf10eba573c1219f7c885a6c5515ce7 | f8f9a705005125958bbe1bcdc7e2ab201e4c74fa | https://github.com/quarkusio/quarkus/compare/5d31bc54caf10eba573c1219f7c885a6c5515ce7...f8f9a705005125958bbe1bcdc7e2ab201e4c74fa | diff --git a/extensions/oidc/deployment/src/main/java/io/quarkus/oidc/deployment/devservices/keycloak/KeycloakDevConsoleProcessor.java b/extensions/oidc/deployment/src/main/java/io/quarkus/oidc/deployment/devservices/keycloak/KeycloakDevConsoleProcessor.java
index bb080341ec9..16de5057247 100644
--- a/extensions/oidc/d... | ['extensions/oidc/deployment/src/main/java/io/quarkus/oidc/deployment/devservices/keycloak/KeycloakDevServicesProcessor.java', 'extensions/oidc/deployment/src/main/java/io/quarkus/oidc/deployment/devservices/keycloak/KeycloakDevServicesConfigBuildItem.java', 'extensions/oidc/deployment/src/main/java/io/quarkus/oidc/dep... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 20,094,848 | 3,888,177 | 510,651 | 4,912 | 4,306 | 843 | 55 | 3 | 1,876 | 230 | 476 | 43 | 8 | 0 | 2022-03-16T16:41:12 | 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,471 | quarkusio/quarkus/24356/24322 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24322 | https://github.com/quarkusio/quarkus/pull/24356 | https://github.com/quarkusio/quarkus/pull/24356 | 1 | fixes | Config like `mp.messaging.connector.smallrye-kafka.value.serializer` is ignored | ### Describe the bug
The build step `SmallRyeReactiveMessagingKafkaProcessor#defaultChannelConfiguration()` currently ignores checking for connector-level config like `mp.messaging.connector.smallrye-kafka.value.serializer`. As a result this configuration has no effect when added to the `application.properties` file... | ea3688cab457dac977160ab9ef6a288559dcfc1c | 231112452b0d55c93652618d8ce5755d74b9a880 | https://github.com/quarkusio/quarkus/compare/ea3688cab457dac977160ab9ef6a288559dcfc1c...231112452b0d55c93652618d8ce5755d74b9a880 | diff --git a/extensions/smallrye-reactive-messaging-kafka/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/kafka/deployment/DefaultSerdeDiscoveryState.java b/extensions/smallrye-reactive-messaging-kafka/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/kafka/deployment/DefaultSerdeDiscoverySt... | ['extensions/smallrye-reactive-messaging-kafka/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/kafka/deployment/SmallRyeReactiveMessagingKafkaProcessor.java', 'extensions/smallrye-reactive-messaging-kafka/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/kafka/deployment/DefaultSerdeDiscover... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 20,092,041 | 3,887,703 | 510,589 | 4,912 | 2,985 | 490 | 64 | 2 | 2,204 | 261 | 468 | 46 | 1 | 0 | 2022-03-16T17:06:00 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,470 | quarkusio/quarkus/24398/24338 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24338 | https://github.com/quarkusio/quarkus/pull/24398 | https://github.com/quarkusio/quarkus/pull/24398 | 1 | resolves | Removal of beans loads referenced classes | ### Describe the bug
I have following project structure:
* commons (external module)
* web (quarkus)
The commons module includes hibernate-validator (and custom ConstraintValidators), which I just don't need for this project.
I tried to simply add an exclusion on quarkus-hibernate-validator, to remove this exten... | ed08535c15671fccbbfb217c1414e01e6dd5c303 | cf388350609ff4b108dacd09a187523d35b6fc4c | https://github.com/quarkusio/quarkus/compare/ed08535c15671fccbbfb217c1414e01e6dd5c303...cf388350609ff4b108dacd09a187523d35b6fc4c | diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/ComponentsProviderGenerator.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/ComponentsProviderGenerator.java
index 9a2effe1669..475b0c7044a 100644
--- a/independent-projects/arc/processor/src/main/jav... | ['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/MethodDescriptors.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Types.java', 'independent-projects/arc/runtime/src/main/java/io/quarkus/arc/ComponentsProvider.java', 'independent-projects/arc/processor/src/ma... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 20,107,371 | 3,890,528 | 510,982 | 4,921 | 12,399 | 2,287 | 223 | 4 | 6,591 | 358 | 1,585 | 123 | 1 | 2 | 2022-03-18T09:13:03 | 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,469 | quarkusio/quarkus/24440/24229 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24229 | https://github.com/quarkusio/quarkus/pull/24440 | https://github.com/quarkusio/quarkus/pull/24440 | 1 | fix | Continuous testing is not picking up custom JUnit extension from same module | ### Describe the bug
A Junit extension, e.g. a `org.junit.jupiter.api.extension.BeforeAllCallback`, that is registered via `src/test/resources/META-INF/services/org.junit.jupiter.api.extension.Extension` is not picked up when `mvn quarkus:test` (CT) is run in that module.
If CT is run in another module that depen... | ee867bcdd2fac7e54c8a4ac9318da3b57e0dbcc0 | d052ee29ee310b5661308ed2d7d728b9b921d2b3 | https://github.com/quarkusio/quarkus/compare/ee867bcdd2fac7e54c8a4ac9318da3b57e0dbcc0...d052ee29ee310b5661308ed2d7d728b9b921d2b3 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/JunitTestRunner.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/JunitTestRunner.java
index 4898fccee5e..328d1a12e2b 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/JunitTestRunner.java
+++ b/... | ['core/deployment/src/main/java/io/quarkus/deployment/dev/testing/JunitTestRunner.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 20,126,718 | 3,893,749 | 511,387 | 4,923 | 256 | 33 | 4 | 1 | 1,153 | 146 | 310 | 45 | 1 | 0 | 2022-03-21T09:19:17 | 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,467 | quarkusio/quarkus/24475/24473 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24473 | https://github.com/quarkusio/quarkus/pull/24475 | https://github.com/quarkusio/quarkus/pull/24475 | 1 | fixes | Redis Shared Dev Services Failed to Connect | ### Describe the bug
When trying to use Red Dev Services, the second quarkus runtime will fail to connect to the initial redis container due to unsupported redis connection string scheme.
### Expected behavior
A successful connection to the shared redis container.
### Actual behavior
The connection fails with the ... | 619288dfa9b11ee6591b8beace4810abef4ac468 | db01117e214ff3c7a3063ad527cb3ed0fb693ee8 | https://github.com/quarkusio/quarkus/compare/619288dfa9b11ee6591b8beace4810abef4ac468...db01117e214ff3c7a3063ad527cb3ed0fb693ee8 | diff --git a/extensions/redis-client/deployment/src/main/java/io/quarkus/redis/client/deployment/DevServicesRedisProcessor.java b/extensions/redis-client/deployment/src/main/java/io/quarkus/redis/client/deployment/DevServicesRedisProcessor.java
index 5933c445164..dad2345df6b 100644
--- a/extensions/redis-client/deploym... | ['extensions/redis-client/deployment/src/main/java/io/quarkus/redis/client/deployment/DevServicesRedisProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 20,168,345 | 3,901,497 | 512,304 | 4,933 | 571 | 96 | 7 | 1 | 1,966 | 231 | 534 | 51 | 2 | 0 | 2022-03-22T13:12:14 | 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,466 | quarkusio/quarkus/24478/24380 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24380 | https://github.com/quarkusio/quarkus/pull/24478 | https://github.com/quarkusio/quarkus/pull/24478 | 1 | fix | Last-Modified response header is not properly handled in QuarkusTests using MockHttpEventServer | ### Describe the bug
I am using RestAssured in a QuarkusTest to test a RestEasy resource endpoint that returns a response containing the header:
`Last-Modified: Tue, 26 Oct 2021 01:01:01 GMT`
The test goes as follows:
```
@Test
void verifyLastModifiedHeader() {
RestAssured.given()
... | ffb8fa04749ef66240c0619a66eb4e8cf03a35a4 | 8c16bc375ce3e11c1472132d398cd989c6062818 | https://github.com/quarkusio/quarkus/compare/ffb8fa04749ef66240c0619a66eb4e8cf03a35a4...8c16bc375ce3e11c1472132d398cd989c6062818 | 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 25b9106e7f7..9ee81290fab 100644
--- a/extensions/amazon-lam... | ['extensions/amazon-lambda-http/http-event-server/src/test/java/io/quarkus/amazon/lambda/runtime/EventServerTest.java', 'extensions/amazon-lambda-rest/rest-event-server/src/test/java/io/quarkus/amazon/lambda/runtime/EventServerTest.java', 'extensions/amazon-lambda-http/http-event-server/src/main/java/io/quarkus/amazon/... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 20,166,552 | 3,901,169 | 512,258 | 4,932 | 1,137 | 200 | 27 | 2 | 1,626 | 198 | 417 | 67 | 0 | 1 | 2022-03-22T14:20:49 | 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,465 | quarkusio/quarkus/24491/10402 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10402 | https://github.com/quarkusio/quarkus/pull/24491 | https://github.com/quarkusio/quarkus/pull/24491 | 1 | fix | RemoteControlledSampler fails with "No strategy present in response. Not updating sampler." in native mode | **Describe the bug**
When using Jaeger tracing by adding: `io.quarkus:quarkus-jaeger`, tracing seems to work, but a periodic error message is in the log, when using native mode.
I assume that updating the strategy is broken as well.
**Expected behavior**
Same as JVM mode: No error message. Update works.
... | 7dcdbdb864d992922a470c39ca47af7acf6f207d | d6bffc0d25f3aadef54172ebe87d1b238f51e7ec | https://github.com/quarkusio/quarkus/compare/7dcdbdb864d992922a470c39ca47af7acf6f207d...d6bffc0d25f3aadef54172ebe87d1b238f51e7ec | 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 06e9e0308f6..a45fd1c9dea 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 | 20,168,978 | 3,901,684 | 512,319 | 4,934 | 154 | 25 | 4 | 1 | 848 | 120 | 220 | 29 | 0 | 0 | 2022-03-23T09:04:40 | 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,464 | quarkusio/quarkus/24512/24260 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24260 | https://github.com/quarkusio/quarkus/pull/24512 | https://github.com/quarkusio/quarkus/pull/24512 | 1 | close | Gradle quarkusGenerateCode task with composite build dependency causes jar does not exist | ### Describe the bug
Our gradle composite build intermittently fails with dependent jars not existing (see below sample output). It always fails on the quarkusGenerateCode task of a module that depends on a jar produced by the included build. We don't usually run this task directly, but running it directly reproduces ... | 4b0bbdb73655f64e6272f5e60810942917b86810 | 426a9e9c9892a36c205c1c72a1c5d3b78bbb846c | https://github.com/quarkusio/quarkus/compare/4b0bbdb73655f64e6272f5e60810942917b86810...426a9e9c9892a36c205c1c72a1c5d3b78bbb846c | diff --git a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/QuarkusPlugin.java b/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/QuarkusPlugin.java
index dc53392336a..cef5d097ac7 100644
--- a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/Q... | ['devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusGenerateCode.java', 'devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/QuarkusPlugin.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 20,189,733 | 3,905,679 | 512,849 | 4,939 | 2,019 | 304 | 33 | 2 | 1,910 | 232 | 460 | 58 | 1 | 1 | 2022-03-23T21:22:38 | 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,463 | quarkusio/quarkus/24534/24384 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24384 | https://github.com/quarkusio/quarkus/pull/24534 | https://github.com/quarkusio/quarkus/pull/24534 | 1 | fix | Hot reload does not build multi module project in correct order | ### Describe the bug
I have a multi module project, where I get exceptions on hot reload.
If I only change one module at a time (and hot reload), no exception is thrown.
If i change multiple modules at the same time however, I get the exception from below.
In a related bug, #23164, only one additionalModule exi... | afba0c25e84be4ac121e14d035a5a79758ab652a | 8e7c98aa1eeb9e5a457aa07b7edddc5cd9dd28c5 | https://github.com/quarkusio/quarkus/compare/afba0c25e84be4ac121e14d035a5a79758ab652a...8e7c98aa1eeb9e5a457aa07b7edddc5cd9dd28c5 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java
index bcf1759c005..844727aad0f 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.ja... | ['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/devmode/DependenciesFilter.java', 'independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/workspace/LocalProject.ja... | {'.java': 6} | 6 | 6 | 0 | 0 | 6 | 20,245,980 | 3,916,918 | 514,295 | 4,955 | 4,641 | 863 | 112 | 5 | 4,439 | 463 | 1,018 | 85 | 2 | 1 | 2022-03-24T14:18:37 | 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,460 | quarkusio/quarkus/24587/16429 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/16429 | https://github.com/quarkusio/quarkus/pull/24587 | https://github.com/quarkusio/quarkus/pull/24587 | 1 | fixes | gradle quarkusBuild has error : SRCFG00035: Failed to load resource |
Since upgrading from to 1.13.x, run below command
```
./gradlew quarkusBuild -Dquarkus.package.type=uber-jar -Dorg.gradle.jvmargs=-Xmx256m
```
Gradle made a error: SRCFG00035: Failed to load resource, full stacktrace is:
```
> Task :processResources
> Task :classes
start copy some files...
> Task :insp... | 4f5dfa504bf1fe856c6be1cf53a442159bcadc32 | 694e9743ed57c408c873f2be6aa22270cbc0fa52 | https://github.com/quarkusio/quarkus/compare/4f5dfa504bf1fe856c6be1cf53a442159bcadc32...694e9743ed57c408c873f2be6aa22270cbc0fa52 | diff --git a/extensions/config-yaml/runtime/src/main/java/io/quarkus/config/yaml/runtime/ApplicationYamlConfigSourceLoader.java b/extensions/config-yaml/runtime/src/main/java/io/quarkus/config/yaml/runtime/ApplicationYamlConfigSourceLoader.java
index 2f063642c30..9badce01571 100644
--- a/extensions/config-yaml/runtime/... | ['extensions/config-yaml/runtime/src/main/java/io/quarkus/config/yaml/runtime/ApplicationYamlConfigSourceLoader.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 20,251,200 | 3,917,919 | 514,438 | 4,953 | 646 | 115 | 9 | 1 | 1,059 | 144 | 318 | 37 | 0 | 3 | 2022-03-28T17:24:46 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,459 | quarkusio/quarkus/24628/24452 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24452 | https://github.com/quarkusio/quarkus/pull/24628 | https://github.com/quarkusio/quarkus/pull/24628 | 1 | close | CDI issue with avro after migration to Quarkus 2.7 | ### Describe the bug
We have a Quarkus application with **Java** and **Kotlin** sources.
This component contains an avro file used to produce messages for Kafka
Gradle build of this application works perfectly with Quarkus 2.6 (2.6.3.Final)
But after migration to Quarkus 2.7 (2.7.5.Final), gradle build fails with... | c6c2788cfcc9139842b0e7257c674ed710412a55 | e74ba9fee2c922640f287facedc1655838353217 | https://github.com/quarkusio/quarkus/compare/c6c2788cfcc9139842b0e7257c674ed710412a55...e74ba9fee2c922640f287facedc1655838353217 | diff --git a/devtools/gradle/gradle-model/src/main/java/io/quarkus/gradle/tooling/GradleApplicationModelBuilder.java b/devtools/gradle/gradle-model/src/main/java/io/quarkus/gradle/tooling/GradleApplicationModelBuilder.java
index 8027eb438f7..89561b107a9 100644
--- a/devtools/gradle/gradle-model/src/main/java/io/quarkus... | ['devtools/gradle/gradle-model/src/main/java/io/quarkus/gradle/tooling/GradleApplicationModelBuilder.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 20,280,892 | 3,923,318 | 515,163 | 4,964 | 105 | 12 | 5 | 1 | 2,752 | 343 | 695 | 85 | 0 | 0 | 2022-03-30T09:16:18 | 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,458 | quarkusio/quarkus/24645/24613 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24613 | https://github.com/quarkusio/quarkus/pull/24645 | https://github.com/quarkusio/quarkus/pull/24645 | 1 | fixes | Regression: Quarkus-cli create app doesn't auto-detect Host java version | ### Describe the bug
When you create an app with `Quarkus-cli 2.6.3` the tool detects the java version that is running in the developer environment and the resulted app has the same java version as the host.
This feature is broken in `Quarkus 2.7.5.Final`
Reproducer:
Quarkus 2.6.3
Install quarkus-cli 2... | 0de2c19c79713b6889c69435c23e2786869a3db1 | be33427db39f867304eb995c12fe7e1d6fd6f6c2 | https://github.com/quarkusio/quarkus/compare/0de2c19c79713b6889c69435c23e2786869a3db1...be33427db39f867304eb995c12fe7e1d6fd6f6c2 | 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 ee88757a6f0..2ac56d3063b 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', 'independent-projects/tools/devtools-common/src/test/java/io/quarkus/devtools/project/codegen/CreateProjectHelperTest.java', 'independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/codestarts/jbang/QuarkusJBangCodestartP... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 20,278,341 | 3,922,706 | 515,116 | 4,964 | 3,551 | 729 | 58 | 3 | 975 | 123 | 342 | 28 | 0 | 0 | 2022-03-30T15:59: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 |
2,457 | quarkusio/quarkus/24651/24542 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24542 | https://github.com/quarkusio/quarkus/pull/24651 | https://github.com/quarkusio/quarkus/pull/24651 | 1 | fix | Update quarkus.quartz.datasource documentation | ### Describe the bug
The documentation https://github.com/quarkusio/quarkus/blob/main/extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runtime/QuartzBuildTimeConfig.java#L46 is referring to `db` store which has long been deprecated and removed.
We should update the javadoc to refer to `jdbc-tx` or `jdbc-cmt... | c5650f9eb103f237252a3438058cb416b41c96ba | c52f7b187ef96428e2052869cd364f7e050e4bfe | https://github.com/quarkusio/quarkus/compare/c5650f9eb103f237252a3438058cb416b41c96ba...c52f7b187ef96428e2052869cd364f7e050e4bfe | diff --git a/extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runtime/QuartzBuildTimeConfig.java b/extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runtime/QuartzBuildTimeConfig.java
index cda45a3e349..380c283e4fe 100644
--- a/extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runtime/QuartzBui... | ['extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runtime/QuartzBuildTimeConfig.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 20,278,656 | 3,922,836 | 515,164 | 4,966 | 135 | 34 | 2 | 1 | 959 | 120 | 242 | 40 | 2 | 0 | 2022-03-30T21:02:03 | 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,456 | quarkusio/quarkus/24665/24646 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24646 | https://github.com/quarkusio/quarkus/pull/24665 | https://github.com/quarkusio/quarkus/pull/24665 | 1 | fixes | Async Events behave inconsistently on Exceptions | ### Describe the bug
If an event is fired (and observed) asynchronously, the returned CompletionStage behaves differently in the case of exceptions depending on the number of observers that threw exceptions. This violates the [CDI Spec, 10.5.1](https://jakarta.ee/specifications/cdi/3.0/jakarta-cdi-spec-3.0.html#async_... | 1dafb4feb8442c7c36a43ee886447b51123e8c9d | cfa320453feb51704516c77ee046e90292fe718b | https://github.com/quarkusio/quarkus/compare/1dafb4feb8442c7c36a43ee886447b51123e8c9d...cfa320453feb51704516c77ee046e90292fe718b | diff --git a/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/EventImpl.java b/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/EventImpl.java
index 9168cd4469b..efe44c3c54d 100644
--- a/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/EventImpl.java
+++ b/independe... | ['independent-projects/arc/tests/src/test/java/io/quarkus/arc/test/observers/async/AsyncObserverExceptionTest.java', 'independent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/EventImpl.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 20,280,268 | 3,923,158 | 515,213 | 4,967 | 351 | 52 | 7 | 1 | 3,790 | 291 | 848 | 121 | 1 | 2 | 2022-03-31T11:55:22 | 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,455 | quarkusio/quarkus/24693/24322 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24322 | https://github.com/quarkusio/quarkus/pull/24693 | https://github.com/quarkusio/quarkus/pull/24693 | 1 | fixes | Config like `mp.messaging.connector.smallrye-kafka.value.serializer` is ignored | ### Describe the bug
The build step `SmallRyeReactiveMessagingKafkaProcessor#defaultChannelConfiguration()` currently ignores checking for connector-level config like `mp.messaging.connector.smallrye-kafka.value.serializer`. As a result this configuration has no effect when added to the `application.properties` file... | 9aa0739ea58bc19172390eaf493c1a69778091f9 | 366ea7430df9939292cd0ac7f4dae3df7c503a93 | https://github.com/quarkusio/quarkus/compare/9aa0739ea58bc19172390eaf493c1a69778091f9...366ea7430df9939292cd0ac7f4dae3df7c503a93 | diff --git a/extensions/smallrye-reactive-messaging-kafka/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/kafka/deployment/DefaultSerdeDiscoveryState.java b/extensions/smallrye-reactive-messaging-kafka/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/kafka/deployment/DefaultSerdeDiscoverySt... | ['extensions/smallrye-reactive-messaging-kafka/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/kafka/deployment/SmallRyeReactiveMessagingKafkaProcessor.java', 'extensions/smallrye-reactive-messaging-kafka/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/kafka/deployment/DefaultSerdeDiscover... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 20,288,566 | 3,924,733 | 515,413 | 4,969 | 2,985 | 490 | 64 | 2 | 2,204 | 261 | 468 | 46 | 1 | 0 | 2022-04-01T11:05: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 |
2,454 | quarkusio/quarkus/24698/24626 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24626 | https://github.com/quarkusio/quarkus/pull/24698 | https://github.com/quarkusio/quarkus/pull/24698 | 1 | fixes | Resteasy reactive with Http 1.1 Pipelining raising exception since quarkus 2.4.0 | ### Describe the bug
In a quarkus 2.7.5 app running with docker I've noticed the following errors:
```
2022-03-29 09:05:30,993 ERROR [io.qua.ver.cor.run.VertxCoreRecorder] (vert.x-eventloop-thread-1) Uncaught exception received by Vert.x: java.lang.IllegalStateException: Can't set the context safety flag: the curren... | e30c14f1b3444d8bd43de3151a25cfd1bd0a0215 | fc801a2cf5098f09e21b106e99b3060bb201cbd6 | https://github.com/quarkusio/quarkus/compare/e30c14f1b3444d8bd43de3151a25cfd1bd0a0215...fc801a2cf5098f09e21b106e99b3060bb201cbd6 | 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 e9616ef08ad..cfb398cc681 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,297,591 | 3,926,391 | 515,614 | 4,972 | 996 | 151 | 18 | 1 | 11,765 | 560 | 2,996 | 170 | 1 | 4 | 2022-04-01T16:13:17 | 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,249 | quarkusio/quarkus/31477/31449 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/31449 | https://github.com/quarkusio/quarkus/pull/31477 | https://github.com/quarkusio/quarkus/pull/31477 | 1 | fixes | Qute: VarArgs processing error with 1 element | ### Describe the bug
@mkouba I'm submitting this based on your suggesting to file here in Quarkus to fix https://github.com/quarkiverse/quarkus-renarde/issues/102
I have a method on my User class which is a RenardeUser, etc.
I have a method called `hasUserRole(String... roleNames)` that I'd like to pass in a lis... | cb1c4f0f6183bb2a09d0f86ad9b2256599b0421a | ed1f03a804de5979b8ae8df63971142d23422f7a | https://github.com/quarkusio/quarkus/compare/cb1c4f0f6183bb2a09d0f86ad9b2256599b0421a...ed1f03a804de5979b8ae8df63971142d23422f7a | diff --git a/extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/varargs/VarargsMethodTest.java b/extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/varargs/VarargsMethodTest.java
index 0cf8f640c66..957bae5ac11 100644
--- a/extensions/qute/deployment/src/test/java/io/quarkus/qute/deploy... | ['extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/varargs/VarargsMethodTest.java', 'independent-projects/qute/generator/src/main/java/io/quarkus/qute/generator/ValueResolverGenerator.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 25,049,712 | 4,945,586 | 638,432 | 5,856 | 2,144 | 387 | 28 | 1 | 1,920 | 252 | 479 | 58 | 1 | 2 | 2023-02-28T14:44:49 | 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,247 | quarkusio/quarkus/31581/31558 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/31558 | https://github.com/quarkusio/quarkus/pull/31581 | https://github.com/quarkusio/quarkus/pull/31581 | 1 | fixes | JUnit @Nested Inner Classes with @BeforeAll and @Transactional annotations fail on initialization after upgrading to 2.16.3.Final | ### Describe the bug
After upgrading from version `2.15.3.Final` to `2.16.3.Final`, Tests on Inner Classes annotated with `@Nested` and methods annotated with `@BeforeAll` and `@Transactional` fail on initialization.
### Expected behavior
Tests on Inner Classes annotated with JUnit @Nested annotation should keep wor... | c9d19099ea1dd87f9ee375aa6424a0d9f691ddb4 | 5d3a353c1b0cc92b15c41ae8d1f7f08ac9d7d4f3 | https://github.com/quarkusio/quarkus/compare/c9d19099ea1dd87f9ee375aa6424a0d9f691ddb4...5d3a353c1b0cc92b15c41ae8d1f7f08ac9d7d4f3 | diff --git a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/WrongAnnotationUsageProcessor.java b/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/WrongAnnotationUsageProcessor.java
index a68213e6271..5bbd2bdfcc3 100644
--- a/extensions/arc/deployment/src/main/java/io/quarkus/arc/depl... | ['extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/WrongAnnotationUsageProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 25,382,259 | 5,011,241 | 646,564 | 5,956 | 5,759 | 862 | 73 | 1 | 9,342 | 661 | 2,271 | 193 | 2 | 3 | 2023-03-03T12:48: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,401 | quarkusio/quarkus/26499/25850 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/25850 | https://github.com/quarkusio/quarkus/pull/26499 | https://github.com/quarkusio/quarkus/pull/26499 | 1 | fixes | Quarkus Liquibase MongoDB extension properties not used | ### Describe the bug
Quarkus Liquibase extension doesn't respect quarkus mongodb properties as it is expected.
Liquibase extension only uses 3 properties:
- `connection string`,
- `username`
- `password`.
This can be checked in `io.quarkus.liquibase.mongodb.LiquibaseMongodbFactory` in `createLiquibase` met... | 4805844c7ad36bec066e752ce388b2a34ebe906b | 983f0478282842a49ce3928065a39de6e37b86ff | https://github.com/quarkusio/quarkus/compare/4805844c7ad36bec066e752ce388b2a34ebe906b...983f0478282842a49ce3928065a39de6e37b86ff | diff --git a/extensions/liquibase-mongodb/runtime/src/main/java/io/quarkus/liquibase/mongodb/LiquibaseMongodbFactory.java b/extensions/liquibase-mongodb/runtime/src/main/java/io/quarkus/liquibase/mongodb/LiquibaseMongodbFactory.java
index 63a314da7f8..caa81f0ff47 100644
--- a/extensions/liquibase-mongodb/runtime/src/ma... | ['extensions/liquibase-mongodb/runtime/src/main/java/io/quarkus/liquibase/mongodb/LiquibaseMongodbFactory.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 22,068,900 | 4,320,662 | 562,903 | 5,245 | 206 | 32 | 5 | 1 | 4,058 | 289 | 982 | 95 | 0 | 3 | 2022-07-01T11:03:37 | 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,246 | quarkusio/quarkus/31630/31267 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/31267 | https://github.com/quarkusio/quarkus/pull/31630 | https://github.com/quarkusio/quarkus/pull/31630 | 1 | fixes | Issue with id population when using MongoDb with Panache in native | ### Describe the bug
When persisting an entity in mongodb, it should populate the id.
It is working launching quarkus in dev mode, but when I build it natively id keeps being null.
### Expected behavior
When persisting, it should populate the value of the generated _id in mongodb.
### Actual behavior
Va... | fdd65c47aecf93f9a324348206287e63bc24caa8 | be154567f906fe876cc52dff136e1f35ace044a9 | https://github.com/quarkusio/quarkus/compare/fdd65c47aecf93f9a324348206287e63bc24caa8...be154567f906fe876cc52dff136e1f35ace044a9 | 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 add4b85f039..4d8fc91bfa4 100644
--- a/extensions/mongodb-client/deployment/src/main/j... | ['extensions/panache/mongodb-panache-common/deployment/src/main/java/io/quarkus/mongodb/panache/deployment/BasePanacheMongoResourceProcessor.java', 'extensions/mongodb-client/deployment/src/main/java/io/quarkus/mongodb/deployment/MongoClientProcessor.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 25,397,938 | 5,014,208 | 646,820 | 5,957 | 1,030 | 205 | 10 | 2 | 1,274 | 170 | 338 | 61 | 2 | 0 | 2023-03-06T15:58:52 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,217 | quarkusio/quarkus/32525/32288 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32288 | https://github.com/quarkusio/quarkus/pull/32525 | https://github.com/quarkusio/quarkus/pull/32525 | 1 | fixes | Quarkus 3.0.0.CR1/CR2 project - quarkus-maven-plugin:update fails, unable to resolve quarkus-update-recipes | ### Describe the bug
Quarkus 3.0.0.CR1 project - quarkus-maven-plugin:update fails with `Failed to resolve version for io.quarkus:quarkus-update-recipes:jar:LATEST` error.
```
mvn quarkus:update
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------------< org.acme:code-with-quarkus >-------------------... | 0c7eece4e39b9d17fda7da05470532fc423d619c | ae5e4fb4355f1185097f887787f2de13cb2fd463 | https://github.com/quarkusio/quarkus/compare/0c7eece4e39b9d17fda7da05470532fc423d619c...ae5e4fb4355f1185097f887787f2de13cb2fd463 | diff --git a/devtools/cli/src/main/java/io/quarkus/cli/Update.java b/devtools/cli/src/main/java/io/quarkus/cli/Update.java
index c017b3ba91b..7cd4237227f 100644
--- a/devtools/cli/src/main/java/io/quarkus/cli/Update.java
+++ b/devtools/cli/src/main/java/io/quarkus/cli/Update.java
@@ -15,7 +15,7 @@ public class Update e... | ['devtools/cli/src/main/java/io/quarkus/cli/Update.java', 'independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/commands/handlers/UpdateProjectCommandHandler.java', 'devtools/maven/src/main/java/io/quarkus/maven/UpdateMojo.java', 'devtools/cli/src/main/java/io/quarkus/cli/build/GradleRunner.java... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 26,242,211 | 5,176,582 | 667,954 | 6,183 | 1,293 | 269 | 22 | 5 | 2,714 | 266 | 718 | 71 | 2 | 1 | 2023-04-11T09:33:07 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,218 | quarkusio/quarkus/32520/32519 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32519 | https://github.com/quarkusio/quarkus/pull/32520 | https://github.com/quarkusio/quarkus/pull/32520 | 1 | fix | Generating Role or ClusterRole resources with empty API group property produces invalid manifests | ### Describe the bug
When generating a Role or a ClusterRole resource like:
```
quarkus.kubernetes.rbac.cluster-roles.secret-reader.policy-rules.0.resources=secrets
quarkus.kubernetes.rbac.cluster-roles.secret-reader.policy-rules.0.verbs=get,watch,list
```
Produces the following resource:
```yaml
apiVersion... | cbdf77bf8b4046d1f885442bd8742493560000a7 | 34dd1cbc3fcb1759ba82823f66751896a336277f | https://github.com/quarkusio/quarkus/compare/cbdf77bf8b4046d1f885442bd8742493560000a7...34dd1cbc3fcb1759ba82823f66751896a336277f | diff --git a/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesCommonHelper.java b/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesCommonHelper.java
index 1eac16be796..ec91ba8b7f9 100644
--- a/extensions/kubernetes/vanilla... | ['extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesCommonHelper.java', 'integration-tests/kubernetes/quarkus-standard-way/src/test/java/io/quarkus/it/kubernetes/KubernetesWithRbacFullTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 26,238,676 | 5,175,993 | 667,875 | 6,181 | 214 | 41 | 3 | 1 | 1,491 | 175 | 378 | 79 | 1 | 3 | 2023-04-11T06:18:21 | 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,219 | quarkusio/quarkus/32501/32500 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32500 | https://github.com/quarkusio/quarkus/pull/32501 | https://github.com/quarkusio/quarkus/pull/32501 | 1 | fixes | `YamlMetadataGenerator` emits yaml with line splits | ### Describe the bug
The doc metadata yaml, which is generated by `YamlMetadataGenerator` contains blocks like this:
```
- title: Infinispan Client Extension Reference Guide
filename: infinispan-client-reference.adoc
summary: "Infinispan is an in memory distributed data store and cache server that\\
... | 0100232204b86ac87d9a373f6c2030a77bea1684 | 00be8a9d063605435e2c2263e761070177e8a852 | https://github.com/quarkusio/quarkus/compare/0100232204b86ac87d9a373f6c2030a77bea1684...00be8a9d063605435e2c2263e761070177e8a852 | diff --git a/docs/src/main/java/io/quarkus/docs/generation/YamlMetadataGenerator.java b/docs/src/main/java/io/quarkus/docs/generation/YamlMetadataGenerator.java
index 79a46bdf22d..f7b6a52138f 100644
--- a/docs/src/main/java/io/quarkus/docs/generation/YamlMetadataGenerator.java
+++ b/docs/src/main/java/io/quarkus/docs/g... | ['docs/src/main/java/io/quarkus/docs/generation/YamlMetadataGenerator.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,201,643 | 5,169,359 | 666,943 | 6,173 | 332 | 53 | 5 | 1 | 2,941 | 342 | 699 | 79 | 4 | 4 | 2023-04-08T07:52:02 | 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,220 | quarkusio/quarkus/32490/32418 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32418 | https://github.com/quarkusio/quarkus/pull/32490 | https://github.com/quarkusio/quarkus/pull/32490 | 1 | closes | Native build with jib and gradle fails on quarkus 3.0.0.CR1 | ### Describe the bug
Trying to build a simple quarkus app with jib fails with following exception:
On my windows developer system:
```
Starting Gradle Daemon...
Gradle Daemon started in 1 s 520 ms
> Task :processResources UP-TO-DATE
> Task :quarkusGenerateCode UP-TO-DATE
> Task :quarkusGenerateCodeDev UP-TO... | 501aa17e5f87e9eb355d03cecb9674bdb5842b9c | 9df8ba7f899046dc9d21aa02401de4875c34fbad | https://github.com/quarkusio/quarkus/compare/501aa17e5f87e9eb355d03cecb9674bdb5842b9c...9df8ba7f899046dc9d21aa02401de4875c34fbad | diff --git a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/worker/BuildWorker.java b/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/worker/BuildWorker.java
index 25054b8134b..00a31cffb9a 100644
--- a/devtools/gradle/gradle-application-plugin/src/main/ja... | ['devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/worker/BuildWorker.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,199,967 | 5,169,086 | 666,917 | 6,173 | 233 | 51 | 2 | 1 | 15,595 | 1,092 | 3,675 | 250 | 8 | 2 | 2023-04-07T11:25: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 |
2,221 | quarkusio/quarkus/32481/32449 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32449 | https://github.com/quarkusio/quarkus/pull/32481 | https://github.com/quarkusio/quarkus/pull/32481 | 1 | fixes | Multitenancy OIDC permit tenant enumeration | ### Describe the bug
We have a multi tenant application which programmatically choose the tenant based in the URL path. However, unauthorized users are able to find out tenant names because if the OIDC server is down (not exists in this case) it return a 500 error messag. But if OIDC server exists it will return a 40... | 4746a6925eea344c6ee2ea80cf5ee1e1c8801c4b | a6ee7a34b8faafa4fa8b8291f0566050e5b41285 | https://github.com/quarkusio/quarkus/compare/4746a6925eea344c6ee2ea80cf5ee1e1c8801c4b...a6ee7a34b8faafa4fa8b8291f0566050e5b41285 | diff --git a/extensions/oidc/deployment/src/test/java/io/quarkus/oidc/test/CodeFlowDevModeTestCase.java b/extensions/oidc/deployment/src/test/java/io/quarkus/oidc/test/CodeFlowDevModeTestCase.java
index 00e003db3d7..410c8ee4f92 100644
--- a/extensions/oidc/deployment/src/test/java/io/quarkus/oidc/test/CodeFlowDevModeTe... | ['extensions/oidc/deployment/src/test/java/io/quarkus/oidc/test/CustomTenantConfigResolver.java', 'extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/DefaultTenantConfigResolver.java', 'extensions/oidc/deployment/src/test/java/io/quarkus/oidc/test/CodeFlowDevModeTestCase.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 26,198,741 | 5,168,814 | 666,886 | 6,173 | 483 | 92 | 7 | 1 | 1,350 | 212 | 314 | 42 | 1 | 0 | 2023-04-06T16:36:10 | 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,222 | quarkusio/quarkus/32386/32203 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32203 | https://github.com/quarkusio/quarkus/pull/32386 | https://github.com/quarkusio/quarkus/pull/32386 | 1 | fix | Do not print stack-trace in LogStreamBroadcaster.recordHistory | ### Describe the bug
```posh
java.lang.InterruptedException
at java.base/java.util.concurrent.locks.ReentrantLock$Sync.lockInterruptibly(ReentrantLock.java:159)
at java.base/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:372)
at java.base/java.util.concurren... | 10faad0c3adb40a7d64ef16c69c7ef5749a89eb4 | 869fdbd5f6c020d0fa009787e29fae277e9215f0 | https://github.com/quarkusio/quarkus/compare/10faad0c3adb40a7d64ef16c69c7ef5749a89eb4...869fdbd5f6c020d0fa009787e29fae277e9215f0 | diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/devui/runtime/logstream/LogStreamBroadcaster.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/devui/runtime/logstream/LogStreamBroadcaster.java
index c250718564f..dd505f861c9 100644
--- a/extensions/vertx-http/runtime/src/main/java/io/quar... | ['extensions/vertx-http/runtime/src/main/java/io/quarkus/devui/runtime/logstream/LogStreamBroadcaster.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,130,557 | 5,155,430 | 665,280 | 6,161 | 38 | 4 | 1 | 1 | 3,130 | 179 | 660 | 82 | 0 | 2 | 2023-04-04T05:41:57 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,223 | quarkusio/quarkus/32319/32289 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32289 | https://github.com/quarkusio/quarkus/pull/32319 | https://github.com/quarkusio/quarkus/pull/32319 | 1 | fixes | Quarkus 3.0.0.Alpha4 introduces a performance regression | ### Describe the bug
A drop in mean throughput performance has been spotted while validating Camel Quarkus 3.0.0-M1 staging release upstream:
```
2.16.0 | 30m | 38804.35 req/s [+0.00%] | 22357.99 req/s [+0.00%] | OK |
3.0.0-M1 | 30m | 38857.07 req/s [+0.14%]... | 34accfcd59171845a4e79605dacf24205767caee | 54a4d81e70c261bd7abf82e2893f5bd7be5577d7 | https://github.com/quarkusio/quarkus/compare/34accfcd59171845a4e79605dacf24205767caee...54a4d81e70c261bd7abf82e2893f5bd7be5577d7 | 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 13171bec796..365f1ac191f 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,322,287 | 4,789,524 | 620,172 | 5,679 | 870 | 171 | 14 | 1 | 3,212 | 382 | 879 | 73 | 1 | 4 | 2023-03-31T20:53: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,224 | quarkusio/quarkus/32309/32246 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32246 | https://github.com/quarkusio/quarkus/pull/32309 | https://github.com/quarkusio/quarkus/pull/32309 | 1 | fixes | Quarkus doesn't detect Docker rootless anymore | ### Describe the bug
Starting from ``2.16.4.Final``, Quarkus cannot detect ```Docker rootless``` anymore. Reason for that is a faulty implemenation in ``ContainerRuntimeUtil.getRootlessStateFor``:
```java
private static boolean getRootlessStateFor(ContainerRuntime containerRuntime) {
......
... | 5f5f11880a5b38f538adc0fac12fe9f15e3982a1 | f2f24bed7f45e832e34458fc783b270be7007839 | https://github.com/quarkusio/quarkus/compare/5f5f11880a5b38f538adc0fac12fe9f15e3982a1...f2f24bed7f45e832e34458fc783b270be7007839 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildContainerRunner.java b/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildContainerRunner.java
index ef53e1b4f7b..ccca09727a2 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/N... | ['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildLocalContainerRunner.java', 'core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildContainerRunner.java', 'core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/UpxCompressionBuildStep.java', 'core/runtime/sr... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 26,269,957 | 5,182,364 | 668,580 | 6,188 | 9,478 | 1,756 | 170 | 4 | 4,106 | 427 | 995 | 136 | 1 | 3 | 2023-03-31T16:31:37 | 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,225 | quarkusio/quarkus/32278/32152 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32152 | https://github.com/quarkusio/quarkus/pull/32278 | https://github.com/quarkusio/quarkus/pull/32278 | 1 | fixes | Quarkus 2.13 test extension tests fail with the 22.3 mandrel builder image | ### Describe the bug
The integration tests fail with the 22.3 mandrel builder image. Filing this for tracking purposes:
```
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running io.quarkus.it.extension.Class... | ae4f5673759bbb231790f620fc1d7bdedc1790ed | 28ea5889386030b7cf7a76b0effd2f1b95ad0446 | https://github.com/quarkusio/quarkus/compare/ae4f5673759bbb231790f620fc1d7bdedc1790ed...28ea5889386030b7cf7a76b0effd2f1b95ad0446 | 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 33453e60485..3d48d5f38f6 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 | 22,788,604 | 4,462,594 | 582,200 | 5,410 | 578 | 107 | 8 | 1 | 2,563 | 172 | 624 | 63 | 2 | 1 | 2023-03-30T17:08:47 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,227 | quarkusio/quarkus/32208/32193 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32193 | https://github.com/quarkusio/quarkus/pull/32208 | https://github.com/quarkusio/quarkus/pull/32208 | 1 | fix | Kubernetes config now requires explicit `view-secrets` authorization to access secrets that is not needed | ### Describe the bug
I have application that uses the Quarkus Kubernetes config extension access OpenShift secret. When migrating to Quarkus 3.0, deployment fails over missing `view-secrets` authorization. I only access secrets that I created in namespace I also created with the same OpenShift user that I use for de... | 34da5133fd7dd9997d1cc7d52f80bbf81cd27a17 | f3d8aafdb59b34be44552a9342e6b144bdc554b7 | https://github.com/quarkusio/quarkus/compare/34da5133fd7dd9997d1cc7d52f80bbf81cd27a17...f3d8aafdb59b34be44552a9342e6b144bdc554b7 | diff --git a/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/AddClusterRoleResourceDecorator.java b/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/AddClusterRoleResourceDecorator.java
index 2074e4fd122..d1309151483 100644
--- a/extensions/... | ['extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/AddClusterRoleResourceDecorator.java', 'integration-tests/kubernetes/quarkus-standard-way/src/test/java/io/quarkus/it/kubernetes/KubernetesWithRbacFullTest.java', 'extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 26,080,822 | 5,145,971 | 664,134 | 6,155 | 594 | 129 | 18 | 3 | 15,548 | 827 | 4,243 | 164 | 3 | 2 | 2023-03-29T08:21: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 |
2,228 | quarkusio/quarkus/32207/32135 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32135 | https://github.com/quarkusio/quarkus/pull/32207 | https://github.com/quarkusio/quarkus/pull/32207 | 1 | fix | Quarkus-openshift fails to properly deploy applications which use management interface | ### Describe the bug
I have an application, which uses separate management interface[1] and deployed on Openshift via quarkus-openshift extension[2]. Both main and management interfaces are not accessible after deployment.
[1] https://github.com/quarkusio/quarkus/pull/30506
[2] https://quarkus.io/guides/deploying-... | 2d2e1cf4d3c15c250fdd960f868371757b5f77fe | 7765b20d8c3390f4ba12b17647edfec82a3a4ba7 | https://github.com/quarkusio/quarkus/compare/2d2e1cf4d3c15c250fdd960f868371757b5f77fe...7765b20d8c3390f4ba12b17647edfec82a3a4ba7 | diff --git a/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/ApplyHttpGetActionPortDecorator.java b/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/ApplyHttpGetActionPortDecorator.java
index 1afe6e7aa81..75c08c859ed 100644
--- a/extensions/... | ['extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/DevClusterHelper.java', 'extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/Constants.java', 'extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/VanillaKube... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 26,080,095 | 5,145,799 | 664,123 | 6,155 | 3,633 | 750 | 37 | 5 | 2,190 | 213 | 626 | 66 | 5 | 2 | 2023-03-29T07:53: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 |
2,229 | quarkusio/quarkus/32199/32194 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32194 | https://github.com/quarkusio/quarkus/pull/32199 | https://github.com/quarkusio/quarkus/pull/32199 | 1 | fixes | @RestCookie/@RestHeader (and relative @*Param) applied to Temporal parameter lead to deployment failure | ### Describe the bug
```java
@Path("/hello")
public class GreetingResource {
@Inject
ObjectMapper mapper;
@Path("{path}")
@GET
@Produces(MediaType.APPLICATION_JSON)
public String hello(@RestQuery("query") Instant query, @RestPath("path") Instant path,
@RestHeader("heade... | 34da5133fd7dd9997d1cc7d52f80bbf81cd27a17 | 335e4924d8a01809ba1b0b6bb25ca29805827342 | https://github.com/quarkusio/quarkus/compare/34da5133fd7dd9997d1cc7d52f80bbf81cd27a17...335e4924d8a01809ba1b0b6bb25ca29805827342 | 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 3ab31b32824..05b7f10dc15 10... | ['independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/simple/InstantParamTest.java', 'independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/simple/LocalDateParamTest.java', 'independent-projects/resteas... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 26,080,822 | 5,145,971 | 664,134 | 6,155 | 314 | 66 | 3 | 1 | 4,425 | 243 | 1,024 | 87 | 3 | 2 | 2023-03-28T22:59:39 | 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,230 | quarkusio/quarkus/32110/32037 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32037 | https://github.com/quarkusio/quarkus/pull/32110 | https://github.com/quarkusio/quarkus/pull/32110 | 1 | fixes | Set-Cookie Header is Split when using OIDC together with AWS Lambda | ### Describe the bug
I think I have a similar problem to #25580. I am trying to use the quarkus-oidc extension together with an AWS Lambda deployment using quarkus-amazon-lambda-http. When I remove the quarkus-amazon-lambda-http dependency from the project, everything works fine. However when it is included in the d... | 125f884d2e755d143003381cad2c6b3deebf8d51 | 736ba35acdebace0bdc6395e9147c42e3bdebbf1 | https://github.com/quarkusio/quarkus/compare/125f884d2e755d143003381cad2c6b3deebf8d51...736ba35acdebace0bdc6395e9147c42e3bdebbf1 | 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 e7b438422ea..69fe6e67955 100644
--- a/extensions/amazon-lam... | ['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/MockHttpEventServer.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 25,888,282 | 5,106,508 | 658,880 | 6,087 | 509 | 74 | 10 | 2 | 2,103 | 283 | 533 | 63 | 1 | 2 | 2023-03-24T11:40:05 | 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,232 | quarkusio/quarkus/32093/32079 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32079 | https://github.com/quarkusio/quarkus/pull/32093 | https://github.com/quarkusio/quarkus/pull/32093 | 1 | fix | Quarkus JaCoCo extension fails to start Gradle daemon | ### Describe the bug
The `io.quarkus:quarkus-jacoco` extension fails to execute when run in an Azure DevOps pipeline using the Gradle wrapper because it is unable to start the Gradle daemon in this environment:
```
...
Caused by: org.gradle.api.GradleException: Could not start Gradle daemon.
Caused by: java.la... | 5d57b2782adc96cad16367ecd7f0b28398ce66f4 | be495a101191bc58b7ffbe0ba5be67d3a0bc9716 | https://github.com/quarkusio/quarkus/compare/5d57b2782adc96cad16367ecd7f0b28398ce66f4...be495a101191bc58b7ffbe0ba5be67d3a0bc9716 | diff --git a/test-framework/jacoco/deployment/src/main/java/io/quarkus/jacoco/deployment/JacocoProcessor.java b/test-framework/jacoco/deployment/src/main/java/io/quarkus/jacoco/deployment/JacocoProcessor.java
index be25c4ca054..c7273df4b8f 100644
--- a/test-framework/jacoco/deployment/src/main/java/io/quarkus/jacoco/de... | ['test-framework/jacoco/deployment/src/main/java/io/quarkus/jacoco/deployment/JacocoProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 25,881,799 | 5,105,219 | 658,701 | 6,083 | 838 | 156 | 13 | 1 | 2,466 | 274 | 658 | 69 | 1 | 3 | 2023-03-23T21:57:38 | 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,233 | quarkusio/quarkus/32088/31717 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/31717 | https://github.com/quarkusio/quarkus/pull/32088 | https://github.com/quarkusio/quarkus/pull/32088 | 1 | fixes | Quarkus OIDC Session Cookie not deleted in case of 401 unauthorized | ### Describe the bug
In case the verification of the oidc session cookie fails (for instance because the id token is malformed, expired, ...), then the server response with an http 401. however, the server is not deleting the session cookie. hence all subsequent requests also fail with 401 without the change for the u... | 5d57b2782adc96cad16367ecd7f0b28398ce66f4 | 298b0080634d15368d9f3a174994bf993d03e106 | https://github.com/quarkusio/quarkus/compare/5d57b2782adc96cad16367ecd7f0b28398ce66f4...298b0080634d15368d9f3a174994bf993d03e106 | 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 55396274e51..0dde01e5b97 100644
--- a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/CodeAuthe... | ['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': 2} | 2 | 2 | 0 | 0 | 2 | 25,881,799 | 5,105,219 | 658,701 | 6,083 | 920 | 71 | 9 | 1 | 1,126 | 180 | 252 | 41 | 0 | 0 | 2023-03-23T20:08: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 |
2,234 | quarkusio/quarkus/32069/32065 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32065 | https://github.com/quarkusio/quarkus/pull/32069 | https://github.com/quarkusio/quarkus/pull/32069 | 1 | fix | List of AWT runtime initialized classes not observable for other extensions | ### Describe the bug
In Quarkiverse CXF we are performing some special actions at build time based on whether SOAP service interfaces reference build time initiliazed classes. To do that, we observe `RuntimeInitializedClassBuildItem` and `RuntimeInitializedPackageBuildItem`.
`java.awt.Image` is a prime example f... | 3c22fa33328aa6f0cb8ebf938a2ee90fae47d30d | 9764218cf2161f9e515df3e681d4f8e944eb7f5e | https://github.com/quarkusio/quarkus/compare/3c22fa33328aa6f0cb8ebf938a2ee90fae47d30d...9764218cf2161f9e515df3e681d4f8e944eb7f5e | diff --git a/extensions/awt/deployment/src/main/java/io/quarkus/awt/deployment/AwtProcessor.java b/extensions/awt/deployment/src/main/java/io/quarkus/awt/deployment/AwtProcessor.java
index 091b3084502..df7c1571466 100644
--- a/extensions/awt/deployment/src/main/java/io/quarkus/awt/deployment/AwtProcessor.java
+++ b/ext... | ['extensions/awt/deployment/src/main/java/io/quarkus/awt/deployment/AwtProcessor.java', 'extensions/awt/runtime/src/main/java/io/quarkus/awt/runtime/graal/AwtFeature.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 25,877,513 | 5,104,359 | 658,600 | 6,081 | 1,717 | 341 | 44 | 2 | 698 | 89 | 156 | 8 | 0 | 0 | 2023-03-23T12:39:37 | 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,235 | quarkusio/quarkus/32061/32032 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32032 | https://github.com/quarkusio/quarkus/pull/32061 | https://github.com/quarkusio/quarkus/pull/32061 | 1 | fix | PartFilename does not work for InputStream | ### Describe the bug
I use quarkus-rest-client-reactive to send a multipart rest request.
This is the model I use:
```
public class GreetingModel {
@FormParam("file")
@PartType(value = MediaType.APPLICATION_OCTET_STREAM)
@PartFilename("static-file-name")
public InputStream file;
}
```
Whe... | 286cf2c568b542cb157a2746e299508dd27ba531 | 4717c905aee995c240f06918553a4f8febc76956 | https://github.com/quarkusio/quarkus/compare/286cf2c568b542cb157a2746e299508dd27ba531...4717c905aee995c240f06918553a4f8febc76956 | diff --git a/extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.java b/extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.ja... | ['extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.java', 'independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/multipart/QuarkusMultipartFormDataPart.java', 'indepe... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 25,875,563 | 5,104,013 | 658,564 | 6,081 | 3,967 | 759 | 59 | 4 | 1,956 | 243 | 594 | 64 | 3 | 1 | 2023-03-23T10:06: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 |
2,236 | quarkusio/quarkus/32060/32059 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32059 | https://github.com/quarkusio/quarkus/pull/32060 | https://github.com/quarkusio/quarkus/pull/32060 | 1 | fix | `quarkus-jaxb` loads entity classes at build time even though no default JAXBContext will be created within the application | ### Describe the bug
I am working on a test within Quarkiverse CXF that makes sure that SOAP service methods having runtime initialized arguments work. Those arguments typically have JAXB annotations and so they are catched by JaxbProcessor when collecting classes for the default JAXBContext. If some of those argument... | 286cf2c568b542cb157a2746e299508dd27ba531 | e86129c8191d60cc90044394accf1067ef4e4204 | https://github.com/quarkusio/quarkus/compare/286cf2c568b542cb157a2746e299508dd27ba531...e86129c8191d60cc90044394accf1067ef4e4204 | diff --git a/extensions/jaxb/deployment/src/main/java/io/quarkus/jaxb/deployment/JaxbProcessor.java b/extensions/jaxb/deployment/src/main/java/io/quarkus/jaxb/deployment/JaxbProcessor.java
index 41ca49b5206..29255342e9a 100644
--- a/extensions/jaxb/deployment/src/main/java/io/quarkus/jaxb/deployment/JaxbProcessor.java
... | ['extensions/jaxb/deployment/src/main/java/io/quarkus/jaxb/deployment/JaxbProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 25,875,563 | 5,104,013 | 658,564 | 6,081 | 417 | 96 | 9 | 1 | 7,252 | 577 | 1,697 | 92 | 2 | 1 | 2023-03-23T09:59:45 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,237 | quarkusio/quarkus/31984/31930 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/31930 | https://github.com/quarkusio/quarkus/pull/31984 | https://github.com/quarkusio/quarkus/pull/31984 | 1 | closes | Native build fails for JWT | ### Describe the bug
Error while building natively for quarkus-smallrye-jwt-build when present as dependency with error:
```
io.quarkus.smallrye.jwt.build.runtime.graalvm.Target_org_jose4j_jwk_OctetKeyPairJsonWebKey is not loaded.
Error: Substitution target for io.quarkus.smallrye.jwt.build.runtime.graalv... | 03ccd2e5da2cb2dc67c3560382570d950d7f1730 | 1b143e9660c9cac7e5d0a3f76e43f9e232c0e9f5 | https://github.com/quarkusio/quarkus/compare/03ccd2e5da2cb2dc67c3560382570d950d7f1730...1b143e9660c9cac7e5d0a3f76e43f9e232c0e9f5 | diff --git a/extensions/smallrye-jwt-build/runtime/src/main/java/io/quarkus/smallrye/jwt/build/runtime/graalvm/Substitutions.java b/extensions/smallrye-jwt-build/runtime/src/main/java/io/quarkus/smallrye/jwt/build/runtime/graalvm/Substitutions.java
index 4d09817c95d..c7e868d0b0a 100644
--- a/extensions/smallrye-jwt-bui... | ['extensions/smallrye-jwt-build/runtime/src/main/java/io/quarkus/smallrye/jwt/build/runtime/graalvm/Substitutions.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 25,723,381 | 5,075,499 | 654,458 | 6,028 | 1,302 | 315 | 19 | 1 | 1,483 | 155 | 436 | 48 | 0 | 1 | 2023-03-20T17:59:21 | 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,238 | quarkusio/quarkus/31931/31866 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/31866 | https://github.com/quarkusio/quarkus/pull/31931 | https://github.com/quarkusio/quarkus/pull/31931 | 1 | fix | The behavior of the @RestHeader annotation is different from the @HeaderParam annotation when the parameter is of type List | The @RestHeader javadoc says :
```
/*
* Equivalent of HeaderParam but with optional name.
*/
```
And the javadoc of HeaderParam say that :
```
/**
* Binds the value(s) of a HTTP header to a resource method parameter,
* resource class field, or resource class bean property. A default value
* can be... | 351fcd3bf43b23af4851b35934f9554edef64276 | 41aba276f020d510c9a2a0435ad9ad332ebf0a97 | https://github.com/quarkusio/quarkus/compare/351fcd3bf43b23af4851b35934f9554edef64276...41aba276f020d510c9a2a0435ad9ad332ebf0a97 | diff --git a/extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.java b/extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.ja... | ['extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/simple/SimpleQuarkusRestTestCase.java', 'extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.java', ... | {'.java': 6} | 6 | 6 | 0 | 0 | 6 | 25,691,704 | 5,069,047 | 653,760 | 6,016 | 1,987 | 358 | 28 | 3 | 1,670 | 238 | 410 | 46 | 0 | 2 | 2023-03-17T09:11:50 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,239 | quarkusio/quarkus/31770/31624 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/31624 | https://github.com/quarkusio/quarkus/pull/31770 | https://github.com/quarkusio/quarkus/pull/31770 | 1 | fixes | native compilation : quarkus-jdbc-oracle with elasticsearch-java strange behaviour | ### Describe the bug
Hello,
I'm trying to compile in native mode my project using
- quay.io/quarkus/ubi-quarkus-graalvmce-builder-image:22.3-java17 as nativeBuilder
- quarkus 2.16.3.Final
- quarkus-jdbc-oracle
- quarkus-elasticsearch-rest-client
- elasticsearch-java
But it fail.
I can't figure ou... | c0fc995631a35fa9e31fe741520078c556525cff | 77062838587b25c6c8a18dddda6e26f2995348b7 | https://github.com/quarkusio/quarkus/compare/c0fc995631a35fa9e31fe741520078c556525cff...77062838587b25c6c8a18dddda6e26f2995348b7 | 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 fbabaecceb2..892ef190c53 100644
--- a/extensions/jdbc/jdbc-oracle/d... | ['extensions/jdbc/jdbc-oracle/deployment/src/main/java/io/quarkus/jdbc/oracle/deployment/OracleNativeImage.java', 'extensions/jdbc/jdbc-oracle/deployment/src/main/java/io/quarkus/jdbc/oracle/deployment/OracleMetadataOverrides.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 25,499,904 | 5,033,524 | 649,418 | 5,986 | 1,416 | 268 | 21 | 2 | 2,367 | 290 | 601 | 68 | 2 | 2 | 2023-03-10T16:48:05 | 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,241 | quarkusio/quarkus/31737/26180 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/26180 | https://github.com/quarkusio/quarkus/pull/31737 | https://github.com/quarkusio/quarkus/pull/31737 | 1 | fix | OpenShift binary build targeting to another namespace failing | ### Describe the bug
We have Jenkins running in OpenShift project/namespace (jenkins-namespace) and we have also another namespace(s) where Quarkus applications are deployed. Jenkins is running with Service Account "jenkins" which has access to another namespaces but implicitly "jenkins-namespace" is selected for it. ... | bbb56f92d755ac529c4df04147639d88ed2dda39 | a88471214e99408f12c99b93b4d858cf64ea857f | https://github.com/quarkusio/quarkus/compare/bbb56f92d755ac529c4df04147639d88ed2dda39...a88471214e99408f12c99b93b4d858cf64ea857f | diff --git a/extensions/container-image/container-image-openshift/deployment/src/main/java/io/quarkus/container/image/openshift/deployment/OpenshiftProcessor.java b/extensions/container-image/container-image-openshift/deployment/src/main/java/io/quarkus/container/image/openshift/deployment/OpenshiftProcessor.java
index... | ['extensions/container-image/container-image-openshift/deployment/src/main/java/io/quarkus/container/image/openshift/deployment/OpenshiftUtils.java', 'extensions/container-image/container-image-openshift/deployment/src/main/java/io/quarkus/container/image/openshift/deployment/OpenshiftProcessor.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 25,456,805 | 5,025,177 | 648,376 | 5,977 | 1,236 | 245 | 21 | 2 | 1,558 | 183 | 356 | 48 | 1 | 1 | 2023-03-09T14:50:43 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,242 | quarkusio/quarkus/31728/30744 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/30744 | https://github.com/quarkusio/quarkus/pull/31728 | https://github.com/quarkusio/quarkus/pull/31728 | 1 | fixes | [Quarkus Native] ClassNotFoundException: com.github.benmanes.caffeine.cache.SSSW | ### Describe the bug
Using the Cache API with ``caffeine`` leads to the following exception when running ``Quarkus 2.16.0.Final`` in ```native``` mode:
```
2023-01-31 13:56:54,211 ERROR [io.qua.run.Application] (main) Failed to start application (with profile [prod]): java.lang.ClassNotFoundException: com.github.ben... | 3d53ddf3c8612504f325bd23ea6d07f65040ac0e | 8746898ebbf3861c7ab4b300a2ac91ee0d2ba09f | https://github.com/quarkusio/quarkus/compare/3d53ddf3c8612504f325bd23ea6d07f65040ac0e...8746898ebbf3861c7ab4b300a2ac91ee0d2ba09f | diff --git a/extensions/caffeine/runtime/src/main/java/io/quarkus/caffeine/runtime/graal/CacheConstructorsFeature.java b/extensions/caffeine/runtime/src/main/java/io/quarkus/caffeine/runtime/graal/CacheConstructorsFeature.java
index 8456a80860c..ac2bf2db5b4 100644
--- a/extensions/caffeine/runtime/src/main/java/io/quar... | ['extensions/caffeine/runtime/src/main/java/io/quarkus/caffeine/runtime/graal/CacheConstructorsFeature.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 25,460,564 | 5,025,732 | 648,444 | 5,977 | 247 | 66 | 4 | 1 | 4,974 | 259 | 1,312 | 84 | 0 | 4 | 2023-03-09T12:10: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,243 | quarkusio/quarkus/31726/31722 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/31722 | https://github.com/quarkusio/quarkus/pull/31726 | https://github.com/quarkusio/quarkus/pull/31726 | 1 | fix | Multiple duplicate traces when deploying into Kubernetes | ### Describe the bug
When performing a deployment to Kubernetes, I can see these duplicate traces:
```
[INFO] [io.quarkus.kubernetes.deployment.KubernetesDeploy] Kubernetes API Server at 'https://127.0.0.1:38293/' successfully contacted.
[INFO] [io.quarkus.kubernetes.deployment.KubernetesDeploy] Kubernetes API Se... | bbb56f92d755ac529c4df04147639d88ed2dda39 | 3093492e8e88dcbcc455f8f2ff62f4de24b97708 | https://github.com/quarkusio/quarkus/compare/bbb56f92d755ac529c4df04147639d88ed2dda39...3093492e8e88dcbcc455f8f2ff62f4de24b97708 | diff --git a/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesDeploy.java b/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesDeploy.java
index 7961676eab0..d2acba0da79 100644
--- a/extensions/kubernetes/vanilla/deployment/... | ['extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesDeploy.java', 'extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesDeployer.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 25,456,805 | 5,025,177 | 648,376 | 5,977 | 454 | 80 | 4 | 2 | 1,312 | 136 | 330 | 47 | 4 | 1 | 2023-03-09T11:53:48 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,453 | quarkusio/quarkus/24711/24704 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24704 | https://github.com/quarkusio/quarkus/pull/24711 | https://github.com/quarkusio/quarkus/pull/24711 | 1 | close | Gradle quarkusIntTest and testNative tasks should not depend on check | ### Describe the bug
The `quarkusIntTest` and `testNative` gradle tasks add a dependency on `check`. I believe this dependency is backwards - `check` should instead depend on the `Test` tasks.
This causes a circular dependency issue with our build because we run a `jacocoCoverageVerification` task after all test ta... | 9aab340b4d9a1890a1d821e43fdcfd77d7c95662 | 17b51b899350bd1f5af5d72e88298015f3a00c43 | https://github.com/quarkusio/quarkus/compare/9aab340b4d9a1890a1d821e43fdcfd77d7c95662...17b51b899350bd1f5af5d72e88298015f3a00c43 | diff --git a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/QuarkusPlugin.java b/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/QuarkusPlugin.java
index cef5d097ac7..c3d56ef8604 100644
--- a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/Q... | ['devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/QuarkusPlugin.java', 'integration-tests/gradle/src/test/java/io/quarkus/gradle/IntegrationTestBuildTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 20,297,884 | 3,926,453 | 515,619 | 4,972 | 462 | 95 | 5 | 1 | 1,374 | 177 | 350 | 64 | 0 | 2 | 2022-04-02T19:24:11 | 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,450 | quarkusio/quarkus/24732/24712 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/24712 | https://github.com/quarkusio/quarkus/pull/24732 | https://github.com/quarkusio/quarkus/pull/24732 | 1 | resolves | dev mode Startup time regression between 2.7.5.Final and 2.8.0.CR1 | ### Describe the bug
I noticed a slight regression in dev mode startup time between 2.7.5.Final and 2.8.0.CR1.
A bit of testing showed cf388350609ff4b108dacd09a187523d35b6fc4c (#24398) as main contributor.
average of 3 runs:
2.8.0.CR1
mvn quarkus:dev: 2170ms
force restart (s) 532ms
2.7.5.Final
mvn quarkus... | 0dbe4345642825cc59ab060775506a9c0cf646e9 | 3133199cbb457886e53e8a11131ef35561da01ce | https://github.com/quarkusio/quarkus/compare/0dbe4345642825cc59ab060775506a9c0cf646e9...3133199cbb457886e53e8a11131ef35561da01ce | diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/ComponentsProviderGenerator.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/ComponentsProviderGenerator.java
index 8107dcdf3a8..2a2a4564505 100644
--- a/independent-projects/arc/processor/src/main/jav... | ['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/ComponentsProviderGenerator.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 20,298,500 | 3,926,524 | 515,632 | 4,972 | 321 | 62 | 11 | 1 | 1,693 | 206 | 559 | 57 | 1 | 0 | 2022-04-04T07:30:48 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,430 | quarkusio/quarkus/25442/23939 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/23939 | https://github.com/quarkusio/quarkus/pull/25442 | https://github.com/quarkusio/quarkus/pull/25442 | 1 | fixes | Optional not working with @QueryParam in BeanParam | ### Describe the bug
When using @QueryParam in conjunction with @BeanParam Optional fields are not working.
I'm using resteasy-reactive
### Expected behavior
We can automatically wrap null in Optional to have a nicer developper experience and have our code behave in BeanParam the same way it does with plain contr... | 1e6a7c1b63bf7acde0adec4189ce131234111aab | 0f598a0d09a622574556e1de3ad85f7e2d422c94 | https://github.com/quarkusio/quarkus/compare/1e6a7c1b63bf7acde0adec4189ce131234111aab...0f598a0d09a622574556e1de3ad85f7e2d422c94 | diff --git a/independent-projects/resteasy-reactive/server/processor/src/main/java/org/jboss/resteasy/reactive/server/processor/scanning/ClassInjectorTransformer.java b/independent-projects/resteasy-reactive/server/processor/src/main/java/org/jboss/resteasy/reactive/server/processor/scanning/ClassInjectorTransformer.ja... | ['independent-projects/resteasy-reactive/server/processor/src/main/java/org/jboss/resteasy/reactive/server/processor/scanning/ClassInjectorTransformer.java', 'independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/simple/SimpleBeanParam.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 20,545,659 | 3,973,841 | 521,678 | 5,009 | 784 | 158 | 17 | 1 | 2,217 | 283 | 512 | 88 | 0 | 1 | 2022-05-08T19:29:18 | 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,429 | quarkusio/quarkus/25443/25444 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/25444 | https://github.com/quarkusio/quarkus/pull/25443 | https://github.com/quarkusio/quarkus/pull/25443 | 1 | fixes | Fix comparison in ensureProjectCoords method in AppModelGradleResolver class | ### Describe the bug
In the method ensureProjectCoords, appArtifact.getGroupId() and appArtifact.getVersion() are compared against themselves in an if statement, when they should be compared to project.getGroup() and project.getVersion() respectively.
```
if (project.getName().equals(appArtifact.getArtifactId())
... | 1e6a7c1b63bf7acde0adec4189ce131234111aab | e6063b7f1c6c85b8fff9844e2e263ce51631ebc2 | https://github.com/quarkusio/quarkus/compare/1e6a7c1b63bf7acde0adec4189ce131234111aab...e6063b7f1c6c85b8fff9844e2e263ce51631ebc2 | diff --git a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/AppModelGradleResolver.java b/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/AppModelGradleResolver.java
index 478c34ea9cc..5aef8898fc8 100644
--- a/devtools/gradle/gradle-application-plugin/src/main/java/i... | ['devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/AppModelGradleResolver.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 20,545,659 | 3,973,841 | 521,678 | 5,009 | 329 | 52 | 4 | 1 | 928 | 107 | 199 | 47 | 0 | 1 | 2022-05-08T23:39:09 | 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,428 | quarkusio/quarkus/25478/25455 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/25455 | https://github.com/quarkusio/quarkus/pull/25478 | https://github.com/quarkusio/quarkus/pull/25478 | 1 | fixes | Unused `quarkus-smallrye-graphql` extension break Quarkus scenario in combination with other extensions | ### Describe the bug
### JDK17 / Quarkus Upstream
When I add the extension `quarkus-smallrye-graphql` to [this](https://github.com/quarkus-qe/quarkus-jdkspecifics/tree/main/jdk17/jaxrs-panache) project I am getting the following error:
```
16:11:43,967 INFO [app] 16:11:42,936 HTTP Request to /fruits failed, ... | bd8d92b7b77311c612b76232084e9c3e2b16b02c | 3319c8a59d195ee0d3fb8636fa4f61a6d0a243b1 | https://github.com/quarkusio/quarkus/compare/bd8d92b7b77311c612b76232084e9c3e2b16b02c...3319c8a59d195ee0d3fb8636fa4f61a6d0a243b1 | diff --git a/extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/SmallRyeGraphQLLocaleResolver.java b/extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/SmallRyeGraphQLLocaleResolver.java
index 0244db42e3c..0bba02a64c0 100644
--- a/extensions/smallrye... | ['extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/SmallRyeGraphQLLocaleResolver.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 20,554,378 | 3,975,502 | 521,855 | 5,009 | 466 | 99 | 8 | 1 | 11,103 | 504 | 2,910 | 103 | 4 | 1 | 2022-05-10T08:37: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,427 | quarkusio/quarkus/25512/23573 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/23573 | https://github.com/quarkusio/quarkus/pull/25512 | https://github.com/quarkusio/quarkus/pull/25512 | 1 | fixes | Confusing, if not downright wrong, warning message | ### Describe the bug
I run my app in dev mode. I change a build time property in `application.properties` and the application properly restarts but I get the following warning in the console:
```java
2022-02-10 09:57:08,244 WARN [io.qua.run.con.ConfigRecorder] (Quarkus Main Thread) Build time property cannot be c... | 277df2a3cfa249db5bb1c1c7a05719c28c7187ee | f1a68bd1cecd1d68668f430bb668b51c77d46438 | https://github.com/quarkusio/quarkus/compare/277df2a3cfa249db5bb1c1c7a05719c28c7187ee...f1a68bd1cecd1d68668f430bb668b51c77d46438 | diff --git a/core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigRecorder.java b/core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigRecorder.java
index aaec129f11e..e898813ee45 100644
--- a/core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigRecorder.java
+++ b/core/runtime/sr... | ['core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigRecorder.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 20,570,693 | 3,978,912 | 522,537 | 5,011 | 419 | 88 | 4 | 1 | 1,021 | 158 | 260 | 47 | 0 | 1 | 2022-05-11T17:44:37 | 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,423 | quarkusio/quarkus/25638/23534 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/23534 | https://github.com/quarkusio/quarkus/pull/25638 | https://github.com/quarkusio/quarkus/pull/25638 | 1 | fix | RolesAllowed overrides OpenAPI definitions for 401 and 403 responses | ### Describe the bug
I noticed the when I added `APIResponse` annotations to my REST endpoint to document the 401 and 403 responses, the OpenAPI documentation overrides my descriptions, and instead shows "Not Authorized" (401) and "Not Allowed" (403). I've traced this down to using the `RolesAllowed` annotation. If ... | 7d6f687585be23e70db868e54e1d743ff55d2a13 | f19c59c49a3b9ab2e25cca50217dfbc04aa58a62 | https://github.com/quarkusio/quarkus/compare/7d6f687585be23e70db868e54e1d743ff55d2a13...f19c59c49a3b9ab2e25cca50217dfbc04aa58a62 | diff --git a/extensions/smallrye-openapi/deployment/src/main/java/io/quarkus/smallrye/openapi/deployment/filter/AutoRolesAllowedFilter.java b/extensions/smallrye-openapi/deployment/src/main/java/io/quarkus/smallrye/openapi/deployment/filter/AutoRolesAllowedFilter.java
old mode 100644
new mode 100755
index 60a3bc946c8..... | ['extensions/smallrye-openapi/deployment/src/test/java/io/quarkus/smallrye/openapi/test/jaxrs/OpenApiResourceSecuredAtClassLevel.java', 'extensions/smallrye-openapi/deployment/src/test/java/io/quarkus/smallrye/openapi/test/jaxrs/AutoSecurityRolesAllowedTestCase.java', 'extensions/smallrye-openapi/deployment/src/main/ja... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 20,625,638 | 3,989,622 | 523,984 | 5,019 | 717 | 72 | 8 | 1 | 2,045 | 262 | 544 | 46 | 2 | 0 | 2022-05-18T02:12: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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.