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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3,091 | quarkusio/quarkus/8318/8301 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/8301 | https://github.com/quarkusio/quarkus/pull/8318 | https://github.com/quarkusio/quarkus/pull/8318 | 1 | fixes | Qute collection access requires restart of quarkus:dev | **Describe the bug**
When coding Qute templates in `quarkus:dev`, the first time we access a `list.get(index)` fails with a `java.lang.ClassNotFoundException: io.quarkus.qute.runtime.extensions.CollectionTemplateExtensions_Extension_ValueResolver_get_646e8480881185b6bc78b6698eeafb5d7b01c85c$$function$$2`
Once we re... | b923fde090eb469a6cdad82a660225b7068833e8 | c1416efff529a20c98a3f7dca5fd9042998ca5b3 | https://github.com/quarkusio/quarkus/compare/b923fde090eb469a6cdad82a660225b7068833e8...c1416efff529a20c98a3f7dca5fd9042998ca5b3 | diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/MemoryClassPathElement.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/MemoryClassPathElement.java
index 84a9856e7f4..b6769276f91 100644
--- a/independent-projects/bootstrap/core/s... | ['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/MemoryClassPathElement.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 8,228,090 | 1,600,252 | 213,499 | 2,230 | 806 | 161 | 17 | 1 | 5,926 | 262 | 1,553 | 89 | 0 | 4 | 2020-04-01T03:21:23 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,092 | quarkusio/quarkus/8304/8299 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/8299 | https://github.com/quarkusio/quarkus/pull/8304 | https://github.com/quarkusio/quarkus/pull/8304 | 1 | resolves | Error when putting Qute include inside if/when/for | **Describe the bug**
When putting an `{include}` inside a `{for}`, `{if}`, or `{with}` (maybe others), the inclusion fails with an error.
**To Reproduce**
The following works as expected:
```
<!-- some HTML file -->
{#include includes/teaser}
{#title}My Title{/title}
{#content}My content{/content}... | 3e9a7106483ed675cb6e89b991766f79356e7996 | bb2bf209f9a937b75927b1c7c4917ce75ffc7201 | https://github.com/quarkusio/quarkus/compare/3e9a7106483ed675cb6e89b991766f79356e7996...bb2bf209f9a937b75927b1c7c4917ce75ffc7201 | diff --git a/independent-projects/qute/core/src/main/java/io/quarkus/qute/LoopSectionHelper.java b/independent-projects/qute/core/src/main/java/io/quarkus/qute/LoopSectionHelper.java
index 23e146ef787..36e8526dac4 100644
--- a/independent-projects/qute/core/src/main/java/io/quarkus/qute/LoopSectionHelper.java
+++ b/ind... | ['independent-projects/qute/core/src/main/java/io/quarkus/qute/Parser.java', 'independent-projects/qute/core/src/main/java/io/quarkus/qute/LoopSectionHelper.java', 'independent-projects/qute/core/src/test/java/io/quarkus/qute/IncludeTest.java', 'independent-projects/qute/core/src/main/java/io/quarkus/qute/SectionInitCo... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 8,221,947 | 1,599,252 | 213,385 | 2,229 | 847 | 157 | 13 | 3 | 14,032 | 457 | 3,350 | 208 | 0 | 8 | 2020-03-31T12:31: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 |
3,093 | quarkusio/quarkus/8302/8294 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/8294 | https://github.com/quarkusio/quarkus/pull/8302 | https://github.com/quarkusio/quarkus/pull/8302 | 1 | fixes | Using @ConfigProperty with Optional<List<String>> throw an exception | **Describe the bug**
Using:
```
@ConfigProperty(name = "items3")
Optional<List<String>> getItems3();
```
**Expected behavior**
Return an empty list when unset
**Actual behavior**
Throws an exception:
```
java.lang.IllegalArgumentException: No Converter registered for interface java.util.List
... | 41db86a2e2d881f50431fdcfb0d3ef7647a17a7c | fef18580a87b621aa352138ca19e7b14776f6f7b | https://github.com/quarkusio/quarkus/compare/41db86a2e2d881f50431fdcfb0d3ef7647a17a7c...fef18580a87b621aa352138ca19e7b14776f6f7b | diff --git a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/configproperties/ClassConfigPropertiesUtil.java b/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/configproperties/ClassConfigPropertiesUtil.java
index 5262640498e..9d8643ea1f5 100644
--- a/extensions/arc/deployment/src/mai... | ['extensions/arc/deployment/src/test/java/io/quarkus/arc/test/configproperties/ClassWithAllPublicFieldsConfigPropertiesTest.java', 'extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/configproperties/ConfigPropertiesUtil.java', 'extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/configprop... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 8,224,204 | 1,599,665 | 213,428 | 2,230 | 5,184 | 720 | 61 | 3 | 779 | 56 | 181 | 27 | 1 | 2 | 2020-03-31T11:48: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 |
3,094 | quarkusio/quarkus/8283/8260 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/8260 | https://github.com/quarkusio/quarkus/pull/8283 | https://github.com/quarkusio/quarkus/pull/8283 | 1 | fixes | Prohibited package name: java.util.concurrent | **Describe the bug**
I tried to upgrade quarkus version (platform + plugin) to 1.3.0.Final and 1.3.1.Final, but maven build failed due to error in instantiation of test:
```
...fileDownload Time elapsed: 0.021 s <<< ERROR!
java.lang.RuntimeException: java.lang.RuntimeException: java.lang.reflect.InvocationTarge... | dded561efe07ed5de7d4971f9fc16ad6c45b5dea | b3fe1e9882a26adff63202633a08c1be3488553d | https://github.com/quarkusio/quarkus/compare/dded561efe07ed5de7d4971f9fc16ad6c45b5dea...b3fe1e9882a26adff63202633a08c1be3488553d | diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/QuarkusClassLoader.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/QuarkusClassLoader.java
index feb0e97ae9d..5bfd53defe2 100644
--- a/independent-projects/bootstrap/core/src/main/... | ['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/QuarkusClassLoader.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 8,199,641 | 1,594,438 | 212,869 | 2,225 | 143 | 28 | 4 | 1 | 2,575 | 320 | 687 | 54 | 0 | 2 | 2020-03-30T22:05: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 |
3,095 | quarkusio/quarkus/8247/8246 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/8246 | https://github.com/quarkusio/quarkus/pull/8247 | https://github.com/quarkusio/quarkus/pull/8247 | 1 | fixes | quarkus.container-image.registry is not reflected, docker.io is always used | Trying to push the image to quay.io, docker.io is always used
It seems quarkus.container-image.registry is not reflected in the push command
I will look into it and try to fix is.
| a1768757089ea347693e4bdca1517fe0cba01d58 | b5023c8fc43c5b7abf991a1aa717d7e2e33d2b19 | https://github.com/quarkusio/quarkus/compare/a1768757089ea347693e4bdca1517fe0cba01d58...b5023c8fc43c5b7abf991a1aa717d7e2e33d2b19 | diff --git a/extensions/container-image/container-image-docker/deployment/src/main/java/io/quarkus/container/image/docker/deployment/DockerProcessor.java b/extensions/container-image/container-image-docker/deployment/src/main/java/io/quarkus/container/image/docker/deployment/DockerProcessor.java
index e25f53c01ee..eb18... | ['extensions/container-image/container-image-docker/deployment/src/main/java/io/quarkus/container/image/docker/deployment/DockerProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 8,196,373 | 1,593,988 | 212,772 | 2,225 | 378 | 69 | 5 | 1 | 187 | 31 | 43 | 6 | 0 | 0 | 2020-03-29T07:53: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 |
3,096 | quarkusio/quarkus/8219/8217 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/8217 | https://github.com/quarkusio/quarkus/pull/8219 | https://github.com/quarkusio/quarkus/pull/8219 | 1 | resolves | Qute - computed section helpers used during validation don't play well with {#include} | As a result section blocks in an `{#include}` section must also define an end tag which is normally optional. | e1492fb9a5273f8ae4b2d12a89ac561ea6e0f4f4 | d3c2976bcd211d5127c6de0f5e0909600e1b5099 | https://github.com/quarkusio/quarkus/compare/e1492fb9a5273f8ae4b2d12a89ac561ea6e0f4f4...d3c2976bcd211d5127c6de0f5e0909600e1b5099 | diff --git a/extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/include/IncludeTest.java b/extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/include/IncludeTest.java
index ce75ef68f87..b0c80dd229f 100644
--- a/extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/include... | ['independent-projects/qute/core/src/main/java/io/quarkus/qute/EngineImpl.java', 'extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/include/IncludeTest.java', 'independent-projects/qute/core/src/main/java/io/quarkus/qute/Parser.java', 'independent-projects/qute/core/src/test/java/io/quarkus/qute/Inclu... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 8,195,969 | 1,593,908 | 212,766 | 2,225 | 477 | 82 | 6 | 2 | 110 | 19 | 24 | 1 | 0 | 0 | 2020-03-27T14:44:49 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,097 | quarkusio/quarkus/8176/8156 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/8156 | https://github.com/quarkusio/quarkus/pull/8176 | https://github.com/quarkusio/quarkus/pull/8176 | 1 | fixes | Quarkus hello.world image build fails when using openjdk-8u252-jvmci-20.0-b03 | **Describe the bug**
Building a Quarkus hello.world image fails when using a GraalVM built from https://github.com/graalvm/graal-jvmci-8/releases/download/jvmci-20.0-b03/openjdk-8u252-jvmci-20.0-b03-linux-amd64.tar.gz
```
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ hello.world ---
[INFO] Building jar: /ho... | 4c02d4f992c1761c1c7823465c09e20473d26dcc | db174d3f3480e871e0c49dc7cd7bc7fc3fb68d57 | https://github.com/quarkusio/quarkus/compare/4c02d4f992c1761c1c7823465c09e20473d26dcc...db174d3f3480e871e0c49dc7cd7bc7fc3fb68d57 | diff --git a/extensions/netty/runtime/src/main/java/io/quarkus/netty/runtime/graal/NettySubstitutions.java b/extensions/netty/runtime/src/main/java/io/quarkus/netty/runtime/graal/NettySubstitutions.java
index b3c4f28ad88..37ae94beb6f 100644
--- a/extensions/netty/runtime/src/main/java/io/quarkus/netty/runtime/graal/Net... | ['extensions/netty/runtime/src/main/java/io/quarkus/netty/runtime/graal/NettySubstitutions.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 8,157,677 | 1,585,957 | 211,649 | 2,213 | 86 | 27 | 6 | 1 | 8,644 | 486 | 2,471 | 99 | 5 | 2 | 2020-03-26T05:54: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 |
3,100 | quarkusio/quarkus/8108/8009 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/8009 | https://github.com/quarkusio/quarkus/pull/8108 | https://github.com/quarkusio/quarkus/pull/8108 | 1 | fixes | Quarkus Kotlin extension not added in Bootstrap Kotlin+Gradle Project | **Describe the bug**
Quarkus Kotlin extension is not added in dependencies Bootstrap Kotlin+Gradle Project
**Expected behavior**
It should be added to to `dependencies` block
**Actual behavior**
It is not added to to `dependencies` block
**To Reproduce**
Steps to reproduce the behavior:
- Bootstrap kotl... | 9f9788c78bc82f7ce6e1f79038f030e5458fde94 | 1490af52c89ef235663920aaa030a4401f7aa477 | https://github.com/quarkusio/quarkus/compare/9f9788c78bc82f7ce6e1f79038f030e5458fde94...1490af52c89ef235663920aaa030a4401f7aa477 | diff --git a/devtools/maven/src/main/java/io/quarkus/maven/CreateProjectMojo.java b/devtools/maven/src/main/java/io/quarkus/maven/CreateProjectMojo.java
index caf1fab6a3b..df61b6767de 100644
--- a/devtools/maven/src/main/java/io/quarkus/maven/CreateProjectMojo.java
+++ b/devtools/maven/src/main/java/io/quarkus/maven/Cr... | ['devtools/maven/src/main/java/io/quarkus/maven/CreateProjectMojo.java', 'integration-tests/maven/src/test/java/io/quarkus/maven/it/CreateProjectMojoIT.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 8,148,809 | 1,584,163 | 211,430 | 2,212 | 272 | 46 | 3 | 1 | 751 | 75 | 195 | 29 | 0 | 1 | 2020-03-24T12: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 |
3,101 | quarkusio/quarkus/8099/7996 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/7996 | https://github.com/quarkusio/quarkus/pull/8099 | https://github.com/quarkusio/quarkus/pull/8099 | 1 | fixes | Quarkus 1.3.0.Final gradle does not start with Undertow Servlet | **Describe the bug**
When I include Undertow Servlet in a Gradle project, quarkus application does not start.
**Expected behavior**
Quarkus app should start without throwing an error
**Actual behavior**
(Describe the actual behavior clearly and concisely.)
**To Reproduce**
Steps to reproduce the behavior... | e1fa8201567b2c894ebad125c0ae535dd9631bf9 | f6dc75afae158026fbcabf0791e650d3fac69f7e | https://github.com/quarkusio/quarkus/compare/e1fa8201567b2c894ebad125c0ae535dd9631bf9...f6dc75afae158026fbcabf0791e650d3fac69f7e | diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/QuarkusClassLoader.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/QuarkusClassLoader.java
index ddfaf1b3481..8f489ad1672 100644
--- a/independent-projects/bootstrap/core/src/main/... | ['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/QuarkusClassLoader.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 8,135,000 | 1,581,667 | 211,131 | 2,208 | 1,245 | 243 | 22 | 1 | 980 | 134 | 233 | 33 | 1 | 0 | 2020-03-24T02:16: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 |
3,104 | quarkusio/quarkus/8010/7990 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/7990 | https://github.com/quarkusio/quarkus/pull/8010 | https://github.com/quarkusio/quarkus/pull/8010 | 1 | fixes | Native container-build on Windows10 fails (.exe) | **Describe the bug**
Building a native image inside docker causes an error.
It seems the build is looking for a **.exe** file. But with containerized build inside docker no **.exe** file is generated - and that is okay :-)
**Expected behavior**
Linux executable generated.
**Actual behavior**
```
[INFO] --- q... | f75581c3ae7cd14165e3f63345d80ce0fb01392e | 0582165ead93227cb7e7f3a69af7860052eb2fe4 | https://github.com/quarkusio/quarkus/compare/f75581c3ae7cd14165e3f63345d80ce0fb01392e...0582165ead93227cb7e7f3a69af7860052eb2fe4 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java
index 719874032cf..83a02c48afb 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.ja... | ['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 8,115,462 | 1,577,613 | 210,601 | 2,205 | 269 | 54 | 3 | 1 | 9,387 | 605 | 2,849 | 121 | 1 | 4 | 2020-03-20T09:26: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 |
3,107 | quarkusio/quarkus/7947/2923 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/2923 | https://github.com/quarkusio/quarkus/pull/7947 | https://github.com/quarkusio/quarkus/pull/7947 | 1 | fixes | Class generation build items are screwy | We have a `GeneratedClassBuildItem` which accepts a class name, byte array, and a flag to indicate what "kind" of class it is.
At the same time, we have a pattern for generating classes, particularly with Gizmo: consume the `ClassOutputBuildItem` and then feed it to Gizmo and have it write the class directly to the ... | a0fd85a6f10f453100335e174d5f684210ccc925 | 955547ea092c5214928a56c149e70595fed51ae0 | https://github.com/quarkusio/quarkus/compare/a0fd85a6f10f453100335e174d5f684210ccc925...955547ea092c5214928a56c149e70595fed51ae0 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/ClassOutput.java b/core/deployment/src/main/java/io/quarkus/deployment/ClassOutput.java
deleted file mode 100644
index daf3f819b06..00000000000
--- a/core/deployment/src/main/java/io/quarkus/deployment/ClassOutput.java
+++ /dev/null
@@ -1,28 +0,0 @@
-pack... | ['core/deployment/src/main/java/io/quarkus/deployment/ClassOutput.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 8,087,060 | 1,571,302 | 209,710 | 2,189 | 727 | 144 | 28 | 1 | 1,288 | 198 | 295 | 12 | 0 | 0 | 2020-03-19T00:51:05 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,040 | quarkusio/quarkus/9936/9847 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/9847 | https://github.com/quarkusio/quarkus/pull/9936 | https://github.com/quarkusio/quarkus/pull/9936 | 1 | fixes | http access log attributes do not work | certain http access log attributes do not work, namely %t, %D
always getting "-" for those attributes in the log.
for the following pattern:
%t "%r" %s %b %D "%{i,Referer}" "%{i,User-Agent}"
getting the following line in the log file:
- "GET /_health HTTP_1_1" 200 2 - "-" "curl/7.58.0"
**Expected behavi... | 1d456915dfc1a975ad797de9cef9ebd4843f9dcb | 465ca693bd6d7b53a01ade11fcaef7737ecc3671 | https://github.com/quarkusio/quarkus/compare/1d456915dfc1a975ad797de9cef9ebd4843f9dcb...465ca693bd6d7b53a01ade11fcaef7737ecc3671 | 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 e8660cbdec8..ade164d92f8 100644
--- a/extensions/vertx-http/runtime/src/main/java/io/... | ['extensions/vertx-http/runtime/src/test/java/io/quarkus/vertx/http/runtime/attribute/DateTimeAttributeTest.java', 'extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/attribute/DateTimeAttribute.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 9,424,383 | 1,831,629 | 244,360 | 2,623 | 175 | 27 | 4 | 1 | 1,072 | 128 | 310 | 37 | 0 | 1 | 2020-06-11T04:58:23 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,038 | quarkusio/quarkus/10016/10015 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10015 | https://github.com/quarkusio/quarkus/pull/10016 | https://github.com/quarkusio/quarkus/pull/10016 | 1 | fixes | Hibernate Reactive: sessions are not closed, connections leak | ATM, we have the following method to produce `Stage.Session` and `Mutiny.Session` tied to the request scope:
```java
package io.quarkus.hibernate.reactive.runtime;
import java.util.concurrent.CompletionStage;
import javax.enterprise.context.ApplicationScoped;
import javax.enterprise.context.RequestScoped;
i... | 1efbafe938626577a3cde99c430e09d2f58ab78c | 67a3593102f81092315ed5b137ffbeba1f0d9828 | https://github.com/quarkusio/quarkus/compare/1efbafe938626577a3cde99c430e09d2f58ab78c...67a3593102f81092315ed5b137ffbeba1f0d9828 | diff --git a/extensions/hibernate-reactive/runtime/src/main/java/io/quarkus/hibernate/reactive/runtime/ReactiveSessionProducer.java b/extensions/hibernate-reactive/runtime/src/main/java/io/quarkus/hibernate/reactive/runtime/ReactiveSessionProducer.java
index 181d97d9d3b..6814c3e5d2a 100644
--- a/extensions/hibernate-re... | ['integration-tests/hibernate-reactive-db2/src/main/java/io/quarkus/it/hibernate/reactive/db2/HibernateReactiveDB2TestEndpoint.java', 'integration-tests/hibernate-reactive-mysql/src/main/java/io/quarkus/it/hibernate/reactive/mysql/HibernateReactiveMySQLTestEndpoint.java', 'integration-tests/hibernate-reactive/src/main/... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 9,482,521 | 1,842,726 | 245,655 | 2,643 | 428 | 84 | 8 | 1 | 2,670 | 268 | 578 | 69 | 0 | 1 | 2020-06-15T14:14: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,979 | quarkusio/quarkus/11513/11470 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11470 | https://github.com/quarkusio/quarkus/pull/11513 | https://github.com/quarkusio/quarkus/pull/11513 | 1 | fixes | Custom settings.xml is not honored by Quarkus (1.3, 1.7) when the path is relative | Custom settings.xml is not honored by Quarkus when the path is relative. Workaround is to set absolute path to settings.xml.
Spotted that when was trying to run Quarkus QS again released productized bit on https://maven.repository.redhat.com/ga
Bits got downloaded but test execution printed "Downloading from centra... | eb015864ba85f90a4d2ca320257236dd4bc8a398 | 00352c14ad03d34bd60258f418166245114de2ce | https://github.com/quarkusio/quarkus/compare/eb015864ba85f90a4d2ca320257236dd4bc8a398...00352c14ad03d34bd60258f418166245114de2ce | 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 e055581cbd6..dcea225818d 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 | 10,623,743 | 2,069,544 | 276,659 | 2,975 | 5,092 | 917 | 94 | 1 | 4,479 | 286 | 1,185 | 80 | 13 | 3 | 2020-08-21T08:39:10 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,970 | quarkusio/quarkus/11743/11736 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11736 | https://github.com/quarkusio/quarkus/pull/11743 | https://github.com/quarkusio/quarkus/pull/11743 | 1 | fixes | Active connection to MongoDB required for fresh project based on Quarkus master, wasn't needed for 1.7.0.Final and prior | Active connection to MongoDB required for fresh project based on master, wasn't needed for 1.7.0.Final and prior.
Getting NPE from SmallRyeMetricsRecorder.registerMetrics(SmallRyeMetricsRecorder.java:217)
Reproducer:
- build Quarkus master
- clone https://github.com/quarkus-qe/beefy-scenarios
- run `mvn clean... | 4e0ed2e2fbfe4a5c83c889090d4d50c2ef5004a2 | 8775942525c833aa8975e914921a73f1443b0759 | https://github.com/quarkusio/quarkus/compare/4e0ed2e2fbfe4a5c83c889090d4d50c2ef5004a2...8775942525c833aa8975e914921a73f1443b0759 | diff --git a/extensions/neo4j/deployment/src/main/java/io/quarkus/neo4j/deployment/Neo4jDriverProcessor.java b/extensions/neo4j/deployment/src/main/java/io/quarkus/neo4j/deployment/Neo4jDriverProcessor.java
index ccd68171859..ea9e3929f26 100644
--- a/extensions/neo4j/deployment/src/main/java/io/quarkus/neo4j/deployment... | ['extensions/neo4j/deployment/src/main/java/io/quarkus/neo4j/deployment/Neo4jDriverProcessor.java', 'extensions/smallrye-metrics/runtime/src/main/java/io/quarkus/smallrye/metrics/runtime/SmallRyeMetricsRecorder.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 10,742,070 | 2,092,224 | 279,315 | 2,996 | 637 | 120 | 11 | 2 | 4,943 | 197 | 1,183 | 59 | 1 | 1 | 2020-08-31T10:13:45 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,972 | quarkusio/quarkus/11716/11707 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11707 | https://github.com/quarkusio/quarkus/pull/11716 | https://github.com/quarkusio/quarkus/pull/11716 | 1 | fixes | QuarkusClassLoader.getResourceAsStream does not work with directories in quarkus:dev | **Describe the bug**
When your try to read a directory from the resources-folder using Thread.currentThread().getContextClassLoader().getResourceAsStream("test"), an IOException occurs. The directory can not be read as an InputStream, because the class Loaders uses Files.readAllBytes, which does not work with director... | f585d9d8c00f235059942aa9f81b7ccea06297af | 96de5bff1b568c1840d0bcb319db7072cb6bba4d | https://github.com/quarkusio/quarkus/compare/f585d9d8c00f235059942aa9f81b7ccea06297af...96de5bff1b568c1840d0bcb319db7072cb6bba4d | diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/QuarkusClassLoader.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/QuarkusClassLoader.java
index 439e4ab8bbf..61dae72b5b6 100644
--- a/independent-projects/bootstrap/core/src/main/... | ['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/QuarkusClassLoader.java', 'independent-projects/bootstrap/core/src/test/java/io/quarkus/bootstrap/classloader/ClassLoadingResourceUrlTestCase.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 10,720,377 | 2,088,205 | 278,870 | 2,992 | 616 | 82 | 11 | 1 | 8,069 | 396 | 1,791 | 123 | 0 | 3 | 2020-08-28T14:05: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,974 | quarkusio/quarkus/11639/11617 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11617 | https://github.com/quarkusio/quarkus/pull/11639 | https://github.com/quarkusio/quarkus/pull/11639 | 1 | fix | Kafka Streams Bootstrap Servers Problem | **Describe the bug**
Admin client can't establish the connection to bootstrap server. I'm sure that the host name is correct, when I use it in Kafka Messaging like mp.messaging.connector.smallrye-kafka.bootstrap.servers=my.host.name:9093 there are no problems.
**Expected behavior**
Admin client establishes the con... | 239a860252fccc3c38a05a07c300e7be0fc1bf4f | 4a4f0bda4ef6e1eb1dfddb82f43773b25acac0a1 | https://github.com/quarkusio/quarkus/compare/239a860252fccc3c38a05a07c300e7be0fc1bf4f...4a4f0bda4ef6e1eb1dfddb82f43773b25acac0a1 | diff --git a/extensions/consul-config/runtime/src/main/java/io/quarkus/consul/config/runtime/DefaultConsulConfigGateway.java b/extensions/consul-config/runtime/src/main/java/io/quarkus/consul/config/runtime/DefaultConsulConfigGateway.java
index b2482d48ad8..bf60e6da0aa 100644
--- a/extensions/consul-config/runtime/src/... | ['extensions/consul-config/runtime/src/main/java/io/quarkus/consul/config/runtime/DefaultConsulConfigGateway.java', 'extensions/jaeger/runtime/src/main/java/io/quarkus/jaeger/runtime/JaegerDeploymentRecorder.java', 'extensions/kafka-streams/runtime/src/main/java/io/quarkus/kafka/streams/runtime/KafkaStreamsProducer.jav... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 10,670,281 | 2,078,441 | 277,788 | 2,982 | 715 | 137 | 10 | 3 | 1,851 | 165 | 462 | 48 | 0 | 1 | 2020-08-26T11:21: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,975 | quarkusio/quarkus/11625/11612 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11612 | https://github.com/quarkusio/quarkus/pull/11625 | https://github.com/quarkusio/quarkus/pull/11625 | 1 | fixes | devmode: Quarkus 1.7.0.Final + grpc + smallrye health gRPC Server is DOWN | **Describe the bug**
After generating a project from code.quarkus.io with grpc and smallrye health extensions, then following the quarkus gRPC quickstart guide, the healthcheck endpoint always reports gRPC server as DOWN despite the endpoint successfully responding to calls.
**Expected behavior**
Healthcheck shoul... | 8bf700dbb0144429ff227c544ea947fb2de3fe45 | 88668a1277966874deec098b9578b5c45f239fd1 | https://github.com/quarkusio/quarkus/compare/8bf700dbb0144429ff227c544ea947fb2de3fe45...88668a1277966874deec098b9578b5c45f239fd1 | diff --git a/extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/GrpcServerRecorder.java b/extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/GrpcServerRecorder.java
index 5ca99a60e32..77b64699480 100644
--- a/extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/GrpcServerRecorder.java
+++... | ['extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/GrpcServerRecorder.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 10,669,691 | 2,078,261 | 277,771 | 2,982 | 2,782 | 397 | 41 | 1 | 2,064 | 241 | 613 | 52 | 1 | 2 | 2020-08-25T20:27:24 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,976 | quarkusio/quarkus/11605/11600 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11600 | https://github.com/quarkusio/quarkus/pull/11605 | https://github.com/quarkusio/quarkus/pull/11605 | 1 | fixes | Server shutdown warning when building native with Mandrel | Using Mandrel 20.1 with cleanup server option shows:
```
Status: Downloaded newer image for quay.io/quarkus/ubi-quarkus-mandrel:20.1.0.1.Alpha2-java11
quay.io/quarkus/ubi-quarkus-mandrel:20.1.0.1.Alpha2-java11
[INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Running Quarkus native-image plugin on Gra... | e7169364e5bbb1148d893e61bcd5d7e22ca4cc42 | bac08b1dcbca41a76cd66a0a35e6380cee0e154e | https://github.com/quarkusio/quarkus/compare/e7169364e5bbb1148d893e61bcd5d7e22ca4cc42...bac08b1dcbca41a76cd66a0a35e6380cee0e154e | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java
index 15c59625dc5..7e9e8fcf908 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.ja... | ['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 10,669,540 | 2,078,226 | 277,766 | 2,982 | 124 | 28 | 2 | 1 | 2,169 | 133 | 630 | 15 | 1 | 1 | 2020-08-25T13:08: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,977 | quarkusio/quarkus/11561/11550 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11550 | https://github.com/quarkusio/quarkus/pull/11561 | https://github.com/quarkusio/quarkus/pull/11561 | 1 | fix | quarkus-grpc-protoc-plugin windows script fails with java.exe in Program Files | **Describe the bug**
protoc compilation fails with "'С:\\Program' is not recognized as an internal or external command, operable program or batch file."
**Expected behavior**
protoc compilation successfully runs
**Actual behavior**
protoc compilation fails with "'С:\\Program' is not recognized as an internal o... | 56cc4aa222e986254d3a5f9569baeaf69374fe47 | 196fcefd960f2f404c7782341d297c52eedcef07 | https://github.com/quarkusio/quarkus/compare/56cc4aa222e986254d3a5f9569baeaf69374fe47...196fcefd960f2f404c7782341d297c52eedcef07 | diff --git a/extensions/grpc/codegen/src/main/java/io/quarkus/grpc/deployment/GrpcCodeGen.java b/extensions/grpc/codegen/src/main/java/io/quarkus/grpc/deployment/GrpcCodeGen.java
index dcdc158210b..049bcfe7a03 100644
--- a/extensions/grpc/codegen/src/main/java/io/quarkus/grpc/deployment/GrpcCodeGen.java
+++ b/extension... | ['extensions/grpc/codegen/src/main/java/io/quarkus/grpc/deployment/GrpcCodeGen.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 10,513,077 | 2,046,345 | 273,490 | 2,926 | 128 | 34 | 2 | 1 | 1,892 | 241 | 527 | 36 | 1 | 0 | 2020-08-24T11:18: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,968 | quarkusio/quarkus/11797/11792 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11792 | https://github.com/quarkusio/quarkus/pull/11797 | https://github.com/quarkusio/quarkus/pull/11797 | 1 | fixes | Command line app ignores SIGINT (Ctrl+C) | **Describe the bug**
Quarkus command line apps do not respond to SIGINT
**Expected behavior**
A Quarkus command line app should initiate shutdown when passed SIGINT (Ctrl+C on a terminal)
**Actual behavior**
The signal is ignored, nothing happens
**To Reproduce**
Steps to reproduce the behavior:
1. Clone ... | 7f04249f1717b4c9772641b2a8122e4ab47a75fc | 66e46d44be320c1d480013228d0802f62a07e9bb | https://github.com/quarkusio/quarkus/compare/7f04249f1717b4c9772641b2a8122e4ab47a75fc...66e46d44be320c1d480013228d0802f62a07e9bb | diff --git a/core/runtime/src/main/java/io/quarkus/runtime/Application.java b/core/runtime/src/main/java/io/quarkus/runtime/Application.java
index 709b391261e..ac632628c96 100644
--- a/core/runtime/src/main/java/io/quarkus/runtime/Application.java
+++ b/core/runtime/src/main/java/io/quarkus/runtime/Application.java
@@ ... | ['core/runtime/src/main/java/io/quarkus/runtime/Application.java', 'core/runtime/src/main/java/io/quarkus/runtime/logging/LoggingSetupRecorder.java', 'core/runtime/src/main/java/io/quarkus/runtime/ApplicationLifecycleManager.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 10,971,459 | 2,137,752 | 285,568 | 3,072 | 3,128 | 527 | 58 | 3 | 1,473 | 175 | 484 | 34 | 1 | 2 | 2020-09-01T21:52: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,981 | quarkusio/quarkus/11504/11472 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11472 | https://github.com/quarkusio/quarkus/pull/11504 | https://github.com/quarkusio/quarkus/pull/11504 | 1 | close | Quarkus Unit tests fail when running from IntelliJ for Gradle project | **Describe the bug**
In #8737 support for IntelliJ builder/runner was added. But it seems that it does not work.
Reproducible: https://github.com/asodja/quarkus-gradle-idea-multi-module
Error:
```
java.lang.RuntimeException: java.io.UncheckedIOException: Error while reading file as JAR: /Users/anzes/prototype-dev... | 669677000f1f898376c8250f41fa87017ad20b26 | 7da33438576d4aaa38c859d4cb8d82d24bbf8370 | https://github.com/quarkusio/quarkus/compare/669677000f1f898376c8250f41fa87017ad20b26...7da33438576d4aaa38c859d4cb8d82d24bbf8370 | diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/utils/BuildToolHelper.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/utils/BuildToolHelper.java
index babc69bd053..90d9c68dbfa 100644
--- a/independent-projects/bootstrap/core/src/main/java/io/quarkus/boot... | ['independent-projects/bootstrap/gradle-resolver/src/main/java/io/quarkus/bootstrap/resolver/QuarkusGradleModelFactory.java', 'independent-projects/bootstrap/gradle-resolver/src/main/java/io/quarkus/bootstrap/util/QuarkusModelHelper.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/utils/Bu... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 10,621,179 | 2,069,050 | 276,607 | 2,975 | 553 | 120 | 8 | 3 | 3,139 | 222 | 816 | 56 | 3 | 1 | 2020-08-20T19:30: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,982 | quarkusio/quarkus/11500/11461 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11461 | https://github.com/quarkusio/quarkus/pull/11500 | https://github.com/quarkusio/quarkus/pull/11500 | 1 | fixes | Unable to read a literal value from a secret containing keys ending in "yaml,yml or properties" | **Describe the bug**
(Describe the problem clearly and concisely.)
When reading a secret any secret key with that ends with ".yml" or ".yaml" or ".properties" is assumed to contain a ConfigSource. It's not possible to read a literal value from a secret with containing keys ending in "yaml,yml or properties"
**Exp... | 3e01efc70af78a296f1b66bc823181dfdae2b640 | 2a5cd97f23302e987de357e5a53a4a215af4d223 | https://github.com/quarkusio/quarkus/compare/3e01efc70af78a296f1b66bc823181dfdae2b640...2a5cd97f23302e987de357e5a53a4a215af4d223 | diff --git a/extensions/kubernetes-config/runtime/src/main/java/io/quarkus/kubernetes/client/runtime/AbstractKubernetesConfigSourceUtil.java b/extensions/kubernetes-config/runtime/src/main/java/io/quarkus/kubernetes/client/runtime/AbstractKubernetesConfigSourceUtil.java
index 6d58dc71b79..2672f56a018 100644
--- a/exten... | ['extensions/kubernetes-config/runtime/src/test/java/io/quarkus/kubernetes/client/runtime/ConfigMapConfigSourceUtilTest.java', 'extensions/kubernetes-config/runtime/src/main/java/io/quarkus/kubernetes/client/runtime/AbstractKubernetesConfigSourceUtil.java', 'extensions/kubernetes-config/runtime/src/test/java/io/quarkus... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 10,740,652 | 2,091,919 | 279,290 | 2,996 | 639 | 131 | 8 | 1 | 2,363 | 221 | 662 | 56 | 0 | 2 | 2020-08-20T15:28:24 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,983 | quarkusio/quarkus/11499/11430 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11430 | https://github.com/quarkusio/quarkus/pull/11499 | https://github.com/quarkusio/quarkus/pull/11499 | 1 | fixes | java.lang.IllegalArgumentException: Unable to resolve locale: c.u-US | When I try to build the jar on a server I got the next error
```
[INFO] --- quarkus-maven-plugin:1.7.0.Final:build (default) @ quarkus-cloud ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] -------------------------------------------------------------... | a9e63cc32e428929c43a6430e7f434d5a3e285cb | 4afde7622d20cce580124060239b7617be965d12 | https://github.com/quarkusio/quarkus/compare/a9e63cc32e428929c43a6430e7f434d5a3e285cb...4afde7622d20cce580124060239b7617be965d12 | diff --git a/core/runtime/src/main/java/io/quarkus/runtime/configuration/LocaleConverter.java b/core/runtime/src/main/java/io/quarkus/runtime/configuration/LocaleConverter.java
index 304668aa737..cab0ff13948 100644
--- a/core/runtime/src/main/java/io/quarkus/runtime/configuration/LocaleConverter.java
+++ b/core/runtime... | ['core/runtime/src/main/java/io/quarkus/runtime/configuration/LocaleConverter.java', 'core/runtime/src/test/java/io/quarkus/runtime/configuration/LocaleConverterTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 10,570,019 | 2,057,625 | 274,926 | 2,953 | 184 | 41 | 2 | 1 | 1,209 | 129 | 296 | 24 | 1 | 1 | 2020-08-20T15:21: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,985 | quarkusio/quarkus/11352/11351 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11351 | https://github.com/quarkusio/quarkus/pull/11352 | https://github.com/quarkusio/quarkus/pull/11352 | 1 | fixes | Redis client throw null exception on get | **Describe the bug**
(Describe the problem clearly and concisely.)
Getting null pointer exception when key not exists with following code:
```
@Path("/testing")
class TestController {
@Inject
lateinit var redisClient: RedisClient
@GET
@Path("/test1")
fun test1(): String {
redi... | d8b2257d6a589f10cbe3942fe7d892088e3bf3fa | d7e13b7273bf41179f410436485947f45ba59155 | https://github.com/quarkusio/quarkus/compare/d8b2257d6a589f10cbe3942fe7d892088e3bf3fa...d7e13b7273bf41179f410436485947f45ba59155 | diff --git a/extensions/redis-client/runtime/src/main/java/io/quarkus/redis/client/runtime/RedisClientImpl.java b/extensions/redis-client/runtime/src/main/java/io/quarkus/redis/client/runtime/RedisClientImpl.java
index bb1f119610f..e0ef01b0bae 100644
--- a/extensions/redis-client/runtime/src/main/java/io/quarkus/redis/... | ['integration-tests/redis-client/src/main/java/io/quarkus/redis/it/RedisResource.java', 'integration-tests/redis-client/src/test/java/io/quarkus/redis/it/QuarkusRedisTest.java', 'extensions/redis-client/runtime/src/main/java/io/quarkus/redis/client/runtime/RedisClientImpl.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 10,523,529 | 2,048,427 | 273,725 | 2,929 | 317 | 60 | 6 | 1 | 4,394 | 284 | 1,116 | 104 | 0 | 5 | 2020-08-12T15:44:09 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,986 | quarkusio/quarkus/11335/11332 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11332 | https://github.com/quarkusio/quarkus/pull/11335 | https://github.com/quarkusio/quarkus/pull/11335 | 1 | fixes | Bundle message function name generated when using params is honoured only for the message key having a parameter in it's arguments and not for the other message keys | **Describe the bug**
Bundle message function name generated when using params is honoured only for the message key having a parameter in it's arguments and not for the other message keys
e.g let's say i have this message bundle
```java
@MessageBundle(defaultKey = Message.UNDERSCORED_ELEMENT_NAME, value = "i18... | 92c37dc291e102f231730d19c860ea3b2c20e199 | ed73e4bf6171afab3873324a8b0fee62438d1ed6 | https://github.com/quarkusio/quarkus/compare/92c37dc291e102f231730d19c860ea3b2c20e199...ed73e4bf6171afab3873324a8b0fee62438d1ed6 | diff --git a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/MessageBundleMethodBuildItem.java b/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/MessageBundleMethodBuildItem.java
index 000c287eb0c..ec39f4ad5e2 100644
--- a/extensions/qute/deployment/src/main/java/io/quarkus/qute/... | ['extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/i18n/AlphaMessages.java', 'extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/MessageBundleProcessor.java', 'extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/i18n/MessageBundleTest.java', 'extensions/qute/deploymen... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 10,522,973 | 2,048,323 | 273,709 | 2,929 | 2,116 | 385 | 38 | 2 | 2,353 | 311 | 619 | 63 | 0 | 4 | 2020-08-12T07:30:59 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,987 | quarkusio/quarkus/11328/11253 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11253 | https://github.com/quarkusio/quarkus/pull/11328 | https://github.com/quarkusio/quarkus/pull/11328 | 1 | fixes | Regression in 1.7: Dev mode auto-compile fails in MapStruct with "Attempt to recreate a file for type ..." | **Describe the bug**
I am getting this strange error during auto-compile while trying to start dev mode in one of our modules:
```
[INFO] --- quarkus-maven-plugin:1.7.0.CR2:dev (default-cli) @ middleware-patient-api-pro-fe ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[I... | 85fc8c0310dc6f8d898b959a9ddc842b2462d295 | 8b8bdfebf1eda5b5e7be16bd48145d3d043f0f29 | https://github.com/quarkusio/quarkus/compare/85fc8c0310dc6f8d898b959a9ddc842b2462d295...8b8bdfebf1eda5b5e7be16bd48145d3d043f0f29 | diff --git a/devtools/maven/src/main/java/io/quarkus/maven/CodeGenMojo.java b/devtools/maven/src/main/java/io/quarkus/maven/CodeGenMojo.java
index dc812e5b613..3f3563047a7 100644
--- a/devtools/maven/src/main/java/io/quarkus/maven/CodeGenMojo.java
+++ b/devtools/maven/src/main/java/io/quarkus/maven/CodeGenMojo.java
@@ ... | ['devtools/maven/src/main/java/io/quarkus/maven/CodeGenMojo.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 10,522,826 | 2,048,277 | 273,714 | 2,929 | 59 | 9 | 2 | 1 | 3,564 | 351 | 993 | 60 | 3 | 2 | 2020-08-11T14:26:28 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,988 | quarkusio/quarkus/11307/11264 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11264 | https://github.com/quarkusio/quarkus/pull/11307 | https://github.com/quarkusio/quarkus/pull/11307 | 1 | fixes | Amazon client requires both transport client implementations for native compilation | **Describe the bug**
The [AmazonClientTransportRecorder](https://github.com/quarkusio/quarkus/blob/master/extensions/amazon-services/common/runtime/src/main/java/io/quarkus/amazon/common/runtime/AmazonClientTransportRecorder.java)
has both UrlConnectionHttpClient and ApacheHttpClient Code in the Runtime Recorder whic... | 26a7116f67938744c43acb83f19c2dc50ada26f6 | 8a4119a9edf5ba1c0c96990d613d23cdc6f4754b | https://github.com/quarkusio/quarkus/compare/26a7116f67938744c43acb83f19c2dc50ada26f6...8a4119a9edf5ba1c0c96990d613d23cdc6f4754b | diff --git a/extensions/amazon-services/common/deployment/src/main/java/io/quarkus/amazon/common/deployment/AbstractAmazonServiceProcessor.java b/extensions/amazon-services/common/deployment/src/main/java/io/quarkus/amazon/common/deployment/AbstractAmazonServiceProcessor.java
index 46b7ae6cf69..a678c2ecff1 100644
--- a... | ['extensions/amazon-services/common/deployment/src/main/java/io/quarkus/amazon/common/deployment/AbstractAmazonServiceProcessor.java', 'extensions/amazon-services/common/runtime/src/main/java/io/quarkus/amazon/common/runtime/AmazonClientTransportRecorder.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 10,522,376 | 2,048,178 | 273,686 | 2,929 | 6,304 | 1,082 | 101 | 2 | 594 | 53 | 108 | 10 | 1 | 0 | 2020-08-10T16:11:23 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,969 | quarkusio/quarkus/11781/11780 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11780 | https://github.com/quarkusio/quarkus/pull/11781 | https://github.com/quarkusio/quarkus/pull/11781 | 1 | fixes | Flyway migrations does not work anymore on JDK8 after upgrade to 1.7.1.Final | **Describe the bug**
Flyway migration does not work anymore on quarkus 1.7.1 with jdk 8 when executing from inside a jar
Reproducer:
https://github.com/rmanibus/quarkus-reproducer
```
# with open-jdk 8 (it works in jdk 14):
mvn clean install
java -jar target/code-with-quarkus-1.0.0-SNAPSHOT-runner.jar... | 0255e3672057bb610521a14e5e819f32f3563131 | fb29de4f28070099055defff30910744fba126d1 | https://github.com/quarkusio/quarkus/compare/0255e3672057bb610521a14e5e819f32f3563131...fb29de4f28070099055defff30910744fba126d1 | diff --git a/extensions/flyway/deployment/src/main/java/io/quarkus/flyway/FlywayProcessor.java b/extensions/flyway/deployment/src/main/java/io/quarkus/flyway/FlywayProcessor.java
index 1344f7e5342..000729c1541 100644
--- a/extensions/flyway/deployment/src/main/java/io/quarkus/flyway/FlywayProcessor.java
+++ b/extension... | ['extensions/flyway/deployment/src/main/java/io/quarkus/flyway/FlywayProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 10,958,773 | 2,135,578 | 285,308 | 3,070 | 211 | 44 | 2 | 1 | 4,713 | 217 | 1,249 | 71 | 2 | 2 | 2020-09-01T13:54:19 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,037 | quarkusio/quarkus/10019/9753 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/9753 | https://github.com/quarkusio/quarkus/pull/10019 | https://github.com/quarkusio/quarkus/pull/10019 | 1 | fixes | Building GraphQL quickstart generates warnings that should be avoided | We shouldn't have these warnings when building a GraphQL application:
```
[WARNING] [io.quarkus.deployment.steps.ReflectiveHierarchyStep] Unable to properly register the hierarchy of the following classes for reflection as they are not in the Jandex index:
- java.lang.Boolean
- java.lang.Double
- java.lang.En... | cc65ca85f9611bbb577e31392f7a295c9d69e135 | 40ea18287eaf9b62c5b55e9429e5368ba353788b | https://github.com/quarkusio/quarkus/compare/cc65ca85f9611bbb577e31392f7a295c9d69e135...40ea18287eaf9b62c5b55e9429e5368ba353788b | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/ReflectiveHierarchyBuildItem.java b/core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/ReflectiveHierarchyBuildItem.java
index 94f38b2cb35..481a9b9dcc9 100644
--- a/core/deployment/src/main/java/io/quarkus/depl... | ['extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java', 'core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/ReflectiveHierarchyBuildItem.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 9,449,917 | 1,836,397 | 244,937 | 2,628 | 904 | 169 | 20 | 2 | 617 | 75 | 140 | 14 | 0 | 1 | 2020-06-15T15:58: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,948 | quarkusio/quarkus/12224/12223 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/12223 | https://github.com/quarkusio/quarkus/pull/12224 | https://github.com/quarkusio/quarkus/pull/12224 | 1 | fixes | Kafka-streams dev mode broken | **Describe the bug**
Kafka-streams dev mode is not working anymore when an update of the application is detected.
**Expected behavior**
If a project source file is updated, the dev-mode recompiles the project and is able to relaunch the application to continue to work
**Actual behavior**
The PR #11540 introduc... | 77b772c6dc4d44649fa6b03b1b824bac9abfea5d | 12c66131b67525c5f563a5eb1d027519aff16031 | https://github.com/quarkusio/quarkus/compare/77b772c6dc4d44649fa6b03b1b824bac9abfea5d...12c66131b67525c5f563a5eb1d027519aff16031 | diff --git a/extensions/kafka-streams/runtime/src/main/java/io/quarkus/kafka/streams/runtime/KafkaStreamsProducer.java b/extensions/kafka-streams/runtime/src/main/java/io/quarkus/kafka/streams/runtime/KafkaStreamsProducer.java
index 1037b6dc61f..b9587c916da 100644
--- a/extensions/kafka-streams/runtime/src/main/java/io... | ['extensions/kafka-streams/runtime/src/main/java/io/quarkus/kafka/streams/runtime/KafkaStreamsProducer.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 11,252,861 | 2,197,477 | 292,951 | 3,117 | 26 | 5 | 1 | 1 | 671 | 84 | 165 | 12 | 1 | 0 | 2020-09-21T08:19: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,949 | quarkusio/quarkus/12181/12116 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/12116 | https://github.com/quarkusio/quarkus/pull/12181 | https://github.com/quarkusio/quarkus/pull/12181 | 1 | fixes | No suitable driver found for Postgresql with TestContainers since Quarkus 1.8 | **Describe the bug**
I have a TestContainers test that pings a Postgres DB. This test does not actually use Quarkus but I realized that it was working in 1.7.3 and failing in 1.8.
It is not a stopper for me (as I said, I realized I should have taken the `@QuarkusTest` annotation) but it sounds that something has ... | b355df2af042544603d451839d8657e431ca5287 | dbbebc0e62377e1d111c284bb7f9a3add6922e16 | https://github.com/quarkusio/quarkus/compare/b355df2af042544603d451839d8657e431ca5287...dbbebc0e62377e1d111c284bb7f9a3add6922e16 | diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/DriverRemover.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/DriverRemover.java
index 283ea4c8af9..99176b1dff7 100644
--- a/independent-projects/bootstrap/core/src/main/java/io/qu... | ['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/DriverRemover.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/QuarkusClassLoader.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 11,241,875 | 2,195,185 | 292,665 | 3,116 | 1,965 | 371 | 37 | 2 | 3,233 | 344 | 843 | 95 | 0 | 3 | 2020-09-18T02:04:38 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,950 | quarkusio/quarkus/12156/12136 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/12136 | https://github.com/quarkusio/quarkus/pull/12156 | https://github.com/quarkusio/quarkus/pull/12156 | 1 | fixes | ServiceConfigurationError with "not a subtype" for external library in dev mode | **Describe the bug**
I get several ServiceConfigurationError exceptions with "not a subtype" message when initializing the GeoTools library suite, but only in dev mode. I've verified that the classes in the error messages are both included in the project, but also that they are in different jars (e.g. interface "CRSFa... | 631268056f59ae55e39d7280e049512a422401b7 | 847ece98fa44615530d6a49aeffdad6e7adba337 | https://github.com/quarkusio/quarkus/compare/631268056f59ae55e39d7280e049512a422401b7...847ece98fa44615530d6a49aeffdad6e7adba337 | 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 ce34e442a0a..e2c54c2029a 100644
--- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java
+++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java
@@ -38,6 +38,7 @@
... | ['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java', 'independent-projects/bootstrap/app-model/src/main/java/io/quarkus/bootstrap/model/AppArtifactKey.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 11,596,417 | 2,267,024 | 301,817 | 3,218 | 2,137 | 351 | 33 | 2 | 7,193 | 378 | 1,662 | 92 | 2 | 0 | 2020-09-17T04:17: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,952 | quarkusio/quarkus/12103/12102 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/12102 | https://github.com/quarkusio/quarkus/pull/12103 | https://github.com/quarkusio/quarkus/pull/12103 | 1 | fixes | Hang in build when upgrading to 1.8.0 when library class' superclass is not present on classpath | **Describe the bug**
My application builds with 1.7.3, but with 1.8.0 the quarkus:build step hangs after printing out a warning:
[WARNING] [io.quarkus.arc.processor.BeanArchives] Failed to index org.apache.cxf.phase.AbstractPhaseInterceptor: Class does not exist in ClassLoader QuarkusClassLoader:Deployment Class Load... | 3579849ffaa67d6a8f9099557249ad2dd2d44169 | 3b04c8d8ca2fc0da7b9e4714c2dba8ea035fd54d | https://github.com/quarkusio/quarkus/compare/3579849ffaa67d6a8f9099557249ad2dd2d44169...3b04c8d8ca2fc0da7b9e4714c2dba8ea035fd54d | diff --git a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/AutoAddScopeProcessor.java b/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/AutoAddScopeProcessor.java
index ad84d645737..eb6eaf51c25 100644
--- a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/AutoAddSc... | ['extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/AutoAddScopeProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 11,026,662 | 2,148,956 | 286,969 | 3,073 | 389 | 60 | 6 | 1 | 1,526 | 200 | 348 | 28 | 1 | 0 | 2020-09-15T04:52: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,953 | quarkusio/quarkus/12095/12087 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/12087 | https://github.com/quarkusio/quarkus/pull/12095 | https://github.com/quarkusio/quarkus/pull/12095 | 1 | fixes | quarkus.http[s].test-port system properties are lost on app restart triggered by @TestProfile | **Describe the bug**
If you set e.g. `<quarkus.http.test-port>0</quarkus.http.test-port>` in `systemPropertyVariables` of `maven-surefire-plugin` and you have at least one `@QuarkusTest` *without* `@TestProfile` and one `@QuarkusTest` *with* `@TestProfile` then the port is not picked up by that second test (if run aft... | 30dea713a00333d0243302bae85528e7d2851fe5 | 338f62f7d33da049f5184a2c74be77ebf16ada4c | https://github.com/quarkusio/quarkus/compare/30dea713a00333d0243302bae85528e7d2851fe5...338f62f7d33da049f5184a2c74be77ebf16ada4c | diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java
index b0b95c35bb9..ccbcb37b71c 100644
--- a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/r... | ['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 11,026,662 | 2,148,956 | 286,969 | 3,073 | 1,279 | 169 | 18 | 1 | 4,160 | 434 | 1,340 | 58 | 8 | 1 | 2020-09-14T21:01: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,954 | quarkusio/quarkus/12051/12043 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/12043 | https://github.com/quarkusio/quarkus/pull/12051 | https://github.com/quarkusio/quarkus/pull/12051 | 1 | fixes | Unsatisfied dependency for type io.vertx.db2client.DB2Pool and qualifiers with Quarkus master, works with 1.8.0.Final | I see Unsatisfied dependency for type io.vertx.db2client.DB2Pool and qualifiers with Quarkus master (6588419c63) when running daily GH CI check on https://github.com/quarkus-qe/beefy-scenarios. Works well with 1.8.0.Final.
```java
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build f... | 7f61df425aeff2942daf2f20f98f1e9c20c82f3d | 9bedfd477748d2b3607bb44faf275eaf79cf4101 | https://github.com/quarkusio/quarkus/compare/7f61df425aeff2942daf2f20f98f1e9c20c82f3d...9bedfd477748d2b3607bb44faf275eaf79cf4101 | diff --git a/extensions/reactive-db2-client/deployment/src/main/java/io/quarkus/reactive/db2/client/deployment/ReactiveDB2ClientProcessor.java b/extensions/reactive-db2-client/deployment/src/main/java/io/quarkus/reactive/db2/client/deployment/ReactiveDB2ClientProcessor.java
index 5485b7909f5..c6120a44c8a 100644
--- a/e... | ['extensions/reactive-mysql-client/deployment/src/main/java/io/quarkus/reactive/mysql/client/deployment/ReactiveMySQLClientProcessor.java', 'extensions/reactive-pg-client/runtime/src/main/java/io/quarkus/reactive/pg/client/runtime/PgPoolProducer.java', 'extensions/reactive-db2-client/deployment/src/main/java/io/quarkus... | {'.java': 7} | 7 | 7 | 0 | 0 | 7 | 11,001,185 | 2,143,834 | 286,349 | 3,068 | 8,894 | 1,663 | 184 | 7 | 3,269 | 166 | 809 | 42 | 2 | 2 | 2020-09-11T17:05: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,956 | quarkusio/quarkus/11955/11944 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11944 | https://github.com/quarkusio/quarkus/pull/11955 | https://github.com/quarkusio/quarkus/pull/11955 | 1 | close | Gradle: Cannot push containers to multiple repositories due to task caching | **Describe the bug**
Currently the `quarkus-container-image-jib` extension does not support multiple registry urls to push images to. Therefore I'm running the following command build & push images twice.
```
./gradlew assemble -Dquarkus.container-image.push=true -Dquarkus.container-image.registry=$REGISTRY -Dquarku... | ee6296a65a5d78aacac623fff0ebb10909b63c8b | 62a2315c3699258a9909007926a712d1b8851c4a | https://github.com/quarkusio/quarkus/compare/ee6296a65a5d78aacac623fff0ebb10909b63c8b...62a2315c3699258a9909007926a712d1b8851c4a | diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusBuild.java b/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusBuild.java
index f2f857f5054..8b7493f00b8 100644
--- a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusBuild.java
+++ b/devtools/gradle/src/main/java/io/quarku... | ['devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusBuild.java', 'integration-tests/gradle/src/test/java/io/quarkus/gradle/QuarkusPluginFunctionalTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 11,013,030 | 2,145,928 | 286,633 | 3,075 | 1,104 | 219 | 24 | 1 | 966 | 127 | 210 | 16 | 0 | 1 | 2020-09-07T20:42: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,966 | quarkusio/quarkus/11808/11807 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11807 | https://github.com/quarkusio/quarkus/pull/11808 | https://github.com/quarkusio/quarkus/pull/11808 | 1 | closes | FormAuthenticationMechanism needs to handle exceptions to avoid requests without response. | Exceptions in `io.quarkus.vertx.http.runtime.security.PersistentLoginManager.save()` are not being handled correctly by the caller. This means that if an exception happens, the request will never be fulfilled. You can see this in action in #11768.
`subscribe().with()` callback in `FormAuthenticationMechanism.runForm... | f23f4ca4f7b34e2121e2606ce59e2291749b5028 | 7bc0033bc423551d632ee4243886de462491bb60 | https://github.com/quarkusio/quarkus/compare/f23f4ca4f7b34e2121e2606ce59e2291749b5028...7bc0033bc423551d632ee4243886de462491bb60 | diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/FormAuthenticationMechanism.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/FormAuthenticationMechanism.java
index e0b2e65a238..74d6962fb87 100644
--- a/extensions/vertx-http/runtime... | ['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/FormAuthenticationMechanism.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 10,966,908 | 2,136,827 | 285,452 | 3,071 | 2,274 | 245 | 25 | 1 | 456 | 61 | 96 | 5 | 0 | 0 | 2020-09-02T08:13: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,957 | quarkusio/quarkus/11936/11892 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11892 | https://github.com/quarkusio/quarkus/pull/11936 | https://github.com/quarkusio/quarkus/pull/11936 | 1 | fixes | Adding @IfBuildProfile("prod") annotation to one grpc service throws away all other services | **Describe the bug**
I have multiple grpc services defined in my proto file and corresponding implementations in java code. If I mark one implementation with annotation `@IfBuildProfile("prod")` and run application with prod profile, all other services disappear, grpcurl shows only one single service which I marked wi... | 180b01fc6404e9b51bb416accb668354cfb196ab | ba1315f571c391f7356aeec8ed7c6b6405e2116e | https://github.com/quarkusio/quarkus/compare/180b01fc6404e9b51bb416accb668354cfb196ab...ba1315f571c391f7356aeec8ed7c6b6405e2116e | diff --git a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/BuildTimeEnabledProcessor.java b/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/BuildTimeEnabledProcessor.java
index d93b1788df7..596f1437b7a 100644
--- a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/B... | ['extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/BuildTimeEnabledProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 11,004,548 | 2,144,332 | 286,431 | 3,074 | 2,114 | 369 | 43 | 1 | 1,927 | 244 | 407 | 29 | 0 | 1 | 2020-09-07T11:30:09 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,958 | quarkusio/quarkus/11930/11647 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11647 | https://github.com/quarkusio/quarkus/pull/11930 | https://github.com/quarkusio/quarkus/pull/11930 | 1 | fixes | Fast-Jar + quarkus.arc.remove-unused-beans=false causes ClassNotFoundException | **Describe the bug**
The exact issue is easy to reproduce with the standard quarkus start project.
1. Add the following depnednecy to the pom.xml:
```
<dependency>
<groupId>org.apache.myfaces.core.extensions.quarkus</groupId>
<artifactId>myfaces-quarkus</artifactId>
<version>2.3-next-M3</vers... | 65c5a32e6b26b0351965818fc58d5db64566cea4 | 527ec857d81c0ace17244d98319a0963c7dbfb9a | https://github.com/quarkusio/quarkus/compare/65c5a32e6b26b0351965818fc58d5db64566cea4...527ec857d81c0ace17244d98319a0963c7dbfb9a | diff --git a/independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/runner/RunnerClassLoader.java b/independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/runner/RunnerClassLoader.java
index d6bf167acdb..43d3c2f9c4a 100644
--- a/independent-projects/bootstrap/runner/src/main/java/io/... | ['independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/runner/RunnerClassLoader.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 11,000,652 | 2,143,707 | 286,345 | 3,074 | 217 | 34 | 6 | 1 | 4,432 | 298 | 1,151 | 76 | 0 | 3 | 2020-09-07T04:49: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,959 | quarkusio/quarkus/11928/11857 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11857 | https://github.com/quarkusio/quarkus/pull/11928 | https://github.com/quarkusio/quarkus/pull/11928 | 1 | fixes | quarkus.debug.transformed-classes-dir does not work anymore | This regression was introduced in:
https://github.com/quarkusio/quarkus/commit/9d3fa16a74c1b9354352843aab28ce71b3c95350#diff-db1d39a812769ff88e14c8dd8e39c0c4 | 2a6241b7bbb8dcb6e7523e58dd8cc53d1b9630e7 | 7e05c1acc4752ede4c7ec18ec6d4ec325106d300 | https://github.com/quarkusio/quarkus/compare/2a6241b7bbb8dcb6e7523e58dd8cc53d1b9630e7...7e05c1acc4752ede4c7ec18ec6d4ec325106d300 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/steps/ClassTransformingBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/steps/ClassTransformingBuildStep.java
index b561d6ce92e..3277275a2d0 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/steps/ClassTransformingBuildS... | ['core/deployment/src/main/java/io/quarkus/deployment/steps/ClassTransformingBuildStep.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 10,999,335 | 2,143,466 | 286,323 | 3,074 | 1,477 | 198 | 20 | 1 | 158 | 6 | 66 | 2 | 1 | 0 | 2020-09-07T03:30: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,962 | quarkusio/quarkus/11854/11853 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11853 | https://github.com/quarkusio/quarkus/pull/11854 | https://github.com/quarkusio/quarkus/pull/11854 | 1 | fixes | Quarkus cli test failing | **Describe the bug**
The `io.quarkus.cli.CliTest.testAddListRemove` is failing unrelated to the changes I was working on https://github.com/quarkusio/quarkus/pull/11852
https://github.com/quarkusio/quarkus/runs/1066539001
**Expected behavior**
The test to pass.
**Actual behavior**
```log
[ERROR] Tes... | 66acdbf31ce276d2806aee67fa72ad441fda0149 | 37b1e1d72ba412723d4f2dc66c52cee0765fb3e7 | https://github.com/quarkusio/quarkus/compare/66acdbf31ce276d2806aee67fa72ad441fda0149...37b1e1d72ba412723d4f2dc66c52cee0765fb3e7 | diff --git a/devtools/platform-descriptor-json/src/main/java/io/quarkus/platform/descriptor/loader/json/impl/QuarkusJsonPlatformDescriptor.java b/devtools/platform-descriptor-json/src/main/java/io/quarkus/platform/descriptor/loader/json/impl/QuarkusJsonPlatformDescriptor.java
index 2ff1acb8385..456c26eab6b 100644
--- a... | ['independent-projects/tools/codestarts/src/main/java/io/quarkus/devtools/codestarts/CodestartInputBuilder.java', 'independent-projects/tools/codestarts/src/test/java/io/quarkus/devtools/codestarts/CodestartProcessorTest.java', 'independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/commands/data/... | {'.java': 9} | 9 | 9 | 0 | 0 | 9 | 10,973,328 | 2,138,512 | 285,709 | 3,068 | 730 | 145 | 14 | 7 | 1,492 | 83 | 387 | 28 | 2 | 1 | 2020-09-03T13:14: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,964 | quarkusio/quarkus/11825/11815 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11815 | https://github.com/quarkusio/quarkus/pull/11825 | https://github.com/quarkusio/quarkus/pull/11825 | 1 | fixes | Range check makes the release fail | https://github.com/quarkusio/quarkus/pull/11259/files doesn't work when doing the release.
I will revert it for now in the 1.8 branch.
```
[ERROR] AddExtensionMojoTest.testAddMultipleDependency:65 » MojoExecution Failed to in...
[ERROR] AddExtensionMojoTest.testAddSingleDependency:51 » MojoExecution Failed ... | cabdee4ad35c2a65f71bc5339530dcd663755773 | dbf6014c6ff36628bd5ca956a3847a193fee9fc3 | https://github.com/quarkusio/quarkus/compare/cabdee4ad35c2a65f71bc5339530dcd663755773...dbf6014c6ff36628bd5ca956a3847a193fee9fc3 | diff --git a/devtools/maven/src/main/java/io/quarkus/maven/CreateUtils.java b/devtools/maven/src/main/java/io/quarkus/maven/CreateUtils.java
index 20677c4ffcc..495267a6a7d 100644
--- a/devtools/maven/src/main/java/io/quarkus/maven/CreateUtils.java
+++ b/devtools/maven/src/main/java/io/quarkus/maven/CreateUtils.java
@@ ... | ['devtools/maven/src/main/java/io/quarkus/maven/CreateUtils.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 10,969,203 | 2,137,294 | 285,520 | 3,072 | 230 | 66 | 3 | 1 | 1,992 | 87 | 471 | 25 | 1 | 2 | 2020-09-02T15:46: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,965 | quarkusio/quarkus/11817/11806 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11806 | https://github.com/quarkusio/quarkus/pull/11817 | https://github.com/quarkusio/quarkus/pull/11817 | 1 | fixes | Serialization of RestEasy JAXB wrapped collections fails in native mode | **Describe the bug**
When using the `org.jboss.resteasy.annotations.providers.jaxb.Wrapped` annotation in JAX-RS resource to force a specific Collection wrapping XML tag, the collection it not serialized in native mode. However it works as expected in JVM mode.
I use the following code:
```java
@GET
@P... | cabdee4ad35c2a65f71bc5339530dcd663755773 | b318c9030c8cd5ca2b93d7b1cda5596d8f4ffa89 | https://github.com/quarkusio/quarkus/compare/cabdee4ad35c2a65f71bc5339530dcd663755773...b318c9030c8cd5ca2b93d7b1cda5596d8f4ffa89 | diff --git a/extensions/resteasy-jaxb/deployment/src/main/java/io/quarkus/resteasy/jaxb/deployment/ResteasyJaxbProcessor.java b/extensions/resteasy-jaxb/deployment/src/main/java/io/quarkus/resteasy/jaxb/deployment/ResteasyJaxbProcessor.java
index efa692c91b4..f9492324c8e 100755
--- a/extensions/resteasy-jaxb/deployment... | ['extensions/resteasy-jaxb/deployment/src/test/java/io/quarkus/resteasy/jaxb/deployment/ProducesXMLTestCase.java', 'extensions/resteasy-jaxb/deployment/src/main/java/io/quarkus/resteasy/jaxb/deployment/ResteasyJaxbProcessor.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 10,969,203 | 2,137,294 | 285,520 | 3,072 | 1,768 | 364 | 38 | 1 | 3,554 | 384 | 959 | 86 | 1 | 4 | 2020-09-02T12:20:45 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,990 | quarkusio/quarkus/11255/11251 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11251 | https://github.com/quarkusio/quarkus/pull/11255 | https://github.com/quarkusio/quarkus/pull/11255 | 1 | fixes | Gradle addExtension will add BOM dependency even if platform is already in dependencies list | **Describe the bug**
Gradle plugin from master branch will add platform BOM dependency even if `enforcedPlatform` is already in dependency list.
**Expected behavior**
Platform BOM should not be added by addExtension task, if BOM is already present.
**Actual behavior**
From build.gradle, after calling `.\\gradl... | 93b6970843ecc691ee3cb71b584430ded32663f3 | c869bc7111fdf1fb626ce6e9f684eb6a33d04fcc | https://github.com/quarkusio/quarkus/compare/93b6970843ecc691ee3cb71b584430ded32663f3...c869bc7111fdf1fb626ce6e9f684eb6a33d04fcc | diff --git a/independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/project/buildfile/AbstractGradleBuildFile.java b/independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/project/buildfile/AbstractGradleBuildFile.java
index ab60cfbde3a..bde532c250b 100644
--- a/independent-p... | ['integration-tests/gradle/src/test/java/io/quarkus/gradle/AddExtensionToSingleModuleProjectTest.java', 'independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/project/buildfile/AbstractGradleBuildFile.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 10,491,037 | 2,042,263 | 272,937 | 2,923 | 2,814 | 473 | 54 | 1 | 1,002 | 82 | 243 | 25 | 0 | 1 | 2020-08-06T13:10: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,991 | quarkusio/quarkus/11236/11064 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11064 | https://github.com/quarkusio/quarkus/pull/11236 | https://github.com/quarkusio/quarkus/pull/11236 | 1 | fixes | Split package: io.quarkus.agroal.deployment is used in both quarkus-agroal-deployment and quarkus-agroal-spi | We need to change the package for the SPI but it's too risky to do it now, scheduled for 1.8. | 00188a26307b98f6fade8e28ba8fd3a4c4d8839d | 297e9589981a5a8039162694ac1aec34e54120f4 | https://github.com/quarkusio/quarkus/compare/00188a26307b98f6fade8e28ba8fd3a4c4d8839d...297e9589981a5a8039162694ac1aec34e54120f4 | 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 e54d004023a..ec6ad446791 100644
--- a/extensions/agroal/deployment/src/main/java/io/quarkus/agroal/deployment/Agr... | ['extensions/jdbc/jdbc-h2/deployment/src/main/java/io/quarkus/jdbc/h2/deployment/JDBCH2Processor.java', 'extensions/quartz/deployment/src/main/java/io/quarkus/quartz/deployment/QuartzProcessor.java', 'extensions/agroal/spi/src/main/java/io/quarkus/agroal/deployment/JdbcDataSourceBuildItem.java', 'extensions/jdbc/jdbc-m... | {'.java': 17} | 17 | 17 | 0 | 0 | 17 | 10,488,330 | 2,041,749 | 272,894 | 2,922 | 2,113 | 573 | 36 | 17 | 93 | 20 | 26 | 1 | 0 | 0 | 2020-08-05T16:27:00 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,026 | quarkusio/quarkus/10310/10292 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10292 | https://github.com/quarkusio/quarkus/pull/10310 | https://github.com/quarkusio/quarkus/pull/10310 | 1 | fix | Concurrent requests for blocking reactive routes is limited by quarkus.vertx.event-loops-pool-size | **Describe the bug**
Concurrent requests for blocking reactive routes is limited by quarkus.vertx.event-loops-pool-size
**Expected behavior**
Concurrent requests for blocking reactive routes should be limited by quarkus.vertx.worker-pool-size
**Actual behavior**
When a blocking route is created with the ... | a997206a64e373a1aa2cc9fe3961a1631a7ae2c1 | 3708bee4da25d4d949889f947d013fa33048b85b | https://github.com/quarkusio/quarkus/compare/a997206a64e373a1aa2cc9fe3961a1631a7ae2c1...3708bee4da25d4d949889f947d013fa33048b85b | diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java
index 3cd415b1ba1..136ac025bf7 100644
--- a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/r... | ['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 9,692,831 | 1,883,079 | 250,758 | 2,687 | 104 | 18 | 2 | 1 | 648 | 67 | 139 | 23 | 1 | 0 | 2020-06-26T15:44: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 |
3,018 | quarkusio/quarkus/10598/10593 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10593 | https://github.com/quarkusio/quarkus/pull/10598 | https://github.com/quarkusio/quarkus/pull/10598 | 1 | resolves | ArC AnnotationStore - AnnotationTarget is incorrectly used as a key in a Map | `ClassInfo` and `FieldInfo` do not override `equals()`/`hashCode()`. Moreover, new `FieldInfo` objects are created for each `ClassInfo.fields()` invocation. | 160bdf3769b7891d743654606712d4b2807e4788 | 7f33d1e36f77889484b597efada770bcd23c7e01 | https://github.com/quarkusio/quarkus/compare/160bdf3769b7891d743654606712d4b2807e4788...7f33d1e36f77889484b597efada770bcd23c7e01 | diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/AnnotationStore.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/AnnotationStore.java
index 925782fe8c5..583c5d52a03 100644
--- a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/process... | ['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/AnnotationStore.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 10,000,734 | 1,946,758 | 259,879 | 2,729 | 2,960 | 491 | 71 | 1 | 157 | 17 | 40 | 1 | 0 | 0 | 2020-07-09T08:43:30 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,019 | quarkusio/quarkus/10575/10572 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10572 | https://github.com/quarkusio/quarkus/pull/10575 | https://github.com/quarkusio/quarkus/pull/10575 | 1 | resolves | Problem with Qute context using for and each blocks | **Describe the bug**
Using `for` and `each` blocks, when accessing an existing key, I think it shouldn't use the `data` context no?
Reproducer code:
```Java
@Test
void quteTest() throws IOException {
final HashMap<String, Object> dep1 = new HashMap<>();
dep1.put("version", "1.0");
... | 160bdf3769b7891d743654606712d4b2807e4788 | abe9923cb811d8d32bef20ebacbb216992d36df6 | https://github.com/quarkusio/quarkus/compare/160bdf3769b7891d743654606712d4b2807e4788...abe9923cb811d8d32bef20ebacbb216992d36df6 | diff --git a/independent-projects/qute/core/src/main/java/io/quarkus/qute/EvaluatorImpl.java b/independent-projects/qute/core/src/main/java/io/quarkus/qute/EvaluatorImpl.java
index e2152b2eb37..b0488e968ad 100644
--- a/independent-projects/qute/core/src/main/java/io/quarkus/qute/EvaluatorImpl.java
+++ b/independent-pro... | ['independent-projects/qute/core/src/main/java/io/quarkus/qute/EvaluatorImpl.java', 'independent-projects/qute/core/src/test/java/io/quarkus/qute/LoopSectionTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 10,000,734 | 1,946,758 | 259,879 | 2,729 | 510 | 77 | 9 | 1 | 909 | 92 | 223 | 19 | 0 | 1 | 2020-07-08T14:14:00 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,020 | quarkusio/quarkus/10548/8416 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/8416 | https://github.com/quarkusio/quarkus/pull/10548 | https://github.com/quarkusio/quarkus/pull/10548 | 1 | fixes | if something is already running on port startup has no warning /signs of problems | **Describe the bug**
Start two quarkus:dev or something else confilciting on port 8080 and your second run will not show any warning/errors.
**Expected behavior**
Warning or even full error if ports cannot be bound.
| 6b5b582821a8d72255957b2c8c741f3c66cec8b5 | 6fe0f2a6879f0069523c564525785491f3300e37 | https://github.com/quarkusio/quarkus/compare/6b5b582821a8d72255957b2c8c741f3c66cec8b5...6fe0f2a6879f0069523c564525785491f3300e37 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/IsolatedDevModeMain.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/IsolatedDevModeMain.java
index 0ae4c4b402c..c0785231810 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/dev/IsolatedDevModeMain.java
+++ b/core/deploym... | ['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java', 'core/deployment/src/main/java/io/quarkus/deployment/dev/IsolatedDevModeMain.java', 'extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 9,969,670 | 1,941,343 | 259,180 | 2,727 | 1,430 | 247 | 23 | 3 | 224 | 34 | 50 | 7 | 0 | 0 | 2020-07-08T04:40: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 |
3,021 | quarkusio/quarkus/10546/6209 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/6209 | https://github.com/quarkusio/quarkus/pull/10546 | https://github.com/quarkusio/quarkus/pull/10546 | 1 | fixes | IllegalArgumentException: workerPoolSize must be > 0 if quarkus:dev fails to start | While developing an extension, if any error is thrown during initialization, the following misleading exception appears in the logs when running quarkus:dev:
```
15:27:48,255 ERROR [io.qua.dev.DevModeMain] Failed to start quarkus: java.lang.IllegalArgumentException: workerPoolSize must be > 0
at io.vertx.core.Ve... | ee33c045eefc2e3047faff0b11bda666874124d9 | a30ab3fb2cafba18c76cab2e6a104e4f5d95db85 | https://github.com/quarkusio/quarkus/compare/ee33c045eefc2e3047faff0b11bda666874124d9...a30ab3fb2cafba18c76cab2e6a104e4f5d95db85 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/IsolatedDevModeMain.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/IsolatedDevModeMain.java
index 0ae4c4b402c..065a221ab96 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/dev/IsolatedDevModeMain.java
+++ b/core/deploym... | ['extensions/vertx/runtime/src/main/java/io/quarkus/vertx/runtime/VertxProducer.java', 'extensions/vertx/runtime/src/test/java/io/quarkus/vertx/runtime/VertxProducerTest.java', 'core/deployment/src/main/java/io/quarkus/deployment/dev/IsolatedDevModeMain.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 9,969,031 | 1,941,231 | 259,175 | 2,727 | 1,312 | 286 | 22 | 2 | 1,084 | 55 | 270 | 14 | 0 | 1 | 2020-07-08T02:37: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 |
3,022 | quarkusio/quarkus/10545/5998 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/5998 | https://github.com/quarkusio/quarkus/pull/10545 | https://github.com/quarkusio/quarkus/pull/10545 | 1 | fixes | JaxRS Security wrong content-type | **Describe the bug**
When security is enabled, and you are calling a JaxRS endpoint, without any matching roles.
The "Forbidden" is return as plain text, but content-type is "application/json".
**Expected behavior**
Returned with content-type matching content.
**Actual behavior**
The "Forbidden" is return as ... | 5e43ab814c0464b2a25eac96d0e713abb3ede308 | 59265e170d6ac94cfb38949de01978248b3c4099 | https://github.com/quarkusio/quarkus/compare/5e43ab814c0464b2a25eac96d0e713abb3ede308...59265e170d6ac94cfb38949de01978248b3c4099 | diff --git a/extensions/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/ForbiddenExceptionMapper.java b/extensions/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/ForbiddenExceptionMapper.java
index b9ed6e3e88a..8a4a5c4f291 100644
--- a/extensions/resteasy/runtime/src/main/java/io/quarkus/resteasy... | ['extensions/smallrye-jwt/deployment/src/test/java/io/quarkus/jwt/test/RolesAllowedUnitTest.java', 'extensions/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/ForbiddenExceptionMapper.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 9,969,450 | 1,941,307 | 259,182 | 2,727 | 113 | 23 | 3 | 1 | 1,044 | 127 | 229 | 29 | 1 | 1 | 2020-07-08T01:43:57 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,023 | quarkusio/quarkus/10544/5213 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/5213 | https://github.com/quarkusio/quarkus/pull/10544 | https://github.com/quarkusio/quarkus/pull/10544 | 1 | fixes | UnsupportedOperationException thrown at startup for vertx-quickstart project with Java 11 | **Describe the bug**
When starting vertx-quickstart project (from quarkus quickstart examples) via ```mvn compile quarkus:dev -Dquarkus.log.level=DEBUG``` the following stack trace is shown in the logs:
```
2019-11-05 13:00:34,557 DEBUG [io.net.uti.int.PlatformDependent0] (build-16) direct buffer constructor: unava... | 91015de7fa821926f51e3922a15fa8e16a96afb0 | 42637b83ad9dcaf8521f9b4ba8e83bc1781bb4a3 | https://github.com/quarkusio/quarkus/compare/91015de7fa821926f51e3922a15fa8e16a96afb0...42637b83ad9dcaf8521f9b4ba8e83bc1781bb4a3 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/logging/LogCleanupFilterBuildItem.java b/core/deployment/src/main/java/io/quarkus/deployment/logging/LogCleanupFilterBuildItem.java
index ac6f9b42923..e856ae2b974 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/logging/LogCleanupFilterBui... | ['core/runtime/src/main/java/io/quarkus/runtime/logging/LogCleanupFilterElement.java', 'core/deployment/src/main/java/io/quarkus/deployment/logging/LogCleanupFilterBuildItem.java', 'core/runtime/src/main/java/io/quarkus/runtime/logging/LogCleanupFilter.java', 'extensions/netty/deployment/src/main/java/io/quarkus/netty/... | {'.java': 7} | 7 | 7 | 0 | 0 | 7 | 9,969,670 | 1,941,343 | 259,180 | 2,727 | 3,209 | 603 | 72 | 7 | 5,937 | 316 | 1,463 | 84 | 1 | 2 | 2020-07-08T01:22: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 |
3,024 | quarkusio/quarkus/10455/10319 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10319 | https://github.com/quarkusio/quarkus/pull/10455 | https://github.com/quarkusio/quarkus/pull/10455 | 1 | fixes | Unable to perform a count operation on a named query | This is probably less of a bug and more of a gap in my Hibernate/HQL knowledge. Basically my named query works with `find` but throws when I add `count`.
```Java
@Entity
@DiscriminatorValue("RN")
@NamedQuery(name="Nurse.available",
query="select n from Nurse n, Availability av where n.id = av.teamMem... | 1351db38449a90171cf167e9231859fddae184e4 | 513df597a510cc2eb9154ebf1a989af843e574d7 | https://github.com/quarkusio/quarkus/compare/1351db38449a90171cf167e9231859fddae184e4...513df597a510cc2eb9154ebf1a989af843e574d7 | diff --git a/extensions/panache/hibernate-orm-panache-common/runtime/src/main/java/io/quarkus/hibernate/orm/panache/common/runtime/CommonPanacheQueryImpl.java b/extensions/panache/hibernate-orm-panache-common/runtime/src/main/java/io/quarkus/hibernate/orm/panache/common/runtime/CommonPanacheQueryImpl.java
index 4a5cd99... | ['extensions/panache/hibernate-orm-panache-common/runtime/src/main/java/io/quarkus/hibernate/orm/panache/common/runtime/CommonPanacheQueryImpl.java', 'integration-tests/hibernate-orm-panache/src/main/java/io/quarkus/it/panache/TestEndpoint.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 9,863,244 | 1,915,740 | 254,871 | 2,729 | 1,494 | 277 | 24 | 1 | 1,052 | 128 | 251 | 29 | 0 | 3 | 2020-07-03T13:21: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 |
3,025 | quarkusio/quarkus/10316/8297 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/8297 | https://github.com/quarkusio/quarkus/pull/10316 | https://github.com/quarkusio/quarkus/pull/10316 | 1 | fixes | Unable to copy .env file in dev mode | **Describe the bug**
The `.env` file for environment variables at project root can't be used on Windows 10.
When creating this file and running `mvnw quarkus:dev` it produces a warning in the log and the environment variables are not used by quarkus.
**Expected behavior**
I can define environment variables in `.env... | 01e615fffa9b0713de55577c805601a3bb8b92a1 | e4401a0d7484ce973fb611629359568660ae503e | https://github.com/quarkusio/quarkus/compare/01e615fffa9b0713de55577c805601a3bb8b92a1...e4401a0d7484ce973fb611629359568660ae503e | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/DevModeMain.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/DevModeMain.java
index 6771d0240c9..a5deda3c6e7 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/dev/DevModeMain.java
+++ b/core/deployment/src/main/java/io/qua... | ['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java', 'core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java', 'core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/AppCDSBuildStep.java', 'core/deployment/src/main/java/io/quarkus/deployment/... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 9,691,871 | 1,882,888 | 250,732 | 2,687 | 4,888 | 974 | 94 | 5 | 8,789 | 479 | 2,234 | 131 | 1 | 5 | 2020-06-26T22:17: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 |
3,027 | quarkusio/quarkus/10286/10279 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10279 | https://github.com/quarkusio/quarkus/pull/10286 | https://github.com/quarkusio/quarkus/pull/10286 | 1 | fix | Dependency parity validator is missing dependencies with different versions | Reproducible with the camel-quarkus-amqp module of `quarkus-master` branch of Camel Quarkus https://github.com/apache/camel-quarkus/tree/quarkus-master
From my point of view, the dependencies of the amqp runtime and deployment modules a in a perfect parity:
https://github.com/apache/camel-quarkus/blob/quarkus-maste... | e41839730c491e62ce547aa281000172ea1acbe1 | cead3969a8ec44a2cc81d488be1960aa35b659cc | https://github.com/quarkusio/quarkus/compare/e41839730c491e62ce547aa281000172ea1acbe1...cead3969a8ec44a2cc81d488be1960aa35b659cc | diff --git a/independent-projects/bootstrap/maven-plugin/src/main/java/io/quarkus/maven/ExtensionDescriptorMojo.java b/independent-projects/bootstrap/maven-plugin/src/main/java/io/quarkus/maven/ExtensionDescriptorMojo.java
index b9f7db275ed..75d0de4c0ea 100644
--- a/independent-projects/bootstrap/maven-plugin/src/main/... | ['independent-projects/bootstrap/maven-plugin/src/main/java/io/quarkus/maven/ExtensionDescriptorMojo.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 9,690,016 | 1,882,577 | 250,706 | 2,688 | 5,076 | 936 | 89 | 1 | 2,082 | 138 | 623 | 29 | 3 | 1 | 2020-06-25T20:07: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,993 | quarkusio/quarkus/11210/9967 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/9967 | https://github.com/quarkusio/quarkus/pull/11210 | https://github.com/quarkusio/quarkus/pull/11210 | 1 | fixes | Pool AdminClient in KafkaStreams health check | **Describe the bug**
Lots of INFO logs are generated by default due to KafkaStreams health check (500MB of logs in a few hours with 20 pods & 10s check frequency):
```
INFO <[org.apa.kaf.cli.adm.AdminClientConfig]> AdminClientConfig values:
client.dns.lookup = default
client.id =
connections.max.idle.ms... | dfefc2cb5a54ecee5f82a2c6e47eb78f45953004 | 9de04afc21f97e5cb7735023f1f3610c3994ad92 | https://github.com/quarkusio/quarkus/compare/dfefc2cb5a54ecee5f82a2c6e47eb78f45953004...9de04afc21f97e5cb7735023f1f3610c3994ad92 | diff --git a/extensions/kafka-streams/runtime/src/main/java/io/quarkus/kafka/streams/runtime/KafkaStreamsProducer.java b/extensions/kafka-streams/runtime/src/main/java/io/quarkus/kafka/streams/runtime/KafkaStreamsProducer.java
index 8b76e09f2c7..0fc17b028db 100644
--- a/extensions/kafka-streams/runtime/src/main/java/io... | ['extensions/kafka-streams/runtime/src/main/java/io/quarkus/kafka/streams/runtime/KafkaStreamsTopologyManager.java', 'extensions/kafka-streams/runtime/src/main/java/io/quarkus/kafka/streams/runtime/KafkaStreamsProducer.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 10,484,527 | 2,040,928 | 272,796 | 2,921 | 4,758 | 839 | 76 | 2 | 3,539 | 229 | 884 | 58 | 2 | 3 | 2020-08-04T20:07:26 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,028 | quarkusio/quarkus/10283/10059 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10059 | https://github.com/quarkusio/quarkus/pull/10283 | https://github.com/quarkusio/quarkus/pull/10283 | 1 | resolves | Cannot inject reactive Pool/PgPool into gRPC Singleton | **Describe the bug**
A null reference is passed while injecting a reactive `Pool` or `PgPool` into any bean annotated with `@Singleton` if extension `quarkus-grpc` is added. Injection of my own Singleton works fine.
This mostly affects injection into a gRPC service implementation as these services only work if anno... | 7a73160a9a4b717933cf06f782db224958aa0a93 | ca9783a67b4657d5e55ed8d4334bad03c13662d4 | https://github.com/quarkusio/quarkus/compare/7a73160a9a4b717933cf06f782db224958aa0a93...ca9783a67b4657d5e55ed8d4334bad03c13662d4 | diff --git a/extensions/reactive-db2-client/deployment/src/main/java/io/quarkus/reactive/db2/client/deployment/ReactiveDB2ClientProcessor.java b/extensions/reactive-db2-client/deployment/src/main/java/io/quarkus/reactive/db2/client/deployment/ReactiveDB2ClientProcessor.java
index 54f2731db25..ffc823a54c5 100644
--- a/e... | ['extensions/reactive-mysql-client/deployment/src/main/java/io/quarkus/reactive/mysql/client/deployment/ReactiveMySQLClientProcessor.java', 'extensions/reactive-pg-client/runtime/src/main/java/io/quarkus/reactive/pg/client/runtime/PgPoolProducer.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/pr... | {'.java': 11} | 11 | 11 | 0 | 0 | 11 | 9,692,831 | 1,883,079 | 250,758 | 2,687 | 11,818 | 2,615 | 236 | 11 | 2,993 | 361 | 841 | 68 | 0 | 4 | 2020-06-25T17:28: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 |
3,030 | quarkusio/quarkus/10170/10166 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10166 | https://github.com/quarkusio/quarkus/pull/10170 | https://github.com/quarkusio/quarkus/pull/10170 | 1 | fixes | -Dquarkus.args cannot handle more than one argument in command line | **Describe the bug**
When running applications in Maven with more than one command line argument for `-Dquarkus.args`, Quarkus is not capable of handling those arguments and passing them to the application
**Expected behavior**
In the example code linked below in reproduction steps, the expected behaviour is for t... | 4f809fc61cdddc888dc09d72d67542aec2e6be7b | 273c2d377b1e406552e7f4eca1923c6aff0b2f0e | https://github.com/quarkusio/quarkus/compare/4f809fc61cdddc888dc09d72d67542aec2e6be7b...273c2d377b1e406552e7f4eca1923c6aff0b2f0e | 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 7aac5840e3f..867ab2ffe8e 100644
--- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java
+++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java
@@ -310,7 +310,7 @@... | ['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 9,607,560 | 1,867,220 | 248,617 | 2,668 | 157 | 27 | 2 | 1 | 1,592 | 213 | 440 | 32 | 1 | 1 | 2020-06-22T20:08:58 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,032 | quarkusio/quarkus/10125/10119 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10119 | https://github.com/quarkusio/quarkus/pull/10125 | https://github.com/quarkusio/quarkus/pull/10125 | 1 | fixes | MongoDB Health Check fails when using Mongo template on Openshift | **Describe the bug**
When configuring an application to point to a mongoDB instance deployed using the standard Openshift templates, the health check fails as it does not have the permissions to connect to the admin database. The openshift template creates an user with ReadWrite permissions that does not have the requ... | 08013dcf7b2a9d2c75b794877e8550570159c731 | 011dadad06ef7f5e15017d6b040e81da816249dd | https://github.com/quarkusio/quarkus/compare/08013dcf7b2a9d2c75b794877e8550570159c731...011dadad06ef7f5e15017d6b040e81da816249dd | diff --git a/extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/health/MongoHealthCheck.java b/extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/health/MongoHealthCheck.java
index 2222a58793f..41aa9159daa 100644
--- a/extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/he... | ['extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/health/MongoHealthCheck.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 9,574,788 | 1,860,320 | 247,834 | 2,660 | 607 | 101 | 11 | 1 | 2,553 | 323 | 640 | 55 | 0 | 4 | 2020-06-19T13:41: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 |
3,034 | quarkusio/quarkus/10066/10050 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10050 | https://github.com/quarkusio/quarkus/pull/10066 | https://github.com/quarkusio/quarkus/pull/10066 | 1 | fixes | Quarkus LDAP Security - on loglevel DEBUG, the username & password are dumped | **Describe the bug**
The debug log dumps passwords. Maybe it is a good idea to censor them, or else at least give only a hash of that password? An example:
2020-06-16 10:47:09,259 DEBUG [io.qua.ver.htt.run.sec.BasicAuthenticationMechanism] (vert.x-eventloop-thread-14) Found basic auth header USERNAME:PASSWORD (dec... | 5cee27288ed279ddfac53ea6fa3268589d9526f9 | 8141f98b4d690afb7ff6cf5dc3bf980fdb3d9e34 | https://github.com/quarkusio/quarkus/compare/5cee27288ed279ddfac53ea6fa3268589d9526f9...8141f98b4d690afb7ff6cf5dc3bf980fdb3d9e34 | diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/BasicAuthenticationMechanism.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/BasicAuthenticationMechanism.java
index 2ac35579f54..e641dc6bf33 100644
--- a/extensions/vertx-http/runti... | ['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/BasicAuthenticationMechanism.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 9,482,707 | 1,842,762 | 245,660 | 2,643 | 233 | 47 | 2 | 1 | 640 | 86 | 155 | 15 | 0 | 0 | 2020-06-16T22:37: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 |
3,035 | quarkusio/quarkus/10032/10031 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10031 | https://github.com/quarkusio/quarkus/pull/10032 | https://github.com/quarkusio/quarkus/pull/10032 | 1 | fixes | JarRunnerIT fast jar test methods consistently failing on CI runs | I haven't been able to reproduce locally but `JarRunnerIT` test methods `testThatFastJarFormatWorks` and `testThatMutableFastJarWorks` have been failing regularly (across various Java versions) with condition timeout exception in CI runs. To help debug what's going, we recently merged this PR https://github.com/quarkus... | 2c45f9a46d1743e1b3233af8ece86add9b886188 | d4456fed6bba7b5c3e6ec42d049f7724e567b580 | https://github.com/quarkusio/quarkus/compare/2c45f9a46d1743e1b3233af8ece86add9b886188...d4456fed6bba7b5c3e6ec42d049f7724e567b580 | diff --git a/independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/runner/RunnerClassLoader.java b/independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/runner/RunnerClassLoader.java
index 921c41088b7..d6bf167acdb 100644
--- a/independent-projects/bootstrap/runner/src/main/java/io/... | ['independent-projects/bootstrap/runner/src/main/java/io/quarkus/bootstrap/runner/RunnerClassLoader.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 9,449,820 | 1,836,395 | 244,933 | 2,628 | 259 | 49 | 9 | 1 | 12,368 | 567 | 4,223 | 118 | 2 | 2 | 2020-06-16T02:21:36 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,036 | quarkusio/quarkus/10030/10003 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10003 | https://github.com/quarkusio/quarkus/pull/10030 | https://github.com/quarkusio/quarkus/pull/10030 | 1 | fixes | quarkus-maven-plugin not working correctly for project creation. | **Describe the bug**
quarkus-maven-plugin not working correctly for project creation.
**Expected behavior**
working without problem to locate gradle wrapper. 1.4.x is working.
**Actual behavior**
```
D:\\Quarkus\\templates>mvn io.quarkus:quarkus-maven-plugin:1.5.1.Final:create -DbuildTool=gradle -DoutputDirec... | 1626772b0f5fcc8e1cb8f90628fb79601c73e35d | 1ca5b3549221e1207477d47eb2d3c6264710df18 | https://github.com/quarkusio/quarkus/compare/1626772b0f5fcc8e1cb8f90628fb79601c73e35d...1ca5b3549221e1207477d47eb2d3c6264710df18 | diff --git a/devtools/maven/src/main/java/io/quarkus/maven/CreateProjectMojo.java b/devtools/maven/src/main/java/io/quarkus/maven/CreateProjectMojo.java
index 36724667155..c8f45861476 100644
--- a/devtools/maven/src/main/java/io/quarkus/maven/CreateProjectMojo.java
+++ b/devtools/maven/src/main/java/io/quarkus/maven/Cr... | ['devtools/maven/src/main/java/io/quarkus/maven/CreateProjectMojo.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 9,450,044 | 1,836,428 | 244,939 | 2,628 | 263 | 51 | 3 | 1 | 5,120 | 333 | 1,291 | 78 | 1 | 1 | 2020-06-15T21:50: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 |
3,016 | quarkusio/quarkus/10656/10617 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10617 | https://github.com/quarkusio/quarkus/pull/10656 | https://github.com/quarkusio/quarkus/pull/10656 | 1 | fixes | Method countQuery does not create select if where are line break characters (\\n) | I have base functional for create where string, it create string with line break characters (\\n).
code:
> PanacheQuery<MyEntity> myEntityPanacheQuery = MyEntity.find(whereStr, whereParameters);
> myEntityPanacheQuery.page(Page.of(pageNumber, pageSize)).list(); // it is good work
> myEntityPa... | 5c4d64b5b34faca40e66912bb21c6b41ab1d14f1 | 1309a6b688f82050183323a4b6eba22db96cddad | https://github.com/quarkusio/quarkus/compare/5c4d64b5b34faca40e66912bb21c6b41ab1d14f1...1309a6b688f82050183323a4b6eba22db96cddad | diff --git a/extensions/panache/hibernate-orm-panache-common/runtime/src/main/java/io/quarkus/hibernate/orm/panache/common/runtime/CommonPanacheQueryImpl.java b/extensions/panache/hibernate-orm-panache-common/runtime/src/main/java/io/quarkus/hibernate/orm/panache/common/runtime/CommonPanacheQueryImpl.java
index c0fa321... | ['extensions/panache/hibernate-orm-panache-common/runtime/src/main/java/io/quarkus/hibernate/orm/panache/common/runtime/CommonPanacheQueryImpl.java', 'extensions/panache/hibernate-orm-panache-common/runtime/src/test/java/io/quarkus/hibernate/orm/panache/common/runtime/QueryMatcherTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 10,026,961 | 1,952,040 | 260,544 | 2,739 | 193 | 42 | 4 | 1 | 1,567 | 118 | 392 | 26 | 0 | 0 | 2020-07-11T19:50:09 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,014 | quarkusio/quarkus/10751/10742 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10742 | https://github.com/quarkusio/quarkus/pull/10751 | https://github.com/quarkusio/quarkus/pull/10751 | 1 | resolves | Jandex warning at boot time about JsonString | **Describe the bug**
At system start, the following warning is printed:
```
2020-07-15 11:54:34,465 WARN [io.qua.dep.ste.ReflectiveHierarchyStep] (build-32) Unable to properly register the hierarchy of the following classes for reflection as they are not in the Jandex index:
- javax.json.JsonString (so... | 475b2b424612105db92c40b041a74ca46ccede80 | 6c68dbacde385319f10e525483ec022919ccb1b5 | https://github.com/quarkusio/quarkus/compare/475b2b424612105db92c40b041a74ca46ccede80...6c68dbacde385319f10e525483ec022919ccb1b5 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/ReflectiveHierarchyBuildItem.java b/core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/ReflectiveHierarchyBuildItem.java
index ed0d30f703f..3fd15dfa0be 100644
--- a/core/deployment/src/main/java/io/quarkus/depl... | ['extensions/resteasy-server-common/deployment/src/main/java/io/quarkus/resteasy/server/common/deployment/ResteasyServerCommonProcessor.java', 'core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/ReflectiveHierarchyBuildItem.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 10,068,066 | 1,959,297 | 261,446 | 2,746 | 1,104 | 182 | 19 | 2 | 1,229 | 130 | 312 | 34 | 0 | 2 | 2020-07-15T12:29: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 |
3,013 | quarkusio/quarkus/10777/10750 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10750 | https://github.com/quarkusio/quarkus/pull/10777 | https://github.com/quarkusio/quarkus/pull/10777 | 1 | fixes | Colon in resource @Path does not work | **Describe the bug**
REST resources that use the colon character (`:`) in their `@Path` cannot be requested. This issue is present on Windows when running the application and on Windows and Linux when running a JUnit test.
**Expected behavior**
REST resources that use the colon character can be requested in tests ... | d05217dc00778d40d3b4756b04c9ab82d5365ced | 0c138e9b2b59233f162bf400b5cb349247479ad6 | https://github.com/quarkusio/quarkus/compare/d05217dc00778d40d3b4756b04c9ab82d5365ced...0c138e9b2b59233f162bf400b5cb349247479ad6 | diff --git a/core/deployment/src/test/java/io/quarkus/runner/classloading/DirectoryClassPathElementTestCase.java b/core/deployment/src/test/java/io/quarkus/runner/classloading/DirectoryClassPathElementTestCase.java
index 5f3a41378a5..ed372c921f3 100644
--- a/core/deployment/src/test/java/io/quarkus/runner/classloading/... | ['core/deployment/src/test/java/io/quarkus/runner/classloading/DirectoryClassPathElementTestCase.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/DirectoryClassPathElement.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 10,128,296 | 1,971,109 | 263,057 | 2,768 | 291 | 56 | 9 | 1 | 4,136 | 323 | 1,085 | 66 | 4 | 1 | 2020-07-16T13:11: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,994 | quarkusio/quarkus/11209/11208 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11208 | https://github.com/quarkusio/quarkus/pull/11209 | https://github.com/quarkusio/quarkus/pull/11209 | 1 | fixes | JsonNode not in Jandex after upgrade to 1.7.0.CR1 | **Describe the bug**
In 1.6.1.Final the maven build don't show any warning, but changing the version to 1.7.0.CR1 triggers a WARNING about `com.fasterxml.jackson.databind.JsonNode` that is not in the index.
Is a multi-module project using RESTEasy, so I would assume there is the ignore for ReflectiveHierarchyStep s... | dfefc2cb5a54ecee5f82a2c6e47eb78f45953004 | c69a90d128b5fc56cdd3932d6e1b2f8a3ad5f86b | https://github.com/quarkusio/quarkus/compare/dfefc2cb5a54ecee5f82a2c6e47eb78f45953004...c69a90d128b5fc56cdd3932d6e1b2f8a3ad5f86b | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/ReflectiveHierarchyBuildItem.java b/core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/ReflectiveHierarchyBuildItem.java
index 3fd15dfa0be..779ed093048 100644
--- a/core/deployment/src/main/java/io/quarkus/depl... | ['extensions/resteasy-common/deployment/src/main/java/io/quarkus/resteasy/common/deployment/ResteasyDotNames.java', 'core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/ReflectiveHierarchyBuildItem.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 10,484,527 | 2,040,928 | 272,796 | 2,921 | 1,805 | 356 | 34 | 2 | 1,412 | 185 | 383 | 24 | 0 | 1 | 2020-08-04T18:44:38 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,995 | quarkusio/quarkus/11196/11136 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11136 | https://github.com/quarkusio/quarkus/pull/11196 | https://github.com/quarkusio/quarkus/pull/11196 | 1 | resolves | Injection error in start with 1.7.CR1 | check out https://github.com/RedHatInsights/policies-ui-backend , do mvn clean test -> all good with 1.6.0 (and all versions before)
Now replace in pom. xml the 1.6.Final with 1.7.CR1 -> the above fails. Run with mvn quarkus:dev, the following is printed at startup:
```
2020-07-31 22:00:38,141 ERROR [io.qua.run.... | 7259ad364600d6b782a2e9ca1680aae1380b6e3c | f701df4b13bc781737cbdd3d31a5d0c139af5ccb | https://github.com/quarkusio/quarkus/compare/7259ad364600d6b782a2e9ca1680aae1380b6e3c...f701df4b13bc781737cbdd3d31a5d0c139af5ccb | diff --git a/extensions/smallrye-context-propagation/deployment/src/main/java/io/quarkus/smallrye/context/deployment/SmallRyeContextPropagationProcessor.java b/extensions/smallrye-context-propagation/deployment/src/main/java/io/quarkus/smallrye/context/deployment/SmallRyeContextPropagationProcessor.java
index 6d59bfbb8... | ['extensions/smallrye-context-propagation/deployment/src/main/java/io/quarkus/smallrye/context/deployment/SmallRyeContextPropagationProcessor.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanConfiguratorBase.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/pro... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 10,479,463 | 2,040,080 | 272,689 | 2,921 | 1,290 | 240 | 21 | 3 | 9,491 | 246 | 2,484 | 97 | 1 | 1 | 2020-08-04T13:48: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,997 | quarkusio/quarkus/11124/11102 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11102 | https://github.com/quarkusio/quarkus/pull/11124 | https://github.com/quarkusio/quarkus/pull/11124 | 1 | fixes | Runner jar is deployed with a classifier that does not match quarkus.package.runner-suffix when building uber-jar | **Describe the bug**
when using the property
```
quarkus.package.runner-suffix=-fitnesse
```
the jar is created with the right suffix (my-artifactId-1.0.0-SNAPSHOT-fitnesse.jar), but it is installed in the local repository as my-artifactId-1.0.0-SNAPSHOT-runner.jar
mvn install logs:
```
[INFO] Installin... | 5694012bcef76bb47324bbb949f349eb115e1ead | c2934e4c3c088aea39c40875dad38cb9a0017b35 | https://github.com/quarkusio/quarkus/compare/5694012bcef76bb47324bbb949f349eb115e1ead...c2934e4c3c088aea39c40875dad38cb9a0017b35 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/pkg/builditem/JarBuildItem.java b/core/deployment/src/main/java/io/quarkus/deployment/pkg/builditem/JarBuildItem.java
index 2a27f9d42c0..5db2a885bee 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/pkg/builditem/JarBuildItem.java
+++ b/cor... | ['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java', 'devtools/maven/src/main/java/io/quarkus/maven/BuildMojo.java', 'core/deployment/src/main/java/io/quarkus/deployment/pkg/builditem/JarBuildItem.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/app/Jar... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 10,487,438 | 2,041,558 | 272,875 | 2,924 | 1,875 | 382 | 32 | 4 | 1,387 | 149 | 348 | 35 | 0 | 2 | 2020-07-31T15:34: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,998 | quarkusio/quarkus/11113/10712 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10712 | https://github.com/quarkusio/quarkus/pull/11113 | https://github.com/quarkusio/quarkus/pull/11113 | 1 | fixes | Quarkus resource not found on subdir | **Describe the bug**
Quarkus app doesn't serve default index.html resource on subdirs property with prod profile, on subdirs it gives a resource not found
**Expected behavior**
Serve the default index.html on subdirs like is happening launching the app with quarkus:dev
**Actual behavior**
put an index.html in... | 858851b16ff0b9ea04caa424a332e351330176a3 | ec701f3e626f43cb9885906e60cd46df35c009da | https://github.com/quarkusio/quarkus/compare/858851b16ff0b9ea04caa424a332e351330176a3...ec701f3e626f43cb9885906e60cd46df35c009da | diff --git a/extensions/resteasy/deployment/src/test/java/io/quarkus/resteasy/test/files/StaticFileWithResourcesTest.java b/extensions/resteasy/deployment/src/test/java/io/quarkus/resteasy/test/files/StaticFileWithResourcesTest.java
index eaa922a350a..2f57a588867 100644
--- a/extensions/resteasy/deployment/src/test/jav... | ['extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/StaticResourcesProcessor.java', 'extensions/resteasy/deployment/src/test/java/io/quarkus/resteasy/test/files/StaticFileWithResourcesTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 10,412,583 | 2,026,220 | 270,759 | 2,885 | 823 | 123 | 14 | 1 | 849 | 105 | 216 | 19 | 0 | 0 | 2020-07-31T05:10: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,999 | quarkusio/quarkus/11100/10637 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10637 | https://github.com/quarkusio/quarkus/pull/11100 | https://github.com/quarkusio/quarkus/pull/11100 | 1 | closes | Quarkus NativeImageBuildStep fails with perm denied with podman 2.x | **Describe the bug**
This bug originated here:
https://bugzilla.redhat.com/show_bug.cgi?id=1854738
and here:
https://groups.google.com/g/quarkus-dev/c/8LVoqk4G5uc/m/M5MAVopLAwAJ
Basically with podman 1.x --userns=keep-id contained a bug which got fixed with 2.x which results in quarkus build failures with option... | f886139d3c6ae7e7d454102a6932df377162bdd0 | 6776b59f893dc355fe0712d4d2d701e3c9a24e52 | https://github.com/quarkusio/quarkus/compare/f886139d3c6ae7e7d454102a6932df377162bdd0...6776b59f893dc355fe0712d4d2d701e3c9a24e52 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java
index 4d5779363bd..ab016b09f8b 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.ja... | ['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 10,390,568 | 2,022,399 | 270,325 | 2,883 | 986 | 194 | 15 | 1 | 2,418 | 196 | 656 | 33 | 3 | 1 | 2020-07-30T15:12: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 |
3,002 | quarkusio/quarkus/11015/11007 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/11007 | https://github.com/quarkusio/quarkus/pull/11015 | https://github.com/quarkusio/quarkus/pull/11015 | 1 | fixes | Qute dev-mode Classloader issue | **Describe the bug**
Getting java.lang.NoClassDefFoundError when running Qute project with a separate jar dependency in dev-mode.
Was OK in 1.5.2 but failing in 1.6.1 (1.6.0 not tested).
Reproducer attached.
**To Reproduce**
Reproducer is a parent pom with two modules. One is a jar library. The other is a Qu... | 94af236f064f39749d6c0af1b06597a630c02fce | 35d94fca7bc310925bfda9d5517bb935871facd1 | https://github.com/quarkusio/quarkus/compare/94af236f064f39749d6c0af1b06597a630c02fce...35d94fca7bc310925bfda9d5517bb935871facd1 | 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 5efef354c22..24fc53d6f55 100644
--- a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java
... | ['extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 10,331,170 | 2,010,727 | 268,769 | 2,861 | 758 | 139 | 11 | 1 | 733 | 88 | 208 | 20 | 2 | 0 | 2020-07-28T03:20: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 |
3,003 | quarkusio/quarkus/11014/10960 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10960 | https://github.com/quarkusio/quarkus/pull/11014 | https://github.com/quarkusio/quarkus/pull/11014 | 1 | fixes | Produced MIME type declaration not honoured in reactive routes | With Quarkus 1.6.1.Final and the following reactive routes code:
```java
@ApplicationScoped
public class Routes {
@Route(methods = HttpMethod.GET, path = "/hello", produces = "text/plain")
void hello(RoutingContext context) {
context.response().end("hello");
}
@Route(methods = Http... | 7ef59777b6db4376bc4ecc12f1d13123b3605200 | e28b6125c680f5c8443026d324f399fefa71e308 | https://github.com/quarkusio/quarkus/compare/7ef59777b6db4376bc4ecc12f1d13123b3605200...e28b6125c680f5c8443026d324f399fefa71e308 | diff --git a/extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/Methods.java b/extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/Methods.java
index ed63d6c1eb4..24530fad50f 100644
--- a/extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/M... | ['extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/Methods.java', 'extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/VertxWebProcessor.java', 'extensions/vertx-web/deployment/src/test/java/io/quarkus/vertx/web/mutiny/SyncRouteTest.java', 'extensions/vertx-web/run... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 10,341,953 | 2,012,686 | 268,965 | 2,863 | 4,109 | 702 | 62 | 4 | 949 | 93 | 238 | 40 | 0 | 3 | 2020-07-28T02:50:09 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,004 | quarkusio/quarkus/11011/10813 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10813 | https://github.com/quarkusio/quarkus/pull/11011 | https://github.com/quarkusio/quarkus/pull/11011 | 1 | fixes | Resource not closed warning with rest client | This is a bit hard to reproduce for me. Like in #10804 I am doing remote calls via the MP Rest Client
```
@Inject
@RestClient
RbacServer rbac;
...
try {
result = getRbacInfo(user.getRawRhIdHeader());
} catch (Throwable e) {
...
@CacheResult(cacheName = "rbac-cache")
RbacRaw getRbacI... | 602bc3c77b1de91f48aaf8d7abc1f4aba93b3710 | 70099e7f89a51c0903d41f4a0446cd8155826591 | https://github.com/quarkusio/quarkus/compare/602bc3c77b1de91f48aaf8d7abc1f4aba93b3710...70099e7f89a51c0903d41f4a0446cd8155826591 | diff --git a/extensions/rest-client/deployment/src/main/java/io/quarkus/restclient/deployment/RestClientProcessor.java b/extensions/rest-client/deployment/src/main/java/io/quarkus/restclient/deployment/RestClientProcessor.java
index 60e9667279c..ff9674ec6df 100644
--- a/extensions/rest-client/deployment/src/main/java/i... | ['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanConfiguratorBase.java', 'independent-projects/arc/tests/src/test/java/io/quarkus/arc/test/buildextension/beans/BeanRegistrarTest.java', 'independent-projects/arc/runtime/src/main/java/io/quarkus/arc/BeanDestroyer.java', 'extensions/rest-cli... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 10,331,170 | 2,010,727 | 268,769 | 2,861 | 930 | 179 | 19 | 4 | 3,716 | 232 | 966 | 57 | 0 | 2 | 2020-07-28T01:13:23 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,005 | quarkusio/quarkus/10985/10963 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10963 | https://github.com/quarkusio/quarkus/pull/10985 | https://github.com/quarkusio/quarkus/pull/10985 | 1 | resolves | Can't inject ManagedExecutor since quarkus 1.6.0 | **Describe the bug**
I'm trying to inject a ManagedExecutor (using Kotlin and injecting into `@Singleton` bean that extends `MutinyExampleServiceGrpc.ExampleServiceImplBase` if that matters) and get
```
Parameter specified as non-null is null: method com.example.Example.<init>, parameter managedExecutor"
```
I tr... | 3747a78a4ff9b5e4091b37eb5602ad2b132fe643 | 26f1fda51a37c5215f779fbe4a9c76eb0cccde03 | https://github.com/quarkusio/quarkus/compare/3747a78a4ff9b5e4091b37eb5602ad2b132fe643...26f1fda51a37c5215f779fbe4a9c76eb0cccde03 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/builditem/ManagedExecutorInitializedBuildItem.java b/core/deployment/src/main/java/io/quarkus/deployment/builditem/ManagedExecutorInitializedBuildItem.java
index 702b54664a0..420a78500f7 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/bui... | ['extensions/cache/runtime/src/main/java/io/quarkus/cache/runtime/caffeine/CaffeineCacheBuildRecorder.java', 'extensions/smallrye-context-propagation/deployment/src/main/java/io/quarkus/smallrye/context/deployment/SmallRyeContextPropagationProcessor.java', 'extensions/smallrye-context-propagation/runtime/src/main/java/... | {'.java': 7} | 7 | 7 | 0 | 0 | 7 | 10,327,792 | 2,010,170 | 268,677 | 2,861 | 5,612 | 1,026 | 118 | 7 | 625 | 78 | 147 | 14 | 0 | 1 | 2020-07-27T11:16:45 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,006 | quarkusio/quarkus/10974/10972 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10972 | https://github.com/quarkusio/quarkus/pull/10974 | https://github.com/quarkusio/quarkus/pull/10974 | 1 | fixes | io.netty.util.IllegalReferenceCountException: refCnt: 0, decrement: 1 when refreshing a page | **Describe the bug**
When refreshing a page that is already processing something, the following error appears in the logs:
```java
2020-07-26 21:59:17,015 WARN [io.net.cha.AbstractChannelHandlerContext] (vert.x-eventloop-thread-8) Failed to mark a promise as failure because it has failed already: DefaultChannelPr... | a08136080482075fee83a4334a8120b83596e43f | dabf7484566267029c0da7dc2798cec92b03b5d0 | https://github.com/quarkusio/quarkus/compare/a08136080482075fee83a4334a8120b83596e43f...dabf7484566267029c0da7dc2798cec92b03b5d0 | 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 804f383dcd2..217da8e6115 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/VertxHttpRequest.java', 'extensions/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/standalone/VertxRequestHandler.ja... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 10,327,113 | 2,010,119 | 268,670 | 2,861 | 1,713 | 277 | 39 | 4 | 7,210 | 331 | 1,546 | 101 | 2 | 3 | 2020-07-27T01:52: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 |
3,007 | quarkusio/quarkus/10973/10943 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10943 | https://github.com/quarkusio/quarkus/pull/10973 | https://github.com/quarkusio/quarkus/pull/10973 | 1 | fixes | Spring PathMatchingResourcePatternResolver does not return the subdirectory of a URL resource. | **Describe the bug**
I use `org.springframework.core.io.support.PathMatchingResourcePatternResolver` to find resources packaged inside a jar which are in a subdirectory.
When I do this in a normal Java application the resource that is found correctly looks like this:
URL [jar:file:/home/nbasjes/.m2/repositor... | a08136080482075fee83a4334a8120b83596e43f | 8b9c78882ae0a7aedf79c87dccbc73c81fe2f7eb | https://github.com/quarkusio/quarkus/compare/a08136080482075fee83a4334a8120b83596e43f...8b9c78882ae0a7aedf79c87dccbc73c81fe2f7eb | diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/ClassPathResource.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/ClassPathResource.java
index 4d2bd36f4e0..315cd0cd02e 100644
--- a/independent-projects/bootstrap/core/src/main/ja... | ['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/QuarkusClassLoader.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/ClassPathResource.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/JarClassPathE... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 10,327,113 | 2,010,119 | 268,670 | 2,861 | 2,475 | 386 | 57 | 5 | 1,871 | 225 | 523 | 35 | 2 | 0 | 2020-07-27T01:19:28 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,009 | quarkusio/quarkus/10931/10924 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10924 | https://github.com/quarkusio/quarkus/pull/10931 | https://github.com/quarkusio/quarkus/pull/10931 | 1 | fixes | OIDC refresh token lost if not resent by provider | **Describe the bug**
When using Google OpenID Connect as Quarkus OIDC provider, the application receives both an access and refresh token, when `access_type=offline` is sent to Google.
It work that Quarkus uses this refresh token under the hood to refresh the expired access token, however, Google sends the refresh ... | 05a0ec5580dc26bf96b680db004a79dc94b211a2 | c5d158226b1a91372712b5f178eb5c1ac50207db | https://github.com/quarkusio/quarkus/compare/05a0ec5580dc26bf96b680db004a79dc94b211a2...c5d158226b1a91372712b5f178eb5c1ac50207db | diff --git a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/CodeAuthenticationMechanism.java b/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/CodeAuthenticationMechanism.java
index ffa6358f851..ba91c1dd8e4 100644
--- a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/CodeAuthe... | ['extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/CodeAuthenticationMechanism.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 10,260,009 | 1,996,422 | 266,609 | 2,822 | 1,792 | 232 | 22 | 1 | 1,231 | 187 | 286 | 16 | 1 | 0 | 2020-07-23T11:11: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 |
3,010 | quarkusio/quarkus/10914/9458 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/9458 | https://github.com/quarkusio/quarkus/pull/10914 | https://github.com/quarkusio/quarkus/pull/10914 | 1 | fixes | quarkus:dev finds duplicate beans if a different version of the dependency is in the maven reactor | **Describe the bug**
This was discovered while using a "local aggregator" pom to make importing a group of related projects into the IDE easier.
We have a group of related mukti-module projects: let's call them `common-lib`, `openwebbeans-app` and `quarkus-app`.
All these projects are in separate git repositor... | 7094391ec2af593861da09fc75aa23c19c173278 | a16e1461cdb813ff9bbaa9cc3bee35af8ae51648 | https://github.com/quarkusio/quarkus/compare/7094391ec2af593861da09fc75aa23c19c173278...a16e1461cdb813ff9bbaa9cc3bee35af8ae51648 | 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 f69f4bda765..37222164dc8 100644
--- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java
+++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java
@@ -925,6 +925,11 @... | ['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 10,256,097 | 1,995,615 | 266,509 | 2,821 | 339 | 57 | 5 | 1 | 5,296 | 625 | 1,332 | 110 | 6 | 3 | 2020-07-22T16:28:47 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,011 | quarkusio/quarkus/10849/10826 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/10826 | https://github.com/quarkusio/quarkus/pull/10849 | https://github.com/quarkusio/quarkus/pull/10849 | 1 | fixes | Maven Add Extension command fails with error about BOM | **Describe the bug**
Running the Add Extension command fails with the following message:
```
The Quarkus BOM is required to add a Quarkus extension
```
**Expected behavior**
The extension is added correctly.
**Actual behavior**
The extension isn't added as the command fails.
**To Reproduce**
Steps to ... | b0220564f45b0318b24d9a65e1b70200522c82fa | c7bf30441548c88c14ede1237490abfaea28aab0 | https://github.com/quarkusio/quarkus/compare/b0220564f45b0318b24d9a65e1b70200522c82fa...c7bf30441548c88c14ede1237490abfaea28aab0 | diff --git a/independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/project/buildfile/AbstractGradleBuildFile.java b/independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/project/buildfile/AbstractGradleBuildFile.java
index 948404b10fd..6c85b42629e 100644
--- a/independent-p... | ['independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/project/buildfile/MavenBuildFile.java', 'independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtools/project/buildfile/GenericGradleBuildFile.java', 'independent-projects/tools/devtools-common/src/main/java/io/quarkus/devtoo... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 10,154,153 | 1,976,174 | 263,758 | 2,782 | 2,586 | 519 | 50 | 5 | 8,517 | 480 | 2,098 | 121 | 1 | 4 | 2020-07-20T10:27:24 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,132 | quarkusio/quarkus/7537/7528 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/7528 | https://github.com/quarkusio/quarkus/pull/7537 | https://github.com/quarkusio/quarkus/pull/7537 | 1 | fixes | JsonNode missing in Index | **Describe the bug**
I get a log output about missing `com.fasterxml.jackson.databind.JsonNode` in the jandex index.
That class comes from jackson.
**Expected behavior**
No warn log output about missing classes in the index.
**Actual behavior**
I get the following output:
```
03.03.2020 09:02:22 WARN [io.q... | f1abb07de43d99944e0c8cdb4954ed262cd20eb0 | 45933181f5a2e6e21e1ffc62f7fbcbecaeb48c4e | https://github.com/quarkusio/quarkus/compare/f1abb07de43d99944e0c8cdb4954ed262cd20eb0...45933181f5a2e6e21e1ffc62f7fbcbecaeb48c4e | diff --git a/extensions/resteasy-common/deployment/src/main/java/io/quarkus/resteasy/common/deployment/ResteasyDotNames.java b/extensions/resteasy-common/deployment/src/main/java/io/quarkus/resteasy/common/deployment/ResteasyDotNames.java
index 5fbf042a842..03fdff754ac 100644
--- a/extensions/resteasy-common/deployment... | ['extensions/resteasy-common/deployment/src/main/java/io/quarkus/resteasy/common/deployment/ResteasyDotNames.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 7,813,345 | 1,517,813 | 202,217 | 2,107 | 173 | 33 | 4 | 1 | 1,637 | 197 | 500 | 37 | 0 | 1 | 2020-03-03T15:48:11 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,134 | quarkusio/quarkus/7445/7444 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/7444 | https://github.com/quarkusio/quarkus/pull/7445 | https://github.com/quarkusio/quarkus/pull/7445 | 1 | fixes | IllegalMonitorStateException in VertxBlockingOutput | **Describe the bug**
```
SEVERE [io.ver.cor.imp.ContextImpl] (vert.x-eventloop-thread-3) Unhandled exception: java.lang.IllegalMonitorStateException
at java.base/java.lang.Object.notifyAll(Native Method)
at io.quarkus.resteasy.runtime.standalone.VertxBlockingOutput$3.handle(VertxBlockingOutput.jav... | 69cdd593328b1698e6afb8780b8e04ba70d7e203 | e762b5fe9376254fcad12b3e6d1fbecca122493f | https://github.com/quarkusio/quarkus/compare/69cdd593328b1698e6afb8780b8e04ba70d7e203...e762b5fe9376254fcad12b3e6d1fbecca122493f | 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 fafae708f2f..e2775f5a0ce 100644
--- a/extensions/resteasy/runtime/src/main/java/io/quar... | ['extensions/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/standalone/VertxBlockingOutput.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 7,705,272 | 1,497,002 | 199,560 | 2,073 | 329 | 36 | 6 | 1 | 1,177 | 56 | 272 | 20 | 0 | 1 | 2020-02-26T17:19: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 |
3,263 | quarkusio/quarkus/2968/2967 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/2967 | https://github.com/quarkusio/quarkus/pull/2968 | https://github.com/quarkusio/quarkus/pull/2968 | 1 | fixes | OpenAPI: Use standard value for query parameter "format" | As discussed with @EricWittmann on gitter, the MicroProfile specification is clear about the optional query parameter `format` that is used to control the format of the OpenAPI specification:
```
GET http://<host>:<port>/openapi?format=<value>
```
The `<value>` can be:
* `YAML`
* `JSON`
See: https://github... | 3d742844582129c813091f6a23a05aa8d8bd52b5 | 53a6625e68801075447a6947b3cbf101c623c257 | https://github.com/quarkusio/quarkus/compare/3d742844582129c813091f6a23a05aa8d8bd52b5...53a6625e68801075447a6947b3cbf101c623c257 | diff --git a/extensions/smallrye-openapi/deployment/src/test/java/io/quarkus/smallrye/openapi/test/OpenApiDefaultPathTestCase.java b/extensions/smallrye-openapi/deployment/src/test/java/io/quarkus/smallrye/openapi/test/OpenApiDefaultPathTestCase.java
index eae4a54f953..da5501a9658 100644
--- a/extensions/smallrye-opena... | ['extensions/smallrye-openapi/deployment/src/test/java/io/quarkus/smallrye/openapi/test/OpenApiPathWithoutSegmentsTestCase.java', 'extensions/smallrye-openapi/runtime/src/main/java/io/quarkus/smallrye/openapi/runtime/OpenApiServlet.java', 'extensions/smallrye-openapi/deployment/src/test/java/io/quarkus/smallrye/openapi... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 3,772,852 | 726,855 | 97,857 | 1,044 | 154 | 24 | 2 | 1 | 675 | 76 | 163 | 20 | 2 | 1 | 2019-06-26T04:36: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 |
3,254 | quarkusio/quarkus/3117/3094 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/3094 | https://github.com/quarkusio/quarkus/pull/3117 | https://github.com/quarkusio/quarkus/pull/3117 | 1 | fixes | Bean created three times instead of one after renaming test package | Cloning from https://github.com/apache/camel-quarkus/issues/24 so that this can be assigned to a milestone (hopefully 0.19.0). @aloubyansky has a fix that I have verified. | f4c46ebd91b70aee4d92fdbe0d7f59105a274703 | 8507c3aec409338ff7152a21a96e43926f8a58f8 | https://github.com/quarkusio/quarkus/compare/f4c46ebd91b70aee4d92fdbe0d7f59105a274703...8507c3aec409338ff7152a21a96e43926f8a58f8 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/QuarkusAugmentor.java b/core/deployment/src/main/java/io/quarkus/deployment/QuarkusAugmentor.java
index 9238e8801fa..d203d022ce9 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/QuarkusAugmentor.java
+++ b/core/deployment/src/main/java/io/... | ['core/deployment/src/main/java/io/quarkus/deployment/QuarkusAugmentor.java', 'core/deployment/src/main/java/io/quarkus/runner/RuntimeRunner.java', 'core/deployment/src/main/java/io/quarkus/deployment/builditem/ArchiveRootBuildItem.java', 'test-framework/junit5-internal/src/main/java/io/quarkus/test/QuarkusUnitTest.jav... | {'.java': 7} | 7 | 7 | 0 | 0 | 7 | 4,144,293 | 803,312 | 107,571 | 1,110 | 6,334 | 1,087 | 113 | 5 | 171 | 22 | 48 | 1 | 1 | 0 | 2019-07-05T16:42: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 |
3,255 | quarkusio/quarkus/3108/3048 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/3048 | https://github.com/quarkusio/quarkus/pull/3108 | https://github.com/quarkusio/quarkus/pull/3108 | 1 | fix | native-image location | **Describe the bug**
io.quarkus:quarkus-maven-plugin:0.18.0:native-image
expects the native-image to be located in: /Java/JavaVirtualMachines/graalvm-ce-19.0.2/bin/native-image
The actual location is: /graalvm-ce-19.0.2/Contents/Home/bin
**Expected behavior**
After `gu install native-image` quarkus shoul... | 9c2232a3a255622aba8be52a632db91d627500c2 | 0ac4a3b1d35d07bf073e9496234323f318b97f12 | https://github.com/quarkusio/quarkus/compare/9c2232a3a255622aba8be52a632db91d627500c2...0ac4a3b1d35d07bf073e9496234323f318b97f12 | 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 0c1efe0a0c0..3cfb2c681fb 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', 'devtools/maven/src/main/java/io/quarkus/maven/NativeImageMojo.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 3,795,700 | 731,244 | 98,515 | 1,049 | 3,805 | 794 | 94 | 2 | 1,046 | 103 | 343 | 32 | 0 | 0 | 2019-07-05T08:46: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 |
3,256 | quarkusio/quarkus/3070/3034 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/3034 | https://github.com/quarkusio/quarkus/pull/3070 | https://github.com/quarkusio/quarkus/pull/3070 | 1 | fixes | Quarkus projects do not compile when project path contains whitespaces | **Describe the bug**
I am trying to build a quarkus project on our company jenkins. The path to the project in jenkins contains whitespaces.
"/var/lib/jenkins/jobs/wolf - project/workspace/project-web/target/classes"
The build fails.
If I remove these whitespaces, the build is successfull.
**Expected behavior**
... | 2fbd080e3e7b861f6afaccf48467d1c9749ab133 | 5c910eee39474d021dbef7000f444c288de0dd16 | https://github.com/quarkusio/quarkus/compare/2fbd080e3e7b861f6afaccf48467d1c9749ab133...5c910eee39474d021dbef7000f444c288de0dd16 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/index/ApplicationArchiveBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/index/ApplicationArchiveBuildStep.java
index 58c21f6b063..d13b71c424d 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/index/ApplicationArchiveBui... | ['core/deployment/src/test/java/io/quarkus/deployment/index/ApplicationArchiveBuildStepTestCase.java', 'core/deployment/src/main/java/io/quarkus/deployment/index/ApplicationArchiveBuildStep.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 3,795,700 | 731,244 | 98,515 | 1,049 | 649 | 111 | 11 | 1 | 1,799 | 219 | 432 | 38 | 1 | 1 | 2019-07-02T15:52:45 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,257 | quarkusio/quarkus/3068/3030 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/3030 | https://github.com/quarkusio/quarkus/pull/3068 | https://github.com/quarkusio/quarkus/pull/3068 | 2 | fixes | Apply default values during property expansion | **Description**
Default values are not applied during expansion of config values. E.g. given a config in _application.properties_ like this:
quarkus.kafka-streams.application-server=${hostname}:${quarkus.http.port}
Then the HTTP port should default to the value from the config item, but instead an error is r... | 2f00cedaca1e9d0e30fa0ca9625dd8abc44ddf35 | b240c91fc0ab0e6aa5da30418314495fe51247b9 | https://github.com/quarkusio/quarkus/compare/2f00cedaca1e9d0e30fa0ca9625dd8abc44ddf35...b240c91fc0ab0e6aa5da30418314495fe51247b9 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/configuration/ConfigDefinition.java b/core/deployment/src/main/java/io/quarkus/deployment/configuration/ConfigDefinition.java
index 2f5df05b613..3923606c59d 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/configuration/ConfigDefinition.ja... | ['core/deployment/src/main/java/io/quarkus/deployment/steps/ConfigurationSetup.java', 'core/deployment/src/main/java/io/quarkus/deployment/configuration/ConfigDefinition.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 3,792,954 | 730,688 | 98,449 | 1,048 | 1,330 | 192 | 21 | 2 | 687 | 72 | 142 | 12 | 0 | 0 | 2019-07-02T14:40: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 |
3,260 | quarkusio/quarkus/3016/2898 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/2898 | https://github.com/quarkusio/quarkus/pull/3016 | https://github.com/quarkusio/quarkus/pull/3016 | 1 | resolves | Setting of system property java.io.tmpdir having no effect on VertxTemplate in native mode | **Describe the bug**
Setting of system property `java.io.tmpdir` in native mode has no effect for vert.x quickstart. This is part of the discussion [here](https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Native.20builds.3A.20JVM.20options.20at.20runtime/near/168516155).
**Expected behavior**
Sett... | 219c5a9b041042df3adf69a1af59cabf03b39eaa | 9c880392bbf3e52dc031b5f0ea390c553c6b7af3 | https://github.com/quarkusio/quarkus/compare/219c5a9b041042df3adf69a1af59cabf03b39eaa...9c880392bbf3e52dc031b5f0ea390c553c6b7af3 | diff --git a/extensions/vertx/runtime/src/main/java/io/quarkus/vertx/runtime/VertxTemplate.java b/extensions/vertx/runtime/src/main/java/io/quarkus/vertx/runtime/VertxTemplate.java
index e75c5bdfd48..2fc0474df37 100644
--- a/extensions/vertx/runtime/src/main/java/io/quarkus/vertx/runtime/VertxTemplate.java
+++ b/extens... | ['extensions/vertx/runtime/src/main/java/io/quarkus/vertx/runtime/VertxTemplate.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 3,783,543 | 728,855 | 98,161 | 1,046 | 509 | 109 | 11 | 1 | 996 | 102 | 262 | 18 | 2 | 0 | 2019-06-28T09:02:45 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,261 | quarkusio/quarkus/2973/2963 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/2963 | https://github.com/quarkusio/quarkus/pull/2973 | https://github.com/quarkusio/quarkus/pull/2973 | 1 | resolves | Build warnings when using quarkus-smallrye-health extension | **Describe the bug**
The following warnings are shown during the build:
```
[WARNING] [io.quarkus.arc.processor.Methods] Method io.smallrye.health.SmallRyeHealthReporter.getHealth() is final, skipped during generation of corresponding intercepted subclass
[WARNING] [io.quarkus.arc.processor.Methods] Method io.small... | 38a665f4aa2923da6b97839855aca4eaf35db7b2 | db6e42f4f8fce8002af75f0fd41c6bb336a666d9 | https://github.com/quarkusio/quarkus/compare/38a665f4aa2923da6b97839855aca4eaf35db7b2...db6e42f4f8fce8002af75f0fd41c6bb336a666d9 | diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Methods.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Methods.java
index 4da53eac518..d9743970b7f 100644
--- a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Methods.java
... | ['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Methods.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 3,774,927 | 727,182 | 97,901 | 1,044 | 2,630 | 450 | 42 | 1 | 1,400 | 143 | 398 | 39 | 0 | 3 | 2019-06-26T08:40: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 |
3,262 | quarkusio/quarkus/2970/2959 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/2959 | https://github.com/quarkusio/quarkus/pull/2970 | https://github.com/quarkusio/quarkus/pull/2970 | 1 | fixes | Native image - java.lang.ClassNotFoundException: com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector | Native image build process throws java.lang.ClassNotFoundException: com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector
Native image is generated, but console is polluted with stacktrace.
Running Quarkus master and GraalVM 19.0.2 CE.
```
[INFO] [io.quarkus.creator.phase.nativeimage.NativeImagePhase] /U... | 38a665f4aa2923da6b97839855aca4eaf35db7b2 | 7dca4d8f08ab2833ce352822eab72a9b3752bf34 | https://github.com/quarkusio/quarkus/compare/38a665f4aa2923da6b97839855aca4eaf35db7b2...7dca4d8f08ab2833ce352822eab72a9b3752bf34 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/steps/SubstrateAutoFeatureStep.java b/core/deployment/src/main/java/io/quarkus/deployment/steps/SubstrateAutoFeatureStep.java
index 69c9d0f79ea..2f32e0d39dd 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/steps/SubstrateAutoFeatureStep.ja... | ['core/deployment/src/main/java/io/quarkus/deployment/steps/SubstrateAutoFeatureStep.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 3,774,927 | 727,182 | 97,901 | 1,044 | 241 | 47 | 2 | 1 | 4,146 | 154 | 1,053 | 57 | 0 | 2 | 2019-06-26T07:54:36 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,264 | quarkusio/quarkus/2956/2955 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/2955 | https://github.com/quarkusio/quarkus/pull/2956 | https://github.com/quarkusio/quarkus/pull/2956 | 1 | fixes | ArchiveRootBuildItem should include archive location and the archive root paths | It's currently initialized with a single path, which is practically application classes directory. However, when an instance of `ApplicationArchiveImpl` is created using `ArchiveRootBuildItem`, it expects two different arguments: one representing a path to the archive, the other one - app classes dir. It works in case ... | 364ac8ec60e5aa1ee410645d6ecdb48e10db728f | dab08c873b8ceace1597b7f4dbba4628cf1b95c6 | https://github.com/quarkusio/quarkus/compare/364ac8ec60e5aa1ee410645d6ecdb48e10db728f...dab08c873b8ceace1597b7f4dbba4628cf1b95c6 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/QuarkusAugmentor.java b/core/deployment/src/main/java/io/quarkus/deployment/QuarkusAugmentor.java
index a757a6bc13d..5e96a027466 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/QuarkusAugmentor.java
+++ b/core/deployment/src/main/java/io/... | ['core/deployment/src/main/java/io/quarkus/deployment/QuarkusAugmentor.java', 'core/deployment/src/main/java/io/quarkus/deployment/builditem/ArchiveRootBuildItem.java', 'core/deployment/src/main/java/io/quarkus/deployment/steps/SubstrateSystemPropertiesBuildStep.java', 'core/deployment/src/main/java/io/quarkus/deployme... | {'.java': 6} | 6 | 6 | 0 | 0 | 6 | 3,770,375 | 726,353 | 97,796 | 1,044 | 3,115 | 600 | 68 | 6 | 808 | 131 | 161 | 3 | 0 | 0 | 2019-06-24T22:38: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 |
3,252 | quarkusio/quarkus/3152/3139 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/3139 | https://github.com/quarkusio/quarkus/pull/3152 | https://github.com/quarkusio/quarkus/pull/3152 | 1 | resolves | After adding various extentsion, maven build fails | Had no problems running & compiling at the beginning, but after adding some extensions, the maven build failed.
```
$ ./mvnw clean compile quarkus:dev
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------< ai.labs:quarkus-test >------------------------
[INFO] Building quarkus-test 1.0-SNAPSHOT
... | 1a94fedc46771530e537219e97759414759924ad | 602c16b1451b345549d233c1581caeea65ba3c31 | https://github.com/quarkusio/quarkus/compare/1a94fedc46771530e537219e97759414759924ad...602c16b1451b345549d233c1581caeea65ba3c31 | diff --git a/extensions/keycloak/runtime/src/main/java/io/quarkus/keycloak/KeycloakRecorder.java b/extensions/keycloak/runtime/src/main/java/io/quarkus/keycloak/KeycloakRecorder.java
index c883ca2bb12..e0ec9e931b6 100644
--- a/extensions/keycloak/runtime/src/main/java/io/quarkus/keycloak/KeycloakRecorder.java
+++ b/ext... | ['extensions/keycloak/runtime/src/main/java/io/quarkus/keycloak/KeycloakRecorder.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 3,875,755 | 747,139 | 100,586 | 1,074 | 249 | 39 | 5 | 1 | 8,587 | 402 | 2,107 | 200 | 5 | 2 | 2019-07-09T19:13: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 |
3,265 | quarkusio/quarkus/2932/2719 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/2719 | https://github.com/quarkusio/quarkus/pull/2932 | https://github.com/quarkusio/quarkus/pull/2932 | 1 | fixes | Infinite iteration in LocalProject.loadRootModel | **Describe the bug**
When <relativePath> of <parent> is set to empty value, loadRootModel iterates indefinitely
**Expected behavior**
iteration should quit
**Actual behavior**
iteration continues forever
**To Reproduce**
Steps to reproduce the behavior:
1. set pom.xml to contain a parent similar to:
```x... | fdaea528938716f32560539eab710ad3a8fcd66d | a06cca45dc9253d1e27789e8bb10c3d0d1f0bae2 | https://github.com/quarkusio/quarkus/compare/fdaea528938716f32560539eab710ad3a8fcd66d...a06cca45dc9253d1e27789e8bb10c3d0d1f0bae2 | diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/workspace/LocalProject.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/workspace/LocalProject.java
index 3cf591fe9d9..1d912f4ff68 100644
--- a/independent-projects/bootstrap/co... | ['independent-projects/bootstrap/core/src/test/java/io/quarkus/bootstrap/workspace/test/LocalWorkspaceDiscoveryTest.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/workspace/LocalProject.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 3,752,624 | 722,937 | 97,426 | 1,044 | 142 | 30 | 2 | 1 | 852 | 79 | 199 | 31 | 0 | 1 | 2019-06-22T09:06: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 |
3,266 | quarkusio/quarkus/2884/2413 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/2413 | https://github.com/quarkusio/quarkus/pull/2884 | https://github.com/quarkusio/quarkus/pull/2884 | 1 | fixes | JDBC driver not detected while building Quarkus with Gradle | Hi Quarkus team!
I am in the middle of migrating a Thorntail project to Quarkus and it looks like I'm blocked by a bug that was supposed to be fixed here: https://github.com/quarkusio/quarkus/issues/1645
Here is a reproduction repository: https://github.com/gwenneg/quarkus-quickstarts/tree/master/hibernate-orm-re... | f38ded232a2deea5d241d58aed6711b38dec2c06 | ae9409527a97ab917deb33117b125803acf9f522 | https://github.com/quarkusio/quarkus/compare/f38ded232a2deea5d241d58aed6711b38dec2c06...ae9409527a97ab917deb33117b125803acf9f522 | diff --git a/core/devmode/src/main/java/io/quarkus/dev/DevModeMain.java b/core/devmode/src/main/java/io/quarkus/dev/DevModeMain.java
index 50805f3986d..b20411708ec 100644
--- a/core/devmode/src/main/java/io/quarkus/dev/DevModeMain.java
+++ b/core/devmode/src/main/java/io/quarkus/dev/DevModeMain.java
@@ -44,7 +44,7 @@ p... | ['devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java', 'core/devmode/src/main/java/io/quarkus/dev/DevModeMain.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 3,746,444 | 721,652 | 97,293 | 1,042 | 1,847 | 349 | 31 | 2 | 15,034 | 393 | 3,067 | 145 | 2 | 1 | 2019-06-19T06:38: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 |
3,267 | quarkusio/quarkus/2882/2830 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/2830 | https://github.com/quarkusio/quarkus/pull/2882 | https://github.com/quarkusio/quarkus/pull/2882 | 1 | fixes | Native compilation again does't like spaces in project directory in 0.15.0 and 0.16.0 ver | **Describe the bug**
Native compilation doesn't like space in project directory. It is a old bug anf fixed in 0.13.0 release reference ticket no: #1673 . i am facing the samer issue with 0.15.0 and 0.16.0 releases.
**Expected behavior**
Native compilation should allow spaces in the project directory path.
**Act... | 30a6e37d30aca0122be5a7fca71b892d7ebe817c | 92a108e797f2a6b7962dbf3132beef60f4bf46a4 | https://github.com/quarkusio/quarkus/compare/30a6e37d30aca0122be5a7fca71b892d7ebe817c...92a108e797f2a6b7962dbf3132beef60f4bf46a4 | diff --git a/extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/graal/URLResourceSubstitution.java b/extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/graal/URLResourceSubstitution.java
index 09279327a7f..e3cb0d279ee 100644
--- a/extensions/undertow/runtime/src/main/java/io/quarku... | ['extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/graal/URLResourceSubstitution.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 3,733,855 | 719,070 | 96,890 | 1,037 | 301 | 56 | 5 | 1 | 1,057 | 102 | 277 | 20 | 0 | 0 | 2019-06-18T19:38:57 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,268 | quarkusio/quarkus/2868/2867 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/2867 | https://github.com/quarkusio/quarkus/pull/2868 | https://github.com/quarkusio/quarkus/pull/2868 | 1 | fixes | e.printStackTrace() in TransactionalInterceptorBase | **Describe the bug**
In da8212107dd210ebc0207273a755e4f3686ca82b e.printStackTrace() was added in TransactionalInterceptorBase#handleExceptionNoThrow(). Now every exception that causes a transaction rollback is printed in the log.
I assume this was added for debugging and then was committed accidentally. So just re... | 8c9b9fcca5cd7df420609ef4cdfd3f02b89da50c | fef1926e65377083032c34abf8b2ba342c7e8f34 | https://github.com/quarkusio/quarkus/compare/8c9b9fcca5cd7df420609ef4cdfd3f02b89da50c...fef1926e65377083032c34abf8b2ba342c7e8f34 | diff --git a/extensions/narayana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/interceptor/TransactionalInterceptorBase.java b/extensions/narayana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/interceptor/TransactionalInterceptorBase.java
index 218f38c288b..fb4377d6e53 100644
--- a/extensions/na... | ['extensions/narayana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/interceptor/TransactionalInterceptorBase.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 3,720,941 | 716,600 | 96,561 | 1,032 | 29 | 4 | 1 | 1 | 933 | 118 | 208 | 24 | 0 | 0 | 2019-06-18T04:04:30 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,269 | quarkusio/quarkus/2864/2861 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/2861 | https://github.com/quarkusio/quarkus/pull/2864 | https://github.com/quarkusio/quarkus/pull/2864 | 1 | resolves | Instance.destroy() - support client proxies | Currently, we only support `@Dependent` contextual instances. | 7f959a5afe0b8b5f894e10f35215aef1857b46b7 | 3dd175aeadd789aff56c33c440d0e2d9f308d7c0 | https://github.com/quarkusio/quarkus/compare/7f959a5afe0b8b5f894e10f35215aef1857b46b7...3dd175aeadd789aff56c33c440d0e2d9f308d7c0 | diff --git a/extensions/arc/runtime/src/main/java/io/quarkus/arc/runtime/ClientProxyUnwrapper.java b/extensions/arc/runtime/src/main/java/io/quarkus/arc/runtime/ClientProxyUnwrapper.java
index 83adb8a6732..0a9e3e44d55 100644
--- a/extensions/arc/runtime/src/main/java/io/quarkus/arc/runtime/ClientProxyUnwrapper.java
+++... | ['independent-projects/arc/runtime/src/main/java/io/quarkus/arc/ClientProxy.java', 'independent-projects/arc/tests/src/test/java/io/quarkus/arc/test/clientproxy/ClientProxyGetContextualInstanceTest.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/ClientProxyGenerator.java', 'independent... | {'.java': 7} | 7 | 7 | 0 | 0 | 7 | 3,720,002 | 716,415 | 96,542 | 1,032 | 1,664 | 301 | 31 | 4 | 61 | 7 | 13 | 1 | 0 | 0 | 2019-06-17T19:19: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 |
3,271 | quarkusio/quarkus/2849/2848 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/2848 | https://github.com/quarkusio/quarkus/pull/2849 | https://github.com/quarkusio/quarkus/pull/2849 | 1 | fixes | ConcurrentModificationException in TransactionEntityManagers.getEntityManager | **Describe the bug**
I get `ConcurrentModificationException` at the start of a `ab` (https://httpd.apache.org/docs/2.4/programs/ab.html) benchmark session if the benchmarked REST endpoint needs database access. The issue only seems to appear if a concurrency level > 4 (i.e. `ab -c 5`) is used for the benchmark and `... | 931368d38d53764c80d525b7544e7d4bfb41b779 | 87e8e5e9b8eebcd60b09e253d45ae8a7a0a16f1b | https://github.com/quarkusio/quarkus/compare/931368d38d53764c80d525b7544e7d4bfb41b779...87e8e5e9b8eebcd60b09e253d45ae8a7a0a16f1b | diff --git a/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/TransactionEntityManagers.java b/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/TransactionEntityManagers.java
index 056d4c63a6a..69407b17021 100644
--- a/extensions/hibernate-orm/runtime/src/ma... | ['extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/TransactionEntityManagers.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 3,720,912 | 716,596 | 96,560 | 1,032 | 1,302 | 213 | 24 | 1 | 12,206 | 587 | 2,851 | 166 | 3 | 2 | 2019-06-16T12:48:57 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
3,272 | quarkusio/quarkus/2741/2728 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/2728 | https://github.com/quarkusio/quarkus/pull/2741 | https://github.com/quarkusio/quarkus/pull/2741 | 1 | fix | Improper shutdown exception | Upon quarkus:dev mode shutdown via CTRL+C, I receive the following error
```
mvn compile quarkus:dev
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------------< org.issue_2482:reproducer >----------------------
[INFO] Building reproducer 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]-----... | 5e6b4acfe997041fa6d41d9cec4f5cb2b4cf7bbd | a3d9bbdbe5405909f3c15015806d456f4f7a1fb8 | https://github.com/quarkusio/quarkus/compare/5e6b4acfe997041fa6d41d9cec4f5cb2b4cf7bbd...a3d9bbdbe5405909f3c15015806d456f4f7a1fb8 | diff --git a/core/runtime/src/main/java/io/quarkus/runtime/CleanableExecutor.java b/core/runtime/src/main/java/io/quarkus/runtime/CleanableExecutor.java
index b5d5db18aef..8857bf9da43 100644
--- a/core/runtime/src/main/java/io/quarkus/runtime/CleanableExecutor.java
+++ b/core/runtime/src/main/java/io/quarkus/runtime/Cl... | ['core/runtime/src/main/java/io/quarkus/runtime/CleanableExecutor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 4,012,284 | 782,947 | 104,184 | 1,009 | 482 | 88 | 11 | 1 | 3,365 | 230 | 915 | 56 | 1 | 2 | 2019-06-06T02:33: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 |
3,273 | quarkusio/quarkus/2740/2703 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/2703 | https://github.com/quarkusio/quarkus/pull/2740 | https://github.com/quarkusio/quarkus/pull/2740 | 1 | fixes | NPE in new QuarkusExceptionHandler | Just got that for an async jaxrs exception:
```
Jun 04, 2019 11:25:49 AM io.quarkus.undertow.runtime.QuarkusExceptionHandler handleThrowable
ERROR: Exception handling request dbe37070-88d5-4cda-b7a1-e41998dcc160-1 to /@QuarkusError
java.lang.RuntimeException: java.lang.NullPointerException
at io.undertow.servle... | 5e6b4acfe997041fa6d41d9cec4f5cb2b4cf7bbd | fa2937192139f2d827e5f1dea5eb90f4cc83e7be | https://github.com/quarkusio/quarkus/compare/5e6b4acfe997041fa6d41d9cec4f5cb2b4cf7bbd...fa2937192139f2d827e5f1dea5eb90f4cc83e7be | diff --git a/extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/QuarkusErrorServlet.java b/extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/QuarkusErrorServlet.java
index 86ec0a51aeb..a78bbb9a633 100644
--- a/extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/Q... | ['extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/QuarkusErrorServlet.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 4,012,284 | 782,947 | 104,184 | 1,009 | 417 | 82 | 8 | 1 | 3,849 | 131 | 902 | 49 | 0 | 1 | 2019-06-06T01:45: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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.