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,770 | quarkusio/quarkus/16793/16754 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/16754 | https://github.com/quarkusio/quarkus/pull/16793 | https://github.com/quarkusio/quarkus/pull/16793 | 1 | fixes | 404 error from resources declared in javax.ws.rs.core.Application#getClasses | I'm trying to upgrade to **1.13.2.Final** and use the ability to limit the JAX-RS resources introduced by [this](https://github.com/quarkusio/quarkus/pull/14207) feature, but the declared resources in the overriden ``javax.ws.rs.core.Application#getClasses`` method return 404 error. If i do not override ``getClasses`` ... | 71230a1cc10fef7299bbb1393e2d2c6056e80f88 | ae36b2ed429ec2d5fe70deb410abae8a07231bb5 | https://github.com/quarkusio/quarkus/compare/71230a1cc10fef7299bbb1393e2d2c6056e80f88...ae36b2ed429ec2d5fe70deb410abae8a07231bb5 | diff --git a/extensions/resteasy-classic/resteasy-server-common/deployment/src/main/java/io/quarkus/resteasy/server/common/deployment/ResteasyServerCommonProcessor.java b/extensions/resteasy-classic/resteasy-server-common/deployment/src/main/java/io/quarkus/resteasy/server/common/deployment/ResteasyServerCommonProcesso... | ['extensions/resteasy-classic/resteasy-server-common/deployment/src/main/java/io/quarkus/resteasy/server/common/deployment/ResteasyServerCommonProcessor.java', 'extensions/resteasy-classic/resteasy/deployment/src/test/java/io/quarkus/resteasy/test/root/ApplicationTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 16,120,404 | 3,136,495 | 416,367 | 4,412 | 2,758 | 504 | 31 | 1 | 575 | 72 | 148 | 4 | 2 | 0 | 2021-04-26T07:50:06 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, '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,771 | quarkusio/quarkus/16777/16429 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/16429 | https://github.com/quarkusio/quarkus/pull/16777 | https://github.com/quarkusio/quarkus/pull/16777 | 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... | 82477c6476ccf4aa8facdf49f776cb09e185a4be | 814be9658b46085868ec887f845eb7d8e7d00a62 | https://github.com/quarkusio/quarkus/compare/82477c6476ccf4aa8facdf49f776cb09e185a4be...814be9658b46085868ec887f845eb7d8e7d00a62 | diff --git a/core/runtime/src/main/java/io/quarkus/runtime/configuration/ApplicationPropertiesConfigSourceLoader.java b/core/runtime/src/main/java/io/quarkus/runtime/configuration/ApplicationPropertiesConfigSourceLoader.java
index f5ac2de74bf..e605e035d9a 100644
--- a/core/runtime/src/main/java/io/quarkus/runtime/confi... | ['core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigUtils.java', 'core/runtime/src/main/java/io/quarkus/runtime/configuration/ApplicationPropertiesConfigSourceLoader.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 15,489,869 | 3,016,720 | 400,919 | 4,279 | 802 | 140 | 13 | 2 | 1,059 | 144 | 318 | 37 | 0 | 3 | 2021-04-23T23:21:44 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,772 | quarkusio/quarkus/16766/16765 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/16765 | https://github.com/quarkusio/quarkus/pull/16766 | https://github.com/quarkusio/quarkus/pull/16766 | 1 | fix | kafka-client : Detected a MBean server in the image heap | ## Describe the bug
In some cases, org.apache.kafka.common.metrics.JmxReporter.reconfigure is called, implying the usage of MBean server.
Native executable can not be build.
### Expected behavior
All methods accessing to MBeanServer shall be substituted.
### Actual behavior
reconfigure method is causing this ... | 65b88195f8efe5746e3a88f06fbc0176496be4b7 | 4c926d19865c832e959a850ac05614a2002aec72 | https://github.com/quarkusio/quarkus/compare/65b88195f8efe5746e3a88f06fbc0176496be4b7...4c926d19865c832e959a850ac05614a2002aec72 | diff --git a/extensions/kafka-client/runtime/src/main/java/io/quarkus/kafka/client/runtime/graal/SubstituteSnappy.java b/extensions/kafka-client/runtime/src/main/java/io/quarkus/kafka/client/runtime/graal/SubstituteSnappy.java
index 8dbe699c096..e29267a9e71 100644
--- a/extensions/kafka-client/runtime/src/main/java/io/... | ['extensions/kafka-client/runtime/src/main/java/io/quarkus/kafka/client/runtime/graal/SubstituteSnappy.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 16,084,147 | 3,129,533 | 415,543 | 4,403 | 105 | 24 | 6 | 1 | 3,365 | 317 | 850 | 60 | 0 | 0 | 2021-04-23T15:00:53 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, '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,774 | quarkusio/quarkus/16672/16661 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/16661 | https://github.com/quarkusio/quarkus/pull/16672 | https://github.com/quarkusio/quarkus/pull/16672 | 1 | close | QuarkusGenerateCode gradle task is not incremental | ## Describe the bug
When running `quarkusBuild` or `quarkusDev`, it triggers `quarkusGenerateCode` task. This tasks is always ran, even when no change happen.
### Expected behavior
The task should be `UP-TO-DATE`, if no changes happen to
### Actual behavior
The task always is always ran
## To Reproduc... | 6ddda1f2d13205de9670e940bdb4aabb3e706e3b | b11b716787b586b35cf72c42b2ff84670a0d8eb7 | https://github.com/quarkusio/quarkus/compare/6ddda1f2d13205de9670e940bdb4aabb3e706e3b...b11b716787b586b35cf72c42b2ff84670a0d8eb7 | diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java b/devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java
index b8dee8f1741..f61804ee4a8 100644
--- a/devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java
+++ b/devtools/gradle/src/main/java/io/quarkus/gradle/Quarku... | ['integration-tests/gradle/src/test/java/io/quarkus/gradle/builder/QuarkusModelBuilderTest.java', 'devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java', 'devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusGenerateCode.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 16,091,351 | 3,130,988 | 415,692 | 4,403 | 3,552 | 708 | 63 | 2 | 470 | 69 | 121 | 18 | 0 | 0 | 2021-04-21T07:23: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,800 | quarkusio/quarkus/16021/15821 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15821 | https://github.com/quarkusio/quarkus/pull/16021 | https://github.com/quarkusio/quarkus/pull/16021 | 1 | fixes | Quarkus Vault problem | ## Describe the bug
I have a small application with 2 rest endpoints and vault. Authentication method for vault is username/password
After 10-15 mins running app throws exception on API calls because it try to resolve "resteasy.original.webapplicationexception.behavior" property. And when it comes to vault source it ... | ff70524e983ea787126bdc797605585f0490f24e | 70d565c6f9fb93fc3fe791caca5eba173345d349 | https://github.com/quarkusio/quarkus/compare/ff70524e983ea787126bdc797605585f0490f24e...70d565c6f9fb93fc3fe791caca5eba173345d349 | diff --git a/extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/config/VaultConfigSource.java b/extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/config/VaultConfigSource.java
index 439f467bb61..745067cd0e7 100644
--- a/extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/config/Va... | ['extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/config/VaultConfigSource.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 15,483,702 | 3,015,594 | 401,071 | 4,279 | 342 | 64 | 7 | 1 | 13,307 | 363 | 3,157 | 151 | 1 | 1 | 2021-03-25T17:22: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,847 | quarkusio/quarkus/15045/15032 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15032 | https://github.com/quarkusio/quarkus/pull/15045 | https://github.com/quarkusio/quarkus/pull/15045 | 1 | fixes | [Bug] Since 1.11.3 problems reading application.yaml | **Describe the bug**
Quarkus wants to populate a %prod variable while it is running in %dev
1.11.2 was fine
Now with 1.11.3 quarkus wants, that the env variables in %prod are valid while running in %dev
**Expected behavior**
Ignoring the missing environmental variable
**Actual behavior**
`Could not expand va... | d3c5f118eec2aa81d73350569a3a49d2108308c4 | 14250e609ee561682cc5519ea56b92b7fb2c85f9 | https://github.com/quarkusio/quarkus/compare/d3c5f118eec2aa81d73350569a3a49d2108308c4...14250e609ee561682cc5519ea56b92b7fb2c85f9 | diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/devmode/ConfigDescriptionsSupplier.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/devmode/ConfigDescriptionsSupplier.java
index cc78c079960..d2306c581df 100644
--- a/extensions/vertx-http/runtime/src... | ['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/devmode/ConfigDescriptionsSupplier.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 14,664,802 | 2,858,491 | 380,737 | 4,038 | 730 | 108 | 16 | 1 | 8,660 | 611 | 2,048 | 282 | 0 | 4 | 2021-02-12T17:34: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,836 | quarkusio/quarkus/15390/15357 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15357 | https://github.com/quarkusio/quarkus/pull/15390 | https://github.com/quarkusio/quarkus/pull/15390 | 1 | fixes | RESTEasy Reactive: Chained Sub resources Result in 405 Method not allowed | Describe the bug
Trying to access a chain of sub resources results in a 405 method not allowed. This works perfectly on normal resteasy.
Expected behavior
The sub resources should be located and called
Actual behavior
a 405 is returned
To Reproduce
git clone https://github.com/bcluap/quarkus-examples.git
... | 118293c6ec2f1f9897ba21f269f612eb673f94c5 | 01284d3d9491d89961da1b8f59e0fab53b75a4fd | https://github.com/quarkusio/quarkus/compare/118293c6ec2f1f9897ba21f269f612eb673f94c5...01284d3d9491d89961da1b8f59e0fab53b75a4fd | diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/main/java/io/quarkus/resteasy/reactive/server/deployment/ResteasyReactiveProcessor.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/main/java/io/quarkus/resteasy/reactive/server/deployment/ResteasyReactiveProc... | ['extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/main/java/io/quarkus/resteasy/reactive/server/deployment/ResteasyReactiveProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 14,930,088 | 2,909,449 | 387,173 | 4,097 | 522 | 94 | 9 | 1 | 772 | 99 | 160 | 27 | 1 | 0 | 2021-03-01T21:56: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,827 | quarkusio/quarkus/15576/15571 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15571 | https://github.com/quarkusio/quarkus/pull/15576 | https://github.com/quarkusio/quarkus/pull/15576 | 1 | fixes | GraphQL queries returning Collection.class are broken in native mode | Any time I attempt to perform a GraphQL query returning a `Collection<Something>` (it works correctly with `List<Something>`) against Quarkus in native mode, I get this
```
2021-03-09 10:43:52,601 ERROR [io.sma.graphql] (vert.x-worker-thread-0) SRGQL012000: Data Fetching Error: java.lang.RuntimeException: Can not loa... | 4a9153a8e781b23c0fc7a13dc0eee1a57ac84a45 | 9397de4fc049edd113ed1a3282c96aa9e13e35f6 | https://github.com/quarkusio/quarkus/compare/4a9153a8e781b23c0fc7a13dc0eee1a57ac84a45...9397de4fc049edd113ed1a3282c96aa9e13e35f6 | diff --git a/extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java b/extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java
index 50a616dc55d..177613933e3 100644
--- a/extensions/smallr... | ['integration-tests/smallrye-graphql/src/main/java/io/quarkus/it/smallrye/graphql/GreetingResource.java', 'extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java', 'integration-tests/smallrye-graphql/src/test/java/io/quarkus/it/smallrye/graphql/Greeting... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 15,183,210 | 2,958,088 | 393,410 | 4,178 | 39 | 6 | 1 | 1 | 4,057 | 133 | 922 | 46 | 0 | 1 | 2021-03-09T11:15: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,828 | quarkusio/quarkus/15564/15448 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15448 | https://github.com/quarkusio/quarkus/pull/15564 | https://github.com/quarkusio/quarkus/pull/15564 | 1 | fixes | Kafka Schema Registry with basic authentication not working in native mode | **Describe the bug**
When accessing schema registry in **native mode**, the basic authentication is not working and I am getting 401 unauthorized. It works good in the JVM mode
In Native mode below properties are not honored.
```properties
kafka.basic.auth.credentials.source=USER_INFO
kafka.basic.auth.user.info... | 557d96cedfbd8b8f7117c3bb74d650822f705b89 | 9a63be3aebfa1e1c6445f20f911a3cfe899568cd | https://github.com/quarkusio/quarkus/compare/557d96cedfbd8b8f7117c3bb74d650822f705b89...9a63be3aebfa1e1c6445f20f911a3cfe899568cd | diff --git a/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaProcessor.java b/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaProcessor.java
index 52886b8f806..93a0b67886b 100644
--- a/extensions/kafka-client/deployment/src/main/java/io/q... | ['extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 15,039,141 | 2,931,723 | 390,207 | 4,141 | 1,404 | 260 | 19 | 1 | 2,598 | 177 | 608 | 68 | 1 | 3 | 2021-03-09T07:28: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,829 | quarkusio/quarkus/15554/15551 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15551 | https://github.com/quarkusio/quarkus/pull/15554 | https://github.com/quarkusio/quarkus/pull/15554 | 1 | fix | Missing description for generated health OpenAPI responses | **Describe the bug**
According to the validator https://apitools.dev/swagger-parser/online/ (and also that in the Azure API Management) the OpenAPI definition generated by the Quarkus Health extension are invalid. The API responses don't have any description.
**Expected behavior**
The individual API responses shou... | e3f44c069c60c556ea32c5a773f6cd574c032075 | 8d3352559105da08d62100598be211ccb7bed668 | https://github.com/quarkusio/quarkus/compare/e3f44c069c60c556ea32c5a773f6cd574c032075...8d3352559105da08d62100598be211ccb7bed668 | diff --git a/extensions/smallrye-health/deployment/src/main/java/io/quarkus/smallrye/health/deployment/HealthOpenAPIFilter.java b/extensions/smallrye-health/deployment/src/main/java/io/quarkus/smallrye/health/deployment/HealthOpenAPIFilter.java
index de652acb153..96051e54fbc 100644
--- a/extensions/smallrye-health/depl... | ['extensions/smallrye-health/deployment/src/main/java/io/quarkus/smallrye/health/deployment/HealthOpenAPIFilter.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 15,037,614 | 2,931,337 | 390,158 | 4,141 | 584 | 107 | 9 | 1 | 2,634 | 244 | 524 | 80 | 1 | 3 | 2021-03-08T20:28: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,831 | quarkusio/quarkus/15508/15487 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15487 | https://github.com/quarkusio/quarkus/pull/15508 | https://github.com/quarkusio/quarkus/pull/15508 | 1 | fixes | OpenShift plugin not deploying the Quarkus App (Regression Issue) | **Describe the bug**
This is a regression issue caused by this commit: https://github.com/quarkusio/quarkus/commit/588db63138715a4e1e2a112676ab9ece2fab36ca
When using the OpenShift Quarkus extension to deploy our Quarkus app:
```
mvn package -Dquarkus.kubernetes.deploy=true
```
Then, the BuildConfig and the... | c315109f97b0698443ab949fe864bc8cb53c1838 | 6b7bf736e3d0241393aec9e862c3bb5750f3ff46 | https://github.com/quarkusio/quarkus/compare/c315109f97b0698443ab949fe864bc8cb53c1838...6b7bf736e3d0241393aec9e862c3bb5750f3ff46 | diff --git a/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesDeployer.java b/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesDeployer.java
index 00515e0b537..59f0bc43ac1 100644
--- a/extensions/kubernetes/vanilla/deploym... | ['extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesDeployer.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 15,034,868 | 2,930,825 | 390,103 | 4,141 | 472 | 82 | 7 | 1 | 1,344 | 156 | 358 | 29 | 3 | 2 | 2021-03-05T18:46:44 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,833 | quarkusio/quarkus/15446/15440 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15440 | https://github.com/quarkusio/quarkus/pull/15446 | https://github.com/quarkusio/quarkus/pull/15446 | 1 | fixes | OIDC Client stopped working and fails with 500 Internal Server | **Describe the bug**
Having this configuration:
```
# Security
quarkus.oidc.auth-server-url=http://localhost:8180/auth/realms/test-realm
quarkus.oidc.client-id=test-application-client
quarkus.oidc.credentials.secret=test-application-client-secret
quarkus.http.auth.permission.authenticated.paths=/*
quarkus.htt... | b6fd09a619a24fedd23101d972643e7018bc7cf6 | c37df00b056234d809b8eec9a30f8a3453b149c5 | https://github.com/quarkusio/quarkus/compare/b6fd09a619a24fedd23101d972643e7018bc7cf6...c37df00b056234d809b8eec9a30f8a3453b149c5 | diff --git a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcConfigurationMetadata.java b/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcConfigurationMetadata.java
index e77d507217a..00c6aa56c18 100644
--- a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcConfigurationMetadata.java
+++ b/... | ['extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcConfigurationMetadata.java', 'integration-tests/oidc/src/test/java/io/quarkus/it/keycloak/BearerTokenAuthorizationTest.java', 'integration-tests/oidc-tenancy/src/main/java/io/quarkus/it/keycloak/OidcResource.java', 'extensions/oidc/runtime/src/main/java/io/qua... | {'.java': 6} | 6 | 6 | 0 | 0 | 6 | 15,031,445 | 2,930,145 | 390,019 | 4,139 | 2,556 | 471 | 34 | 3 | 3,121 | 163 | 806 | 67 | 4 | 3 | 2021-03-03T17:12: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,834 | quarkusio/quarkus/15412/12355 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/12355 | https://github.com/quarkusio/quarkus/pull/15412 | https://github.com/quarkusio/quarkus/pull/15412 | 1 | resolves | NullPointerException when rendering Qute templates as XML | **Describe the bug**
```
Caused by: java.lang.NullPointerException
at io.quarkus.qute.runtime.TemplateProducer$InjectableTemplateInstanceImpl.templateInstance(TemplateProducer.java:168)
at io.quarkus.qute.runtime.TemplateProducer$InjectableTemplateInstanceImpl.render(TemplateProducer.java:149)
at micro.apps.g... | 172446c920decdf3fc32f03613a486fa63b20c35 | 2c14a4f97e333532a896eb2e1879444489cd4c1f | https://github.com/quarkusio/quarkus/compare/172446c920decdf3fc32f03613a486fa63b20c35...2c14a4f97e333532a896eb2e1879444489cd4c1f | diff --git a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java b/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java
index ae0c4a11281..1b642f5e560 100644
--- a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java
... | ['extensions/resteasy-qute/deployment/src/test/java/io/quarkus/qute/resteasy/deployment/MissingTemplateTest.java', 'extensions/resteasy-reactive/quarkus-resteasy-reactive-qute/deployment/src/test/java/io/quarkus/resteasy/reactive/qute/deployment/MissingTemplateTest.java', 'extensions/qute/deployment/src/main/java/io/qu... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 14,963,764 | 2,916,965 | 388,020 | 4,099 | 3,542 | 640 | 62 | 1 | 2,901 | 163 | 722 | 53 | 2 | 2 | 2021-03-02T15:24: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,835 | quarkusio/quarkus/15396/15389 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15389 | https://github.com/quarkusio/quarkus/pull/15396 | https://github.com/quarkusio/quarkus/pull/15396 | 1 | fixes | ENVs required in prod profile break dev profile but only when using the built artifact | **Describe the bug**
Quarkus tries to resolve ENVs for profiles which are not active. This breaks other profiles. This only happens with the built jar. It works fine with the `quarkus:dev` plugin.
Example:
Empty Quarkus project with `%prod.quarkus.http.port=${HTTP_PORT}` as the only configuration in `applicati... | dad1c1118f47c9c2bf9c4fdb55c90fef4a7bdcde | 8d85f2299f4b0565fee348bed5bba5a711032a1e | https://github.com/quarkusio/quarkus/compare/dad1c1118f47c9c2bf9c4fdb55c90fef4a7bdcde...8d85f2299f4b0565fee348bed5bba5a711032a1e | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/configuration/BuildTimeConfigurationReader.java b/core/deployment/src/main/java/io/quarkus/deployment/configuration/BuildTimeConfigurationReader.java
index 109885691ee..48572a88c31 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/configura... | ['core/deployment/src/main/java/io/quarkus/deployment/configuration/BuildTimeConfigurationReader.java', 'extensions/arc/deployment/src/test/java/io/quarkus/arc/test/config/ConfigDefaultValues.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 14,950,138 | 2,913,946 | 387,682 | 4,097 | 780 | 132 | 15 | 1 | 1,352 | 145 | 327 | 35 | 3 | 1 | 2021-03-02T01:09: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,803 | quarkusio/quarkus/15942/15852 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15852 | https://github.com/quarkusio/quarkus/pull/15942 | https://github.com/quarkusio/quarkus/pull/15942 | 1 | fixes | RESTEasy Reactive: UniInvoker signatures are wrong | Due to how we implement it, all its return types are `Uni<?>` instead of the more useful `Uni<R>` for methods like `<R> get(Class<R>)`, forcing users to cast the return types to the right type:
```java
UniInvoker invocation = target.request().rx(UniInvoker.class);
Uni<String> ret = (Uni<String>) invocation.get(Str... | 3a8c2eaad9f4e766bc9ef1f125103a1bf3fcf032 | 76409e1b274f8b0ed6710e16eac20a2efb200251 | https://github.com/quarkusio/quarkus/compare/3a8c2eaad9f4e766bc9ef1f125103a1bf3fcf032...76409e1b274f8b0ed6710e16eac20a2efb200251 | diff --git a/independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/UniInvoker.java b/independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/UniInvoker.java
index 335231f54d8..ab96cb7ab95 100644
--- a/independent-p... | ['independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/UniInvoker.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 15,405,752 | 3,000,239 | 399,026 | 4,248 | 3,210 | 763 | 120 | 1 | 1,336 | 166 | 301 | 46 | 0 | 4 | 2021-03-23T06:11: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,838 | quarkusio/quarkus/15366/15351 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15351 | https://github.com/quarkusio/quarkus/pull/15366 | https://github.com/quarkusio/quarkus/pull/15366 | 1 | fix | Blocking @ConsumeEvent only uses single worker thread since 1.11.X | ### Description
Greetings,
while upgrading our Quarkus services from 1.10.4 to 1.11.3 we noticed that the behaviour of the Vert.x event bus significally changed. The event bus does not utilize more than one thread from the worker thread pool and the execution of multiple events is therefore not concurrent as it was... | 4058da77acf5858d89dd95cb9af09053121adb9c | 7ecaa92110c65cd9391c8c4e1e0b321d8139ae71 | https://github.com/quarkusio/quarkus/compare/4058da77acf5858d89dd95cb9af09053121adb9c...7ecaa92110c65cd9391c8c4e1e0b321d8139ae71 | diff --git a/extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/EventBusConsumer.java b/extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/EventBusConsumer.java
index 57b90701781..b5d97cbe628 100644
--- a/extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/EventBu... | ['extensions/vertx/runtime/src/main/java/io/quarkus/vertx/runtime/VertxRecorder.java', 'extensions/vertx/runtime/src/main/java/io/quarkus/vertx/runtime/EventConsumerInvoker.java', 'extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/EventBusConsumer.java', 'extensions/vertx/runtime/src/main/java/io/qu... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 14,920,351 | 2,907,569 | 386,938 | 4,094 | 1,044 | 207 | 22 | 4 | 2,598 | 304 | 692 | 80 | 0 | 5 | 2021-03-01T09:11: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,839 | quarkusio/quarkus/15365/15104 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15104 | https://github.com/quarkusio/quarkus/pull/15365 | https://github.com/quarkusio/quarkus/pull/15365 | 1 | close | llegalAccessError with Panache MongoDB and Gradle | **Describe the bug**
Following this ticket https://github.com/quarkusio/quarkus/issues/12514
The bug has been fixed with Maven in the 1.11.0.Final but still exist if we use Gradle instead.
**Expected behavior**
The application should be able to access the entities with MongoDb.
**Actual behavior**
An except... | 3c79a053c3583179845cff5f0751f886b8beb8db | de6b5b5760b06edc0f0061ebff14985ee09dad11 | https://github.com/quarkusio/quarkus/compare/3c79a053c3583179845cff5f0751f886b8beb8db...de6b5b5760b06edc0f0061ebff14985ee09dad11 | diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java b/devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java
index 3d3b31f50b1..3169d956afb 100644
--- a/devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java
+++ b/devtools/gradle/src/main/java/io/quarkus/gradle/Quarku... | ['devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 14,955,568 | 2,914,983 | 387,800 | 4,096 | 600 | 80 | 9 | 1 | 6,837 | 397 | 1,696 | 107 | 3 | 2 | 2021-03-01T08:21:32 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,842 | quarkusio/quarkus/15212/15187 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15187 | https://github.com/quarkusio/quarkus/pull/15212 | https://github.com/quarkusio/quarkus/pull/15212 | 1 | fixes | GRPC client stream onMessage and onClose executes on different threads | When calling client grpc service method form blocking code(no matter if its blocking or async client). Stream close will be executed on worker thread, but on message event will be executed on event-loop thread. So client stream usually closed before able to reads any message
**Expected behavior**
OnMessage and OnC... | 2b56bc6c0084518ed84aa24b23dbf3ed1f1b5ec3 | 664c16f81528e28d4b4745efde0b6d13cbbf82e8 | https://github.com/quarkusio/quarkus/compare/2b56bc6c0084518ed84aa24b23dbf3ed1f1b5ec3...664c16f81528e28d4b4745efde0b6d13cbbf82e8 | diff --git a/extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/supports/IOThreadClientInterceptor.java b/extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/supports/IOThreadClientInterceptor.java
index d4e49736fca..f067033e631 100644
--- a/extensions/grpc/runtime/src/main/java/io/quarkus/grpc/run... | ['extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/supports/IOThreadClientInterceptor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 14,774,575 | 2,880,016 | 383,408 | 4,062 | 641 | 94 | 13 | 1 | 1,224 | 158 | 352 | 19 | 1 | 0 | 2021-02-20T09:10: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,843 | quarkusio/quarkus/15158/15114 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15114 | https://github.com/quarkusio/quarkus/pull/15158 | https://github.com/quarkusio/quarkus/pull/15158 | 1 | fixes | RESTEasy Reactive: Sub resource Path Params more than 2 levels back are not passed correctly | Describe the bug
Sub resource path params are not bound correctly in a scenario with more than two sub resource levels.
E.g. if path /trees/{treeId}/branches/{branchId}/leaves/{leafId} is handled by a sub resource "LeavesResource" which uses @PathParam("treeId") and @PathParam("branchId") and @PathParam("leafId") the... | 7a9b3565d196abc1f7c76bfa5cda35018f20332a | 7beab6dc93bdb9f5c322b23f5218d44b546a18b9 | https://github.com/quarkusio/quarkus/compare/7a9b3565d196abc1f7c76bfa5cda35018f20332a...7beab6dc93bdb9f5c322b23f5218d44b546a18b9 | diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/resource/basic/SubResourceRequestFilterTest.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/resource/basic... | ['extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/resource/basic/SubResourceRequestFilterTest.java', 'independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/core/ResteasyReactiveRequestContext.java',... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 14,719,059 | 2,868,894 | 381,992 | 4,049 | 5,854 | 1,004 | 138 | 2 | 977 | 122 | 215 | 27 | 1 | 0 | 2021-02-18T03:50: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,844 | quarkusio/quarkus/15092/14991 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/14991 | https://github.com/quarkusio/quarkus/pull/15092 | https://github.com/quarkusio/quarkus/pull/15092 | 1 | fixes | Classloading error with QuarkusMock regression in 1.12.0.CR1 | **Describe the bug**
I upgraded from `1.11.2` to `1.12.0.CR1`, and I get the following error in my unit tests:
```
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 10.123 s <<< FAILURE! - in com.xx.arte.ocpdeploy.deploy.noreg.DeployNoRegFtuTest
[ERROR] com.xx.arte.ocpdeploy.deploy.noreg.Deplo... | c16567ce465794c9cb076670331894424b4864e2 | 8305da83c21061dbaf32cabefa83c16ba1a77e08 | https://github.com/quarkusio/quarkus/compare/c16567ce465794c9cb076670331894424b4864e2...8305da83c21061dbaf32cabefa83c16ba1a77e08 | diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/ClientProxyGenerator.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/ClientProxyGenerator.java
index 7e8718e6295..4410f808f41 100644
--- a/independent-projects/arc/processor/src/main/java/io/quarkus/a... | ['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/ClientProxyGenerator.java', 'test-framework/junit5/src/main/java/io/quarkus/test/junit/MockSupport.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 14,688,056 | 2,862,937 | 381,308 | 4,041 | 1,343 | 231 | 15 | 1 | 2,203 | 207 | 605 | 38 | 0 | 2 | 2021-02-15T22:33: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,845 | quarkusio/quarkus/15067/15026 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15026 | https://github.com/quarkusio/quarkus/pull/15067 | https://github.com/quarkusio/quarkus/pull/15067 | 1 | fixes | @PreDestroy method seems to not be invocked when ExecutorManager is being used. | In the following project test-executor project
https://github.com/wmedvede/test-executor-issue.git
I have the silly component below.
All right, when I execute my application in dev mode, with mvn clean compile quarkus:dev
In can see that the created MyRunnable is executing, etc, as expected.
When I stop th... | fa941e8c7b528b3d9847f9cd4dcbfde410c113ae | 3f78097884e1ed8c83e1c27b61edc412dce03bd1 | https://github.com/quarkusio/quarkus/compare/fa941e8c7b528b3d9847f9cd4dcbfde410c113ae...3f78097884e1ed8c83e1c27b61edc412dce03bd1 | diff --git a/core/runtime/src/main/java/io/quarkus/runtime/ExecutorRecorder.java b/core/runtime/src/main/java/io/quarkus/runtime/ExecutorRecorder.java
index d5b0f1618c0..372b4a0adbc 100644
--- a/core/runtime/src/main/java/io/quarkus/runtime/ExecutorRecorder.java
+++ b/core/runtime/src/main/java/io/quarkus/runtime/Execu... | ['core/runtime/src/main/java/io/quarkus/runtime/ExecutorRecorder.java', 'extensions/arc/runtime/src/main/java/io/quarkus/arc/runtime/context/ArcContextProvider.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 14,679,388 | 2,861,295 | 381,110 | 4,040 | 603 | 99 | 12 | 2 | 2,603 | 263 | 522 | 85 | 1 | 0 | 2021-02-15T05:23: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,846 | quarkusio/quarkus/15063/15062 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15062 | https://github.com/quarkusio/quarkus/pull/15063 | https://github.com/quarkusio/quarkus/pull/15063 | 1 | fixes | "Using Java versions older than 11 ... " complaint with Java 17 Early Access build | I see `[WARNING] [io.quarkus.deployment.QuarkusAugmentor] Using Java versions older than 11 to build Quarkus applications is deprecated and will be disallowed in a future release!` complaint when using Java 17 Early Access build
Code for version check probably doesn't handle `-ea` suffix in Early Access Java build v... | d392404a6f00ce43d058dc8dc2f96c906a023849 | 05a31b65f8b8eadf09141c54e3d03bbcd7a8cdb8 | https://github.com/quarkusio/quarkus/compare/d392404a6f00ce43d058dc8dc2f96c906a023849...05a31b65f8b8eadf09141c54e3d03bbcd7a8cdb8 | diff --git a/core/runtime/src/main/java/io/quarkus/runtime/util/JavaVersionUtil.java b/core/runtime/src/main/java/io/quarkus/runtime/util/JavaVersionUtil.java
index 4236031c1d2..74d7d0c31ea 100644
--- a/core/runtime/src/main/java/io/quarkus/runtime/util/JavaVersionUtil.java
+++ b/core/runtime/src/main/java/io/quarkus/r... | ['core/runtime/src/test/java/io/quarkus/runtime/util/JavaVersionUtilTest.java', 'core/runtime/src/main/java/io/quarkus/runtime/util/JavaVersionUtil.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 14,670,012 | 2,859,631 | 380,858 | 4,038 | 351 | 77 | 4 | 1 | 341 | 49 | 81 | 3 | 0 | 0 | 2021-02-14T17: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,825 | quarkusio/quarkus/15589/15581 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15581 | https://github.com/quarkusio/quarkus/pull/15589 | https://github.com/quarkusio/quarkus/pull/15589 | 1 | close | Named Redis client injection not working when used in separate JAR | **Describe the bug**
We have an application scoped bean, defined in our common project and being used by other services, that utilizes `RedisClient`:
```
@ApplicationScoped
public class Service {
@Inject
@RedisClientName("second")
RedisClient redisClient;
...
}
```
This common project is pa... | eb98535ef9d17f08205586ee1fcfbf24990c8010 | ac273f991cda30ab6d5bb98ff0537c70efa40da3 | https://github.com/quarkusio/quarkus/compare/eb98535ef9d17f08205586ee1fcfbf24990c8010...ac273f991cda30ab6d5bb98ff0537c70efa40da3 | diff --git a/extensions/redis-client/deployment/src/main/java/io/quarkus/redis/client/deployment/RedisClientProcessor.java b/extensions/redis-client/deployment/src/main/java/io/quarkus/redis/client/deployment/RedisClientProcessor.java
index 8be65bfaef8..319d51f966a 100644
--- a/extensions/redis-client/deployment/src/ma... | ['extensions/redis-client/deployment/src/main/java/io/quarkus/redis/client/deployment/RedisClientProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 15,189,560 | 2,959,275 | 393,566 | 4,179 | 492 | 96 | 6 | 1 | 1,352 | 168 | 284 | 36 | 0 | 4 | 2021-03-09T21:35: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,824 | quarkusio/quarkus/15610/15607 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15607 | https://github.com/quarkusio/quarkus/pull/15610 | https://github.com/quarkusio/quarkus/pull/15610 | 1 | fixes | Weird warn message with the OpenShift extension | Using the OpenShift extension, I now have this:
```
2021-03-10 17:12:56,920 WARN [io.qua.kub.dep.KubernetesProcessor] (build-56) exposition openshift=Optional.empty
```
I don't think that is normal. It looks like a debug message (and if not, the `Optional.empty` should go).
This is with master, no idea if it ... | 712fc3c7bbf5e77662b0e2611163bba8b2fc31d8 | 65226168d123782697f93c333a61b769b454f968 | https://github.com/quarkusio/quarkus/compare/712fc3c7bbf5e77662b0e2611163bba8b2fc31d8...65226168d123782697f93c333a61b769b454f968 | diff --git a/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesProcessor.java b/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesProcessor.java
index e1fe9b8fc5e..c1c3bbf1e90 100644
--- a/extensions/kubernetes/vanilla/deplo... | ['extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 15,202,589 | 2,961,804 | 393,880 | 4,180 | 74 | 16 | 2 | 1 | 375 | 55 | 103 | 8 | 0 | 1 | 2021-03-10T17:48: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,823 | quarkusio/quarkus/15619/15502 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15502 | https://github.com/quarkusio/quarkus/pull/15619 | https://github.com/quarkusio/quarkus/pull/15619 | 1 | fixes | Amazon LambdaRecorder Handler Discovery fails if handleRequest is in abstract class | **Describe the bug**
If the handleRequest method is implemented in abstract class, then AmazonLambdaRecorder.discoverHandlerMethod fails on [line 88](https://github.com/quarkusio/quarkus/blob/0a7518157ce3fa1ecaf39d62d7b9005ec54f5ff6/extensions/amazon-lambda/runtime/src/main/java/io/quarkus/amazon/lambda/runtime/Amazon... | 19e87cc2c715957b1eee3a61fc11ad7d5ad14507 | 0c67301e076524193f88331dfc3ebf98bcb49ac3 | https://github.com/quarkusio/quarkus/compare/19e87cc2c715957b1eee3a61fc11ad7d5ad14507...0c67301e076524193f88331dfc3ebf98bcb49ac3 | diff --git a/extensions/amazon-lambda/runtime/src/main/java/io/quarkus/amazon/lambda/runtime/AmazonLambdaRecorder.java b/extensions/amazon-lambda/runtime/src/main/java/io/quarkus/amazon/lambda/runtime/AmazonLambdaRecorder.java
index 959399a01ee..025873490e4 100644
--- a/extensions/amazon-lambda/runtime/src/main/java/io... | ['extensions/amazon-lambda/runtime/src/main/java/io/quarkus/amazon/lambda/runtime/AmazonLambdaRecorder.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 15,202,848 | 2,961,831 | 393,896 | 4,181 | 248 | 53 | 5 | 1 | 2,966 | 195 | 704 | 35 | 2 | 1 | 2021-03-11T04:11: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,804 | quarkusio/quarkus/15930/15837 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15837 | https://github.com/quarkusio/quarkus/pull/15930 | https://github.com/quarkusio/quarkus/pull/15930 | 1 | close | devmode - Not using JVM instrumentation, but always full restart | ## Describe the bug
I read from @maxandersen that in 1.11+ devmode new ability to detect wether a change can be applied using JVM instrumentation (what ides uses to update running jvms) or it requires a restart as devmode usually do.
### Expected behavior
Hot swap/reload applying JVM instrumentation, without a res... | 04db442e87626fa58c08a51fe4dd4f56ca912dd2 | 2161d421e9bbb8e4e02c95e8299c9aa267ec8f59 | https://github.com/quarkusio/quarkus/compare/04db442e87626fa58c08a51fe4dd4f56ca912dd2...2161d421e9bbb8e4e02c95e8299c9aa267ec8f59 | diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java b/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java
index d8c94a0a744..07fcf7de684 100644
--- a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java
+++ b/devtools/gradle/src/main/java/io/quarkus/grad... | ['devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 15,405,098 | 3,000,159 | 398,995 | 4,248 | 720 | 132 | 12 | 1 | 3,042 | 339 | 949 | 67 | 2 | 2 | 2021-03-22T15:05: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,805 | quarkusio/quarkus/15913/15442 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15442 | https://github.com/quarkusio/quarkus/pull/15913 | https://github.com/quarkusio/quarkus/pull/15913 | 1 | fixes | Narayana STM failing to build in Native | **Describe the bug**
When building a Quarkus application with the Narayana STM and also using any other extension that also brings the narayana JTA extension (hibernate orm, agroal, etc), the build fails in Native with:
```
[INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] docker run -v /home/jcarvaja/... | 33062777080701f3d7c258f8585081357c12d56c | 78c56330ecb4355e948b55f78ecf13de57759dd6 | https://github.com/quarkusio/quarkus/compare/33062777080701f3d7c258f8585081357c12d56c...78c56330ecb4355e948b55f78ecf13de57759dd6 | diff --git a/extensions/narayana-stm/deployment/src/main/java/io/quarkus/narayana/stm/deployment/NarayanaSTMProcessor.java b/extensions/narayana-stm/deployment/src/main/java/io/quarkus/narayana/stm/deployment/NarayanaSTMProcessor.java
index b23e3d0b602..bb2082d8e3b 100644
--- a/extensions/narayana-stm/deployment/src/ma... | ['extensions/narayana-stm/deployment/src/main/java/io/quarkus/narayana/stm/deployment/NarayanaSTMProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 15,396,863 | 2,998,612 | 398,841 | 4,248 | 564 | 109 | 7 | 1 | 4,801 | 296 | 1,258 | 52 | 0 | 2 | 2021-03-22T07:17: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,806 | quarkusio/quarkus/15910/15903 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15903 | https://github.com/quarkusio/quarkus/pull/15910 | https://github.com/quarkusio/quarkus/pull/15910 | 1 | fixes | MappedByteBufferReplacement substitutions is obsolete in JDK16 | ## Describe the bug
Trying to build a simple Quarkus Native Image application with a JDK16 based GraalVM results in
```
Error: Could not find target method: private void io.quarkus.runtime.graal.MappedByteBufferReplacement.force0(java.io.FileDescriptor,long,long)
com.oracle.svm.core.util.UserError$UserException: C... | 33062777080701f3d7c258f8585081357c12d56c | 7bf3040ea9e4d0c20322ff841ae9617de761081a | https://github.com/quarkusio/quarkus/compare/33062777080701f3d7c258f8585081357c12d56c...7bf3040ea9e4d0c20322ff841ae9617de761081a | diff --git a/core/runtime/src/main/java/io/quarkus/runtime/graal/MappedByteBufferReplacement.java b/core/runtime/src/main/java/io/quarkus/runtime/graal/MappedByteBufferReplacement.java
index f98382534aa..4b8967faffb 100644
--- a/core/runtime/src/main/java/io/quarkus/runtime/graal/MappedByteBufferReplacement.java
+++ b/... | ['core/runtime/src/main/java/io/quarkus/runtime/graal/MappedByteBufferReplacement.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 15,396,863 | 2,998,612 | 398,841 | 4,248 | 164 | 41 | 3 | 1 | 2,377 | 96 | 535 | 25 | 1 | 1 | 2021-03-22T02:56: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,807 | quarkusio/quarkus/15898/15886 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15886 | https://github.com/quarkusio/quarkus/pull/15898 | https://github.com/quarkusio/quarkus/pull/15898 | 1 | resolves | CDI events qualifiers not working when abstract superclass is in a library | ## Describe the bug
CDI events qualifiers are not working well when abstract superclass is in a library since when implementing the class it will be registered as a general observer instead of one with a qualifier.
Check https://github.com/MarcoMartins86/event_qualifier_issue for more details.
### Expected behavio... | 69c1551a0fde22c007e1e6e19a87ac2d4421eb8e | 4f83ab734e829099bf5ce010eb07fb3035b89895 | https://github.com/quarkusio/quarkus/compare/69c1551a0fde22c007e1e6e19a87ac2d4421eb8e...4f83ab734e829099bf5ce010eb07fb3035b89895 | diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/DisposerInfo.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/DisposerInfo.java
index 9712660d828..175bae52a50 100644
--- a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Dis... | ['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/ObserverInfo.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/DisposerInfo.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 15,396,145 | 2,998,472 | 398,825 | 4,247 | 1,315 | 228 | 18 | 2 | 2,382 | 259 | 655 | 54 | 5 | 2 | 2021-03-19T20:40: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,808 | quarkusio/quarkus/15869/15859 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15859 | https://github.com/quarkusio/quarkus/pull/15869 | https://github.com/quarkusio/quarkus/pull/15869 | 1 | fixes | "quarkus.http.test-timeout" Was removed ? (using 1.12.1.Final) | I have this in my application.properties
# timeout for junit RestAssured / debug
%test.quarkus.http.test-timeout=600s
I'm using : <quarkus.platform.version>1.12.1.Final</quarkus.platform.version>
and now I obtain this in the logs
2021-03-18 12:47:35,512 WARN [io.qua.config] (main) Unrecognized configuration ... | f54f17f1a899805fab6c7e1e05716fa94b51f592 | 521b939d089339b30e2f198ebed3e44592e9ce9d | https://github.com/quarkusio/quarkus/compare/f54f17f1a899805fab6c7e1e05716fa94b51f592...521b939d089339b30e2f198ebed3e44592e9ce9d | diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/HttpBuildTimeConfig.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/HttpBuildTimeConfig.java
index 172a24288d0..6bca11e7fe1 100644
--- a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/ht... | ['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/HttpBuildTimeConfig.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 15,379,771 | 2,995,273 | 398,420 | 4,235 | 175 | 39 | 8 | 1 | 840 | 101 | 214 | 20 | 1 | 0 | 2021-03-18T22:06:13 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, '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,810 | quarkusio/quarkus/15838/15825 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15825 | https://github.com/quarkusio/quarkus/pull/15838 | https://github.com/quarkusio/quarkus/pull/15838 | 1 | fixes | ElasticRestClient fails to load the provided custom configuration via @ElasticsearchClientConfig | ## Describe the bug
The ElasticRestClient fails to load the provided custom configuration via @ElasticsearchClientConfig.
I followed the documentation here https://quarkus.io/guides/elasticsearch#programmatically-configuring-elasticsearch to provide a custom configuration for elastic search.
In my case I am addin... | 2ffff2ec818ca84fc4ed77768c4d453c57aae5b3 | ef38740d32498754972755acfbf58caa0889a8d2 | https://github.com/quarkusio/quarkus/compare/2ffff2ec818ca84fc4ed77768c4d453c57aae5b3...ef38740d32498754972755acfbf58caa0889a8d2 | diff --git a/extensions/elasticsearch-rest-client/deployment/src/main/java/io/quarkus/elasticsearch/restclient/lowlevel/deployment/ElasticsearchLowLevelClientProcessor.java b/extensions/elasticsearch-rest-client/deployment/src/main/java/io/quarkus/elasticsearch/restclient/lowlevel/deployment/ElasticsearchLowLevelClient... | ['extensions/elasticsearch-rest-client/deployment/src/main/java/io/quarkus/elasticsearch/restclient/lowlevel/deployment/ElasticsearchLowLevelClientProcessor.java', 'extensions/elasticsearch-rest-client/deployment/src/test/java/io/quarkus/elasticsearch/restclient/lowlevel/runtime/ElasticsearchClientConfigTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 15,335,851 | 2,987,176 | 397,263 | 4,231 | 837 | 168 | 10 | 1 | 1,840 | 183 | 412 | 59 | 2 | 3 | 2021-03-18T09:42: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,813 | quarkusio/quarkus/15798/10578 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10578 | https://github.com/quarkusio/quarkus/pull/15798 | https://github.com/quarkusio/quarkus/pull/15798 | 1 | fixes | Named handler log files get logs duplicated when hot reload is performed | **Describe the bug**
In properties file I have configured 2 different named handlers, for very specific logging categories.
In dev mode the log in these categories are working fine and directed toward the right file handler.
When an hot-reload is performed I see the log lines duplicated, and each time a new hot-rel... | ce244e1c13933a1862163fc70d0d5babcacdd41b | 5b69ffa9ded999138edfaaa6d9692bbf9697ee4a | https://github.com/quarkusio/quarkus/compare/ce244e1c13933a1862163fc70d0d5babcacdd41b...5b69ffa9ded999138edfaaa6d9692bbf9697ee4a | diff --git a/core/runtime/src/main/java/io/quarkus/runtime/logging/LoggingSetupRecorder.java b/core/runtime/src/main/java/io/quarkus/runtime/logging/LoggingSetupRecorder.java
index 3bd50a147ad..9715b77d878 100644
--- a/core/runtime/src/main/java/io/quarkus/runtime/logging/LoggingSetupRecorder.java
+++ b/core/runtime/sr... | ['independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/logging/QuarkusDelayedHandler.java', 'core/runtime/src/main/java/io/quarkus/runtime/logging/LoggingSetupRecorder.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 15,307,181 | 2,981,717 | 396,487 | 4,223 | 1,086 | 186 | 27 | 2 | 4,035 | 377 | 1,176 | 64 | 0 | 1 | 2021-03-17T06:42: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,814 | quarkusio/quarkus/15796/15195 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15195 | https://github.com/quarkusio/quarkus/pull/15796 | https://github.com/quarkusio/quarkus/pull/15796 | 1 | fixes | Subsequent @QuarkusTest's stuck when running with different @TestProfile for testing Lambdas | **Describe the bug**
The Gradle project consists of multiple `RequestHandler` which all need to be tested individually. We use one test profile for each handler test and one test class per handler.
The test profiles spawns test resources (WireMock, localstack) and sets the handler `quarkus.lambda.handler` accordingl... | ce244e1c13933a1862163fc70d0d5babcacdd41b | 7c6f45a4561e245638be998fe00b28d9b7f8f372 | https://github.com/quarkusio/quarkus/compare/ce244e1c13933a1862163fc70d0d5babcacdd41b...7c6f45a4561e245638be998fe00b28d9b7f8f372 | diff --git a/extensions/amazon-lambda/common-runtime/src/main/java/io/quarkus/amazon/lambda/runtime/AbstractLambdaPollLoop.java b/extensions/amazon-lambda/common-runtime/src/main/java/io/quarkus/amazon/lambda/runtime/AbstractLambdaPollLoop.java
index 720e8d4f452..0777ce720e8 100644
--- a/extensions/amazon-lambda/common... | ['extensions/amazon-lambda/common-runtime/src/main/java/io/quarkus/amazon/lambda/runtime/AbstractLambdaPollLoop.java', 'test-framework/amazon-lambda/src/main/java/io/quarkus/amazon/lambda/test/LambdaResourceManager.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 15,307,181 | 2,981,717 | 396,487 | 4,223 | 174 | 38 | 4 | 1 | 2,598 | 360 | 585 | 49 | 0 | 1 | 2021-03-17T04:03: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,815 | quarkusio/quarkus/15795/15204 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15204 | https://github.com/quarkusio/quarkus/pull/15795 | https://github.com/quarkusio/quarkus/pull/15795 | 1 | fixes | NoClassDefFoundError for multi-module dependency in Vert.x reactive routes when using Maven quarkusDev | **Describe the bug**
A multi-module maven project contains two submodules _mod1_ and _mod2_, where _mod2_ depends on _mod1_.
When running _mod2_ in dev mode, `NoClassDefFoundError` occurs for a route class from _mod1_.
The error does not occur when the application is built with `mvn package` and run with `java -ja... | ce244e1c13933a1862163fc70d0d5babcacdd41b | ae14fff9e70d6a77e532e40481cbbe843d2b92b8 | https://github.com/quarkusio/quarkus/compare/ce244e1c13933a1862163fc70d0d5babcacdd41b...ae14fff9e70d6a77e532e40481cbbe843d2b92b8 | diff --git a/extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/VertxWebProcessor.java b/extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/VertxWebProcessor.java
index 30889c74c92..add7a48d162 100644
--- a/extensions/vertx-web/deployment/src/main/java/io/quarkus/ve... | ['extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/VertxWebProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 15,307,181 | 2,981,717 | 396,487 | 4,223 | 628 | 103 | 11 | 1 | 4,849 | 285 | 1,253 | 65 | 2 | 1 | 2021-03-17T02:34: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,818 | quarkusio/quarkus/15748/15657 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15657 | https://github.com/quarkusio/quarkus/pull/15748 | https://github.com/quarkusio/quarkus/pull/15748 | 1 | fixes | Resteasy Reactive - NoClassDefFoundError: io/quarkus/generated/java/lang/Long$quarkusrestparamConverter$ | **Describe the bug**
I have a class "ListFilterImportData", which is used in all projects as BeanParam, in a common artefact. it looks something like this (getter/setter omitted for brevity):
```
@QueryParam("language")
String language;
@QueryParam("page")
@DefaultValue("1")
Integer page;
... | 40b3c2bc0536d1669268a7804adcd0bc5d7462d7 | 4ef6058a5f876208808c013818d5b66565812d82 | https://github.com/quarkusio/quarkus/compare/40b3c2bc0536d1669268a7804adcd0bc5d7462d7...4ef6058a5f876208808c013818d5b66565812d82 | diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/main/java/io/quarkus/resteasy/reactive/server/deployment/QuarkusServerEndpointIndexer.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/main/java/io/quarkus/resteasy/reactive/server/deployment/QuarkusServerEndp... | ['extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/main/java/io/quarkus/resteasy/reactive/server/deployment/QuarkusServerEndpointIndexer.java', 'extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/main/java/io/quarkus/resteasy/reactive/server/deployment/ResteasyReactiveProcessor.j... | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 15,282,422 | 2,976,981 | 395,852 | 4,216 | 1,425 | 221 | 25 | 2 | 5,721 | 384 | 1,457 | 104 | 1 | 3 | 2021-03-16T02:21: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,819 | quarkusio/quarkus/15730/15735 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15735 | https://github.com/quarkusio/quarkus/pull/15730 | https://github.com/quarkusio/quarkus/pull/15730 | 1 | fixes | QuarkusSecurityIdentity.builder(identity) loses isAnonymous flag | ## Describe the bug
If QuarkusSecurityIdentity.builder(identity) is called with an identity that is anonymous then the identity returned from the builder returns always `false` on `isAnonymous()`
This typcially happens in a `SecurityIdentityAugmentor` that doesn't check the identity for anonymous.
### Expected beh... | a5657b67fb68a0234dcfa3533f70dc14f3810fcf | fdb63d34fbb3ee181473426d2f978ef571f5cc80 | https://github.com/quarkusio/quarkus/compare/a5657b67fb68a0234dcfa3533f70dc14f3810fcf...fdb63d34fbb3ee181473426d2f978ef571f5cc80 | diff --git a/extensions/security/runtime/src/main/java/io/quarkus/security/runtime/QuarkusSecurityIdentity.java b/extensions/security/runtime/src/main/java/io/quarkus/security/runtime/QuarkusSecurityIdentity.java
index 54638f3d978..50bd92790f5 100644
--- a/extensions/security/runtime/src/main/java/io/quarkus/security/r... | ['extensions/security/runtime/src/main/java/io/quarkus/security/runtime/QuarkusSecurityIdentity.java', 'extensions/security/runtime/src/test/java/io/quarkus/security/runtime/QuarkusSecurityIdentityTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 15,404,588 | 3,000,022 | 398,983 | 4,248 | 1,003 | 162 | 29 | 1 | 908 | 116 | 178 | 17 | 0 | 0 | 2021-03-15T13:17:42 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,821 | quarkusio/quarkus/15645/15492 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15492 | https://github.com/quarkusio/quarkus/pull/15645 | https://github.com/quarkusio/quarkus/pull/15645 | 1 | fixes | Validation for REST endpoints does not return messages about the constraints violated | **Describe the bug**
After the changes in https://github.com/quarkusio/quarkus/pull/15447, now when using REST Panache or Spring Data REST quarkus extensions, we got 400 when there are constraint violations.
The problem now is that the response does not return the constraints that have been violated.
**Expecte... | e86d7112630a6f630423f90d55eb134a7e0b10b9 | da3a42865d767d1800a91e72b2d462cda012d72d | https://github.com/quarkusio/quarkus/compare/e86d7112630a6f630423f90d55eb134a7e0b10b9...da3a42865d767d1800a91e72b2d462cda012d72d | diff --git a/extensions/panache/rest-data-panache/deployment/src/main/java/io/quarkus/rest/data/panache/deployment/JaxRsResourceImplementor.java b/extensions/panache/rest-data-panache/deployment/src/main/java/io/quarkus/rest/data/panache/deployment/JaxRsResourceImplementor.java
index 98d8c347b25..f5c6b67156f 100644
---... | ['extensions/panache/rest-data-panache/deployment/src/main/java/io/quarkus/rest/data/panache/deployment/methods/UpdateMethodImplementor.java', 'extensions/panache/rest-data-panache/deployment/src/main/java/io/quarkus/rest/data/panache/deployment/methods/hal/AddHalMethodImplementor.java', 'extensions/panache/rest-data-p... | {'.java': 8} | 8 | 8 | 0 | 0 | 8 | 15,259,653 | 2,972,891 | 395,315 | 4,200 | 3,626 | 650 | 83 | 6 | 1,149 | 133 | 269 | 39 | 2 | 1 | 2021-03-11T17:05: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,822 | quarkusio/quarkus/15636/15220 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/15220 | https://github.com/quarkusio/quarkus/pull/15636 | https://github.com/quarkusio/quarkus/pull/15636 | 1 | fixes | Memory leak in non-quarkus main() in quarkus-using module (due to quarkus dependencies) | To reproduce, take any quarkus quickstart and add this class in `src/test/java` (or `src/main/java`):
```
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class LoggingMemoryLeakMain {
protected static final Logger logger = LoggerFactory.getLogger(LoggingMemoryLeakMain.class);
publi... | 258d74ebf0cc7f07781cba186de5638eaf1fb529 | 1748cd3135c64aa737d08bf55b2194f1d88e4976 | https://github.com/quarkusio/quarkus/compare/258d74ebf0cc7f07781cba186de5638eaf1fb529...1748cd3135c64aa737d08bf55b2194f1d88e4976 | diff --git a/independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/logging/QuarkusDelayedHandler.java b/independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/logging/QuarkusDelayedHandler.java
index 6fe4b7ed492..ae28d6fc633 100644
--- a/independent-projects/bootstrap/runner/src/mai... | ['independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/logging/QuarkusDelayedHandler.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 15,211,808 | 2,963,486 | 394,067 | 4,182 | 676 | 117 | 17 | 1 | 2,026 | 275 | 488 | 47 | 1 | 2 | 2021-03-11T14:49:32 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,151 | quarkusio/quarkus/34144/34141 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/34141 | https://github.com/quarkusio/quarkus/pull/34144 | https://github.com/quarkusio/quarkus/pull/34144 | 1 | closes | Remove usage of @AlwaysInline as it's not GraalVM API | ### Describe the bug
There are some usages of `@AlwaysInline` that prevent a switch-over of the GraalVM dependency from `org.graalvm.nativeimage:svm` (which isn't supposed to be API) to `org.graalvm.sdk:graal-sdk`. These are currently:
```
grep -rn @AlwaysInline
core/runtime/src/main/java/io/quarkus/runtime/graal... | 297c0ca19015608487eb603b7432bf6f9375737f | 0c5d2988f51ea4ac54cadd9f25cd14a0eeeb2184 | https://github.com/quarkusio/quarkus/compare/297c0ca19015608487eb603b7432bf6f9375737f...0c5d2988f51ea4ac54cadd9f25cd14a0eeeb2184 | diff --git a/core/runtime/src/main/java/io/quarkus/runtime/graal/ConfigurationSubstitutions.java b/core/runtime/src/main/java/io/quarkus/runtime/graal/ConfigurationSubstitutions.java
index c65c8bbad71..deda93e99ee 100644
--- a/core/runtime/src/main/java/io/quarkus/runtime/graal/ConfigurationSubstitutions.java
+++ b/cor... | ['extensions/jdbc/jdbc-mssql/runtime/src/main/java/io/quarkus/jdbc/mssql/runtime/graal/com/microsoft/sqlserver/jdbc/SQLServerJDBCSubstitutions.java', 'core/runtime/src/main/java/io/quarkus/runtime/graal/ConfigurationSubstitutions.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 26,903,778 | 5,306,525 | 682,982 | 6,292 | 169 | 41 | 4 | 2 | 2,071 | 176 | 542 | 56 | 1 | 2 | 2023-06-19T18:27: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,149 | quarkusio/quarkus/34246/34089 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/34089 | https://github.com/quarkusio/quarkus/pull/34246 | https://github.com/quarkusio/quarkus/pull/34246 | 1 | fixes | Quarkus extension created with 2.13 stream and Quarkus CLI 3 contains Jakarta imports | ### Describe the bug
I create extension with Quarkus CLI 3 for my application that uses Quarkus 2.13 and module `integration tests` of generated projects contain Jakarta imports.
### Expected behavior
Generated tests should be working for Quarkus 2.13.
### Actual behavior
```
[ERROR] /home/mvavrik/Downloads/tmp/e... | eedd893f21a045ce7b9a943cc36103189dfecdae | 8a96b2747ddc8e57ab70aa1fdec3b3dc447de239 | https://github.com/quarkusio/quarkus/compare/eedd893f21a045ce7b9a943cc36103189dfecdae...8a96b2747ddc8e57ab70aa1fdec3b3dc447de239 | diff --git a/devtools/project-core-extension-codestarts/src/main/resources/codestarts/quarkus/extension-codestarts/resteasy-codestart/java/src/main/java/org/acme/{resource.class-name}.tpl.qute.java b/devtools/project-core-extension-codestarts/src/main/resources/codestarts/quarkus/extension-codestarts/resteasy-codestart... | ['devtools/project-core-extension-codestarts/src/main/resources/codestarts/quarkus/extension-codestarts/resteasy-codestart/java/src/main/java/org/acme/{resource.class-name}.tpl.qute.java', 'independent-projects/tools/base-codestarts/src/main/resources/codestarts/quarkus-extension/code/integration-tests/java/integration... | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 26,998,477 | 5,324,938 | 685,604 | 6,322 | 216 | 58 | 7 | 1 | 2,170 | 175 | 638 | 52 | 0 | 1 | 2023-06-22T11:23: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,125 | quarkusio/quarkus/35174/34576 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/34576 | https://github.com/quarkusio/quarkus/pull/35174 | https://github.com/quarkusio/quarkus/pull/35174 | 1 | fixes | Live reload stopped working on 3.2 when using XA transactions | ### Describe the bug
When upgrading from 3.1 to 3.2, using quarkus:dev mode, the application will no longer reload on code changes, but fail with an exception, if an XA transaction manager is used (`quarkus.datasource.jdbc.transactions=xa`).
### Expected behavior
Application reloads as before
### Actual be... | 6e65c470dd80761951d144a816f85a413c7cef06 | d99f0b52d202bc36a4731652052b706e096a412f | https://github.com/quarkusio/quarkus/compare/6e65c470dd80761951d144a816f85a413c7cef06...d99f0b52d202bc36a4731652052b706e096a412f | diff --git a/extensions/narayana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/NarayanaJtaRecorder.java b/extensions/narayana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/NarayanaJtaRecorder.java
index 38b1b1293ae..c73a1cddb39 100644
--- a/extensions/narayana-jta/runtime/src/main/java/io/quarku... | ['extensions/narayana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/QuarkusRecoveryService.java', 'extensions/narayana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/NarayanaJtaRecorder.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 27,373,658 | 5,400,412 | 694,393 | 6,376 | 698 | 121 | 17 | 2 | 4,102 | 258 | 992 | 96 | 0 | 2 | 2023-08-02T16:42: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,124 | quarkusio/quarkus/35188/34908 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/34908 | https://github.com/quarkusio/quarkus/pull/35188 | https://github.com/quarkusio/quarkus/pull/35188 | 1 | fixes | @RouteFilter stopped working with WebSocket requests Quarkus 3.2.0.Final | ### Describe the bug
We were migrating from 2.16.7 to 3.2.0.Final
And we have WebSocket interceptor implemented with @RouteFilter
It looks like this:
```java
@RouteFilter
void authFilter(RoutingContext rc) {
/// logic to search for websocket header etc
}
```
We use it to intercept GQL Subscriptio... | 6e65c470dd80761951d144a816f85a413c7cef06 | 2be7e958493f2a947be72120d03ccfa9b3e55e52 | https://github.com/quarkusio/quarkus/compare/6e65c470dd80761951d144a816f85a413c7cef06...2be7e958493f2a947be72120d03ccfa9b3e55e52 | diff --git a/extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java b/extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java
index d5857405ca9..9a494fdb4df 100644
--- a/extensions/smallr... | ['extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 27,373,658 | 5,400,412 | 694,393 | 6,376 | 235 | 49 | 4 | 1 | 966 | 136 | 241 | 52 | 0 | 1 | 2023-08-03T13:47: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,123 | quarkusio/quarkus/35203/34875 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/34875 | https://github.com/quarkusio/quarkus/pull/35203 | https://github.com/quarkusio/quarkus/pull/35203 | 1 | fix | Quarkus build does not work since 3.2.0 with teamcity/plexus launcher | ### Describe the bug
We have some custom extensions which use dependencies from a private repository. Since quarkus 3.2.0 the build fails while generating the test code. Up to 3.1.3 it worked fine.
```
[INFO] --- quarkus:3.2.1.Final:generate-code-tests (default) @ database-extension-base ---
[INFO] Artifact... | 0d3cb3545c838b7232a32b4a0b7e993c8bd5a496 | 3306eb930024c8726c53e02e4532805b33e9b369 | https://github.com/quarkusio/quarkus/compare/0d3cb3545c838b7232a32b4a0b7e993c8bd5a496...3306eb930024c8726c53e02e4532805b33e9b369 | diff --git a/devtools/maven/src/main/java/io/quarkus/maven/DependencyTreeMojo.java b/devtools/maven/src/main/java/io/quarkus/maven/DependencyTreeMojo.java
index a990e5d8ccd..22891e8f44d 100644
--- a/devtools/maven/src/main/java/io/quarkus/maven/DependencyTreeMojo.java
+++ b/devtools/maven/src/main/java/io/quarkus/maven... | ['devtools/maven/src/main/java/io/quarkus/maven/DependencyTreeMojo.java', 'devtools/maven/src/main/java/io/quarkus/maven/QuarkusProjectMojoBase.java', 'devtools/maven/src/main/java/io/quarkus/maven/QuarkusProjectStateMojoBase.java', 'devtools/maven/src/main/java/io/quarkus/maven/GoOfflineMojo.java', 'devtools/maven/src... | {'.java': 6} | 6 | 6 | 0 | 0 | 6 | 27,361,897 | 5,398,293 | 694,128 | 6,375 | 1,110 | 189 | 19 | 6 | 2,437 | 277 | 638 | 76 | 5 | 2 | 2023-08-04T12:40: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,122 | quarkusio/quarkus/35301/35285 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/35285 | https://github.com/quarkusio/quarkus/pull/35301 | https://github.com/quarkusio/quarkus/pull/35301 | 1 | fixes | NullPointerException during http post request when quarkus-csrf-reactive extension is added to a project | ### Describe the bug
Adding the quarkus-csrf-reactive extension to a project leads to a NPE during a post request when CsrfRequestResponseReactiveFilter is checking the media type.
```
2023-08-09 13:47:44,725 ERROR [io.qua.ver.htt.run.QuarkusErrorHandler] (vert.x-eventloop-thread-1) HTTP Request to /hello failed... | a34ab2742b2133ffabb4b547c7a2485f98287036 | 3c6944364aa3936e6353327da3947367e04de850 | https://github.com/quarkusio/quarkus/compare/a34ab2742b2133ffabb4b547c7a2485f98287036...3c6944364aa3936e6353327da3947367e04de850 | diff --git a/extensions/csrf-reactive/runtime/src/main/java/io/quarkus/csrf/reactive/runtime/CsrfRequestResponseReactiveFilter.java b/extensions/csrf-reactive/runtime/src/main/java/io/quarkus/csrf/reactive/runtime/CsrfRequestResponseReactiveFilter.java
index 8fcba71e714..4c5eaa15177 100644
--- a/extensions/csrf-reactiv... | ['extensions/csrf-reactive/runtime/src/main/java/io/quarkus/csrf/reactive/runtime/CsrfRequestResponseReactiveFilter.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 27,445,232 | 5,414,987 | 696,121 | 6,390 | 1,393 | 272 | 20 | 1 | 5,686 | 208 | 1,361 | 71 | 2 | 1 | 2023-08-10T02:19: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,121 | quarkusio/quarkus/35308/11903 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11903 | https://github.com/quarkusio/quarkus/pull/35308 | https://github.com/quarkusio/quarkus/pull/35308 | 1 | fix | Gradle multimodule project + quarkus-container-image-jib: OverlappingFileLockException | **Describe the bug**
I have a gradle + Kotlin multi-module project and try to build container images with the quarkus-container-image-jib extension. When I run `./gradlew assemble -Dquarkus.container-image.build=true`, I get an `OverlappingFileLockException` (on Windows 10 as well as on the `gradle:6.6-jdk11` docker ... | 14763e32610b587091cc017ab092bbebf3b258e4 | 1eb8b2d80673abe76b9cced7a1cf491872d22748 | https://github.com/quarkusio/quarkus/compare/14763e32610b587091cc017ab092bbebf3b258e4...1eb8b2d80673abe76b9cced7a1cf491872d22748 | 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 e406fed36f2..2d79781a403 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 | 27,437,191 | 5,413,364 | 695,938 | 6,389 | 1,912 | 394 | 31 | 1 | 7,028 | 472 | 1,724 | 120 | 2 | 1 | 2023-08-10T12:51: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,120 | quarkusio/quarkus/35315/35314 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/35314 | https://github.com/quarkusio/quarkus/pull/35315 | https://github.com/quarkusio/quarkus/pull/35315 | 1 | fixes | Regression in 3.3.0.CR1: Synthetic bean instance for io.opentelemetry.api.OpenTelemetry not initialized yet | ### Describe the bug
Though I'm still waiting for a fix in Hibernate (hopefully 6.2.8), I gave 3.3.0.CR1 a try in my pending Quarkus 3 upgrade branch for my app.
QuarkusTests that have been working in 3.2.3.Final are now failing with:
```
java.lang.RuntimeException: java.lang.RuntimeException: Failed to start qua... | 9c73946d31063f5ffdf59b41d7fe0a432f36a798 | ec04931ef0f298f1f5e24491c3940d63879ba0e5 | https://github.com/quarkusio/quarkus/compare/9c73946d31063f5ffdf59b41d7fe0a432f36a798...ec04931ef0f298f1f5e24491c3940d63879ba0e5 | diff --git a/extensions/agroal/runtime/src/main/java/io/quarkus/agroal/runtime/DataSources.java b/extensions/agroal/runtime/src/main/java/io/quarkus/agroal/runtime/DataSources.java
index bff38eee02e..341e2cca199 100644
--- a/extensions/agroal/runtime/src/main/java/io/quarkus/agroal/runtime/DataSources.java
+++ b/extens... | ['extensions/flyway/runtime/src/main/java/io/quarkus/flyway/runtime/FlywayRecorder.java', 'extensions/liquibase/runtime/src/main/java/io/quarkus/liquibase/runtime/LiquibaseRecorder.java', 'extensions/liquibase/deployment/src/main/java/io/quarkus/liquibase/deployment/LiquibaseProcessor.java', 'extensions/flyway/runtime/... | {'.java': 7} | 7 | 7 | 0 | 0 | 7 | 27,413,587 | 5,408,613 | 695,453 | 6,387 | 10,085 | 1,887 | 179 | 7 | 4,058 | 245 | 1,081 | 75 | 1 | 1 | 2023-08-10T18: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,119 | quarkusio/quarkus/35350/35348 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/35348 | https://github.com/quarkusio/quarkus/pull/35350 | https://github.com/quarkusio/quarkus/pull/35350 | 1 | fix | quarkus-maven-plugin runs native building even if the profile is commented out | ### Describe the bug
It comes across
- https://github.com/apache/camel-quarkus/issues/5180
The `native` profile is commented out but quarkus build is still running the graal native build. After investigating, it seems related to https://github.com/quarkusio/quarkus/blob/3747c0d85b68ca33b58871d9cf3b2d4b3bb304a4/de... | 42cd3eac552ee5102033f7f7de7acc3ec90a75d3 | 690244bdf81355dbe88820311837e3f5ee26512c | https://github.com/quarkusio/quarkus/compare/42cd3eac552ee5102033f7f7de7acc3ec90a75d3...690244bdf81355dbe88820311837e3f5ee26512c | diff --git a/devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java b/devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java
index 0c7146ddb16..fefb7457970 100644
--- a/devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java
+++ b/devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java
@@ -118,7 +... | ['devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java', 'devtools/maven/src/main/java/io/quarkus/maven/TrackConfigChangesMojo.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 27,441,087 | 5,414,176 | 696,009 | 6,389 | 323 | 60 | 6 | 2 | 962 | 113 | 259 | 44 | 2 | 0 | 2023-08-15T06:50: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,118 | quarkusio/quarkus/35396/35344 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/35344 | https://github.com/quarkusio/quarkus/pull/35396 | https://github.com/quarkusio/quarkus/pull/35396 | 1 | fix | ResteasyReactiveRuntimeRecorder throws ClassCastException when deployed on Openshift | ### Describe the bug
Related to PR #35246
When deploying RestEasy Reactive application to Openshift, it will fail on ResteasyReactiveRuntimeRecorder's ClassCastException (see stack trace below).
```
15:47:36,238 INFO [app] 13:47:35,438 Failed to start application (with profile [OpenShiftCompressionHandlerIT]): j... | 31d78a602f772abe53a79eb3bdd65208196a9e3c | 857abbe148b023590a95fd4ed257c6148a81773b | https://github.com/quarkusio/quarkus/compare/31d78a602f772abe53a79eb3bdd65208196a9e3c...857abbe148b023590a95fd4ed257c6148a81773b | diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/multipart/MultipartInputWithAllUploadsTest.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/multipart/Multi... | ['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/MultiPartConfig.java', 'extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/multipart/MultipartInputWithAllUploadsTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 27,447,781 | 5,415,682 | 696,253 | 6,390 | 190 | 40 | 3 | 1 | 3,285 | 254 | 914 | 65 | 1 | 1 | 2023-08-17T10:57: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,117 | quarkusio/quarkus/6129/6091 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/6091 | https://github.com/quarkusio/quarkus/pull/6129 | https://github.com/quarkusio/quarkus/pull/6129#issuecomment-564812529 | 1 | fixes | mvn quarkus:dev freezes in a project with bidirectional JPA relationships | **Describe the bug**
Having the following entities in a Quarkus app makes `mvn compile quarkus:dev` freeze:
```java
@Entity
@Table(name = "owners")
public class Owner {
@OneToMany(cascade = CascadeType.ALL, mappedBy = "owner")
private Set<Pet> pets;
public Set<Pet> getPets() {
return... | e6ae706a6a53f13e3fd41c99af4076100c3ef456 | c17aa16649bbe930994456a8098e8b40374a338d | https://github.com/quarkusio/quarkus/compare/e6ae706a6a53f13e3fd41c99af4076100c3ef456...c17aa16649bbe930994456a8098e8b40374a338d | diff --git a/core/deployment/src/main/java/io/quarkus/runner/RuntimeClassLoader.java b/core/deployment/src/main/java/io/quarkus/runner/RuntimeClassLoader.java
index c323f8ba4de..cc07cb92f26 100644
--- a/core/deployment/src/main/java/io/quarkus/runner/RuntimeClassLoader.java
+++ b/core/deployment/src/main/java/io/quarku... | ['core/deployment/src/main/java/io/quarkus/runner/RuntimeClassLoader.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 6,518,742 | 1,259,819 | 168,793 | 1,777 | 2,101 | 349 | 38 | 1 | 6,224 | 363 | 1,542 | 129 | 1 | 5 | 2019-12-12T01:37:51 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,116 | quarkusio/quarkus/5451/5443 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/5443 | https://github.com/quarkusio/quarkus/pull/5451 | https://github.com/quarkusio/quarkus/issues/5443#issuecomment-554224543 | 2 | fixes | Thread locked after stress test | **Describe the bug**
(Describe the problem clearly and concisely.)
I did a simple stress test,then the program keeps giving alarm log.
```log
21:59:37 WARNING [io.ve.co.im.BlockedThreadChecker] (vertx-blocked-thread-checker) Thread Thread[vert.x-worker-thread-9,5,main]=Thread[vert.x-worker-thread-9,5,main] has be... | 8be0f981ba69e645bdd83bf985037f6d1944736b | c4e86939ba7f291c0e1456f36cd0db68a12487e6 | https://github.com/quarkusio/quarkus/compare/8be0f981ba69e645bdd83bf985037f6d1944736b...c4e86939ba7f291c0e1456f36cd0db68a12487e6 | diff --git a/extensions/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/standalone/VertxBlockingOutput.java b/extensions/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/standalone/VertxBlockingOutput.java
index bbb7e882f7b..fafae708f2f 100644
--- a/extensions/resteasy/runtime/src/main/java/io/quar... | ['extensions/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/standalone/VertxBlockingOutput.java', 'extensions/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/standalone/VertxOutputStream.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 5,922,746 | 1,148,164 | 152,831 | 1,582 | 1,426 | 226 | 31 | 2 | 11,559 | 498 | 2,776 | 168 | 2 | 6 | 2019-11-13T19:54: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,115 | quarkusio/quarkus/5336/5335 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/5335 | https://github.com/quarkusio/quarkus/pull/5336 | https://github.com/quarkusio/quarkus/pull/5336#issuecomment-552184240 | 1 | fixes | URLClassPath substitutions not working with Java 11 | ```
Error: substitution target for io.quarkus.vertx.core.runtime.graal.Target_sun_misc_URLClassPath is not loaded. Use field `onlyWith` in the `TargetClass` annotation to make substitution only active when needed.
com.oracle.svm.core.util.UserError$UserException: substitution target for io.quarkus.vertx.core.runtime.... | 971217113cc71abebd7e50635e936fbd70a41fb1 | 784bce9f7869c0ac5000e190a9f816739c40f66d | https://github.com/quarkusio/quarkus/compare/971217113cc71abebd7e50635e936fbd70a41fb1...784bce9f7869c0ac5000e190a9f816739c40f66d | diff --git a/extensions/vertx-core/runtime/src/main/java/io/quarkus/vertx/core/runtime/graal/JdkSubstitutions.java b/extensions/vertx-core/runtime/src/main/java/io/quarkus/vertx/core/runtime/graal/JdkSubstitutions.java
index 14afde0c967..a6413dbfde9 100644
--- a/extensions/vertx-core/runtime/src/main/java/io/quarkus/ve... | ['extensions/vertx-core/runtime/src/main/java/io/quarkus/vertx/core/runtime/graal/JdkSubstitutions.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 5,909,992 | 1,145,754 | 152,532 | 1,574 | 3,069 | 667 | 61 | 1 | 1,843 | 78 | 418 | 20 | 0 | 1 | 2019-11-08T15:30:20 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, '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,112 | quarkusio/quarkus/3547/3202 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/3202 | https://github.com/quarkusio/quarkus/pull/3547 | https://github.com/quarkusio/quarkus/pull/3547#issuecomment-528452806 | 2 | fixes | Kafka Streams Extension can't find Serdes.StringSerde | **Describe the bug**
Native image generated cannot find the StringSerde. This causes the app to fail on startup.
**Expected behavior**
The app should start up and run without issues.
**Actual behavior**
I have a Java Kafka Streams app. I configure the Serdes.StringSerde as the default Serdes in the Kafka prope... | a7892346634d9aa8a2bb4bbdc4b0f2fc2f8cd59e | 3f96d8724306428c9da9a780f48e31580603f291 | https://github.com/quarkusio/quarkus/compare/a7892346634d9aa8a2bb4bbdc4b0f2fc2f8cd59e...3f96d8724306428c9da9a780f48e31580603f291 | diff --git a/extensions/kafka-streams/deployment/src/main/java/io/quarkus/kafka/streams/deployment/KafkaStreamsProcessor.java b/extensions/kafka-streams/deployment/src/main/java/io/quarkus/kafka/streams/deployment/KafkaStreamsProcessor.java
index 9b8cf410880..c46fd119b9b 100644
--- a/extensions/kafka-streams/deployment... | ['extensions/kafka-streams/deployment/src/main/java/io/quarkus/kafka/streams/deployment/KafkaStreamsProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 4,343,964 | 840,734 | 112,306 | 1,137 | 5,096 | 952 | 94 | 1 | 4,121 | 291 | 1,043 | 78 | 1 | 7 | 2019-08-16T18:14: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,109 | quarkusio/quarkus/2554/2549 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/2549 | https://github.com/quarkusio/quarkus/pull/2554 | https://github.com/quarkusio/quarkus/pull/2554#issuecomment-494814527 | 1 | fixes | NullPointerException in DevMojo when running mvn compile quarkus:dev | **Describe the bug**
Running `mvn compile quarkus:dev -rf web` in the root of https://github.com/fabric8-launcher/launcher-backend gives the following error when using the 999-SNAPSHOT version
```
Caused by: java.lang.NullPointerException
at io.quarkus.maven.DevMojo.execute (DevMojo.java:248)
at org.apac... | 48e18181885c6ae3e5caa2bee9dcef4fecbe426a | c8bf8c32a62fcd47b4f3e2183ad3adaa4fa9f55c | https://github.com/quarkusio/quarkus/compare/48e18181885c6ae3e5caa2bee9dcef4fecbe426a...c8bf8c32a62fcd47b4f3e2183ad3adaa4fa9f55c | 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 46f6aaccdc3..99f65ff4900 100644
--- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java
+++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java
@@ -34,6 +34,7 @@
... | ['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 3,781,328 | 739,544 | 98,289 | 965 | 1,487 | 218 | 25 | 1 | 4,327 | 303 | 1,197 | 60 | 5 | 2 | 2019-05-22T08:02: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,108 | quarkusio/quarkus/2301/2270 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/2270 | https://github.com/quarkusio/quarkus/pull/2301 | https://github.com/quarkusio/quarkus/pull/2301#issuecomment-487976482 | 2 | solves | The datasources are not ready to be consumed when injecting a DS to CamelLifecycle | Injecting a `DataSource` into a `CamelLifecycle` fails with the exception below. I am injecting the datasource to be able to bind it to a name in the Camel registry https://github.com/ppalaga/quarkus/blob/e8253198085073559bf35bfc9a0002ab2d83faec/integration-tests/camel-jdbc/src/main/java/io/quarkus/it/camel/jdbc/CamelL... | ff5dda2e7ea6b20b6cc0675772c1df3489089f7f | 9ac94cc10e34c86220f2c1b168f24c73360349d2 | https://github.com/quarkusio/quarkus/compare/ff5dda2e7ea6b20b6cc0675772c1df3489089f7f...9ac94cc10e34c86220f2c1b168f24c73360349d2 | diff --git a/extensions/agroal/deployment/src/main/java/io/quarkus/agroal/deployment/AgroalProcessor.java b/extensions/agroal/deployment/src/main/java/io/quarkus/agroal/deployment/AgroalProcessor.java
index b7043e57fb3..4b91fedeb81 100644
--- a/extensions/agroal/deployment/src/main/java/io/quarkus/agroal/deployment/Agr... | ['extensions/agroal/deployment/src/main/java/io/quarkus/agroal/deployment/AgroalProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 3,658,157 | 715,844 | 95,325 | 930 | 191 | 27 | 3 | 1 | 11,203 | 356 | 2,496 | 114 | 2 | 1 | 2019-04-30T13:49: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,107 | quarkusio/quarkus/1810/1636 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/1636 | https://github.com/quarkusio/quarkus/pull/1810 | https://github.com/quarkusio/quarkus/issues/1636#issuecomment-480983579 | 1 | fixes | Native image build in docker writes files as root to target dir | If you build a native image inside a docker container with `mvn clean package -Pnative -Dnative-image.docker-build=true` the artefacts are written by root.
As a result, subsequent commands like `mvn clean` fail, and artifacts can only be removed with `sudo rm`.
It is possible to run processes in Docker with a ... | 90f5d56b8df14fbcbc6895a5695c5f814865b1bb | a37451ccb53eaaff036c1d700b6f2f8e1a2e88c7 | https://github.com/quarkusio/quarkus/compare/90f5d56b8df14fbcbc6895a5695c5f814865b1bb...a37451ccb53eaaff036c1d700b6f2f8e1a2e88c7 | diff --git a/core/creator/src/main/java/io/quarkus/creator/phase/nativeimage/NativeImagePhase.java b/core/creator/src/main/java/io/quarkus/creator/phase/nativeimage/NativeImagePhase.java
index 88ea58d798a..305391f5306 100644
--- a/core/creator/src/main/java/io/quarkus/creator/phase/nativeimage/NativeImagePhase.java
+++... | ['core/creator/src/main/java/io/quarkus/creator/phase/nativeimage/NativeImagePhase.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 3,524,947 | 690,538 | 92,045 | 907 | 2,025 | 347 | 57 | 1 | 468 | 77 | 104 | 5 | 0 | 0 | 2019-04-02T08:45: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,126 | quarkusio/quarkus/35172/35171 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/35171 | https://github.com/quarkusio/quarkus/pull/35172 | https://github.com/quarkusio/quarkus/pull/35172 | 1 | fixes | kafka-streams: feature not listed on startup | ### Describe the bug
Develop a microservice based on the quarkus kafka-streams extension.
Run quarkus:dev and look at the start logs of Quarkus.
kafka-streams does not appear in the list.
### Expected behavior
kafka-streams should be listed in the activated extensions
### Actual behavior
kafka-streams does not a... | 9aa28e347ff1441e35b9a82f47a930182b8860a7 | b884a10acdd51740ab2e1aed015e3b9e3d3d9ef5 | https://github.com/quarkusio/quarkus/compare/9aa28e347ff1441e35b9a82f47a930182b8860a7...b884a10acdd51740ab2e1aed015e3b9e3d3d9ef5 | diff --git a/extensions/kafka-streams/deployment/src/main/java/io/quarkus/kafka/streams/deployment/KafkaStreamsProcessor.java b/extensions/kafka-streams/deployment/src/main/java/io/quarkus/kafka/streams/deployment/KafkaStreamsProcessor.java
index 915ab5d7158..112d70f3467 100644
--- a/extensions/kafka-streams/deployment... | ['extensions/kafka-streams/deployment/src/main/java/io/quarkus/kafka/streams/deployment/KafkaStreamsProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 27,377,066 | 5,400,980 | 694,525 | 6,370 | 398 | 84 | 11 | 1 | 1,329 | 156 | 402 | 45 | 2 | 0 | 2023-08-02T15:53: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,110 | quarkusio/quarkus/3161/2991 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/2991 | https://github.com/quarkusio/quarkus/pull/3161 | https://github.com/quarkusio/quarkus/pull/3161#issuecomment-509922559 | 1 | fix | OpenAPI: RESTEASY003210 issue with @ApplicationPath("") | I am not a JAX-RS expert, but I think that `@ApplicationPath("")` and `@ApplicationPath("/")` are the same.
Javadoc for `String value();` in `@ApplicationPath`:
> Defines the base URI for all resource URIs. A trailing '/' character will be automatically appended if one is not present.
If this is correct you ca... | 1cb51f9c10f5ebf7be5ff134467e6c6fdafec367 | fdfc0bcb2680f7c7d10d6566e70bfefac102903c | https://github.com/quarkusio/quarkus/compare/1cb51f9c10f5ebf7be5ff134467e6c6fdafec367...fdfc0bcb2680f7c7d10d6566e70bfefac102903c | diff --git a/extensions/resteasy/deployment/src/main/java/io/quarkus/resteasy/deployment/ResteasyProcessor.java b/extensions/resteasy/deployment/src/main/java/io/quarkus/resteasy/deployment/ResteasyProcessor.java
index 3c02dd1bbb6..009ab2761f2 100755
--- a/extensions/resteasy/deployment/src/main/java/io/quarkus/resteas... | ['extensions/resteasy/deployment/src/main/java/io/quarkus/resteasy/deployment/ResteasyProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 3,876,306 | 747,233 | 100,584 | 1,074 | 123 | 26 | 2 | 1 | 2,094 | 241 | 539 | 84 | 4 | 7 | 2019-07-10T05:40: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,139 | quarkusio/quarkus/34655/34628 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/34628 | https://github.com/quarkusio/quarkus/pull/34655 | https://github.com/quarkusio/quarkus/pull/34655 | 1 | fixes | Quarkus 3.2: Hibernate ORM configuration problem | ### Describe the bug
I'm upgrading to Quarkus 3.2 from 2.x (lates) and I need to add one new config property:
quarkus.hibernate-orm.mydatasource.mapping.timezone.default-storage=normalize
When I try to build the app with Maven package goal I'm gettting this error:
SRCFG00014: The config property quarkus.hiber... | b71789b459d308bcd06e6bb90982709d62618d09 | ad94afbdc9951f7c0dcd31aa7756be49223f3df8 | https://github.com/quarkusio/quarkus/compare/b71789b459d308bcd06e6bb90982709d62618d09...ad94afbdc9951f7c0dcd31aa7756be49223f3df8 | diff --git a/extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateOrmConfigPersistenceUnit.java b/extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateOrmConfigPersistenceUnit.java
index 3959bb5f707..7462c4b1308 100644
--- a/extensions/... | ['extensions/hibernate-reactive/deployment/src/main/java/io/quarkus/hibernate/reactive/deployment/HibernateReactiveProcessor.java', 'extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateOrmConfigPersistenceUnit.java', 'extensions/hibernate-orm/deployment/src/main/java/io/quarku... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 27,246,603 | 5,374,796 | 691,429 | 6,369 | 8,531 | 1,571 | 157 | 3 | 1,019 | 144 | 250 | 45 | 0 | 0 | 2023-07-10T15:42: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,129 | quarkusio/quarkus/34994/34993 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/34993 | https://github.com/quarkusio/quarkus/pull/34994 | https://github.com/quarkusio/quarkus/pull/34994 | 1 | fixes | OIDC UserInfo endpoint is called even if the token verification fails | ### Describe the bug
OIDC UserInfo endpoint is called even if the token verification fails which is a redundant, unnecessary call.
I already did some work related to this issue: https://github.com/quarkusio/quarkus/commit/1677a8f997209c2cb134669c9c943d1d90f3cb48, but the fix was incomplete, the test there just foc... | d2ed11f077987ec84acd881cc6dc1fa0789053e5 | dac533fef045802b96ce09d817df74af8fa40725 | https://github.com/quarkusio/quarkus/compare/d2ed11f077987ec84acd881cc6dc1fa0789053e5...dac533fef045802b96ce09d817df74af8fa40725 | diff --git a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcIdentityProvider.java b/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcIdentityProvider.java
index 5d61792865d..92b31d90728 100644
--- a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcIdentityProvider.ja... | ['integration-tests/oidc-tenancy/src/main/java/io/quarkus/it/keycloak/TenantResource.java', 'extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcIdentityProvider.java', 'integration-tests/oidc-tenancy/src/test/java/io/quarkus/it/keycloak/BearerTokenAuthorizationTest.java', 'integration-tests/oidc-tenancy/... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 27,401,653 | 5,404,711 | 694,875 | 6,373 | 17,854 | 2,751 | 258 | 1 | 1,099 | 151 | 259 | 43 | 2 | 0 | 2023-07-25T11:14:54 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, '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,147 | quarkusio/quarkus/34307/34305 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/34305 | https://github.com/quarkusio/quarkus/pull/34307 | https://github.com/quarkusio/quarkus/pull/34307 | 1 | fixes | NPE at io.quarkus.opentelemetry.runtime.tracing.intrumentation.vertx.OpenTelemetryVertxTracingFactory$VertxDelegator.receiveResponse(OpenTelemetryVertxTracingFactory.java:102) | ### Describe the bug
While executing unit test on CI there are some errors that happens sometimes.
I feel it is related to https://github.com/quarkusio/quarkus/issues/33285 and https://github.com/quarkusio/quarkus/issues/33669.
```
INFO: HHH000406: Using bytecode reflection optimizer
Jun 26, 2023 8:34:51 AM... | 5676d078c4b748a3cb56f724aeaab7c4ed79fdd2 | 508994ca6bbea7ae706a8431bfe42da21828f408 | https://github.com/quarkusio/quarkus/compare/5676d078c4b748a3cb56f724aeaab7c4ed79fdd2...508994ca6bbea7ae706a8431bfe42da21828f408 | diff --git a/extensions/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/tracing/intrumentation/vertx/OpenTelemetryVertxTracingFactory.java b/extensions/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/tracing/intrumentation/vertx/OpenTelemetryVertxTracingFactory.java
index 1d3b1... | ['extensions/opentelemetry/runtime/src/test/java/io/quarkus/opentelemetry/runtime/tracing/intrumentation/vertx/OpenTelemetryVertxTracingFactoryTest.java', 'extensions/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/tracing/intrumentation/vertx/OpenTelemetryVertxTracingFactory.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 27,016,514 | 5,328,393 | 685,992 | 6,323 | 1,235 | 198 | 18 | 1 | 5,636 | 286 | 1,285 | 96 | 4 | 2 | 2023-06-26T10:11: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,146 | quarkusio/quarkus/34374/34276 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/34276 | https://github.com/quarkusio/quarkus/pull/34374 | https://github.com/quarkusio/quarkus/pull/34374 | 1 | fix | Openshift extension fails to deploy when on RHEL | ### Describe the bug
I have an application(resteasy, two endpoints) which I wan to deploy to Openshift via quarkus-openshift extension. After an update to 3.2.0.CR2, the deployment process succeeds on Fedora and fails on RHEL 8 with "Connection was closed" error. This happens robustly.
### Expected behavior
Successf... | d3e70c85b0973706242c717aa46b43b6fccbf20a | 4b48895380fa777abeb2038c0e773c0a556a2d2a | https://github.com/quarkusio/quarkus/compare/d3e70c85b0973706242c717aa46b43b6fccbf20a...4b48895380fa777abeb2038c0e773c0a556a2d2a | diff --git a/extensions/container-image/container-image-openshift/deployment/src/main/java/io/quarkus/container/image/openshift/deployment/OpenshiftProcessor.java b/extensions/container-image/container-image-openshift/deployment/src/main/java/io/quarkus/container/image/openshift/deployment/OpenshiftProcessor.java
index... | ['extensions/container-image/container-image-openshift/deployment/src/main/java/io/quarkus/container/image/openshift/deployment/OpenshiftProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 27,038,580 | 5,332,638 | 686,551 | 6,327 | 7,837 | 1,403 | 117 | 1 | 5,342 | 290 | 1,392 | 83 | 1 | 2 | 2023-06-28T12:36: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,144 | quarkusio/quarkus/34471/31010 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/31010 | https://github.com/quarkusio/quarkus/pull/34471 | https://github.com/quarkusio/quarkus/pull/34471 | 1 | fix | HTTP access log %t missing enclosing brackets | ### Describe the bug
According to the [Common Log Format (CLF)](https://en.wikipedia.org/wiki/Common_Log_Format) the datetime specified as `%t` in http access logs should be enclosed in brackets as in `[10/Oct/2000:13:55:36 -0700]`, however this is not what you get when configuring your own pattern.
The problem lie... | 9bcc5baa67ff0d54ab1e2af45ed414165e9552be | 9cc6ffc073622fb381ebef2b86d2532ab1798142 | https://github.com/quarkusio/quarkus/compare/9bcc5baa67ff0d54ab1e2af45ed414165e9552be...9cc6ffc073622fb381ebef2b86d2532ab1798142 | diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/attribute/DateTimeAttribute.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/attribute/DateTimeAttribute.java
index ade164d92f8..de5c3aae57b 100644
--- a/extensions/vertx-http/runtime/src/main/java/io/... | ['integration-tests/vertx-http/src/test/java/io/quarkus/it/vertx/AccessLogTestCase.java', 'extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/attribute/DateTimeAttribute.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 27,164,018 | 5,357,961 | 689,439 | 6,351 | 167 | 43 | 2 | 1 | 2,200 | 245 | 596 | 58 | 3 | 2 | 2023-07-03T08:54: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,143 | quarkusio/quarkus/34490/34448 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/34448 | https://github.com/quarkusio/quarkus/pull/34490 | https://github.com/quarkusio/quarkus/pull/34490 | 1 | fix | Failure to pull non-cached deps during test launch with proxy private repository | ### Describe the bug
Quarkus (3.x) fails to pull dependencies from a private repository during tests, with this error:
```
Caused by: org.apache.http.client.HttpResponseException: status code: 401, reason phrase: Unauthorized (401)
at org.eclipse.aether.transport.http.HttpTransporter.handleStatus(HttpTr... | 5382a3de02facc6f1be2f55d8fdb7d5c1fce8dc2 | dd1f1d69d9c23776fe634bdbba9c0c3f344a749d | https://github.com/quarkusio/quarkus/compare/5382a3de02facc6f1be2f55d8fdb7d5c1fce8dc2...dd1f1d69d9c23776fe634bdbba9c0c3f344a749d | diff --git a/independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/BootstrapMavenContext.java b/independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/BootstrapMavenContext.java
index a6e7f45eb3a..712de094100 100644
--- a/independent-pro... | ['independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/BootstrapMavenContext.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 27,164,244 | 5,358,005 | 689,449 | 6,351 | 2,037 | 375 | 44 | 1 | 3,922 | 343 | 875 | 77 | 3 | 2 | 2023-07-03T15:06: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,142 | quarkusio/quarkus/34583/33567 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33567 | https://github.com/quarkusio/quarkus/pull/34583 | https://github.com/quarkusio/quarkus/pull/34583 | 1 | fixes | Custom ConfigSource not working with extensions that implement CodeGenProvider | ### Describe the bug
Any extension that implements CodeGenProvider results in a broken build when used in conjunction with a custom ConfigSource. This is currently impacting quarkus-cxf, quarkus-grpc, and any other extensions that implement CodeGenProvider.
Error below shows up with `mvn clean verify`:
[ERROR] ... | e7e1a8a6efd81081e9df73ae61b15bfc4e97d977 | 0cf2e58cb509aa73ba107098b67dc9734253a3a1 | https://github.com/quarkusio/quarkus/compare/e7e1a8a6efd81081e9df73ae61b15bfc4e97d977...0cf2e58cb509aa73ba107098b67dc9734253a3a1 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/CodeGenerator.java b/core/deployment/src/main/java/io/quarkus/deployment/CodeGenerator.java
index 45e54c68bb9..7e8f81b410f 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/CodeGenerator.java
+++ b/core/deployment/src/main/java/io/quarkus/d... | ['core/deployment/src/main/java/io/quarkus/deployment/CodeGenerator.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 27,199,213 | 5,364,723 | 690,222 | 6,360 | 5,290 | 964 | 63 | 1 | 1,780 | 207 | 478 | 48 | 3 | 0 | 2023-07-06T18:44: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,137 | quarkusio/quarkus/34789/34632 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/34632 | https://github.com/quarkusio/quarkus/pull/34789 | https://github.com/quarkusio/quarkus/pull/34789 | 1 | fixes | Resteasy Reactive: Server becomes unresponsive due to race condition on ContainerResponseContext.getEntityStream() | ### Describe the bug
We have had unexplained intermittent timeouts occurring on various Rest services and eventually managed to reproduce it under load and isolate the cause.
I've added a reproducer which shows that under high throughput you can create a race condition where a call to getEntityStream in a JAX-RS ... | 7ed4b980138dc05aae55da288cee35927c385f95 | 890a36afacf577b1077ffb77e0ce815c692d9c31 | https://github.com/quarkusio/quarkus/compare/7ed4b980138dc05aae55da288cee35927c385f95...890a36afacf577b1077ffb77e0ce815c692d9c31 | diff --git a/independent-projects/resteasy-reactive/server/vertx/src/main/java/org/jboss/resteasy/reactive/server/vertx/ResteasyReactiveOutputStream.java b/independent-projects/resteasy-reactive/server/vertx/src/main/java/org/jboss/resteasy/reactive/server/vertx/ResteasyReactiveOutputStream.java
index 701d6458625..6a2f... | ['independent-projects/resteasy-reactive/server/vertx/src/main/java/org/jboss/resteasy/reactive/server/vertx/ResteasyReactiveOutputStream.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 27,290,955 | 5,382,920 | 692,480 | 6,372 | 688 | 113 | 10 | 1 | 2,647 | 400 | 652 | 53 | 2 | 0 | 2023-07-17T11:17: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,131 | quarkusio/quarkus/34925/13453 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/13453 | https://github.com/quarkusio/quarkus/pull/34925 | https://github.com/quarkusio/quarkus/pull/34925 | 1 | fixes | RestEasy Jaxb not registered properly anymore | **Describe the bug**
After Upgrading our Application from 1.9.2.Final to 1.10.0.Final which uses Jax-b, REST calls fail because there is no MessageBodyReader present anymore
```
RESTEASY003145: Unable to find a MessageBodyReader of content-type application/xml and type class xxx.xxx.xxx
```
The dependecies inc... | a4172d43754cfedf8da2db889790e49e274bf8d7 | 55a771d85375b1891df01ab793e8a69c70b57c5b | https://github.com/quarkusio/quarkus/compare/a4172d43754cfedf8da2db889790e49e274bf8d7...55a771d85375b1891df01ab793e8a69c70b57c5b | diff --git a/extensions/resteasy-classic/resteasy-jaxb/deployment/src/main/java/io/quarkus/resteasy/jaxb/deployment/ResteasyJaxbProcessor.java b/extensions/resteasy-classic/resteasy-jaxb/deployment/src/main/java/io/quarkus/resteasy/jaxb/deployment/ResteasyJaxbProcessor.java
index e6d430d099d..e4ce30d18ac 100644
--- a/e... | ['extensions/resteasy-classic/resteasy-jaxb/deployment/src/main/java/io/quarkus/resteasy/jaxb/deployment/ResteasyJaxbProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 27,406,272 | 5,405,384 | 695,091 | 6,382 | 1,041 | 225 | 19 | 1 | 1,342 | 135 | 367 | 42 | 0 | 2 | 2023-07-21T16:55: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,132 | quarkusio/quarkus/34885/34880 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/34880 | https://github.com/quarkusio/quarkus/pull/34885 | https://github.com/quarkusio/quarkus/pull/34885 | 1 | fixes | ConcurrentModificationException in Quarkus 3.2.x Dev Mode | ### Describe the bug
Currently, we are using Quarkus 3.1.3.Final without any issues. However, when we attempt to switch to version 3.2.0 or 3.2.1, we encounter a ConcurrentModificationException in quarkus-maven-plugin.
Here's the error output we received:
`[ERROR] Failed to execute goal io.quarkus:quarkus-maven-pl... | 35c1ca2cf25e017d3096a3006012205a6f212dca | 57049246823286d84f3b7713d8c1961948586d3d | https://github.com/quarkusio/quarkus/compare/35c1ca2cf25e017d3096a3006012205a6f212dca...57049246823286d84f3b7713d8c1961948586d3d | 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 848cd78bedc..b06e1b16173 100644
--- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java
+++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java
@@ -1061,7 +1061,8 ... | ['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 27,363,876 | 5,397,742 | 694,156 | 6,375 | 211 | 37 | 3 | 1 | 12,954 | 738 | 3,085 | 196 | 2 | 2 | 2023-07-20T10:55: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,134 | quarkusio/quarkus/34856/34825 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/34825 | https://github.com/quarkusio/quarkus/pull/34856 | https://github.com/quarkusio/quarkus/pull/34856 | 1 | fixes | quarkus.analytics.uri.base unrecognized by build time analytics | ### Describe the bug
`quarkus-maven-plugin` reports a warning
```
[WARNING] [io.quarkus.config] Unrecognized configuration key "quarkus.analytics.uri.base" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo
```
when the `quarkus.anal... | 9e0ebaf2876eb64e1947e0b073772cae07b6a049 | d84973523d813201dbbe7bdbc42f99bf71d3ed0e | https://github.com/quarkusio/quarkus/compare/9e0ebaf2876eb64e1947e0b073772cae07b6a049...d84973523d813201dbbe7bdbc42f99bf71d3ed0e | diff --git a/core/runtime/src/main/java/io/quarkus/runtime/BuildAnalyticsConfig.java b/core/runtime/src/main/java/io/quarkus/runtime/BuildAnalyticsConfig.java
index e34b1a0e1af..73929157752 100644
--- a/core/runtime/src/main/java/io/quarkus/runtime/BuildAnalyticsConfig.java
+++ b/core/runtime/src/main/java/io/quarkus/r... | ['core/runtime/src/main/java/io/quarkus/runtime/BuildAnalyticsConfig.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 27,322,830 | 5,388,064 | 693,151 | 6,374 | 52 | 15 | 2 | 1 | 1,158 | 148 | 310 | 55 | 1 | 3 | 2023-07-19T13:57: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,136 | quarkusio/quarkus/34792/34759 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/34759 | https://github.com/quarkusio/quarkus/pull/34792 | https://github.com/quarkusio/quarkus/pull/34792 | 1 | fixes | Application throws "Configuration validation failed" exception for service-binded properties | ### Describe the bug
I have an application, which uses service binding and requires postgress, deployed by crunchydata operator. When I deploy the app on the Openshift via extension, it fails to start with "Configuration validation failed" exception, but only if use 999-SNAPOSHOT Quarkus build
### Expected behavior
... | d903356bdf5b6b591dd5a66be6608252163642c9 | bec7a737c40b41816ad8c11bca9a0a2626a89020 | https://github.com/quarkusio/quarkus/compare/d903356bdf5b6b591dd5a66be6608252163642c9...bec7a737c40b41816ad8c11bca9a0a2626a89020 | diff --git a/extensions/kubernetes-service-binding/runtime/src/main/java/io/quarkus/kubernetes/service/binding/runtime/KubernetesServiceBindingConfigSourceFactory.java b/extensions/kubernetes-service-binding/runtime/src/main/java/io/quarkus/kubernetes/service/binding/runtime/KubernetesServiceBindingConfigSourceFactory.... | ['extensions/kubernetes-service-binding/runtime/src/main/java/io/quarkus/kubernetes/service/binding/runtime/KubernetesServiceBindingConfigSourceFactory.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 27,290,683 | 5,382,868 | 692,477 | 6,372 | 1,549 | 278 | 25 | 1 | 6,381 | 416 | 1,689 | 106 | 1 | 4 | 2023-07-17T13:04: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 |
531 | codecentric/spring-boot-admin/1589/1586 | codecentric | spring-boot-admin | https://github.com/codecentric/spring-boot-admin/issues/1586 | https://github.com/codecentric/spring-boot-admin/pull/1589 | https://github.com/codecentric/spring-boot-admin/pull/1589#issuecomment-765189411 | 1 | closes | Unable to override spring.security.user.name and spring.security.user.password credentials in spring-boot-admin-sample-servlet sample | I was unable to override `spring.security.user.name` and `spring.security.user.password` credentials in spring-boot-admin-sample-servlet sample when I migrate from 2.1.6 to 2.3.1.
I think the problem may be related to this code [here](https://github.com/codecentric/spring-boot-admin/blob/10022c67a0fcbd6d6dadaf969a42... | 8beb98664de476546c8f2df4627051764610a3e1 | dac53444fbc6eaa29225292486fea43e5e9d6ed5 | https://github.com/codecentric/spring-boot-admin/compare/8beb98664de476546c8f2df4627051764610a3e1...dac53444fbc6eaa29225292486fea43e5e9d6ed5 | diff --git a/spring-boot-admin-samples/spring-boot-admin-sample-servlet/src/main/java/de/codecentric/boot/admin/SecuritySecureConfig.java b/spring-boot-admin-samples/spring-boot-admin-sample-servlet/src/main/java/de/codecentric/boot/admin/SecuritySecureConfig.java
index 314539e7..794cc43c 100644
--- a/spring-boot-admin... | ['spring-boot-admin-samples/spring-boot-admin-sample-servlet/src/main/java/de/codecentric/boot/admin/SecuritySecureConfig.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 545,695 | 113,488 | 15,941 | 196 | 553 | 101 | 9 | 1 | 526 | 40 | 136 | 5 | 1 | 0 | 2021-01-14T16:29:26 | 11,832 | Java | {'Java': 1222285, 'Vue': 485886, 'TypeScript': 421999, 'JavaScript': 28953, 'HTML': 9736, 'CSS': 7226, 'SCSS': 4803, 'MDX': 582, 'Dockerfile': 159} | Apache License 2.0 |
616 | zaproxy/zaproxy/7194/6001 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/6001 | https://github.com/zaproxy/zaproxy/pull/7194 | https://github.com/zaproxy/zaproxy/pull/7194 | 1 | fixes | Context endpoint on API does not output included and excluded technologies | **Describe the bug**
When browsing the context through the API, it does not output what technologies are included or excluded. The API correctly allows a user to include or exclude technologies programmatically, however the view Context endpoint is missing data from its output.
**To Reproduce**
Steps to reprodu... | d7c1dea21ba409a602b123b5ae91300f525ecd12 | fd9b27c46f6fe7dda4d011564b2058a52b989e06 | https://github.com/zaproxy/zaproxy/compare/d7c1dea21ba409a602b123b5ae91300f525ecd12...fd9b27c46f6fe7dda4d011564b2058a52b989e06 | diff --git a/zap/src/main/java/org/zaproxy/zap/extension/api/ContextAPI.java b/zap/src/main/java/org/zaproxy/zap/extension/api/ContextAPI.java
index 08fa4b7f7..3c03ad5a2 100644
--- a/zap/src/main/java/org/zaproxy/zap/extension/api/ContextAPI.java
+++ b/zap/src/main/java/org/zaproxy/zap/extension/api/ContextAPI.java
@@ ... | ['zap/src/main/java/org/zaproxy/zap/extension/api/ContextAPI.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 9,909,983 | 1,974,408 | 270,522 | 1,159 | 2,308 | 401 | 52 | 1 | 827 | 108 | 177 | 16 | 2 | 0 | 2022-04-08T01:40:03 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
615 | zaproxy/zaproxy/7222/7221 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/7221 | https://github.com/zaproxy/zaproxy/pull/7222 | https://github.com/zaproxy/zaproxy/pull/7222 | 1 | fix | Default policy on start up not using edited policy rules | ### Describe the bug
modified rules of the auto selected scan policy are not used. 'Default' is shown and used for the active scans.
### Steps to reproduce the behavior
Change the rules of the default policy, then close zap and restart.
Attempt an active scan, the default policy is used however the edited rules ... | d2d0b7155b5bd6a55851c2edd5e13b6e26a930dc | ae2797e0c4fea78bbe32cc971f86e16c4edadb42 | https://github.com/zaproxy/zaproxy/compare/d2d0b7155b5bd6a55851c2edd5e13b6e26a930dc...ae2797e0c4fea78bbe32cc971f86e16c4edadb42 | diff --git a/zap/src/main/java/org/zaproxy/zap/extension/ascan/CustomScanDialog.java b/zap/src/main/java/org/zaproxy/zap/extension/ascan/CustomScanDialog.java
index 2420ce43c..0fc5fd738 100644
--- a/zap/src/main/java/org/zaproxy/zap/extension/ascan/CustomScanDialog.java
+++ b/zap/src/main/java/org/zaproxy/zap/extension... | ['zap/src/main/java/org/zaproxy/zap/extension/ascan/CustomScanDialog.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 9,912,020 | 1,974,766 | 270,570 | 1,159 | 1,292 | 228 | 34 | 1 | 824 | 140 | 175 | 37 | 0 | 0 | 2022-04-20T10:09:13 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
614 | zaproxy/zaproxy/7325/541 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/541 | https://github.com/zaproxy/zaproxy/pull/7325 | https://github.com/zaproxy/zaproxy/pull/7325 | 1 | fixes | Break panel icons do not resize | ```
I'd rather open it up for comment to see if anyone else agrees first.
One: If you're continually using them, you'd want something big you can easily click.
There's a bit of precision clicking going or a little extra care which is required
if you're clicking constantly at a high rate.
As a bonus, i've seen quite ... | 2d90058e7e5c411ca19f180fd30279ed60d6e753 | fde4617596e711c5cd1db2fe4e5fcebe5a947159 | https://github.com/zaproxy/zaproxy/compare/2d90058e7e5c411ca19f180fd30279ed60d6e753...fde4617596e711c5cd1db2fe4e5fcebe5a947159 | diff --git a/zap/src/main/java/org/parosproxy/paros/extension/manualrequest/ManualRequestEditorDialog.java b/zap/src/main/java/org/parosproxy/paros/extension/manualrequest/ManualRequestEditorDialog.java
index 5e12593de..b391b8632 100644
--- a/zap/src/main/java/org/parosproxy/paros/extension/manualrequest/ManualRequestE... | ['zap/src/main/java/org/parosproxy/paros/view/AbstractParamContainerPanel.java', 'zap/src/main/java/org/parosproxy/paros/view/OptionsDialog.java', 'zap/src/main/java/org/zaproxy/zap/extension/brk/BreakPanelToolbarFactory.java', 'zap/src/main/java/org/parosproxy/paros/extension/manualrequest/ManualRequestEditorDialog.ja... | {'.java': 7} | 7 | 7 | 0 | 0 | 7 | 9,934,259 | 1,981,372 | 271,448 | 1,167 | 7,636 | 1,306 | 158 | 7 | 719 | 128 | 179 | 17 | 0 | 1 | 2022-06-08T14:24:00 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
617 | zaproxy/zaproxy/7172/7171 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/7171 | https://github.com/zaproxy/zaproxy/pull/7172 | https://github.com/zaproxy/zaproxy/pull/7172 | 1 | closes | Loss of new line chars for GZIP HTTP responses returned by the API | ### Describe the bug
When the content encoding of a message response is gzip the method `httpMessageToSet` of `ApiResponseConversionUtils.java` reads the unzipped content line by line and forgets to add the new line chars to the string is going to add to the ApiResponseConversionUtils. The code where this happen is:
... | b7ffac8758ace6fa20405166acce9c6ff278823a | 7d4fea927446505cd572abf087461863dc6012ae | https://github.com/zaproxy/zaproxy/compare/b7ffac8758ace6fa20405166acce9c6ff278823a...7d4fea927446505cd572abf087461863dc6012ae | diff --git a/zap/src/main/java/org/zaproxy/zap/extension/api/ApiResponseConversionUtils.java b/zap/src/main/java/org/zaproxy/zap/extension/api/ApiResponseConversionUtils.java
index 8a92d3441..1d22fde75 100644
--- a/zap/src/main/java/org/zaproxy/zap/extension/api/ApiResponseConversionUtils.java
+++ b/zap/src/main/java/o... | ['zap/src/main/java/org/zaproxy/zap/extension/api/ApiResponseConversionUtils.java', 'zap/src/test/java/org/zaproxy/zap/extension/api/ApiResponseConversionUtilsUnitTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 9,909,785 | 1,974,179 | 270,521 | 1,159 | 1,389 | 235 | 29 | 1 | 1,934 | 209 | 366 | 56 | 0 | 1 | 2022-03-28T13:20:38 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
613 | zaproxy/zaproxy/7402/7400 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/7400 | https://github.com/zaproxy/zaproxy/pull/7402 | https://github.com/zaproxy/zaproxy/pull/7402 | 1 | fix | ascan disableAllScanners API endpoint no longer disabled all scanners | ### Describe the bug
As of ZAP `w2022-03-07`, using the API endpoint `ascan/action/disableAllScanners/` with a policy file no longer disabled scanners that are identified in that policy file as enabled.
### Steps to reproduce the behavior
The issue is best demonstrated using the following scripts.
Create a ... | a207070b8de1a83d8e6877032a31554656ce832b | 221e88ca440b140487e30b438b7eefe99ea3efe1 | https://github.com/zaproxy/zaproxy/compare/a207070b8de1a83d8e6877032a31554656ce832b...221e88ca440b140487e30b438b7eefe99ea3efe1 | diff --git a/zap/src/main/java/org/parosproxy/paros/core/scanner/AbstractPlugin.java b/zap/src/main/java/org/parosproxy/paros/core/scanner/AbstractPlugin.java
index 0e0741764..919c11653 100644
--- a/zap/src/main/java/org/parosproxy/paros/core/scanner/AbstractPlugin.java
+++ b/zap/src/main/java/org/parosproxy/paros/core... | ['zap/src/test/java/org/parosproxy/paros/core/scanner/AbstractPluginUnitTest.java', 'zap/src/main/java/org/parosproxy/paros/core/scanner/AbstractPlugin.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 9,945,402 | 1,983,625 | 271,711 | 1,167 | 486 | 94 | 8 | 1 | 3,227 | 392 | 852 | 125 | 2 | 4 | 2022-08-03T13:53:24 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
612 | zaproxy/zaproxy/7494/7484 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/7484 | https://github.com/zaproxy/zaproxy/pull/7494 | https://github.com/zaproxy/zaproxy/pull/7494 | 1 | fix | Using the Active Scan for GET targets sends a 'Content-Length' header | When using the Active Scan for a GET target Zap sends the header 'Content-Length: 0' in the requests.
This should not happen and can prevent scanning some servers which do reject the 'Content-Length: 0' header in GET requests.
Reproduction:
Install Python
Start Python http server: `python -m http.server 7777`
... | 680d0024afbef18339c7acfe3b64b9861e73de51 | 3ba3cc92f6a127349eecf54f4e8928a3bf9efbc4 | https://github.com/zaproxy/zaproxy/compare/680d0024afbef18339c7acfe3b64b9861e73de51...3ba3cc92f6a127349eecf54f4e8928a3bf9efbc4 | diff --git a/zap/src/main/java/org/parosproxy/paros/core/scanner/AbstractPlugin.java b/zap/src/main/java/org/parosproxy/paros/core/scanner/AbstractPlugin.java
index 963f38c27..57e306581 100644
--- a/zap/src/main/java/org/parosproxy/paros/core/scanner/AbstractPlugin.java
+++ b/zap/src/main/java/org/parosproxy/paros/core... | ['zap/src/test/java/org/parosproxy/paros/core/scanner/AbstractPluginUnitTest.java', 'zap/src/main/java/org/parosproxy/paros/core/scanner/AbstractPlugin.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 9,989,471 | 1,993,309 | 272,919 | 1,169 | 1,432 | 256 | 29 | 1 | 922 | 141 | 216 | 19 | 2 | 0 | 2022-09-28T20:39:04 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
628 | zaproxy/zaproxy/6414/6381 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/6381 | https://github.com/zaproxy/zaproxy/pull/6414 | https://github.com/zaproxy/zaproxy/pull/6414 | 1 | fix | Proxy script return value misinterpreted in 2.10.0 | **Describe the bug**
Hi,
Not sure if it's related to the version, but since the update to 2.10.0, I have this issue.
If I enable a proxy script, I have the error "Secure Connection Failed" in the browser when I try to connect to any url.
- it was working fine before the update (not 100% sure when it start to fail... | d2f71edb5b5333cfb0058cfaf06cfdab65598fb4 | 6b31da4c3ebdeee08c496c5ea95ee857d2300e82 | https://github.com/zaproxy/zaproxy/compare/d2f71edb5b5333cfb0058cfaf06cfdab65598fb4...6b31da4c3ebdeee08c496c5ea95ee857d2300e82 | diff --git a/zap/src/main/java/org/zaproxy/zap/extension/script/ProxyListenerScript.java b/zap/src/main/java/org/zaproxy/zap/extension/script/ProxyListenerScript.java
index 2d5bb8e1c..1a66066ed 100644
--- a/zap/src/main/java/org/zaproxy/zap/extension/script/ProxyListenerScript.java
+++ b/zap/src/main/java/org/zaproxy/z... | ['zap/src/test/java/org/zaproxy/zap/extension/script/ProxyListenerScriptUnitTest.java', 'zap/src/main/java/org/zaproxy/zap/extension/script/ProxyListenerScript.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 10,102,330 | 2,020,210 | 275,718 | 1,175 | 156 | 24 | 4 | 1 | 1,321 | 232 | 309 | 37 | 0 | 0 | 2021-01-21T17:28:21 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
630 | zaproxy/zaproxy/6009/6008 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/6008 | https://github.com/zaproxy/zaproxy/pull/6009 | https://github.com/zaproxy/zaproxy/pull/6009 | 1 | fix | Initialization of scripts via ZAP API | **Describe the bug**
When trying to enable scripts(httpsender, selenium...) via the REST API , the target script does not get enabled. Testing via a local desktop client using the API produces the same result as it does when using a Docker image with your custom ZAP scripts + config.xml imported. When using a local de... | edd1f3371a361e7f56ad6242fc7a9b995270d0cc | 42bfe40f3b1177631542dfff016628bdd77821ce | https://github.com/zaproxy/zaproxy/compare/edd1f3371a361e7f56ad6242fc7a9b995270d0cc...42bfe40f3b1177631542dfff016628bdd77821ce | diff --git a/zap/src/main/java/org/zaproxy/zap/extension/script/ExtensionScript.java b/zap/src/main/java/org/zaproxy/zap/extension/script/ExtensionScript.java
index 03f7cb44e..24c6b7874 100644
--- a/zap/src/main/java/org/zaproxy/zap/extension/script/ExtensionScript.java
+++ b/zap/src/main/java/org/zaproxy/zap/extension... | ['zap/src/main/java/org/zaproxy/zap/extension/script/ScriptAPI.java', 'zap/src/main/java/org/zaproxy/zap/extension/script/ExtensionScript.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 9,816,276 | 1,965,046 | 268,391 | 1,152 | 1,803 | 363 | 49 | 2 | 1,633 | 278 | 385 | 25 | 1 | 0 | 2020-05-26T15:39:45 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
629 | zaproxy/zaproxy/6268/6267 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/6267 | https://github.com/zaproxy/zaproxy/pull/6268 | https://github.com/zaproxy/zaproxy/pull/6268 | 1 | fixes | HTML / Markdown Report Generation Fails When Path Contains '#' | **Describe the bug**
HTML / Markdown Report Generation fails when the file name or path contains a '#'. XML and JSON reports are generated as expected.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Report'
2. Click on 'Generate HTML Report' or 'Generate Markdown Report'
3. Save the file with a '#'... | c7372d2d432fb3484fa5210ffcd67f08942c3974 | 4c2dc4c392041de7760ac9c17dee290a6ba47db1 | https://github.com/zaproxy/zaproxy/compare/c7372d2d432fb3484fa5210ffcd67f08942c3974...4c2dc4c392041de7760ac9c17dee290a6ba47db1 | diff --git a/zap/src/main/java/org/parosproxy/paros/extension/report/ReportGenerator.java b/zap/src/main/java/org/parosproxy/paros/extension/report/ReportGenerator.java
index 4665605ff..55d433280 100644
--- a/zap/src/main/java/org/parosproxy/paros/extension/report/ReportGenerator.java
+++ b/zap/src/main/java/org/parosp... | ['zap/src/test/java/org/parosproxy/paros/extension/report/ReportGeneratorUnitTest.java', 'zap/src/main/java/org/parosproxy/paros/extension/report/ReportGenerator.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 9,945,230 | 1,990,846 | 271,922 | 1,165 | 505 | 93 | 7 | 1 | 634 | 101 | 161 | 23 | 0 | 0 | 2020-10-29T12:19:42 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
626 | zaproxy/zaproxy/6438/6437 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/6437 | https://github.com/zaproxy/zaproxy/pull/6438 | https://github.com/zaproxy/zaproxy/pull/6438 | 1 | fix | Unable to set only breaks on message in scope | Welcome. While "mark" set only breaks on message in scope box click OK and back to settings, this is unmark again (while trying few others, looks like works fine). No error in zap, but in log file
```
2021-02-03 14:17:00,393 [AWT-EventQueue-0] INFO SSLConnector - ClientCert disabled
2021-02-03 14:17:00,709 [AWT... | 82aa3940b1b1cc6a2b65c1a2f9f3701afa01d593 | 0fa18d3b73913408e8167b942c6eb6a11c733f84 | https://github.com/zaproxy/zaproxy/compare/82aa3940b1b1cc6a2b65c1a2f9f3701afa01d593...0fa18d3b73913408e8167b942c6eb6a11c733f84 | diff --git a/zap/src/main/java/org/zaproxy/zap/extension/brk/BreakPanelToolbarFactory.java b/zap/src/main/java/org/zaproxy/zap/extension/brk/BreakPanelToolbarFactory.java
index 5a5628aeb..f518f8ce9 100644
--- a/zap/src/main/java/org/zaproxy/zap/extension/brk/BreakPanelToolbarFactory.java
+++ b/zap/src/main/java/org/zap... | ['zap/src/main/java/org/zaproxy/zap/extension/brk/BreakPanelToolbarFactory.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 9,969,694 | 1,988,686 | 272,318 | 1,168 | 329 | 69 | 7 | 1 | 5,237 | 290 | 1,372 | 66 | 0 | 2 | 2021-02-04T15:53:45 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
623 | zaproxy/zaproxy/6564/6520 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/6520 | https://github.com/zaproxy/zaproxy/pull/6564 | https://github.com/zaproxy/zaproxy/pull/6564 | 1 | fix | Can not scroll past 'contexts' in 'sites' tab with FlatLaf L&F | **Describe the bug**
Can not use mouse wheel to scroll past 'Context' in 'Sites' tab.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Sites'
2. Browse around a bunch with the proxy on so the Sites populate
3. Scroll to the top of the list with both sites and contexts expanded
4. Use mouse wheel to ... | ee2cae59b583003617cfcede524fd7044e6fcecb | 55cbb9b38b6c8b90b40a4b9b5690ac15669a4b60 | https://github.com/zaproxy/zaproxy/compare/ee2cae59b583003617cfcede524fd7044e6fcecb...55cbb9b38b6c8b90b40a4b9b5690ac15669a4b60 | diff --git a/zap/src/main/java/org/zaproxy/zap/view/ContextsSitesPanel.java b/zap/src/main/java/org/zaproxy/zap/view/ContextsSitesPanel.java
index 228d29780..3d901a09f 100644
--- a/zap/src/main/java/org/zaproxy/zap/view/ContextsSitesPanel.java
+++ b/zap/src/main/java/org/zaproxy/zap/view/ContextsSitesPanel.java
@@ -110... | ['zap/src/main/java/org/zaproxy/zap/view/ContextsSitesPanel.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 9,972,864 | 1,989,177 | 272,315 | 1,168 | 380 | 55 | 7 | 1 | 1,003 | 162 | 254 | 35 | 0 | 0 | 2021-04-24T18:28:55 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
625 | zaproxy/zaproxy/6464/6427 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/6427 | https://github.com/zaproxy/zaproxy/pull/6464 | https://github.com/zaproxy/zaproxy/pull/6464 | 1 | fixes | Manual Request Editor CONNECT Http Method Broken | I'm not sure what CONNECT is even for, but when you switch a request that works to CONNECT, it eats all of the URL except for the protocol like so:
CONNECT https HTTP/1.1
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0
Pragma: no-cache
Cache-Control: no-cache
Content-Length: ... | 4763d82951023685f06f79df80299806e4aad6b2 | d5f32d6ff5ba9f7cf61161f602367d4fdaa11696 | https://github.com/zaproxy/zaproxy/compare/4763d82951023685f06f79df80299806e4aad6b2...d5f32d6ff5ba9f7cf61161f602367d4fdaa11696 | diff --git a/zap/src/main/java/org/parosproxy/paros/network/HttpMessage.java b/zap/src/main/java/org/parosproxy/paros/network/HttpMessage.java
index 771bec347..0f5e49d60 100644
--- a/zap/src/main/java/org/parosproxy/paros/network/HttpMessage.java
+++ b/zap/src/main/java/org/parosproxy/paros/network/HttpMessage.java
@@ ... | ['zap/src/main/java/org/parosproxy/paros/network/HttpMessage.java', 'zap/src/test/java/org/parosproxy/paros/network/HttpMessageUnitTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 9,984,803 | 1,991,652 | 272,693 | 1,172 | 1,623 | 268 | 36 | 1 | 3,596 | 262 | 955 | 38 | 0 | 0 | 2021-02-24T08:12:09 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
624 | zaproxy/zaproxy/6492/4671 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/4671 | https://github.com/zaproxy/zaproxy/pull/6492 | https://github.com/zaproxy/zaproxy/pull/6492 | 1 | fix | Tag changes in Search tab not reflected in History tab | **Describe the bug**
Managing message tags with the "Manage Tags..." dialog in Search view does not affect message tags in History view. This might not be a bug, but actually just a missing feature, not sure though.
**To Reproduce**
1. find message in "Search" tab
2. got to "Manage Tags"
3. add a new tag and fin... | 08327c9b3f359949841efba3e6d0174df30b5176 | 284ba91af7b600a75146445d83cb0040b55a10cc | https://github.com/zaproxy/zaproxy/compare/08327c9b3f359949841efba3e6d0174df30b5176...284ba91af7b600a75146445d83cb0040b55a10cc | diff --git a/zap/src/main/java/org/zaproxy/zap/extension/search/SearchResultsTableModel.java b/zap/src/main/java/org/zaproxy/zap/extension/search/SearchResultsTableModel.java
index b1c4b00c0..f6fdd8832 100644
--- a/zap/src/main/java/org/zaproxy/zap/extension/search/SearchResultsTableModel.java
+++ b/zap/src/main/java/o... | ['zap/src/main/java/org/zaproxy/zap/extension/search/SearchThread.java', 'zap/src/main/java/org/zaproxy/zap/extension/search/SearchResultsTableModel.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 9,970,251 | 1,988,799 | 272,328 | 1,168 | 2,113 | 323 | 43 | 2 | 767 | 137 | 196 | 18 | 0 | 0 | 2021-03-23T17:38:17 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
610 | zaproxy/zaproxy/7616/7590 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/7590 | https://github.com/zaproxy/zaproxy/pull/7616 | https://github.com/zaproxy/zaproxy/pull/7616 | 1 | fix | Add-ons being updated might be marked as blocked | ### Describe the bug
When I start the zap proxy from the command line for the first time after installing, it will start fine. If I shut it down, then try to start it up again, it fails to start, citing that the mandatory "network" plugin is missing. This plugin is shown as being installed during the first run:
`43... | 7a8326bef732b7ffa04500a3ca49b23800ecd73f | 8854d6ccec907645921d57c441b7d8c111f1cfd4 | https://github.com/zaproxy/zaproxy/compare/7a8326bef732b7ffa04500a3ca49b23800ecd73f...8854d6ccec907645921d57c441b7d8c111f1cfd4 | diff --git a/zap/src/main/java/org/zaproxy/zap/extension/autoupdate/ExtensionAutoUpdate.java b/zap/src/main/java/org/zaproxy/zap/extension/autoupdate/ExtensionAutoUpdate.java
index 5292b1b3a..263be0ee4 100644
--- a/zap/src/main/java/org/zaproxy/zap/extension/autoupdate/ExtensionAutoUpdate.java
+++ b/zap/src/main/java/o... | ['zap/src/main/java/org/zaproxy/zap/extension/autoupdate/ExtensionAutoUpdate.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 9,999,635 | 1,997,186 | 273,375 | 1,176 | 103 | 26 | 2 | 1 | 3,531 | 388 | 1,164 | 65 | 5 | 1 | 2022-11-24T20:07:48 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
611 | zaproxy/zaproxy/7599/7598 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/7598 | https://github.com/zaproxy/zaproxy/pull/7599 | https://github.com/zaproxy/zaproxy/pull/7599 | 1 | fix | Misspelling in `config.xml` `scanner.antiCSFR` should be `scanner.antiCSRF` | ### Describe the bug
Minor typo.
### Steps to reproduce the behavior
`grep CSFR ~/.ZAP/config.xml`
### Expected behavior
Just a spelling correction but may have larger ramifications since it's in the config file.
### Software versions
2.12.0
### Screenshots
_No response_
### Errors from the zap.log file
_No ... | 45180ea383ec85317d3f342f2c86763b337a8172 | ae4c362ff154efced38c4493bc8eb09ba2501071 | https://github.com/zaproxy/zaproxy/compare/45180ea383ec85317d3f342f2c86763b337a8172...ae4c362ff154efced38c4493bc8eb09ba2501071 | diff --git a/zap/src/main/java/org/parosproxy/paros/core/scanner/ScannerParam.java b/zap/src/main/java/org/parosproxy/paros/core/scanner/ScannerParam.java
index 0a2685f04..fe571edea 100644
--- a/zap/src/main/java/org/parosproxy/paros/core/scanner/ScannerParam.java
+++ b/zap/src/main/java/org/parosproxy/paros/core/scann... | ['zap/src/main/java/org/parosproxy/paros/core/scanner/ScannerParam.java', 'zap/src/test/java/org/parosproxy/paros/core/scanner/ScannerParamUnitTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 9,998,952 | 1,997,026 | 273,361 | 1,176 | 682 | 146 | 14 | 1 | 423 | 67 | 95 | 31 | 0 | 0 | 2022-11-11T06:15:32 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
621 | zaproxy/zaproxy/6817/3988 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/3988 | https://github.com/zaproxy/zaproxy/pull/6817 | https://github.com/zaproxy/zaproxy/pull/6817 | 1 | fix | Selected checkbox tree nodes not correctly highlighted in macOS | Issue reported in OWASP ZAP User Group: https://groups.google.com/d/msg/zaproxy-users/8xw8VDLbO5U/PbOXDbOaAwAJ
The selected nodes in the checkbox tree are not correctly highlighted (like the Sites tree in #3351).
ZAP version:
Version 2.6.0 (older versions are also affected). | 2910aa12c8e422a4efc4824ba14fdbbc13d54d0a | e00be5616e3d96a70870de9baad4ec369c3510ac | https://github.com/zaproxy/zaproxy/compare/2910aa12c8e422a4efc4824ba14fdbbc13d54d0a...e00be5616e3d96a70870de9baad4ec369c3510ac | diff --git a/zap/src/main/java/org/zaproxy/zap/view/JCheckBoxTree.java b/zap/src/main/java/org/zaproxy/zap/view/JCheckBoxTree.java
index 5d5feaebd..fd0134868 100644
--- a/zap/src/main/java/org/zaproxy/zap/view/JCheckBoxTree.java
+++ b/zap/src/main/java/org/zaproxy/zap/view/JCheckBoxTree.java
@@ -167,6 +167,7 @@ public ... | ['zap/src/main/java/org/zaproxy/zap/view/JCheckBoxTree.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 9,997,414 | 1,992,807 | 273,243 | 1,180 | 210 | 30 | 4 | 1 | 282 | 34 | 81 | 6 | 1 | 0 | 2021-09-20T17:22:07 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
609 | zaproxy/zaproxy/7748/7716 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/7716 | https://github.com/zaproxy/zaproxy/pull/7748 | https://github.com/zaproxy/zaproxy/pull/7748 | 1 | fix | Ascan Category summaries not updated | ### Describe the bug
The Active scan dialog Category Threshold and Stength columns are not updated when the "Go" buttons are used.
The underlying rules are however set correctly.
https://groups.google.com/g/zaproxy-users/c/AfVXJpiPPYw/m/m4Jg2KmvAQAJ
### Steps to reproduce the behavior
As per https://groups.google.... | 03115da6816df2a5ebe5962fae3a5f676940c70e | c40a2cf72407460ab84aac109c860032a4f2b683 | https://github.com/zaproxy/zaproxy/compare/03115da6816df2a5ebe5962fae3a5f676940c70e...c40a2cf72407460ab84aac109c860032a4f2b683 | diff --git a/zap/src/main/java/org/zaproxy/zap/extension/ascan/PolicyAllCategoryPanel.java b/zap/src/main/java/org/zaproxy/zap/extension/ascan/PolicyAllCategoryPanel.java
index 747d707d0..ab0cfd4b1 100644
--- a/zap/src/main/java/org/zaproxy/zap/extension/ascan/PolicyAllCategoryPanel.java
+++ b/zap/src/main/java/org/zap... | ['zap/src/main/java/org/zaproxy/zap/extension/ascan/PolicyAllCategoryPanel.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 10,057,750 | 2,008,947 | 274,951 | 1,185 | 177 | 28 | 4 | 1 | 739 | 89 | 202 | 33 | 3 | 0 | 2023-02-22T17:56:23 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
607 | zaproxy/zaproxy/7813/7703 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/7703 | https://github.com/zaproxy/zaproxy/pull/7813 | https://github.com/zaproxy/zaproxy/pull/7813 | 1 | fix | Do not remove add-ons from the install dir | ### Describe the bug
We document the `-dir` option as a way to start ZAP with a clean config: https://www.zaproxy.org/docs/desktop/cmdline/
However on some platforms add-ons are deleted from the install dir when they are updated.
If the user updates one of the mandatory add-ons then it breaks this option - ZAP wil... | 6af51729fede1c37b173b8e3aee83e72ef460d51 | a307f6e8c877c1dce6c2e20806fb19680b28c9b4 | https://github.com/zaproxy/zaproxy/compare/6af51729fede1c37b173b8e3aee83e72ef460d51...a307f6e8c877c1dce6c2e20806fb19680b28c9b4 | diff --git a/zap/src/main/java/org/zaproxy/zap/control/AddOnLoader.java b/zap/src/main/java/org/zaproxy/zap/control/AddOnLoader.java
index 9c1d18361..24a3453ea 100644
--- a/zap/src/main/java/org/zaproxy/zap/control/AddOnLoader.java
+++ b/zap/src/main/java/org/zaproxy/zap/control/AddOnLoader.java
@@ -23,6 +23,7 @@ impor... | ['zap/src/main/java/org/zaproxy/zap/control/AddOnLoader.java', 'zap/src/test/java/org/zaproxy/zap/control/AddOnLoaderUnitTest.java', 'zap/src/test/java/org/zaproxy/zap/control/AddOnTestUtils.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 10,032,646 | 2,003,653 | 274,243 | 1,179 | 1,469 | 289 | 49 | 1 | 794 | 128 | 183 | 35 | 1 | 0 | 2023-04-06T19:31:26 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
606 | zaproxy/zaproxy/7845/6957 | zaproxy | zaproxy | https://github.com/zaproxy/zaproxy/issues/6957 | https://github.com/zaproxy/zaproxy/pull/7845 | https://github.com/zaproxy/zaproxy/pull/7845 | 1 | fixes | Use of commas within regex for contexts renders them unloadable | ## Summary
When regular expressions are created using braces, the GUI will save the user input during the current working session and behave as expected. However, if the user restarts OWASP Zap and attempts to import the context into a new session, the resulting action creates an exception. This is based upon how the ... | f537976b486310cd422fe85969634aebff0901d1 | b0dc3c5a49bed6e8335e2785dd4a4b30aa86f03a | https://github.com/zaproxy/zaproxy/compare/f537976b486310cd422fe85969634aebff0901d1...b0dc3c5a49bed6e8335e2785dd4a4b30aa86f03a | diff --git a/zap/src/main/java/org/zaproxy/zap/utils/ZapXmlConfiguration.java b/zap/src/main/java/org/zaproxy/zap/utils/ZapXmlConfiguration.java
index 17cdedb6b..0dd34945f 100644
--- a/zap/src/main/java/org/zaproxy/zap/utils/ZapXmlConfiguration.java
+++ b/zap/src/main/java/org/zaproxy/zap/utils/ZapXmlConfiguration.java... | ['zap/src/main/java/org/zaproxy/zap/utils/ZapXmlConfiguration.java', 'zap/src/test/java/org/zaproxy/zap/utils/ZapXmlConfigurationUnitTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 10,035,573 | 2,004,435 | 274,324 | 1,179 | 830 | 168 | 27 | 1 | 6,656 | 500 | 1,680 | 94 | 1 | 2 | 2023-04-30T10:26:13 | 11,102 | Java | {'Java': 12002133, 'HTML': 3977629, 'Python': 158050, 'Kotlin': 54286, 'JavaScript': 9640, 'Shell': 8430, 'Lex': 5179, 'Perl': 3832, 'XSLT': 3054} | Apache License 2.0 |
294 | code4craft/webmagic/370/301 | code4craft | webmagic | https://github.com/code4craft/webmagic/issues/301 | https://github.com/code4craft/webmagic/pull/370 | https://github.com/code4craft/webmagic/pull/370 | 1 | fixed | 在使用annotation时,解析json出问题 | 我在使用annotation解析json时,因为代码中只获取page.getHtml()而不是获取page.getJson(),所以不能正常解析json内容。问题代码出现在PageModelExtractor的processSingle方法中
我是在这里遇到问题,第346行-357行
`String value;`
`switch(PageModelExtractor.SyntheticClass_1.$SwitchMap$us$codecraft$webmagic$model$Extractor$Source[fieldExtractor.getSource().ordinal()]) {`
`case 1:`
`value ... | e22d6426fc5d7aa523945b1bcabf8ad8c4a46054 | 700898fe8acc7a32c1bdf339bc13beb2625819f1 | https://github.com/code4craft/webmagic/compare/e22d6426fc5d7aa523945b1bcabf8ad8c4a46054...700898fe8acc7a32c1bdf339bc13beb2625819f1 | diff --git a/webmagic-extension/src/main/java/us/codecraft/webmagic/example/GithubRepoApi.java b/webmagic-extension/src/main/java/us/codecraft/webmagic/example/GithubRepoApi.java
index 34608fd9..4181bb9e 100644
--- a/webmagic-extension/src/main/java/us/codecraft/webmagic/example/GithubRepoApi.java
+++ b/webmagic-extens... | ['webmagic-extension/src/main/java/us/codecraft/webmagic/model/annotation/ExtractBy.java', 'webmagic-extension/src/main/java/us/codecraft/webmagic/model/Extractor.java', 'webmagic-extension/src/main/java/us/codecraft/webmagic/example/GithubRepoApi.java', 'webmagic-extension/src/main/java/us/codecraft/webmagic/model/Pag... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 381,299 | 82,028 | 12,966 | 192 | 2,214 | 446 | 40 | 4 | 565 | 27 | 185 | 17 | 0 | 0 | 2016-08-29T09:08:36 | 10,893 | Java | {'Java': 765774, 'HTML': 231706, 'JavaScript': 1777, 'Kotlin': 1371, 'Ruby': 832, 'Groovy': 545, 'Python': 393, 'Shell': 193} | Apache License 2.0 |
8,861 | apache/dolphinscheduler/1445/1441 | apache | dolphinscheduler | https://github.com/apache/dolphinscheduler/issues/1441 | https://github.com/apache/dolphinscheduler/pull/1445 | https://github.com/apache/dolphinscheduler/pull/1445 | 1 | fix | [Feature] add user error when user name contains '.' | **Is your feature request related to a problem? Please describe.**
add a user when user name contains '.'
i think maybe the username regex string is error.
| 5cecc0e6181e3d3c2c971411cf69b73acd8f68c7 | ab9caec50eca3d51bdeecbd517f84a89a1c0d48c | https://github.com/apache/dolphinscheduler/compare/5cecc0e6181e3d3c2c971411cf69b73acd8f68c7...ab9caec50eca3d51bdeecbd517f84a89a1c0d48c | diff --git a/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java b/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java
index 440446e56..791c0bb55 100644
--- a/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java
+... | ['dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,912,241 | 391,396 | 56,447 | 310 | 186 | 55 | 2 | 1 | 162 | 27 | 34 | 5 | 0 | 0 | 2019-12-11T10:05:11 | 10,886 | Java | {'Java': 10141828, 'TypeScript': 2049856, 'Vue': 1360734, 'PLpgSQL': 62410, 'HCL': 54673, 'SCSS': 52091, 'Shell': 42925, 'Python': 19071, 'Smarty': 13851, 'Dockerfile': 6454, 'Batchfile': 1677, 'Makefile': 1496} | Apache License 2.0 |
8,857 | apache/dolphinscheduler/3957/3956 | apache | dolphinscheduler | https://github.com/apache/dolphinscheduler/issues/3956 | https://github.com/apache/dolphinscheduler/pull/3957 | https://github.com/apache/dolphinscheduler/pull/3957 | 1 | close | [Bug][Master] When running a task, the resource file is lost, which results in an error | When running a shell task, the resource file is lost, which results in an error
TaskParams
Taskparams does not have a resourcelist. When converting, the content of resourcelist will be lost
Not only shell tasks, param parameters in other task types may be overridden
The code is as follows:
VarPoolUtils#set... | 44259688bab684923776b70e04c09f535d01848b | 7dd717af16f374c217f956b7c55d19161580dbd3 | https://github.com/apache/dolphinscheduler/compare/44259688bab684923776b70e04c09f535d01848b...7dd717af16f374c217f956b7c55d19161580dbd3 | diff --git a/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/task/TaskParams.java b/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/task/TaskParams.java
deleted file mode 100644
index abea2d95b..000000000
--- a/dolphinscheduler-common/src/main/java/org/apache/dolphinsch... | ['dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/VarPoolUtilsTest.java', 'dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/VarPoolUtils.java', 'dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/task/TaskParams.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 2,839,790 | 576,131 | 82,878 | 522 | 4,892 | 1,057 | 134 | 2 | 935 | 98 | 209 | 28 | 0 | 1 | 2020-10-20T11:27:54 | 10,886 | Java | {'Java': 10141828, 'TypeScript': 2049856, 'Vue': 1360734, 'PLpgSQL': 62410, 'HCL': 54673, 'SCSS': 52091, 'Shell': 42925, 'Python': 19071, 'Smarty': 13851, 'Dockerfile': 6454, 'Batchfile': 1677, 'Makefile': 1496} | Apache License 2.0 |
8,859 | apache/dolphinscheduler/1523/1522 | apache | dolphinscheduler | https://github.com/apache/dolphinscheduler/issues/1522 | https://github.com/apache/dolphinscheduler/pull/1523 | https://github.com/apache/dolphinscheduler/pull/1523 | 2 | fix | MasterSchedulerThread bug | MasterSchedulerThread should not be sleep after handle command
```
if(OSUtils.checkResource(masterConfig.getMasterMaxCpuloadAvg(), masterConfig.getMasterReservedMemory())){
if (zkMasterClient.getZkClient().getState() == CuratorFrameworkState.STARTED) {
// create distr... | 0567b5829c9ce13d64a13480403ccf6d46cc783a | 1868c56764a380a7dca80429c90b8faf58e2b51f | https://github.com/apache/dolphinscheduler/compare/0567b5829c9ce13d64a13480403ccf6d46cc783a...1868c56764a380a7dca80429c90b8faf58e2b51f | diff --git a/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/MasterSchedulerThread.java b/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/MasterSchedulerThread.java
index 69c2304cd..8d7d5a0ad 100644
--- a/dolphinscheduler-server/src/main/java... | ['dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/MasterSchedulerThread.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,918,542 | 392,870 | 56,658 | 311 | 4,002 | 660 | 60 | 1 | 2,078 | 125 | 329 | 36 | 0 | 1 | 2019-12-19T07:02:30 | 10,886 | Java | {'Java': 10141828, 'TypeScript': 2049856, 'Vue': 1360734, 'PLpgSQL': 62410, 'HCL': 54673, 'SCSS': 52091, 'Shell': 42925, 'Python': 19071, 'Smarty': 13851, 'Dockerfile': 6454, 'Batchfile': 1677, 'Makefile': 1496} | Apache License 2.0 |
8,860 | apache/dolphinscheduler/1516/1515 | apache | dolphinscheduler | https://github.com/apache/dolphinscheduler/issues/1515 | https://github.com/apache/dolphinscheduler/pull/1516 | https://github.com/apache/dolphinscheduler/pull/1516 | 2 | fix | FetchTaskThread minor bug | should not sleep there.
```
boolean runCheckFlag = OSUtils.checkResource(workerConfig.getWorkerMaxCpuloadAvg(), workerConfig.getWorkerReservedMemory()) && checkThreadCount(poolExecutor);
Thread.sleep(Constants.SLEEP_TIME_MILLIS);
if(!runCheckFlag) {
continue;
... | 38b0765ddfc4ab273352a615604acfc349b316b5 | 947d8044d7101ace1f95f08b511088737eb4ba1e | https://github.com/apache/dolphinscheduler/compare/38b0765ddfc4ab273352a615604acfc349b316b5...947d8044d7101ace1f95f08b511088737eb4ba1e | diff --git a/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/runner/FetchTaskThread.java b/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/runner/FetchTaskThread.java
index ae4ee792c..68f27d76d 100644
--- a/dolphinscheduler-server/src/main/java/org/apache/... | ['dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/runner/FetchTaskThread.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,917,047 | 392,512 | 56,612 | 311 | 125 | 22 | 3 | 1 | 686 | 39 | 137 | 21 | 0 | 2 | 2019-12-18T13:01:38 | 10,886 | Java | {'Java': 10141828, 'TypeScript': 2049856, 'Vue': 1360734, 'PLpgSQL': 62410, 'HCL': 54673, 'SCSS': 52091, 'Shell': 42925, 'Python': 19071, 'Smarty': 13851, 'Dockerfile': 6454, 'Batchfile': 1677, 'Makefile': 1496} | Apache License 2.0 |
8,855 | apache/dolphinscheduler/595/594 | apache | dolphinscheduler | https://github.com/apache/dolphinscheduler/issues/594 | https://github.com/apache/dolphinscheduler/pull/595 | https://github.com/apache/dolphinscheduler/issues/594#issuecomment-512710312 | 2 | fix | After the soft kill task, the process still exists (parent process child process)(soft kill task 后 进程依旧存在(父进程 子进程)) |
In the shell script, the task is executed in a multi-threaded manner. The timeout of the task is set to fail. After the timeout, the process of starting the task is executed, but the parent process is not yet killed.
Worker LOG:
[INFO] 2019-07-18 02:03:01.513 cn.escheduler.server.worker.log.TaskLogger:[178] - [ta... | cf149c1b7643e4091b3957366664c5a91340742e | c8662bd83606854cdd25e54ac199f156f00fd9fb | https://github.com/apache/dolphinscheduler/compare/cf149c1b7643e4091b3957366664c5a91340742e...c8662bd83606854cdd25e54ac199f156f00fd9fb | diff --git a/escheduler-server/src/main/java/cn/escheduler/server/worker/task/AbstractCommandExecutor.java b/escheduler-server/src/main/java/cn/escheduler/server/worker/task/AbstractCommandExecutor.java
index e3bd40139..82c9be9f0 100644
--- a/escheduler-server/src/main/java/cn/escheduler/server/worker/task/AbstractComm... | ['escheduler-server/src/main/java/cn/escheduler/server/worker/task/AbstractCommandExecutor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,993,988 | 417,189 | 58,378 | 321 | 351 | 57 | 7 | 1 | 3,864 | 320 | 1,375 | 33 | 0 | 0 | 2019-07-18T05:55:00 | 10,886 | Java | {'Java': 10141828, 'TypeScript': 2049856, 'Vue': 1360734, 'PLpgSQL': 62410, 'HCL': 54673, 'SCSS': 52091, 'Shell': 42925, 'Python': 19071, 'Smarty': 13851, 'Dockerfile': 6454, 'Batchfile': 1677, 'Makefile': 1496} | Apache License 2.0 |
8,858 | apache/dolphinscheduler/3402/3680 | apache | dolphinscheduler | https://github.com/apache/dolphinscheduler/issues/3680 | https://github.com/apache/dolphinscheduler/pull/3402 | https://github.com/apache/dolphinscheduler/pull/3402 | 1 | fix | [Bug][API] Zookeeper does not start, printed logs have no error messages, Api services can start but cannot be accessed. | Zookeeper does not start, printed logs have no error messages, Api services can start but cannot be accessed.
Zookeeper没有启动,打印的日志没有错误信息,Api服务能启动但是不能访问。 | 60bf3f851102f1e259a6fa65ee642a0e669b188b | 787845578b6bfdbb7b753f0b517a2e725b945fe4 | https://github.com/apache/dolphinscheduler/compare/60bf3f851102f1e259a6fa65ee642a0e669b188b...787845578b6bfdbb7b753f0b517a2e725b945fe4 | diff --git a/dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/threadutils/ThreadUtilsTest.java b/dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/threadutils/ThreadUtilsTest.java
deleted file mode 100644
index 2c76f40c0..000000000
--- a/dolphinscheduler-common/src/test/ja... | ['dolphinscheduler-service/src/test/java/org/apache/dolphinscheduler/service/zk/CuratorZookeeperClientTest.java', 'dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/threadutils/ThreadUtilsTest.java', 'dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/zk/CuratorZookeeperCl... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 2,839,441 | 576,079 | 82,876 | 522 | 1,456 | 274 | 19 | 1 | 152 | 19 | 50 | 2 | 0 | 0 | 2020-08-04T10:04:56 | 10,886 | Java | {'Java': 10141828, 'TypeScript': 2049856, 'Vue': 1360734, 'PLpgSQL': 62410, 'HCL': 54673, 'SCSS': 52091, 'Shell': 42925, 'Python': 19071, 'Smarty': 13851, 'Dockerfile': 6454, 'Batchfile': 1677, 'Makefile': 1496} | Apache License 2.0 |
1,404 | grpc/grpc-java/1356/1343 | grpc | grpc-java | https://github.com/grpc/grpc-java/issues/1343 | https://github.com/grpc/grpc-java/pull/1356 | https://github.com/grpc/grpc-java/pull/1356 | 1 | fixes | Deadline can fire before stream started | In [ClientCallImpl](https://github.com/grpc/grpc-java/blob/master/core/src/main/java/io/grpc/internal/ClientCallImpl.java#L249) the deadline is scheduled before `stream.start()`. However, if the deadline has already elapsed the runnable will be executed immediately and race with the `start`. I've only looked into how O... | 15d86d9c4238659e2b23a42d7c25fcf8e8a4d7c6 | fe5e624153a7aae4d0295bc318b92daa1c91977d | https://github.com/grpc/grpc-java/compare/15d86d9c4238659e2b23a42d7c25fcf8e8a4d7c6...fe5e624153a7aae4d0295bc318b92daa1c91977d | diff --git a/core/src/main/java/io/grpc/internal/ClientCallImpl.java b/core/src/main/java/io/grpc/internal/ClientCallImpl.java
index cf6acb344..2698476cc 100644
--- a/core/src/main/java/io/grpc/internal/ClientCallImpl.java
+++ b/core/src/main/java/io/grpc/internal/ClientCallImpl.java
@@ -85,6 +85,7 @@ final class Clien... | ['core/src/main/java/io/grpc/internal/ClientCallImpl.java', 'interop-testing/src/main/java/io/grpc/testing/integration/AbstractTransportTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 2,434,049 | 526,447 | 68,849 | 299 | 1,655 | 318 | 35 | 2 | 1,171 | 106 | 259 | 8 | 4 | 0 | 2016-01-25T19:14:46 | 10,705 | Java | {'Java': 11734252, 'Shell': 64137, 'C++': 50003, 'Starlark': 45373, 'Batchfile': 6230, 'Dockerfile': 3878, 'Python': 1961} | Apache License 2.0 |
1,398 | grpc/grpc-java/1671/1657 | grpc | grpc-java | https://github.com/grpc/grpc-java/issues/1657 | https://github.com/grpc/grpc-java/pull/1671 | https://github.com/grpc/grpc-java/pull/1671 | 1 | resolves | OutOfBounds exception with NameResolvers and TransportSet | Long story short, it appears there's an explicit array.get(0) that happens on the first outbound call, but if the NameResolver hasn't found any servers yet, this causes an exception. Stack trace can be found below(SpectatorInterceptor is a proprietary metrics component, and the EurekaNameResolver simply uses Eureka to... | 51fd870cfd4b30f65477d51016a1781139f21c04 | 7659f6ed689ad7b18071925dbea796989e591125 | https://github.com/grpc/grpc-java/compare/51fd870cfd4b30f65477d51016a1781139f21c04...7659f6ed689ad7b18071925dbea796989e591125 | diff --git a/core/src/main/java/io/grpc/EquivalentAddressGroup.java b/core/src/main/java/io/grpc/EquivalentAddressGroup.java
index ef64a90be..49efbbf6a 100644
--- a/core/src/main/java/io/grpc/EquivalentAddressGroup.java
+++ b/core/src/main/java/io/grpc/EquivalentAddressGroup.java
@@ -31,6 +31,8 @@
package io.grpc;
... | ['core/src/main/java/io/grpc/NameResolver.java', 'core/src/test/java/io/grpc/internal/ManagedChannelImplTest.java', 'core/src/main/java/io/grpc/EquivalentAddressGroup.java', 'core/src/main/java/io/grpc/internal/ManagedChannelImpl.java', 'core/src/main/java/io/grpc/LoadBalancer.java'] | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 3,219,946 | 687,505 | 89,543 | 292 | 710 | 135 | 15 | 4 | 2,683 | 136 | 619 | 30 | 0 | 1 | 2016-04-14T18:21:38 | 10,705 | Java | {'Java': 11734252, 'Shell': 64137, 'C++': 50003, 'Starlark': 45373, 'Batchfile': 6230, 'Dockerfile': 3878, 'Python': 1961} | Apache License 2.0 |
1,403 | grpc/grpc-java/1379/1225 | grpc | grpc-java | https://github.com/grpc/grpc-java/issues/1225 | https://github.com/grpc/grpc-java/pull/1379 | https://github.com/grpc/grpc-java/pull/1379 | 1 | fixes | NPE in ProtoInputStream.drainTo | ```
java.lang.NullPointerException: null
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:210)
at com.google.common.io.ByteStreams.copy(ByteStreams.java:65)
at io.grpc.protobuf.ProtoInputStream.drainTo(ProtoInputStream.java:74)
at io.grpc.internal.MessageFramer.wri... | e475d388b929b6bf3b48d83d5a8bfb442fb5e5e4 | 4573836df97a5d66b78bcfe0523dac729881f78e | https://github.com/grpc/grpc-java/compare/e475d388b929b6bf3b48d83d5a8bfb442fb5e5e4...4573836df97a5d66b78bcfe0523dac729881f78e | diff --git a/protobuf/src/main/java/io/grpc/protobuf/ProtoInputStream.java b/protobuf/src/main/java/io/grpc/protobuf/ProtoInputStream.java
index d5ebae188..186e3c12e 100644
--- a/protobuf/src/main/java/io/grpc/protobuf/ProtoInputStream.java
+++ b/protobuf/src/main/java/io/grpc/protobuf/ProtoInputStream.java
@@ -70,9 +7... | ['protobuf/src/main/java/io/grpc/protobuf/ProtoInputStream.java', 'protobuf/src/test/java/io/grpc/protobuf/ProtoUtilsTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 2,433,678 | 526,633 | 68,911 | 299 | 82 | 24 | 4 | 1 | 1,154 | 59 | 254 | 17 | 0 | 1 | 2016-02-01T23:17:24 | 10,705 | Java | {'Java': 11734252, 'Shell': 64137, 'C++': 50003, 'Starlark': 45373, 'Batchfile': 6230, 'Dockerfile': 3878, 'Python': 1961} | Apache License 2.0 |
1,402 | grpc/grpc-java/1402/1401 | grpc | grpc-java | https://github.com/grpc/grpc-java/issues/1401 | https://github.com/grpc/grpc-java/pull/1402 | https://github.com/grpc/grpc-java/pull/1402 | 1 | fixes | ProtocolNegotiators leaks ByteBufs on failure | As reported by @trask in #1277 with repro repo at https://github.com/trask/grpc-netty-leak-repro. The key distinguishing feature is `BufferUntilChannelActiveHandler` in the log here:
```
SEVERE: LEAK: ByteBuf.release() was not called before it's garbage-collected. See http://netty.io/wiki/reference-counted-objects.htm... | 52bd63f88e281162cddc1f4ecd4b66e4e5e36460 | 5b9726ea7dade0952d64796178dc0bdfd134d16d | https://github.com/grpc/grpc-java/compare/52bd63f88e281162cddc1f4ecd4b66e4e5e36460...5b9726ea7dade0952d64796178dc0bdfd134d16d | diff --git a/netty/src/main/java/io/grpc/netty/ProtocolNegotiators.java b/netty/src/main/java/io/grpc/netty/ProtocolNegotiators.java
index d4b96c946..6414f1dba 100644
--- a/netty/src/main/java/io/grpc/netty/ProtocolNegotiators.java
+++ b/netty/src/main/java/io/grpc/netty/ProtocolNegotiators.java
@@ -60,6 +60,7 @@ impor... | ['netty/src/main/java/io/grpc/netty/ProtocolNegotiators.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 2,433,539 | 526,690 | 68,912 | 299 | 133 | 23 | 3 | 1 | 652 | 80 | 155 | 11 | 2 | 1 | 2016-02-10T00:35:46 | 10,705 | Java | {'Java': 11734252, 'Shell': 64137, 'C++': 50003, 'Starlark': 45373, 'Batchfile': 6230, 'Dockerfile': 3878, 'Python': 1961} | Apache License 2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.