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,253
quarkusio/quarkus/3125/3091
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3091
https://github.com/quarkusio/quarkus/pull/3125
https://github.com/quarkusio/quarkus/pull/3125
1
fixes
No redirect to index.html in subdirectory when running as uberjar
**Describe the bug** I have a custom index.html in my /src/main/resources/META-INF/resources/subdirectory/ directory. I get automaticly redirected to this index.html, when I run the quarkus using quarkus:dev, and access localhost:8080/subdirectory. Running as uberjar, when I try to access the "localhost:8080/subdir...
83354368cf1eb8bac61b68d3de17bccb7c85a2b0
2234e3e6014d5b6f971d05b824d5c5536a4f1378
https://github.com/quarkusio/quarkus/compare/83354368cf1eb8bac61b68d3de17bccb7c85a2b0...2234e3e6014d5b6f971d05b824d5c5536a4f1378
diff --git a/extensions/undertow/deployment/src/main/java/io/quarkus/undertow/deployment/UndertowStaticResourcesBuildStep.java b/extensions/undertow/deployment/src/main/java/io/quarkus/undertow/deployment/UndertowStaticResourcesBuildStep.java index bdc6a79c615..251fef00654 100644 --- a/extensions/undertow/deployment/sr...
['extensions/undertow/deployment/src/main/java/io/quarkus/undertow/deployment/UndertowStaticResourcesBuildStep.java']
{'.java': 1}
1
1
0
0
1
3,795,697
731,239
98,516
1,049
110
16
2
1
1,420
183
390
33
0
0
2019-07-06T09:56: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,239
quarkusio/quarkus/3508/3462
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3462
https://github.com/quarkusio/quarkus/pull/3508
https://github.com/quarkusio/quarkus/pull/3508
2
fixes
TypeNotPresentException during entity augmentation
**Describe the bug** I'm seeing Maven build failures from the package phase (and later phases) due to entity class augmentation failures. **Expected behavior** Jar files are created for the project. **Actual behavior** No jar files are created. This is failing on an entity that is catching a `NoResultExceptio...
2c7975034ad4ac02513d1b6af38e53cf5a3d73a7
1d97e23526eeac603dccc1fdbc7368fc1c70bf19
https://github.com/quarkusio/quarkus/compare/2c7975034ad4ac02513d1b6af38e53cf5a3d73a7...1d97e23526eeac603dccc1fdbc7368fc1c70bf19
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/QuarkusClassWriter.java b/core/deployment/src/main/java/io/quarkus/deployment/QuarkusClassWriter.java index 198829dc44c..1b32a46a504 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/QuarkusClassWriter.java +++ b/core/deployment/src/main/ja...
['extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateEntityEnhancer.java', 'core/deployment/src/main/java/io/quarkus/deployment/QuarkusClassWriter.java']
{'.java': 2}
2
2
0
0
2
4,285,583
829,949
110,603
1,117
351
84
8
2
2,382
280
588
39
0
2
2019-08-14T07:42: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,230
quarkusio/quarkus/3736/3730
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3730
https://github.com/quarkusio/quarkus/pull/3736
https://github.com/quarkusio/quarkus/pull/3736
1
fixes
[Jaeger] Metrics are wrongly added to base metrics
**Describe the bug** The Jaeger metrics are displayed as **base** metrics, but they should be **vendor** metrics as **base** metrics should only be the one listed on the [MP metrics specification](https://github.com/eclipse/microprofile-metrics/blob/master/spec/src/main/asciidoc/required-metrics.adoc) **Expected be...
9bf8398e45107a31588437e7912c3c60a9c2c62c
8cb8704cf42c7bca8c9bbbd6028dd8b6bc6978e8
https://github.com/quarkusio/quarkus/compare/9bf8398e45107a31588437e7912c3c60a9c2c62c...8cb8704cf42c7bca8c9bbbd6028dd8b6bc6978e8
diff --git a/extensions/jaeger/runtime/src/main/java/io/quarkus/jaeger/runtime/QuarkusJaegerMetricsFactory.java b/extensions/jaeger/runtime/src/main/java/io/quarkus/jaeger/runtime/QuarkusJaegerMetricsFactory.java index 03897450fe3..d28a1f02326 100644 --- a/extensions/jaeger/runtime/src/main/java/io/quarkus/jaeger/runti...
['extensions/jaeger/runtime/src/main/java/io/quarkus/jaeger/runtime/QuarkusJaegerMetricsFactory.java']
{'.java': 1}
1
1
0
0
1
4,603,547
888,206
118,236
1,182
159
33
2
1
976
125
230
21
1
0
2019-08-27T12:10:34
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,231
quarkusio/quarkus/3712/3710
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3710
https://github.com/quarkusio/quarkus/pull/3712
https://github.com/quarkusio/quarkus/pull/3712
1
fixes
[Smallrye Metrics] Some memory pool metrics are missing
**Describe the bug** When using quarkus-smallrye-metric extension, some memory pool metrics are missing. Looking at the code in `SmallRyeMetricsRecorder.memoryPoolMetrics` it registers metrics for all pools. Running Java 11 I have the following pools ``` CodeHeap 'non-nmethods' Metaspace Compressed Class Space...
5ca74add8aac8534bee45204bf814257c3097bb0
96b8cebb735786cf1b367dc9534b41f0f2129789
https://github.com/quarkusio/quarkus/compare/5ca74add8aac8534bee45204bf814257c3097bb0...96b8cebb735786cf1b367dc9534b41f0f2129789
diff --git a/extensions/smallrye-metrics/runtime/src/main/java/io/quarkus/smallrye/metrics/runtime/SmallRyeMetricsRecorder.java b/extensions/smallrye-metrics/runtime/src/main/java/io/quarkus/smallrye/metrics/runtime/SmallRyeMetricsRecorder.java index d5f1bdac04d..ed09afc43f7 100644 --- a/extensions/smallrye-metrics/run...
['extensions/smallrye-metrics/runtime/src/main/java/io/quarkus/smallrye/metrics/runtime/SmallRyeMetricsRecorder.java']
{'.java': 1}
1
1
0
0
1
4,408,065
853,195
113,993
1,155
671
124
10
1
1,453
179
395
42
0
2
2019-08-26T15:46: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,232
quarkusio/quarkus/3701/3409
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3409
https://github.com/quarkusio/quarkus/pull/3701
https://github.com/quarkusio/quarkus/pull/3701
1
fixes
Build failure on hot reload [Development environment]
**Bug Description** In the application.properties, I'm using the wildcard to config database user, password, url... for 2 environments (dev, prod) examples: - %dev.quarkus.datasource.password=xxxxxxxx - %prod.quarkus.datasource.password=xxxxxxxx In the development environment using `mvnw compile quarkus:dev:...
9430e89910aa16b771e1caa06c1ec09ab2562774
99f5b697bf9764b34906602860a8b315e891f652
https://github.com/quarkusio/quarkus/compare/9430e89910aa16b771e1caa06c1ec09ab2562774...99f5b697bf9764b34906602860a8b315e891f652
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 97da87b9aa3..f264b68200f 100644 --- a/core/devmode/src/main/java/io/quarkus/dev/DevModeMain.java +++ b/core/devmode/src/main/java/io/quarkus/dev/DevModeMain.java @@ -255,9 +255,12 @...
['core/runtime/src/main/java/io/quarkus/runtime/Application.java', 'core/devmode/src/main/java/io/quarkus/dev/DevModeMain.java']
{'.java': 2}
2
2
0
0
2
4,406,591
852,912
113,953
1,154
655
117
17
2
4,732
274
1,123
75
0
1
2019-08-26T08:39:27
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,233
quarkusio/quarkus/3683/3681
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3681
https://github.com/quarkusio/quarkus/pull/3683
https://github.com/quarkusio/quarkus/pull/3683
1
fixes
CORS Allowed-Headers shouldn't be case sensitive
**Describe the bug** CORS config `quarkus.http.cors.headers` shouldn't be case sensitive, since [HTTP headers are case-insensitive](https://tools.ietf.org/html/rfc2616#section-4.2). **Expected behavior** Setting `quarkus.http.cors.headers=Content-Type` on `application.properties` should cause [pre-flight `OPTIONS...
2f519a49cdb6ecfa81874e9e1cb7a4d6423c3a23
6194bf9ff08cee3c405a3f8ea017260ed8e8cb38
https://github.com/quarkusio/quarkus/compare/2f519a49cdb6ecfa81874e9e1cb7a4d6423c3a23...6194bf9ff08cee3c405a3f8ea017260ed8e8cb38
diff --git a/extensions/vertx-web/runtime/src/main/java/io/quarkus/vertx/web/runtime/cors/CORSFilter.java b/extensions/vertx-web/runtime/src/main/java/io/quarkus/vertx/web/runtime/cors/CORSFilter.java index 05810ec5170..74460bcda01 100644 --- a/extensions/vertx-web/runtime/src/main/java/io/quarkus/vertx/web/runtime/cor...
['extensions/vertx-web/runtime/src/main/java/io/quarkus/vertx/web/runtime/cors/CORSFilter.java']
{'.java': 1}
1
1
0
0
1
4,453,994
861,813
115,247
1,166
3,127
511
49
1
1,480
128
365
28
4
1
2019-08-24T08:42: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,234
quarkusio/quarkus/3613/3448
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3448
https://github.com/quarkusio/quarkus/pull/3613
https://github.com/quarkusio/quarkus/pull/3613
2
fixes
Cleanup on live reload also removes generated classes
**Describe the bug** Generated classes are removed during live reload. **Expected behavior** Generated classes are not deleted. **To Reproduce** Steps to reproduce the behavior: 1. `git clone https://github.com/antoniomacri/quarkus-rocker-class-cleanup.git` 2. `mvn install` 3. `ll target/classes/views` -> ...
184ce49db24a76ffed6129dc58d18c213aaabe57
1dfc5850b250818d48c8f9306252cabb1a1cb8e2
https://github.com/quarkusio/quarkus/compare/184ce49db24a76ffed6129dc58d18c213aaabe57...1dfc5850b250818d48c8f9306252cabb1a1cb8e2
diff --git a/core/devmode/src/main/java/io/quarkus/dev/RuntimeUpdatesProcessor.java b/core/devmode/src/main/java/io/quarkus/dev/RuntimeUpdatesProcessor.java index 064b89633b2..65280e047e2 100644 --- a/core/devmode/src/main/java/io/quarkus/dev/RuntimeUpdatesProcessor.java +++ b/core/devmode/src/main/java/io/quarkus/dev/...
['core/devmode/src/main/java/io/quarkus/dev/RuntimeUpdatesProcessor.java']
{'.java': 1}
1
1
0
0
1
4,342,000
840,347
112,253
1,136
663
101
10
1
570
66
162
18
2
0
2019-08-21T11:45:43
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,235
quarkusio/quarkus/3601/3596
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3596
https://github.com/quarkusio/quarkus/pull/3601
https://github.com/quarkusio/quarkus/pull/3601
1
fixes
MicroProfile JWT application works with Payara Micro, Thorntail, TomEE and fails with Quarkus
Hello, I am working on adding Quarkus runtime to https://start.microprofile.io/ project generator, [MicroProfile Starter issue 195](https://github.com/eclipse/microprofile-starter/issues/195), [Quarkus issue 1310](https://github.com/quarkusio/quarkus/issues/1310). I seem to be having a weird issue with our JWT examp...
61f8ad9ceba93bf282d41129ba9a1e9c54ca571d
bb5699450a49bea1990b15c02f20be1e6f7a538b
https://github.com/quarkusio/quarkus/compare/61f8ad9ceba93bf282d41129ba9a1e9c54ca571d...bb5699450a49bea1990b15c02f20be1e6f7a538b
diff --git a/extensions/smallrye-jwt/deployment/src/test/java/io/quarkus/jwt/test/JwtCallerPrincipalUnitTest.java b/extensions/smallrye-jwt/deployment/src/test/java/io/quarkus/jwt/test/JwtCallerPrincipalUnitTest.java index 4ebdad105f5..9ee3c7c28bf 100644 --- a/extensions/smallrye-jwt/deployment/src/test/java/io/quarkus...
['extensions/smallrye-jwt/deployment/src/test/java/io/quarkus/jwt/test/JwtCallerPrincipalUnitTest.java', 'extensions/smallrye-jwt/runtime/src/main/java/io/quarkus/smallrye/jwt/runtime/auth/ElytronJwtCallerPrincipal.java']
{'.java': 2}
2
2
0
0
2
4,301,579
832,643
111,090
1,124
430
85
14
1
12,245
626
2,889
161
9
31
2019-08-20T16:36:32
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,236
quarkusio/quarkus/3597/2063
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2063
https://github.com/quarkusio/quarkus/pull/3597
https://github.com/quarkusio/quarkus/pull/3597
1
fixes
QuarkusNative now depends on Docker while building from Gradle?
This is kinda of a question more than a bug report or something. I was able to successfully try to use quarkus `0.13.1` to build a sample application, but what I found strange is that even though I have set (as I did in `0.12.0`) the `GRAALVM_HOME` variable, now it is using docker to build the application. Is there...
4fdfa0dba34267a8733626f6dbbd8bac2ed77274
dd6b89a1ec5ee2c4503a2a51097bcb0000c46c3e
https://github.com/quarkusio/quarkus/compare/4fdfa0dba34267a8733626f6dbbd8bac2ed77274...dd6b89a1ec5ee2c4503a2a51097bcb0000c46c3e
diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusNative.java b/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusNative.java index 8ec05064312..b8d0ade47a1 100644 --- a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusNative.java +++ b/devtools/gradle/src/main/java/io/qua...
['devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusNative.java']
{'.java': 1}
1
1
0
0
1
4,300,950
832,576
111,089
1,124
86
15
2
1
394
73
98
4
0
0
2019-08-20T13:07:32
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,237
quarkusio/quarkus/3570/3565
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3565
https://github.com/quarkusio/quarkus/pull/3570
https://github.com/quarkusio/quarkus/pull/3570
1
fixes
Add META-INF/io.netty.versions.properties to the uberJar ignore list
> [WARNING] [io.quarkus.creator.phase.runnerjar.RunnerJarPhase] Duplicate entry META-INF/io.netty.versions.properties entry from io.netty:netty-handler::jar:4.1.34.Final(compile) will be ignored. Existing file was provided by io.netty:netty-codec::jar:4.1.34.Final(compile) > [WARNING] [io.quarkus.creator.phase.runnerj...
e51ecb98b252168c404560af476049442323db2b
d30e8a5a135f9ea57b2d94777e714957278669b5
https://github.com/quarkusio/quarkus/compare/e51ecb98b252168c404560af476049442323db2b...d30e8a5a135f9ea57b2d94777e714957278669b5
diff --git a/core/creator/src/main/java/io/quarkus/creator/phase/runnerjar/RunnerJarPhase.java b/core/creator/src/main/java/io/quarkus/creator/phase/runnerjar/RunnerJarPhase.java index ebb7980c50b..0e0eb4d3683 100644 --- a/core/creator/src/main/java/io/quarkus/creator/phase/runnerjar/RunnerJarPhase.java +++ b/core/crea...
['core/creator/src/main/java/io/quarkus/creator/phase/runnerjar/RunnerJarPhase.java']
{'.java': 1}
1
1
0
0
1
4,289,292
830,328
110,773
1,120
53
10
1
1
824
54
232
3
0
0
2019-08-19T12:16:27
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,238
quarkusio/quarkus/3561/3560
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3560
https://github.com/quarkusio/quarkus/pull/3561
https://github.com/quarkusio/quarkus/pull/3561
1
fixes
java.nio.file.NoSuchFileException thrown for string delimited with ':' (path) supplied by Gradle when multiple source path used (e.g. Kotlin of generated sourceSet)
**Describe the bug** java.nio.file.NoSuchFileException thrown for string delimited with ':' (path) supplied by Gradle when multiple source path used (e.g. Kotlin of generated sourceSet). **To Reproduce** Steps to reproduce the behavior: 1. `git clone -b quarkus-spring-mvc git@github.com:soberich/marvel.git` 2. ...
19a6067c0fb40710e8ad90839257b38d8e7ee798
d6a9b6ba7b3c5607fc1fa467481f5fa8e1de3397
https://github.com/quarkusio/quarkus/compare/19a6067c0fb40710e8ad90839257b38d8e7ee798...d6a9b6ba7b3c5607fc1fa467481f5fa8e1de3397
diff --git a/core/devmode/src/main/java/io/quarkus/dev/RuntimeUpdatesProcessor.java b/core/devmode/src/main/java/io/quarkus/dev/RuntimeUpdatesProcessor.java index 65280e047e2..d2284fd27ad 100644 --- a/core/devmode/src/main/java/io/quarkus/dev/RuntimeUpdatesProcessor.java +++ b/core/devmode/src/main/java/io/quarkus/dev/...
['core/devmode/src/main/java/io/quarkus/dev/RuntimeUpdatesProcessor.java']
{'.java': 1}
1
1
0
0
1
4,343,964
840,734
112,306
1,137
4,340
657
62
1
1,666
77
401
26
0
1
2019-08-18T21:48: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,240
quarkusio/quarkus/3504/3505
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3505
https://github.com/quarkusio/quarkus/pull/3504
https://github.com/quarkusio/quarkus/pull/3504
1
fixes
Kubernetes client extension native: IntOrString$Serializer has no default (no arg) constructor
**Describe the bug** I have a Quarkus app which manipulates K8s resources using the standard extension for the Fabric8 client. It works fine in OpenJDK. When I run it in native mode, I get a cryptic error from Jackson. Vaguely reminiscent of #3077, but distinct, and not due to use of watches. **Expected behavi...
a862426165200141c234429e9a691744637f3481
162723b33983c6232d341068eb9120953db98cb9
https://github.com/quarkusio/quarkus/compare/a862426165200141c234429e9a691744637f3481...162723b33983c6232d341068eb9120953db98cb9
diff --git a/extensions/kubernetes-client/deployment/src/main/java/io/quarkus/kubernetes/client/deployment/KubernetesClientProcessor.java b/extensions/kubernetes-client/deployment/src/main/java/io/quarkus/kubernetes/client/deployment/KubernetesClientProcessor.java index 12726d30cc9..87867ae9f50 100644 --- a/extensions/...
['extensions/kubernetes-client/deployment/src/main/java/io/quarkus/kubernetes/client/deployment/KubernetesClientProcessor.java']
{'.java': 1}
1
1
0
0
1
4,285,718
829,983
110,609
1,117
474
87
8
1
8,659
367
1,834
124
0
4
2019-08-13T21:58: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,250
quarkusio/quarkus/3220/3218
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3218
https://github.com/quarkusio/quarkus/pull/3220
https://github.com/quarkusio/quarkus/pull/3220
1
fixes
Generated application.properties.example doesn't include CORS property
**Describe the bug** When generating an example application.properties files the `quarkus.http.cors` entry is missing. The other cors related entries are present as expected (i.e. `quarkus.http.cors.exposed-headers`). **Expected behavior** I would expect the example file to include all the available possible p...
4e5409d193a1d9aa5f9fb2eae6188bc7f90d0ad0
7c11227eac1411d8a7baf0cdb29013512ed65be6
https://github.com/quarkusio/quarkus/compare/4e5409d193a1d9aa5f9fb2eae6188bc7f90d0ad0...7c11227eac1411d8a7baf0cdb29013512ed65be6
diff --git a/core/creator/src/main/java/io/quarkus/creator/phase/generateconfig/GenerateConfigPhase.java b/core/creator/src/main/java/io/quarkus/creator/phase/generateconfig/GenerateConfigPhase.java index 19f5f5cdfd0..7ac54ba30b4 100644 --- a/core/creator/src/main/java/io/quarkus/creator/phase/generateconfig/GenerateCo...
['core/creator/src/main/java/io/quarkus/creator/phase/generateconfig/GenerateConfigPhase.java', 'core/deployment/src/main/java/io/quarkus/deployment/steps/ConfigDescriptionBuildStep.java', 'extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/HttpBuildConfig.java']
{'.java': 3}
3
3
0
0
3
4,155,386
805,072
107,846
1,104
498
92
8
3
1,500
153
442
30
0
1
2019-07-14T12:40:52
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,241
quarkusio/quarkus/3490/3225
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3225
https://github.com/quarkusio/quarkus/pull/3490
https://github.com/quarkusio/quarkus/pull/3490
1
fix
NPE when trying to build a maven module that has no src folder
``` [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:0.19.1:build (default) on project behavior-definition: Failed to build a runnable JAR: Failed to build a runner jar: NullPointerException -> [Help 1] ``` Error handling should be improved here. Cause: the module had no src folder structure defin...
aff962e4bdb0d8e95056dd1013cd6a3ec09d03ca
8b19c7ae1126cdcc3bbd7e648d6a27f2aa423edb
https://github.com/quarkusio/quarkus/compare/aff962e4bdb0d8e95056dd1013cd6a3ec09d03ca...8b19c7ae1126cdcc3bbd7e648d6a27f2aa423edb
diff --git a/core/creator/src/main/java/io/quarkus/creator/phase/augment/AugmentPhase.java b/core/creator/src/main/java/io/quarkus/creator/phase/augment/AugmentPhase.java index ebef51df795..13531a254fb 100644 --- a/core/creator/src/main/java/io/quarkus/creator/phase/augment/AugmentPhase.java +++ b/core/creator/src/main...
['core/creator/src/main/java/io/quarkus/creator/phase/augment/AugmentPhase.java']
{'.java': 1}
1
1
0
0
1
4,276,941
828,358
110,354
1,118
785
144
17
1
322
43
77
7
0
1
2019-08-12T16:04: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,242
quarkusio/quarkus/3487/3486
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3486
https://github.com/quarkusio/quarkus/pull/3487
https://github.com/quarkusio/quarkus/pull/3487
1
fixes
Hot reload: the sources encoding used during recompilation should be dynamic
**Describe the bug** Since #3467 got fixed, we're using a hardcoded `UTF-8` encoding during a hot reload compilation. **Expected behavior** Ideally, the encoding should come dynamically from the `project.build.sourceEncoding` Maven property or a Gradle equivalent.
d79248f9a5ecece092e3b5b5357257e4314c1337
64a97e2b7abcd89d53b7672301f0350a630fb143
https://github.com/quarkusio/quarkus/compare/d79248f9a5ecece092e3b5b5357257e4314c1337...64a97e2b7abcd89d53b7672301f0350a630fb143
diff --git a/core/devmode/src/main/java/io/quarkus/dev/ClassLoaderCompiler.java b/core/devmode/src/main/java/io/quarkus/dev/ClassLoaderCompiler.java index b1cd0b2fce4..bd0b58c0a17 100644 --- a/core/devmode/src/main/java/io/quarkus/dev/ClassLoaderCompiler.java +++ b/core/devmode/src/main/java/io/quarkus/dev/ClassLoaderC...
['devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java', 'core/devmode/src/main/java/io/quarkus/dev/CompilationProvider.java', 'core/devmode/src/main/java/io/quarkus/dev/ClassLoaderCompiler.java', 'core/devmode/src/main/java/io/quarkus/dev/JavaCompilationProvider.java', 'devtools/maven/src/main/java/io...
{'.java': 6}
6
6
0
0
6
4,275,752
828,159
110,330
1,118
1,854
313
47
6
269
35
57
5
0
0
2019-08-12T13:02: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,243
quarkusio/quarkus/3480/3331
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3331
https://github.com/quarkusio/quarkus/pull/3480
https://github.com/quarkusio/quarkus/pull/3480
1
closes
NPE when using io.quarkus.cli.commands.CreateProject.doCreateProject() on native image
**Describe the bug** Having NPE when using when using io.quarkus.cli.commands.CreateProject.doCreateProject() on native image. I suppose the template are not automatically included ``` 2019-07-25 11:42:30,588 ERROR [io.und.req.io] (executor-thread-1) Exception handling request de13b80e-5c67-479a-bd61-b2c9b73ba68d-...
deb067251db1fadb5527c5baa737dc897df41084
826ffdbf5c9fb8dd909e41fc9418e9940dab809f
https://github.com/quarkusio/quarkus/compare/deb067251db1fadb5527c5baa737dc897df41084...826ffdbf5c9fb8dd909e41fc9418e9940dab809f
diff --git a/devtools/common/src/main/java/io/quarkus/generators/rest/BasicRestProjectGenerator.java b/devtools/common/src/main/java/io/quarkus/generators/rest/BasicRestProjectGenerator.java index bd9c600c8f7..dacd619630b 100644 --- a/devtools/common/src/main/java/io/quarkus/generators/rest/BasicRestProjectGenerator.ja...
['devtools/common/src/main/java/io/quarkus/generators/rest/BasicRestProjectGenerator.java']
{'.java': 1}
1
1
0
0
1
4,275,365
828,102
110,322
1,118
942
137
14
1
11,106
397
2,580
138
1
2
2019-08-12T08:52: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,244
quarkusio/quarkus/3469/3468
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3468
https://github.com/quarkusio/quarkus/pull/3469
https://github.com/quarkusio/quarkus/pull/3469
1
fixes
Superfluous metrics are being created from SmallRye internal classes
Classes in `io.smallrye.metrics.interceptors` package are annotated in a way that when scanned as application classes, some metrics will be created out of them, but these are internal classes and are not meant to be scanned for metric annotations. This means we register some metrics unnecessarily, which hinders perform...
5de2bedd081f7248a6dfac994a0e9967049c4da2
a4b265da08e286522bf4d594c37c75fedd0f5953
https://github.com/quarkusio/quarkus/compare/5de2bedd081f7248a6dfac994a0e9967049c4da2...a4b265da08e286522bf4d594c37c75fedd0f5953
diff --git a/extensions/smallrye-metrics/deployment/src/main/java/io/quarkus/smallrye/metrics/deployment/SmallRyeMetricsProcessor.java b/extensions/smallrye-metrics/deployment/src/main/java/io/quarkus/smallrye/metrics/deployment/SmallRyeMetricsProcessor.java index 197cd1bffda..13af72d2877 100644 --- a/extensions/smallr...
['extensions/smallrye-metrics/deployment/src/main/java/io/quarkus/smallrye/metrics/deployment/SmallRyeMetricsProcessor.java', 'integration-tests/main/src/test/java/io/quarkus/it/main/MetricsTestCase.java']
{'.java': 2}
2
2
0
0
2
4,252,085
823,575
109,728
1,111
581
87
8
1
1,607
110
340
16
0
1
2019-08-09T11:26: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
3,245
quarkusio/quarkus/3464/2786
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2786
https://github.com/quarkusio/quarkus/pull/3464
https://github.com/quarkusio/quarkus/pull/3464
1
fixes
--docker-build flag seems to have no effect with Gradle plugin
Since 0.15.0 version, when buildNative gradle task is invoked it asks for GRAALVM_HOME environment variable regardless of whether it is being run with --docker-build=true or --docker-build=false **Expected behavior** I would expect the build to not require GRAALVM_HOME set when using docker image as a build environ...
5de2bedd081f7248a6dfac994a0e9967049c4da2
7050ff1058b1f60a49fb5cc95cc108c7cf62fdf4
https://github.com/quarkusio/quarkus/compare/5de2bedd081f7248a6dfac994a0e9967049c4da2...7050ff1058b1f60a49fb5cc95cc108c7cf62fdf4
diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusNative.java b/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusNative.java index 40fe7119d11..8ec05064312 100644 --- a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusNative.java +++ b/devtools/gradle/src/main/java/io/qua...
['devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusNative.java']
{'.java': 1}
1
1
0
0
1
4,252,085
823,575
109,728
1,111
229
52
3
1
725
97
207
12
0
0
2019-08-08T19:59:23
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,246
quarkusio/quarkus/3421/3419
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3419
https://github.com/quarkusio/quarkus/pull/3421
https://github.com/quarkusio/quarkus/pull/3421
2
fixes
OAuth2IdentityManager.verify(String id, Credential credential) - infinite loop
OAuth2IdentityManager.verify(String id, Credential credential) has infinite loop / recursive call. link to code: https://github.com/quarkusio/quarkus/blob/master/extensions/elytron-security-oauth2/runtime/src/main/java/io/quarkus/elytron/security/oauth2/runtime/auth/OAuth2IdentityManager.java#L31 @loicmathieu sho...
76f6ac5b312d9c2a872c9305501f37234a117ee9
9bc7197f215b021cf0e85ececdd877fd4dc5987e
https://github.com/quarkusio/quarkus/compare/76f6ac5b312d9c2a872c9305501f37234a117ee9...9bc7197f215b021cf0e85ececdd877fd4dc5987e
diff --git a/extensions/elytron-security-oauth2/runtime/src/main/java/io/quarkus/elytron/security/oauth2/runtime/auth/OAuth2IdentityManager.java b/extensions/elytron-security-oauth2/runtime/src/main/java/io/quarkus/elytron/security/oauth2/runtime/auth/OAuth2IdentityManager.java index d80f485dbc0..b876f10f978 100644 ---...
['extensions/elytron-security-oauth2/runtime/src/main/java/io/quarkus/elytron/security/oauth2/runtime/auth/OAuth2IdentityManager.java']
{'.java': 1}
1
1
0
0
1
4,239,678
821,224
109,470
1,111
63
11
2
1
411
26
95
5
1
0
2019-08-05T11:29: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,248
quarkusio/quarkus/3289/3268
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3268
https://github.com/quarkusio/quarkus/pull/3289
https://github.com/quarkusio/quarkus/pull/3289
1
fixes
Runtime artifact's POM repos aren't propagated to resolve the corresponding deployment deps
**Describe the bug** I'm testing camel extensions against the latest quarkus snapshot to validate the fix for https://github.com/quarkusio/quarkus/issues/3094 and when running the integration tests I see the following error: ``` [INFO] Running org.apache.camel.quarkus.core.CamelTest [ERROR] Tests run: 3, Failures...
d17007d596c18534329ae8c5558fa83d42074885
47ec84157c649848ea807681489d0cf74c190bf3
https://github.com/quarkusio/quarkus/compare/d17007d596c18534329ae8c5558fa83d42074885...47ec84157c649848ea807681489d0cf74c190bf3
diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/BootstrapAppModelResolver.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/BootstrapAppModelResolver.java index 3f1ba98fb0c..b6e7057a7ff 100644 --- a/independent-projects/bootstrap/core/src...
['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/MavenArtifactResolver.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/DeploymentInjectingDependencyVisitor.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/...
{'.java': 3}
3
3
0
0
3
4,165,606
807,575
108,194
1,114
12,966
2,474
188
3
2,430
238
685
43
2
5
2019-07-19T13:03: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
3,249
quarkusio/quarkus/3244/2907
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2907
https://github.com/quarkusio/quarkus/pull/3244
https://github.com/quarkusio/quarkus/pull/3244
2
fixes
OpenAPI with static files instead of annotation scanning
**Describe the bug** It seems that all the `microprofile-open-api` features are not supported yet by quarkus. One setup example: Add the config property `mp.openapi.scan.disable=true` and a static OpenAPI file in `src/main/resources/META-INF/openapi.yaml`. In that case, the `microprofile-open-api` annotation sc...
5f948526e88573eac8c713dcc3bd339f54ab3029
eaa55994e4410c939029f92357ade0bdb1cbb522
https://github.com/quarkusio/quarkus/compare/5f948526e88573eac8c713dcc3bd339f54ab3029...eaa55994e4410c939029f92357ade0bdb1cbb522
diff --git a/extensions/smallrye-openapi/deployment/src/main/java/io/quarkus/smallrye/openapi/deployment/SmallRyeOpenApiProcessor.java b/extensions/smallrye-openapi/deployment/src/main/java/io/quarkus/smallrye/openapi/deployment/SmallRyeOpenApiProcessor.java index 90aab3f5459..d2db855ac8d 100644 --- a/extensions/smallr...
['extensions/smallrye-openapi/deployment/src/main/java/io/quarkus/smallrye/openapi/deployment/SmallRyeOpenApiProcessor.java']
{'.java': 1}
1
1
0
0
1
4,144,182
803,286
107,569
1,110
15
5
1
1
2,523
276
652
75
5
4
2019-07-16T11:47: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,274
quarkusio/quarkus/2738/2726
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2726
https://github.com/quarkusio/quarkus/pull/2738
https://github.com/quarkusio/quarkus/pull/2738
1
fixes
Broken access in openapi and swagger-ui extensions
**Describe the bug** Openapi and swagger-ui intergrations are broken. https://github.com/quarkusio/quarkus-quickstarts/tree/master/using-openapi-swaggerui is also broken. It starts up, but /openapi endpoint and /swagger-ui respond with errors. **Expected behavior** Cool openapi and swagger pages, heh **Symptoms...
5e6b4acfe997041fa6d41d9cec4f5cb2b4cf7bbd
f2f38b4a184ca702290ca37c2ad47804ad3cc590
https://github.com/quarkusio/quarkus/compare/5e6b4acfe997041fa6d41d9cec4f5cb2b4cf7bbd...f2f38b4a184ca702290ca37c2ad47804ad3cc590
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 f78d8f5456a..dabdd16d6f0 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java @@ -280,8 +280,12 @...
['extensions/undertow/deployment/src/main/java/io/quarkus/undertow/deployment/UndertowStaticResourcesBuildStep.java', 'devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java']
{'.java': 2}
2
2
0
0
2
4,012,284
782,947
104,184
1,009
937
174
15
2
7,412
294
1,720
103
7
2
2019-06-06T00:50: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,275
quarkusio/quarkus/2733/2710
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2710
https://github.com/quarkusio/quarkus/pull/2733
https://github.com/quarkusio/quarkus/pull/2733
1
resolves
Shutdown task failed: java.lang.IllegalArgumentException - quarkus-hibernate-orm and quarkus-smallrye-fault-tolerance enabled
I see `java.lang.IllegalArgumentException` thrown at the end of test phase when `quarkus-hibernate-orm` and `quarkus-smallrye-fault-tolerance` are enabled. Stacktrace includes keywords like HystrixThreadEventStream and io.quarkus.smallrye.faulttolerance. This error message is present only if quarkus-hibernate-orm ex...
a7df99eaa4581c345adb939ebd8c40f744050063
6c719a957e1876ff538be9eb695257050d0e612b
https://github.com/quarkusio/quarkus/compare/a7df99eaa4581c345adb939ebd8c40f744050063...6c719a957e1876ff538be9eb695257050d0e612b
diff --git a/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/ArcCDIProvider.java b/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/ArcCDIProvider.java index 2b85487c527..166d5550fcf 100644 --- a/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/ArcCDIProvider.java +++ b/independe...
['independent-projects/arc/runtime/src/main/java/io/quarkus/arc/ArcCDIProvider.java']
{'.java': 1}
1
1
0
0
1
4,012,157
782,923
104,181
1,009
129
24
3
1
6,267
216
1,510
78
0
3
2019-06-05T13:48: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,276
quarkusio/quarkus/2713/2712
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2712
https://github.com/quarkusio/quarkus/pull/2713
https://github.com/quarkusio/quarkus/pull/2713
1
fixes
Trailing comma for extensions definition of `quarkus-maven-plugin:create` causes NPE
Trailing comma for extensions definition of `quarkus-maven-plugin:create` causes NPE and mvn command fail ``` mvn io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:create \\ -DprojectGroupId=io.quarkus.qe \\ -DprojectArtifactId=scenario-101-getting-started \\ -DprojectVersion=1.0.0-SNAPSHOT \\ -Dclas...
8d8436c50d708e0797be09d221e2e3aad4473de3
ecfb9787ce28637d88a3dd6d109434b37e44de23
https://github.com/quarkusio/quarkus/compare/8d8436c50d708e0797be09d221e2e3aad4473de3...ecfb9787ce28637d88a3dd6d109434b37e44de23
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 4ce1fefe547..1ccdbd9ab2b 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
4,011,616
782,801
104,156
1,009
312
57
6
1
1,746
146
432
34
1
2
2019-06-04T14:42: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,310
quarkusio/quarkus/1100/1099
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1099
https://github.com/quarkusio/quarkus/pull/1100
https://github.com/quarkusio/quarkus/pull/1100
1
fixes
Dev mode exception returns HTTP 200 reponse
If there is an build error in dev mode, the exception is returned in the body of a http response with HTTP 200 status code. I would have expected a HTTP 500 response code if the request failed due to a build error. The exception below triggered in release 0.9.1, but am not running into a build error with latest ...
d4f7abef42ea618cc4afbc8bb491b2be5499ea45
48cc5a4b01bbad65d5e55c4a6c4fb6ed281f083a
https://github.com/quarkusio/quarkus/compare/d4f7abef42ea618cc4afbc8bb491b2be5499ea45...48cc5a4b01bbad65d5e55c4a6c4fb6ed281f083a
diff --git a/devtools/maven/src/test/java/io/quarkus/maven/it/DevMojoIT.java b/devtools/maven/src/test/java/io/quarkus/maven/it/DevMojoIT.java index 5ece94a960f..c7457500f29 100644 --- a/devtools/maven/src/test/java/io/quarkus/maven/it/DevMojoIT.java +++ b/devtools/maven/src/test/java/io/quarkus/maven/it/DevMojoIT.java...
['extensions/undertow/deployment/src/main/java/io/quarkus/undertow/devmode/ReplacementDebugPage.java', 'devtools/maven/src/test/java/io/quarkus/maven/it/MojoTestBase.java', 'devtools/maven/src/test/java/io/quarkus/maven/it/DevMojoIT.java']
{'.java': 3}
3
3
0
0
3
3,735,348
742,755
99,098
868
37
7
1
1
4,357
230
1,013
55
1
2
2019-02-28T14:03: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
3,301
quarkusio/quarkus/1726/1725
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1725
https://github.com/quarkusio/quarkus/pull/1726
https://github.com/quarkusio/quarkus/pull/1726
1
fix
Fix mvn (and others?) project create which asks a misleading question
``` $ mvn io.quarkus:quarkus-maven-plugin:0.12.0:create Set the project groupId [org.acme.quarkus.sample]: Set the project artifactId [my-quarkus-project]: Set the Quarkus version [1.0-SNAPSHOT]: ``` I suppose it should be `Set the project version`
c6454ddbf6335bba5d6e17057851f3fd266756cc
dc64b413eefa9a44992056fab7253a2877fc0108
https://github.com/quarkusio/quarkus/compare/c6454ddbf6335bba5d6e17057851f3fd266756cc...dc64b413eefa9a44992056fab7253a2877fc0108
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 647935fd141..c34fa06ed7a 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
3,423,689
670,602
89,368
872
185
32
2
1
260
29
76
10
0
1
2019-03-28T10:54: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,302
quarkusio/quarkus/1682/1672
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1672
https://github.com/quarkusio/quarkus/pull/1682
https://github.com/quarkusio/quarkus/pull/1682
1
resolves
Should the CamelRuntimeProducer be marked as unremovable?
A user reported having this in his logs: ``` 2019-03-25 12:20:39,124 WARN [io.qua.arc.run.ArcDeploymentTemplate] (main) Bean matching class io.quarkus.camel.core.runtime.CamelRuntimeProducer was marked as unused and removed during build. Extensions can eliminate false positives using: - a custom UnremovableBea...
db6a0124e59ebd8e926b7a89216c78ff10621717
95d2a84455e11f8fc0c999f8445a12d7517424a7
https://github.com/quarkusio/quarkus/compare/db6a0124e59ebd8e926b7a89216c78ff10621717...95d2a84455e11f8fc0c999f8445a12d7517424a7
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/recording/BytecodeRecorderImpl.java b/core/deployment/src/main/java/io/quarkus/deployment/recording/BytecodeRecorderImpl.java index 381fd434841..4664f9e3add 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/recording/BytecodeRecorderImpl.ja...
['core/deployment/src/main/java/io/quarkus/deployment/recording/BytecodeRecorderImpl.java', 'extensions/camel/camel-core/deployment/src/main/java/io/quarkus/camel/core/deployment/CamelInitProcessor.java', 'extensions/netty/deployment/src/main/java/io/quarkus/netty/deployment/NettyProcessor.java', 'extensions/arc/deploy...
{'.java': 9}
9
9
0
0
9
3,373,322
660,965
88,001
857
8,613
1,589
179
9
469
51
114
9
0
1
2019-03-25T15:46: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,303
quarkusio/quarkus/1679/1668
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1668
https://github.com/quarkusio/quarkus/pull/1679
https://github.com/quarkusio/quarkus/pull/1679
1
fixes
@Timed and @Counted annotations fails when exceptions occurs
The following method with ```@Counted``` and ```@Timed``` annotations fails if any exception occurs during the invocation. For instance, if I want the method to throw a javax.ws.rs.NotFoundException in some cases, it doesn't work due to these annotations and I instead get a HTTP status 500. If I remove the annotations ...
7916051ebd26db37a8ce7311dd834fbc367e3648
2fbdb458a57ad9b305c1c4088af96cfb30b6ef96
https://github.com/quarkusio/quarkus/compare/7916051ebd26db37a8ce7311dd834fbc367e3648...2fbdb458a57ad9b305c1c4088af96cfb30b6ef96
diff --git a/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/Reflections.java b/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/Reflections.java index 3f5fa991150..36431dd2a79 100644 --- a/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/Reflections.java +++ b/independent-projec...
['independent-projects/arc/runtime/src/main/java/io/quarkus/arc/Reflections.java', 'integration-tests/main/src/test/java/io/quarkus/example/test/MetricsTestCase.java', 'integration-tests/main/src/main/java/io/quarkus/example/metrics/MetricsResource.java']
{'.java': 3}
3
3
0
0
3
3,295,863
645,651
85,855
840
609
100
9
1
11,901
404
2,650
135
0
5
2019-03-25T14:29:44
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,304
quarkusio/quarkus/1634/1633
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1633
https://github.com/quarkusio/quarkus/pull/1634
https://github.com/quarkusio/quarkus/pull/1634
1
fixes
Injection of @ConfigProperty double produces java.lang.ClassNotFoundException: double
If I add injection of a double field to the application-configuration quickstart solution GreetingResource: ```java @Path("/greeting") public class GreetingResource { @ConfigProperty(name = "greeting.message") String message; @ConfigProperty(name = "greeting.suffix", defaultValue="!") Strin...
4b43e2172439806216570e5bf3a91f62eba7c1c5
363ce5727aadad3015acbdaf03a1f3cbbec7cf40
https://github.com/quarkusio/quarkus/compare/4b43e2172439806216570e5bf3a91f62eba7c1c5...363ce5727aadad3015acbdaf03a1f3cbbec7cf40
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/recording/BytecodeRecorderImpl.java b/core/deployment/src/main/java/io/quarkus/deployment/recording/BytecodeRecorderImpl.java index 93e13c2c565..381fd434841 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/recording/BytecodeRecorderImpl.ja...
['core/test-extension/runtime/src/main/java/io/quarkus/extest/runtime/TestTemplate.java', 'core/test-extension/deployment/src/main/java/io/quarkus/extest/deployment/TestProcessor.java', 'core/deployment/src/main/java/io/quarkus/deployment/recording/BytecodeRecorderImpl.java']
{'.java': 3}
3
3
0
0
3
3,274,594
641,481
85,321
834
1,706
308
25
1
4,818
264
1,035
102
0
3
2019-03-22T05:18:44
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,305
quarkusio/quarkus/1464/1463
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1463
https://github.com/quarkusio/quarkus/pull/1464
https://github.com/quarkusio/quarkus/pull/1464
1
fixes
Hibernate missing reflection JoinedSubclassEntityPersister definition
The hibernate-orm extension does not define a constructor reflection for the JoinedSubclassEntityPersister class. This is required when using generic tables and class extension of entities.
370174f87d1440698a70198c408d83508a0186cc
20968be1f8b15f6233e192123ae60000a1361e21
https://github.com/quarkusio/quarkus/compare/370174f87d1440698a70198c408d83508a0186cc...20968be1f8b15f6233e192123ae60000a1361e21
diff --git a/extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateOrmReflections.java b/extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateOrmReflections.java index 753bebcd5dc..0c1e7ae669c 100644 --- a/extensions/hibernate-orm/deploy...
['extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateOrmReflections.java']
{'.java': 1}
1
1
0
0
1
3,156,938
620,256
82,286
808
220
48
2
1
190
25
36
1
0
0
2019-03-13T13:47: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,306
quarkusio/quarkus/1454/1433
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1433
https://github.com/quarkusio/quarkus/pull/1454
https://github.com/quarkusio/quarkus/pull/1454
1
resolves
Incorrect behaviour for @ApplicationScoped lifecycle events
To `application-lifecycle-events/src/main/java/org/acme/events/AppLifecycleBean.java` add methods ``` public void init (@Observes @Initialized(ApplicationScoped.class) Object init) { LOGGER.info("Init"); } public void shutdown(@Observes @Destroyed(ApplicationScoped.class) Object init) { ...
2368a06b1d8e9a3b73f254cc420fa963467f7cc2
a6a606dca3456be7263c15098aada9000e4c7022
https://github.com/quarkusio/quarkus/compare/2368a06b1d8e9a3b73f254cc420fa963467f7cc2...a6a606dca3456be7263c15098aada9000e4c7022
diff --git a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ArcAnnotationProcessor.java b/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ArcAnnotationProcessor.java index b490d49e5d6..e19e0b1d5d7 100644 --- a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ArcAnno...
['extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ArcAnnotationProcessor.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanProcessor.java', 'independent-projects/arc/runtime/src/main/java/io/quarkus/arc/ArcContainerImpl.java', 'independent-projects/arc/tests/src/tes...
{'.java': 5}
5
5
0
0
5
3,140,999
617,247
82,006
807
1,370
244
21
3
869
87
239
20
0
2
2019-03-13T08:34:33
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,307
quarkusio/quarkus/1422/1373
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1373
https://github.com/quarkusio/quarkus/pull/1422
https://github.com/quarkusio/quarkus/pull/1422
1
resolves
Injecting using 'javax.inject.Provider' into JAX-RS Resource fails build
Quarkus Version: 0.11.0 Maven Version: 3.6.0 Java Version: 1.8.0_191 While using `io.quarkus:quarkus-smallrye-jwt` and performing the following: ``` @Path("v1") @Produces(APPLICATION_JSON) @DenyAll public class HelloWorldResource { @Inject private Provider<JsonWebToken> jwtProvider; ``` The build fa...
6717e34093794b0fd7fb879b900cae5d20b3303c
5f660bc95169cf698353d395016bdff449bcabc1
https://github.com/quarkusio/quarkus/compare/6717e34093794b0fd7fb879b900cae5d20b3303c...5f660bc95169cf698353d395016bdff449bcabc1
diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BuiltinBean.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BuiltinBean.java index ecba1ecd95d..23f90afdf27 100644 --- a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Built...
['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BuiltinBean.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/DotNames.java', 'independent-projects/arc/tests/src/test/java/io/quarkus/arc/test/unused/RemoveUnusedBeansTest.java', 'independent-projects/arc/proces...
{'.java': 5}
5
5
0
0
5
3,082,848
607,730
80,471
789
2,136
482
27
4
1,301
113
348
28
0
2
2019-03-12T07:48: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,308
quarkusio/quarkus/1260/1254
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1254
https://github.com/quarkusio/quarkus/pull/1260
https://github.com/quarkusio/quarkus/pull/1260
1
fixes
REST Client doesn't register Interface return types for reflection
Currently the REST Client extension doesn't register the return types of the methods used in a `@RegisterRESTClient` annotated interface for reflection. This will result in those classes being DCE'd for native image builds
1905551d3242e84908ef74273419b026647cf4f6
9335b905edcd946f088986fc143f0619c55e5906
https://github.com/quarkusio/quarkus/compare/1905551d3242e84908ef74273419b026647cf4f6...9335b905edcd946f088986fc143f0619c55e5906
diff --git a/extensions/smallrye-rest-client/deployment/src/main/java/io/quarkus/smallrye/restclient/deployment/SmallRyeRestClientProcessor.java b/extensions/smallrye-rest-client/deployment/src/main/java/io/quarkus/smallrye/restclient/deployment/SmallRyeRestClientProcessor.java index d3f97478254..0ce7c5be365 100644 ---...
['extensions/smallrye-rest-client/deployment/src/main/java/io/quarkus/smallrye/restclient/deployment/SmallRyeRestClientProcessor.java', 'integration-tests/main/src/main/java/io/quarkus/example/rest/RestInterface.java', 'integration-tests/main/src/main/java/io/quarkus/example/rest/ClientResource.java', 'integration-test...
{'.java': 4}
4
4
0
0
4
3,080,220
607,330
80,505
787
908
162
22
1
225
33
42
3
0
0
2019-03-06T10:13: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,311
quarkusio/quarkus/1097/721
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/721
https://github.com/quarkusio/quarkus/pull/1097
https://github.com/quarkusio/quarkus/pull/1097
1
fixes
@ApplicationScoped does not work in combination with @ServerEndpoint (quick start using-websockets)
I've tried the quick start "using-websockets" and it looks like a new instance of ChatSocket class is created for every new session even though it has the @ApplicationScoped annotation. The problem is combination of the @ServerEndpoint and @ApplicationScoped annotations. When they are combined a new instance is created...
4de61ec0481394d77b470801ab02f0c97cea4596
56cf358f3b4f6f83cd32095fa878a6232aedeee9
https://github.com/quarkusio/quarkus/compare/4de61ec0481394d77b470801ab02f0c97cea4596...56cf358f3b4f6f83cd32095fa878a6232aedeee9
diff --git a/extensions/undertow-websockets/deployment/src/main/java/io/quarkus/undertow/websockets/UndertowWebsocketProcessor.java b/extensions/undertow-websockets/deployment/src/main/java/io/quarkus/undertow/websockets/UndertowWebsocketProcessor.java index d10d1e7ef95..31c37879fbe 100644 --- a/extensions/undertow-web...
['extensions/undertow-websockets/deployment/src/main/java/io/quarkus/undertow/websockets/UndertowWebsocketProcessor.java']
{'.java': 1}
1
1
0
0
1
3,675,085
728,799
97,535
862
432
85
8
1
413
59
79
4
0
0
2019-02-28T11:27: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
3,277
quarkusio/quarkus/2684/2647
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2647
https://github.com/quarkusio/quarkus/pull/2684
https://github.com/quarkusio/quarkus/pull/2684
1
fixes
SmallRye REST client - warnings about duplicate provider registration
When I add the `quarkus-smallrye-rest-client` extension to my app I get a bunch of warnings: ``` 2019-05-30 09:02:41,738 WARN [org.jbo.res.res.i18n] (main) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.IIOImageProvider is already registered. 2nd registration is being ignored. 2019-05-30 09:02...
bd1326f2d931c94a0559de8bb21b0d062b8daa69
f7cd967d257014b7c64fa80edfe01567809dbdaf
https://github.com/quarkusio/quarkus/compare/bd1326f2d931c94a0559de8bb21b0d062b8daa69...f7cd967d257014b7c64fa80edfe01567809dbdaf
diff --git a/extensions/smallrye-rest-client/deployment/src/main/java/io/quarkus/smallrye/restclient/deployment/SmallRyeRestClientProcessor.java b/extensions/smallrye-rest-client/deployment/src/main/java/io/quarkus/smallrye/restclient/deployment/SmallRyeRestClientProcessor.java index 7eee1cf12d9..f88f7454cbf 100644 ---...
['extensions/smallrye-rest-client/deployment/src/main/java/io/quarkus/smallrye/restclient/deployment/SmallRyeRestClientProcessor.java', 'extensions/smallrye-rest-client/runtime/src/main/java/io/quarkus/smallrye/restclient/runtime/SmallRyeRestClientTemplate.java']
{'.java': 2}
2
2
0
0
2
3,996,759
779,659
103,801
1,007
907
162
14
2
6,003
493
1,737
31
0
1
2019-05-31T15:40:15
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,312
quarkusio/quarkus/1019/1015
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1015
https://github.com/quarkusio/quarkus/pull/1019
https://github.com/quarkusio/quarkus/pull/1019
1
resolves
Arc container is killed before @Disposes methods are called
Having a class like: ```java @ApplicationScoped public class ResourcesProducer { @Produces ExecutorService managedExecutorService = Executors.newCachedThreadPool(); void destroy(@Disposes ExecutorService ex) { ex.shutdown(); } } ``` I see the following error when stopping (C...
dd0d3aa84727019506e6c22d8a0241679eceb31f
2ff724e3e3872c6914c6f50a096ff5ba0824922e
https://github.com/quarkusio/quarkus/compare/dd0d3aa84727019506e6c22d8a0241679eceb31f...2ff724e3e3872c6914c6f50a096ff5ba0824922e
diff --git a/independent-projects/arc/processor/src/main/java/org/jboss/protean/arc/processor/ClientProxyGenerator.java b/independent-projects/arc/processor/src/main/java/org/jboss/protean/arc/processor/ClientProxyGenerator.java index 5e2c2e5b1e1..77af0966822 100644 --- a/independent-projects/arc/processor/src/main/jav...
['independent-projects/arc/runtime/src/main/java/org/jboss/protean/arc/ArcContainerImpl.java', 'independent-projects/arc/runtime/src/main/java/org/jboss/protean/arc/ComputingCache.java', 'independent-projects/arc/runtime/src/main/java/org/jboss/protean/arc/AbstractSharedContext.java', 'independent-projects/arc/processo...
{'.java': 5}
5
5
0
0
5
3,459,747
686,855
91,052
818
2,935
526
63
4
2,387
94
551
43
0
2
2019-02-22T16:20: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,313
quarkusio/quarkus/946/936
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/936
https://github.com/quarkusio/quarkus/pull/946
https://github.com/quarkusio/quarkus/pull/946
1
fixes
ClassNotFoundException with Arc and generated application class
When working on the Agroal config patch, if I change the generated `DataSourceProducer` class to be a generated **application** class, I get the following error. Stuart is on it. ``` Caused by: java.lang.RuntimeException: Failed to start shamrock at org.jboss.shamrock.runner.ApplicationImpl1.<clinit>(Unknown S...
1e0cfae2a6115f6372ca291e96e53d3c55792a3f
d7821da4268eedaba436795b82cdb2cade6dfe97
https://github.com/quarkusio/quarkus/compare/1e0cfae2a6115f6372ca291e96e53d3c55792a3f...d7821da4268eedaba436795b82cdb2cade6dfe97
diff --git a/extensions/arc/deployment/src/main/java/org/jboss/shamrock/arc/deployment/ArcAnnotationProcessor.java b/extensions/arc/deployment/src/main/java/org/jboss/shamrock/arc/deployment/ArcAnnotationProcessor.java index c95722decbb..394eb6e9300 100644 --- a/extensions/arc/deployment/src/main/java/org/jboss/shamroc...
['extensions/arc/deployment/src/main/java/org/jboss/shamrock/arc/deployment/ArcAnnotationProcessor.java']
{'.java': 1}
1
1
0
0
1
3,442,286
683,503
90,572
811
179
32
2
1
1,344
78
318
20
0
1
2019-02-18T22:02:01
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,314
quarkusio/quarkus/941/940
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/940
https://github.com/quarkusio/quarkus/pull/941
https://github.com/quarkusio/quarkus/pull/941
1
resolves
A CDI Vertx message consumer forces eager init of Vertx and native image generation fails
`org.jboss.shamrock.vertx.VertxProcessor.build()` should be probably annotated with `@Record(ExecutionTime.RUNTIME_INIT)`.
83b751c83d726e3b90f2a4c4e4d46f69302f8e50
b5c43492725d9d7f5799280ceef9db9b0edb74da
https://github.com/quarkusio/quarkus/compare/83b751c83d726e3b90f2a4c4e4d46f69302f8e50...b5c43492725d9d7f5799280ceef9db9b0edb74da
diff --git a/extensions/vertx/deployment/src/main/java/org/jboss/shamrock/vertx/VertxProcessor.java b/extensions/vertx/deployment/src/main/java/org/jboss/shamrock/vertx/VertxProcessor.java index 5b6963a69be..79befd883e0 100644 --- a/extensions/vertx/deployment/src/main/java/org/jboss/shamrock/vertx/VertxProcessor.java ...
['extensions/vertx/deployment/src/main/java/org/jboss/shamrock/vertx/VertxProcessor.java']
{'.java': 1}
1
1
0
0
1
3,438,884
682,818
90,508
811
80
20
2
1
122
7
28
1
0
0
2019-02-18T13:43: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,315
quarkusio/quarkus/862/855
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/855
https://github.com/quarkusio/quarkus/pull/862
https://github.com/quarkusio/quarkus/pull/862
1
resolves
ArC - stack log messages about usage of private members
Currently, we log an `INFO` message for every private injection field/`@PreDestroy` callback/disposer/producer/etc. we find in the app code. This could be very annoying when porting an existing app. Therefore, we should only log one `INFO` message for the first occurence + `and N more found. Please enable debug logging...
b0a4760bf701eee4cbeee2f850a295c2995dfe49
4b90dac263a6e6886469f9e83f14d9c283d2505b
https://github.com/quarkusio/quarkus/compare/b0a4760bf701eee4cbeee2f850a295c2995dfe49...4b90dac263a6e6886469f9e83f14d9c283d2505b
diff --git a/extensions/arc/deployment/src/main/java/org/jboss/shamrock/arc/deployment/ArcAnnotationProcessor.java b/extensions/arc/deployment/src/main/java/org/jboss/shamrock/arc/deployment/ArcAnnotationProcessor.java index 8d31098da48..c246d651890 100644 --- a/extensions/arc/deployment/src/main/java/org/jboss/shamroc...
['independent-projects/arc/processor/src/main/java/org/jboss/protean/arc/processor/BeanGenerator.java', 'independent-projects/arc/processor/src/main/java/org/jboss/protean/arc/processor/InterceptorGenerator.java', 'independent-projects/arc/processor/src/test/java/org/jboss/protean/arc/processor/SubclassGeneratorTest.ja...
{'.java': 9}
9
9
0
0
9
3,491,221
693,056
92,077
814
10,333
1,823
151
5
334
52
77
1
0
0
2019-02-12T15: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,317
quarkusio/quarkus/644/634
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/634
https://github.com/quarkusio/quarkus/pull/644
https://github.com/quarkusio/quarkus/pull/644
1
fixes
mvn install fails if it has already been run
After the recent changes if you run 'mvn install' twice in a row the shamrock-maven-plugin will fail with Caused by: java.nio.file.FileAlreadyExistsException: META-INF/MANIFEST.MF
664778882965195215759eb15ab97a705634ff63
c615e47f4e155b347bc184df14286bf6d6bbc81a
https://github.com/quarkusio/quarkus/compare/664778882965195215759eb15ab97a705634ff63...c615e47f4e155b347bc184df14286bf6d6bbc81a
diff --git a/core/creator/src/main/java/org/jboss/shamrock/creator/phase/runnerjar/RunnerJarPhase.java b/core/creator/src/main/java/org/jboss/shamrock/creator/phase/runnerjar/RunnerJarPhase.java index 16a2bcb83c7..1715f696024 100644 --- a/core/creator/src/main/java/org/jboss/shamrock/creator/phase/runnerjar/RunnerJarPh...
['core/creator/src/main/java/org/jboss/shamrock/creator/phase/runnerjar/RunnerJarPhase.java']
{'.java': 1}
1
1
0
0
1
3,350,598
675,389
89,343
721
46
11
2
1
179
22
44
1
0
0
2019-01-28T06:34: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,319
quarkusio/quarkus/547/544
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/544
https://github.com/quarkusio/quarkus/pull/547
https://github.com/quarkusio/quarkus/pull/547
1
fix
shamrock:dev allows debug port 0 to be used
As the debug port can now be specified, the 0 value is allowed leading to wrong configuration as the allocated port is not retrieved
70f6780c4edbc5c9075f47c52ab750db6dce7373
3241c0b52065e2b2f4561506149f473c9041b07a
https://github.com/quarkusio/quarkus/compare/70f6780c4edbc5c9075f47c52ab750db6dce7373...3241c0b52065e2b2f4561506149f473c9041b07a
diff --git a/maven/src/main/java/org/jboss/shamrock/maven/DevMojo.java b/maven/src/main/java/org/jboss/shamrock/maven/DevMojo.java index cede5f0c17b..c5acb361086 100644 --- a/maven/src/main/java/org/jboss/shamrock/maven/DevMojo.java +++ b/maven/src/main/java/org/jboss/shamrock/maven/DevMojo.java @@ -136,6 +136,9 @@ pub...
['maven/src/main/java/org/jboss/shamrock/maven/DevMojo.java']
{'.java': 1}
1
1
0
0
1
3,125,315
631,596
83,488
665
168
29
3
1
132
24
26
1
0
0
2019-01-17T08:05: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,320
quarkusio/quarkus/218/214
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/214
https://github.com/quarkusio/quarkus/pull/218
https://github.com/quarkusio/quarkus/pull/218
1
resolves
High thread contention in org.jboss.protean.arc.RequestContext
org.jboss.protean.arc.RequestContext.activate()[1] and org.jboss.protean.arc.RequestContext.deactivate()[2] both use coarse grained locking via method synchronization. These methods are on a hot code path, and cause a lot of thread contention under load. For a 1min 39s sample, I have observed a total of 1hr 7min 54...
1f7593b68aae42748985e601b9fe57ede1595432
97c344ff2ca0886a808ff1251368ae4d23b6855f
https://github.com/quarkusio/quarkus/compare/1f7593b68aae42748985e601b9fe57ede1595432...97c344ff2ca0886a808ff1251368ae4d23b6855f
diff --git a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/RequestContext.java b/ext/arc/runtime/src/main/java/org/jboss/protean/arc/RequestContext.java index 5ef92500ca6..9ae045c31c0 100644 --- a/ext/arc/runtime/src/main/java/org/jboss/protean/arc/RequestContext.java +++ b/ext/arc/runtime/src/main/java/org/jboss...
['ext/arc/runtime/src/main/java/org/jboss/protean/arc/RequestContext.java']
{'.java': 1}
1
1
0
0
1
2,952,851
599,885
80,159
655
233
38
4
1
1,082
125
254
10
2
0
2018-12-07T00:25:01
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,300
quarkusio/quarkus/1731/1671
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1671
https://github.com/quarkusio/quarkus/pull/1731
https://github.com/quarkusio/quarkus/pull/1731
1
fixes
ImageIO substitutions should be global
Right now, we have `Target_javax_imageio_ImageIO` in `quarkus-resteasy-common` and this substitution should be made global as we have JAXB dependending on it (and so `camel-core`). ``` Call path from entry point to com.sun.imageio.plugins.jpeg.JPEGImageReader.readImageHeader(long, boolean, boolean): at com.sun.i...
da58f701cefe857236967939b9f6b422e37d0573
6ff8b9221d8c5fdd305c8ac92037e9b995ebe0bb
https://github.com/quarkusio/quarkus/compare/da58f701cefe857236967939b9f6b422e37d0573...6ff8b9221d8c5fdd305c8ac92037e9b995ebe0bb
diff --git a/extensions/resteasy-common/runtime/src/main/java/io/quarkus/resteasy/common/runtime/graal/ImageIOSubstitutions.java b/core/runtime/src/main/java/io/quarkus/runtime/graal/ImageIOSubstitutions.java similarity index 57% rename from extensions/resteasy-common/runtime/src/main/java/io/quarkus/resteasy/common/ru...
['extensions/resteasy-common/runtime/src/main/java/io/quarkus/resteasy/common/runtime/graal/ImageIOSubstitutions.java', 'extensions/resteasy-common/runtime/src/main/java/io/quarkus/resteasy/common/runtime/graal/LCMSSubstitutions.java']
{'.java': 2}
2
2
0
0
2
3,423,689
670,600
89,368
872
0
0
0
2
1,634
65
409
20
0
1
2019-03-28T12:37: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,299
quarkusio/quarkus/1744/1538
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1538
https://github.com/quarkusio/quarkus/pull/1744
https://github.com/quarkusio/quarkus/pull/1744
1
resolves
MP config injection types
According to [1] Quarkus app should be able to inject config properties like: ```java @Inject @ConfigProperty(name="myprj.some.dynamic.timeout", defaultValue="100") private javax.inject.Provider<Long> timeout; ``` or ```java @Inject @ConfigProperty(name="myPets") private List<String> myListPets; ``` T...
fd4c4e130e224063c0eb1f7977a086e2e05f8c0b
31ce4814c1bbbb2b3dede85e78de4ea2e687d68c
https://github.com/quarkusio/quarkus/compare/fd4c4e130e224063c0eb1f7977a086e2e05f8c0b...31ce4814c1bbbb2b3dede85e78de4ea2e687d68c
diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanGenerator.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanGenerator.java index fc7de49937b..b6e70710950 100644 --- a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/B...
['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/ObserverGenerator.java', 'independent-projects/arc/runtime/src/main/java/io/quarkus/arc/CurrentInjectionPointProvider.java', 'independent-projects/arc/runtime/src/main/java/io/quarkus/arc/InstanceProvider.java', 'independent-projects/arc/proces...
{'.java': 8}
8
8
0
0
8
3,423,683
670,605
89,368
872
36,124
5,391
510
7
873
79
200
21
3
2
2019-03-28T18:16: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,298
quarkusio/quarkus/1798/1589
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1589
https://github.com/quarkusio/quarkus/pull/1798
https://github.com/quarkusio/quarkus/pull/1798
1
resolves
vert.x web extension does not support RX routing context
The vert.x web extension does not currently support the reactive version of the RoutingContext. Code such as ; ``` ... import io.vertx.reactivex.ext.web.RoutingContext; ... public class SimpleResource { @Route(path = "/simple", methods = GET) void getSimple(RoutingContext context) { ... } } `...
55a5c1d85201dbca752a338d0ed9119142be7bcb
cc8425d880c7d3f56343700a0cca2cc5e0f09416
https://github.com/quarkusio/quarkus/compare/55a5c1d85201dbca752a338d0ed9119142be7bcb...cc8425d880c7d3f56343700a0cca2cc5e0f09416
diff --git a/extensions/scheduler/deployment/src/main/java/io/quarkus/scheduler/deployment/SchedulerProcessor.java b/extensions/scheduler/deployment/src/main/java/io/quarkus/scheduler/deployment/SchedulerProcessor.java index 5e540cb7dbf..928f3720c50 100644 --- a/extensions/scheduler/deployment/src/main/java/io/quarkus/...
['extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/VertxWebProcessor.java', 'extensions/vertx-web/runtime/src/main/java/io/quarkus/vertx/web/Route.java', 'extensions/vertx-web/deployment/src/test/java/io/quarkus/vertx/web/SimpleRouteTest.java', 'extensions/scheduler/deployment/src/main/java...
{'.java': 4}
4
4
0
0
4
3,489,293
683,232
91,089
892
3,071
563
41
3
1,362
136
315
28
0
2
2019-04-01T13:58: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
3,297
quarkusio/quarkus/1838/1832
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1832
https://github.com/quarkusio/quarkus/pull/1838
https://github.com/quarkusio/quarkus/pull/1838
1
resolves
NPE from ArcAnnotationProcessor when default value() is used
Hello @mkouba , This is in regards to the issue we discussed today on Zulip. After using `jandex-maven-plugin` to generate `META-INF/jandex.idx` I'm getting errors from all my tests. Maven plugin I used: ```xml <plugin> <groupId>org.jboss.jandex</groupId> <artifactId>jandex-maven-plugin</artifactId> ...
7bdf82ec267b303e776f71cf2a3722252cd7ade8
9b4520f1a19dbe5c18b5f5e1f97ed671e8c2ed06
https://github.com/quarkusio/quarkus/compare/7bdf82ec267b303e776f71cf2a3722252cd7ade8...9b4520f1a19dbe5c18b5f5e1f97ed671e8c2ed06
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 efbb6c1ffe3..d1ad9fa9aa9 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/index/ApplicationArchiveBui...
['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/AnnotationLiteralGenerator.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/AnnotationLiteralProcessor.java', 'core/deployment/src/main/java/io/quarkus/deployment/index/ApplicationArchiveBuildStep.java']
{'.java': 3}
3
3
0
0
3
3,516,773
688,779
91,848
901
5,289
846
100
3
2,639
193
679
87
1
4
2019-04-03T09:51: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,278
quarkusio/quarkus/2669/2626
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2626
https://github.com/quarkusio/quarkus/pull/2669
https://github.com/quarkusio/quarkus/pull/2669
1
resolves
New NullPointerException on generic injection with quarkus-arc
**Describe the bug** Following the #2566 issue correction on master, I tested again generics injection on a real project with a snapshot version of quarkus. The #2566 issue is fixed, but I still have an issue (NPE) with a more complex generics injection case (which works with Weld). **Expected behavior** I expect ...
2d81040002169b05d415b1fa92d7464e414fee97
d71636345d0980353ecc1be6fcd75a62948f9eec
https://github.com/quarkusio/quarkus/compare/2d81040002169b05d415b1fa92d7464e414fee97...d71636345d0980353ecc1be6fcd75a62948f9eec
diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/ClientProxyGenerator.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/ClientProxyGenerator.java index b19ba123cb1..b2c276ddeec 100644 --- a/independent-projects/arc/processor/src/main/java/io/quarkus/a...
['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/ClientProxyGenerator.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Methods.java', 'independent-projects/arc/tests/src/test/java/io/quarkus/arc/test/injection/assignability/generics/AssignabilityWithGenericsTe...
{'.java': 3}
3
3
0
0
3
3,994,396
779,215
103,729
1,006
3,206
542
41
2
9,695
290
2,128
107
2
1
2019-05-31T09:18: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
3,279
quarkusio/quarkus/2654/1998
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1998
https://github.com/quarkusio/quarkus/pull/2654
https://github.com/quarkusio/quarkus/pull/2654
1
fixes
Improve error message of quarkus:dev if project is empty
Creates an empty project, without any sources or resources and run: ``` mvn compile quarkus:dev ... [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:0.13.1:dev (default-cli) on project async-demo: The project has no output yet, run `mvn compile quarkus:dev`. -> [Help 1] ``` Either the error mess...
8af509afc540c689a361f5c7584f52ad58e05457
219e2e54331edb80d0ba55ec9e8da8eed8b187c3
https://github.com/quarkusio/quarkus/compare/8af509afc540c689a361f5c7584f52ad58e05457...219e2e54331edb80d0ba55ec9e8da8eed8b187c3
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 1ca9e72125c..3924ec3867f 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java @@ -186,7 +186,8 @@...
['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java']
{'.java': 1}
1
1
0
0
1
3,996,088
779,378
103,766
1,006
334
73
3
1
448
68
117
9
0
1
2019-05-30T12:41: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,280
quarkusio/quarkus/2619/2618
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2618
https://github.com/quarkusio/quarkus/pull/2619
https://github.com/quarkusio/quarkus/pull/2619
1
fixes
Hot reload with context propagation/quarkus-smallrye-reactive-messaging-kafka fails
**Describe the bug** After a reload, an application that uses quarkus-smallrye-reactive-messaging-kafka fails with https://gist.github.com/michalszynkiewicz/c71dba7a6f3d10b54adc3b2e2406a603 **Expected behavior** The application should be reloaded **Actual behavior** An app that uses smallrye-reactive-messagi...
99ccbad39011cdee19aa422a80e48fea3861905f
0d988cda177e14cb517abe810c49afa06df44daa
https://github.com/quarkusio/quarkus/compare/99ccbad39011cdee19aa422a80e48fea3861905f...0d988cda177e14cb517abe810c49afa06df44daa
diff --git a/extensions/smallrye-context-propagation/runtime/src/main/java/io/quarkus/smallrye/context/runtime/SmallRyeContextPropagationTemplate.java b/extensions/smallrye-context-propagation/runtime/src/main/java/io/quarkus/smallrye/context/runtime/SmallRyeContextPropagationTemplate.java index d6d4a48b668..ed25b18ed8...
['extensions/smallrye-context-propagation/runtime/src/main/java/io/quarkus/smallrye/context/runtime/SmallRyeContextPropagationTemplate.java']
{'.java': 1}
1
1
0
0
1
3,905,234
761,214
101,180
986
665
117
10
1
1,865
175
566
45
3
3
2019-05-28T10:04: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
3,281
quarkusio/quarkus/2601/2511
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2511
https://github.com/quarkusio/quarkus/pull/2601
https://github.com/quarkusio/quarkus/pull/2601
1
fixes
Swagger-ui webjar not found in gradle setup
Hi there, i'm trying to add swagger ui to my kotlin/gradle quarkus project (yeah, testing your non java/maven support to the bones ;-)). Sadly, when i start the app in dev mode, i get an error. Basic project setup: * build.gradle.kts ** quarkus dirs and 0.15.0 dependencies set up and working ** add api("io.qua...
8cf25bf646a2a89ac05ed1219fc1188bc70b4d0c
4083aff57c5fe775be57c3260098390cb3613af3
https://github.com/quarkusio/quarkus/compare/8cf25bf646a2a89ac05ed1219fc1188bc70b4d0c...4083aff57c5fe775be57c3260098390cb3613af3
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/index/ClassPathArtifactResolver.java b/core/deployment/src/main/java/io/quarkus/deployment/index/ClassPathArtifactResolver.java index 64f2aeafae7..c0404266de3 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/index/ClassPathArtifactResolver...
['core/deployment/src/main/java/io/quarkus/deployment/index/ClassPathArtifactResolver.java']
{'.java': 1}
1
1
0
0
1
3,885,000
757,339
100,704
981
3,622
688
73
1
1,407
162
349
25
0
1
2019-05-27T07:39:15
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,283
quarkusio/quarkus/2595/2592
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2592
https://github.com/quarkusio/quarkus/pull/2595
https://github.com/quarkusio/quarkus/pull/2595
1
fix
building master creates changes on file
**Describe the bug** After Quarkus has been locally build with `mvn clean install -DskipTests=true` and I check `git status` I can see changes on files I haven'ts touched : ``` modified: extensions/smallrye-context-propagation/deployment/src/test/java/io/quarkus/context/test/TransactionalBean.java modified: ...
fdba149a77566eed84dd376cb34452bd5fc8926c
f0b405285bf8a5c2d56ad762703c34e293a60b37
https://github.com/quarkusio/quarkus/compare/fdba149a77566eed84dd376cb34452bd5fc8926c...f0b405285bf8a5c2d56ad762703c34e293a60b37
diff --git a/extensions/smallrye-context-propagation/deployment/src/test/java/io/quarkus/context/test/TransactionalBean.java b/extensions/smallrye-context-propagation/deployment/src/test/java/io/quarkus/context/test/TransactionalBean.java index 976fe2d727d..9afb35a6073 100644 --- a/extensions/smallrye-context-propagati...
['extensions/smallrye-context-propagation/runtime/src/main/java/io/quarkus/smallrye/context/runtime/SmallRyeContextPropagationTemplate.java', 'integration-tests/main/src/test/java/io/quarkus/it/main/ContextPropagationTestCase.java', 'extensions/smallrye-context-propagation/deployment/src/test/java/io/quarkus/context/te...
{'.java': 3}
3
3
0
0
3
3,873,851
755,075
100,414
977
60
10
1
1
1,150
119
296
27
0
1
2019-05-25T20:29: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,284
quarkusio/quarkus/2594/2582
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2582
https://github.com/quarkusio/quarkus/pull/2594
https://github.com/quarkusio/quarkus/pull/2594
1
fix
Doesn't install on Windows 10
I have installed successfully on my macs, but on a Windows Surface Laptop I get when running the first command: mvn io.quarkus:quarkus-maven-plugin:0.15.0:create \\ >> -DprojectGroupId=org.acme \\ >> -DprojectArtifactId=getting-started \\ >> -DclassName="org.acme.quickstart.GreetingResource" \\ >> ...
fdba149a77566eed84dd376cb34452bd5fc8926c
17ab43f7733ff32de9f40c95aa8eef26b1dbbf16
https://github.com/quarkusio/quarkus/compare/fdba149a77566eed84dd376cb34452bd5fc8926c...17ab43f7733ff32de9f40c95aa8eef26b1dbbf16
diff --git a/devtools/common/src/main/java/io/quarkus/cli/commands/CreateProject.java b/devtools/common/src/main/java/io/quarkus/cli/commands/CreateProject.java index d92a7207657..e485fae2c4f 100644 --- a/devtools/common/src/main/java/io/quarkus/cli/commands/CreateProject.java +++ b/devtools/common/src/main/java/io/qua...
['extensions/smallrye-context-propagation/deployment/src/test/java/io/quarkus/context/test/TransactionalBean.java', 'extensions/smallrye-context-propagation/runtime/src/main/java/io/quarkus/smallrye/context/runtime/SmallRyeContextPropagationTemplate.java', 'integration-tests/main/src/test/java/io/quarkus/it/main/Contex...
{'.java': 4}
4
4
0
0
4
3,873,851
755,075
100,414
977
1,131
213
23
2
1,498
139
373
34
0
0
2019-05-25T20:09: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
3,285
quarkusio/quarkus/2573/2566
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2566
https://github.com/quarkusio/quarkus/pull/2573
https://github.com/quarkusio/quarkus/pull/2573
1
fixes
NullPointerException on generic injection with quarkus-arc
**Describe the bug** Following the https://github.com/quarkusio/quarkus/issues/2456 issue correction on master, I just ran a quick test with a snapshot version of quarkus. My unsatisfied dependency problem is gone (thanks for that!) but I have now an injection issue at runtime. **Expected behavior** I expect injec...
50597aaec03a3511c27d6510adfbb86d375a2fd8
bd0deaa1f2f2e483dcaa670b832de6861eb10adf
https://github.com/quarkusio/quarkus/compare/50597aaec03a3511c27d6510adfbb86d375a2fd8...bd0deaa1f2f2e483dcaa670b832de6861eb10adf
diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanGenerator.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanGenerator.java index 2d8929fe336..2f527cecf34 100644 --- a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/B...
['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanGenerator.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Methods.java', 'independent-projects/arc/tests/src/test/java/io/quarkus/arc/test/injection/assignability/generics/AssignabilityWithGenericsTest.java...
{'.java': 4}
4
4
0
0
4
3,845,873
750,235
99,794
972
559
84
6
2
9,690
282
2,126
104
4
1
2019-05-23T11:08: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,286
quarkusio/quarkus/2565/2564
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2564
https://github.com/quarkusio/quarkus/pull/2565
https://github.com/quarkusio/quarkus/pull/2565
1
fixes
[quarkus-keycloak] - CORS related properties should be optional otherwise they are set as an empty string
**Describe the bug** When some of the CORS related properties are not explicitly set in `application.properties` they are parsed as an empty string. **Expected behavior** The CORS properties that map to a `string` are optional and if not defined should resolve to `null`. The behavior differs from what users...
903dea163ea37e59135c5a3db11d24137b82a62a
9c2b684ac4794ad3ba826986ba628262dc1f33ac
https://github.com/quarkusio/quarkus/compare/903dea163ea37e59135c5a3db11d24137b82a62a...9c2b684ac4794ad3ba826986ba628262dc1f33ac
diff --git a/extensions/keycloak/deployment/src/main/java/io/quarkus/keycloak/KeycloakAdapterProcessor.java b/extensions/keycloak/deployment/src/main/java/io/quarkus/keycloak/KeycloakAdapterProcessor.java index 633fd509a20..22a918a5bf9 100644 --- a/extensions/keycloak/deployment/src/main/java/io/quarkus/keycloak/Keyclo...
['extensions/keycloak/deployment/src/main/java/io/quarkus/keycloak/KeycloakAdapterProcessor.java', 'extensions/keycloak/deployment/src/main/java/io/quarkus/keycloak/KeycloakConfig.java']
{'.java': 2}
2
2
0
0
2
3,845,051
750,105
99,777
972
703
135
12
2
1,698
209
368
40
1
1
2019-05-22T19:47:08
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,287
quarkusio/quarkus/2559/2557
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2557
https://github.com/quarkusio/quarkus/pull/2559
https://github.com/quarkusio/quarkus/pull/2559
1
resolves
BeanManager.resolveInterceptors() does not work correctly
The method or constructor must have all the interceptor bindings of the interceptor and not vice versa. See https://github.com/quarkusio/quarkus/blob/master/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/ArcContainerImpl.java#L496-L504.
cb58c48922963b7969c69a4bbfdb507a7c286695
e7ccd50898b4af35b4d70161d2777f77916a1725
https://github.com/quarkusio/quarkus/compare/cb58c48922963b7969c69a4bbfdb507a7c286695...e7ccd50898b4af35b4d70161d2777f77916a1725
diff --git a/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/ArcContainerImpl.java b/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/ArcContainerImpl.java index 7a41180e57b..c5aa15a07e5 100644 --- a/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/ArcContainerImpl.java +++ b/ind...
['independent-projects/arc/runtime/src/main/java/io/quarkus/arc/Qualifiers.java', 'independent-projects/arc/tests/src/test/java/io/quarkus/arc/test/beanmanager/BeanManagerTest.java', 'independent-projects/arc/runtime/src/main/java/io/quarkus/arc/ArcContainerImpl.java']
{'.java': 3}
3
3
0
0
3
3,781,978
739,649
98,300
965
1,623
265
30
2
251
19
59
1
1
0
2019-05-22T13:37: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,288
quarkusio/quarkus/2552/2544
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2544
https://github.com/quarkusio/quarkus/pull/2552
https://github.com/quarkusio/quarkus/pull/2552
2
fix
quarkus-vertx-web hangs if port is in use
**Describe the bug** When starting a quarkus vertx web app that listens on a port that is in use, the quarkus process hangs and does not respond to SIGTERM. **Expected behavior** It would be acceptable for the application to exit with error message informing that the port is in use. **Actual behavior** ...
1d4df37de5064dc55dc7e71c434531f002717588
2efbc0bd3cfa638d39c8dacf4525e4ed076630bc
https://github.com/quarkusio/quarkus/compare/1d4df37de5064dc55dc7e71c434531f002717588...2efbc0bd3cfa638d39c8dacf4525e4ed076630bc
diff --git a/extensions/vertx-web/runtime/src/main/java/io/quarkus/vertx/web/runtime/VertxWebTemplate.java b/extensions/vertx-web/runtime/src/main/java/io/quarkus/vertx/web/runtime/VertxWebTemplate.java index f3aa6ac8181..97ac66c3f1f 100644 --- a/extensions/vertx-web/runtime/src/main/java/io/quarkus/vertx/web/runtime/V...
['extensions/vertx-web/runtime/src/main/java/io/quarkus/vertx/web/runtime/VertxWebTemplate.java']
{'.java': 1}
1
1
0
0
1
3,781,211
739,517
98,284
965
918
143
15
1
1,146
160
325
37
0
3
2019-05-22T07:34: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,289
quarkusio/quarkus/2505/2463
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2463
https://github.com/quarkusio/quarkus/pull/2505
https://github.com/quarkusio/quarkus/pull/2505
1
fix
list-extensions shows badly on small screens
`mvn quarkus:list-extensions` is un usable with the added URL. You guys have tiny eyes and big screens. But for me I can't click on the url as it goes on two lines. I'd recommend we put the URL in a second line. ``` RESTEasy - JSON-B quarkus-resteasy-jsonb ...
f3ee166fbd686446664083bb727cfd4aabfa9e00
58371ffc967b520852311f2913b27f646652aee0
https://github.com/quarkusio/quarkus/compare/f3ee166fbd686446664083bb727cfd4aabfa9e00...58371ffc967b520852311f2913b27f646652aee0
diff --git a/devtools/common/src/main/java/io/quarkus/cli/commands/ListExtensions.java b/devtools/common/src/main/java/io/quarkus/cli/commands/ListExtensions.java index e4c4b683e8b..d7e7b74c343 100644 --- a/devtools/common/src/main/java/io/quarkus/cli/commands/ListExtensions.java +++ b/devtools/common/src/main/java/io/...
['devtools/maven/src/main/java/io/quarkus/maven/ListExtensionsMojo.java', 'devtools/common/src/main/java/io/quarkus/cli/commands/ListExtensions.java', 'devtools/common/src/test/java/io/quarkus/cli/commands/ListExtensionsTest.java']
{'.java': 3}
3
3
0
0
3
3,755,007
734,480
97,680
958
562
148
7
2
3,428
146
607
40
15
1
2019-05-18T15:01: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,290
quarkusio/quarkus/2447/2267
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2267
https://github.com/quarkusio/quarkus/pull/2447
https://github.com/quarkusio/quarkus/pull/2447
1
resolves
Two beans with @Scheduled causes jaeger metrics error
There seems to be an issue with the combination of two (or more) beans using @Scheduled with @Traced at the same time. Quarkus 0.14 Mvn 3.6.1 Java 11 GraalVM not relevant Trigger using code sample in this repository: https://github.com/mejlholm/quarkus-scheduled-error Though it seems to be an issue with @...
3c302bc3e6e53f5e39635a94ccbe590c4cd9ffb5
e3ec93387030ae3f8ef543f9a466f4cb2dd6e783
https://github.com/quarkusio/quarkus/compare/3c302bc3e6e53f5e39635a94ccbe590c4cd9ffb5...e3ec93387030ae3f8ef543f9a466f4cb2dd6e783
diff --git a/extensions/jaeger/runtime/src/main/java/io/quarkus/jaeger/runtime/QuarkusJaegerTracer.java b/extensions/jaeger/runtime/src/main/java/io/quarkus/jaeger/runtime/QuarkusJaegerTracer.java index 594270e8819..a4842a554a5 100644 --- a/extensions/jaeger/runtime/src/main/java/io/quarkus/jaeger/runtime/QuarkusJaeger...
['extensions/jaeger/runtime/src/main/java/io/quarkus/jaeger/runtime/QuarkusJaegerTracer.java']
{'.java': 1}
1
1
0
0
1
3,742,923
732,049
97,316
957
834
166
22
1
4,043
207
990
51
2
0
2019-05-15T11:35: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
3,292
quarkusio/quarkus/2239/2040
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2040
https://github.com/quarkusio/quarkus/pull/2239
https://github.com/quarkusio/quarkus/pull/2239
1
fixes
JAX-RS exceptions in native mode CNFE javax.ws.rs.ext.Providers
Hi I see a lot of exceptions: ``` RESTEASY002120: ClassNotFoundException: Unable to load builtin provider org.jboss.resteasy.plugins.providers.JaxrsFormProvider from resource:META-INF/services/javax.ws.rs.ext.Providers java.lang.ClassNotFoundException: org.jboss.resteasy.plugins.providers.JaxrsFormProvider.............
4f449269ee1bfc2e6b5d75ac3dc251a02220942f
21e6bb2ef525f7894ea266d7d5ee35389a6a2793
https://github.com/quarkusio/quarkus/compare/4f449269ee1bfc2e6b5d75ac3dc251a02220942f...21e6bb2ef525f7894ea266d7d5ee35389a6a2793
diff --git a/extensions/smallrye-rest-client/deployment/src/main/java/io/quarkus/smallrye/restclient/deployment/SmallRyeRestClientProcessor.java b/extensions/smallrye-rest-client/deployment/src/main/java/io/quarkus/smallrye/restclient/deployment/SmallRyeRestClientProcessor.java index ba85b88b632..7eee1cf12d9 100644 ---...
['extensions/smallrye-rest-client/deployment/src/main/java/io/quarkus/smallrye/restclient/deployment/SmallRyeRestClientProcessor.java', 'extensions/smallrye-rest-client/runtime/src/main/java/io/quarkus/smallrye/restclient/runtime/SmallRyeRestClientTemplate.java', 'extensions/smallrye-rest-client/runtime/src/main/java/i...
{'.java': 3}
3
3
0
0
3
3,659,891
716,654
95,446
935
5,080
988
105
3
525
39
124
9
2
1
2019-04-26T11:44: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,293
quarkusio/quarkus/2085/1974
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1974
https://github.com/quarkusio/quarkus/pull/2085
https://github.com/quarkusio/quarkus/pull/2085
1
fixes
OpenAPI OASFilter not working in dev mode
When using a OASFilter this works when normally running, but when ran in dev mode it throws a ClassNotFoundException. I've made a sample based on the using-openapi-swaggerui quickstart: https://github.com/Edubits/quarkus-quickstarts/tree/openapi-filter Exception when running `mvn clean compile quarkus:dev`: ``` ...
f59fe347eb43fc9c8f2041ba216381df844eecfe
c2aca1525516975709a16639bb02c0f4dda8fd70
https://github.com/quarkusio/quarkus/compare/f59fe347eb43fc9c8f2041ba216381df844eecfe...c2aca1525516975709a16639bb02c0f4dda8fd70
diff --git a/extensions/smallrye-openapi/runtime/src/main/java/io/quarkus/smallrye/openapi/runtime/SmallRyeOpenApiTemplate.java b/extensions/smallrye-openapi/runtime/src/main/java/io/quarkus/smallrye/openapi/runtime/SmallRyeOpenApiTemplate.java index beb9ebfae5a..eee3e0065ec 100644 --- a/extensions/smallrye-openapi/run...
['extensions/smallrye-openapi/runtime/src/main/java/io/quarkus/smallrye/openapi/runtime/SmallRyeOpenApiTemplate.java']
{'.java': 1}
1
1
0
0
1
3,570,149
699,268
93,185
913
495
82
6
1
2,382
112
562
33
1
1
2019-04-15T15:54: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,294
quarkusio/quarkus/2002/2000
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2000
https://github.com/quarkusio/quarkus/pull/2002
https://github.com/quarkusio/quarkus/pull/2002
1
fixes
NPE with bean validation if the @Produces is not set
``` @POST // @Produces(MediaType.APPLICATION_JSON) @Consumes(MediaType.APPLICATION_JSON) public Response payment(@Valid Payment payment) { emitter.send(payment); return Response.accepted().build(); } ``` If you un-comment the `@Produces` then it works, without you get: ...
3be4d2582b291e9b7d7979ab06479567b597ce33
65f2035f64747aa4b00233c03b589b80e61f4231
https://github.com/quarkusio/quarkus/compare/3be4d2582b291e9b7d7979ab06479567b597ce33...65f2035f64747aa4b00233c03b589b80e61f4231
diff --git a/extensions/hibernate-validator/runtime/src/main/java/io/quarkus/hibernate/validator/runtime/jaxrs/JaxrsEndPointValidationInterceptor.java b/extensions/hibernate-validator/runtime/src/main/java/io/quarkus/hibernate/validator/runtime/jaxrs/JaxrsEndPointValidationInterceptor.java index 6172b1e67ba..ded4aafd53...
['integration-tests/hibernate-validator/src/main/java/io/quarkus/it/hibernate/validator/HibernateValidatorTestResource.java', 'extensions/hibernate-validator/runtime/src/main/java/io/quarkus/hibernate/validator/runtime/jaxrs/JaxrsEndPointValidationInterceptor.java', 'integration-tests/hibernate-validator/src/test/java/...
{'.java': 3}
3
3
0
0
3
3,540,892
693,609
92,447
909
387
68
9
1
9,091
214
1,940
101
0
2
2019-04-11T09:36: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,295
quarkusio/quarkus/1975/1972
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1972
https://github.com/quarkusio/quarkus/pull/1975
https://github.com/quarkusio/quarkus/pull/1975
1
fixes
Colorized logging output is gone in 0.13.0
In 0.12.0, the logging output is colorized and like: ```java ➜ java -jar target/my-app-runner.jar 2019-04-10 03:07:09,774 INFO [io.quarkus] (main) Quarkus 0.12.0 started in 1.373s. Listening on: http://[::]:8080 2019-04-10 03:07:09,777 INFO [io.quarkus] (main) Installed features: [cdi, resteasy, resteasy-json...
b797fc8032de03698733792a6e49f59206b66658
d0cb45ade657ee7b3d0221cef31ef6bfc1fa08c5
https://github.com/quarkusio/quarkus/compare/b797fc8032de03698733792a6e49f59206b66658...d0cb45ade657ee7b3d0221cef31ef6bfc1fa08c5
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 e2a215d788e..6a19d305a68 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']
{'.java': 1}
1
1
0
0
1
3,539,871
693,409
92,419
909
799
162
13
1
1,300
153
471
27
2
2
2019-04-10T09:59: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,296
quarkusio/quarkus/1945/1944
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/1944
https://github.com/quarkusio/quarkus/pull/1945
https://github.com/quarkusio/quarkus/pull/1945
1
fixes
Dev mode compilation fails if the .m2 path has special characters
DevModeMain is not handling the encoding correctly after reading it from the the text file
8fa5e409c5d268cda8f5f096e0246a52b33d0174
7f1f4b13eaa56b161df332760ed17067da9b0b8e
https://github.com/quarkusio/quarkus/compare/8fa5e409c5d268cda8f5f096e0246a52b33d0174...7f1f4b13eaa56b161df332760ed17067da9b0b8e
diff --git a/core/devmode/src/main/java/io/quarkus/dev/ClassLoaderCompiler.java b/core/devmode/src/main/java/io/quarkus/dev/ClassLoaderCompiler.java index c34b0f8642e..1160aeada2b 100644 --- a/core/devmode/src/main/java/io/quarkus/dev/ClassLoaderCompiler.java +++ b/core/devmode/src/main/java/io/quarkus/dev/ClassLoaderC...
['core/devmode/src/main/java/io/quarkus/dev/ClassLoaderCompiler.java']
{'.java': 1}
1
1
0
0
1
3,531,614
691,779
92,217
907
216
40
3
1
90
15
17
1
0
0
2019-04-09T11:07:01
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,229
quarkusio/quarkus/3738/3663
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3663
https://github.com/quarkusio/quarkus/pull/3738
https://github.com/quarkusio/quarkus/pull/3738
1
fixes
vertx event look thread blocked Warning messages
**Describe the bug** Pretty much every time I build projects from quickstart, or running some runner jars throws WARNING messages that vertx event loop is blocked as below ``` 2019-08-23 11:22:21,441 WARNING [io.ver.cor.imp.BlockedThreadChecker] (vertx-blocked-thread-checker) Thread Thread[vert.x-eventloop-thread-4,...
4703d0e23c1367298f715626fa1189082af59e82
61e145f0ef64174e789ae59e013dcadd9daa5eba
https://github.com/quarkusio/quarkus/compare/4703d0e23c1367298f715626fa1189082af59e82...61e145f0ef64174e789ae59e013dcadd9daa5eba
diff --git a/extensions/netty/deployment/src/main/java/io/quarkus/netty/deployment/NettyProcessor.java b/extensions/netty/deployment/src/main/java/io/quarkus/netty/deployment/NettyProcessor.java index 33946a8b60c..99bcdc4d5e4 100644 --- a/extensions/netty/deployment/src/main/java/io/quarkus/netty/deployment/NettyProces...
['extensions/netty/deployment/src/main/java/io/quarkus/netty/deployment/NettyProcessor.java', 'extensions/netty/runtime/src/main/java/io/quarkus/netty/runtime/NettyRecorder.java']
{'.java': 2}
2
2
0
0
2
4,413,153
854,103
114,119
1,156
1,353
281
31
2
4,994
299
1,244
81
1
3
2019-08-27T13:08:31
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,228
quarkusio/quarkus/3765/2936
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/2936
https://github.com/quarkusio/quarkus/pull/3765
https://github.com/quarkusio/quarkus/pull/3765
1
fixes
Entities extending PanacheEntityBase are not enhanced in dev mode when located in a dependency
**Describe the bug** Getters and setters are not generated for an entity extending `PanacheEntityBase` and located in a dependency of a Quarkus project. This dependency contains an empty `beans.xml`. **Expected behavior** The Quarkus documentation says entities getter/setter generation should work for entities fro...
221d1ade0c0162301aa0be1f9772ae357529c3e0
df8a13d85cd36f43f94b86c9fb7211201645400a
https://github.com/quarkusio/quarkus/compare/221d1ade0c0162301aa0be1f9772ae357529c3e0...df8a13d85cd36f43f94b86c9fb7211201645400a
diff --git a/core/deployment/src/main/java/io/quarkus/runner/RuntimeClassLoader.java b/core/deployment/src/main/java/io/quarkus/runner/RuntimeClassLoader.java index 22ec24c77c4..912622810e1 100644 --- a/core/deployment/src/main/java/io/quarkus/runner/RuntimeClassLoader.java +++ b/core/deployment/src/main/java/io/quarku...
['core/deployment/src/main/java/io/quarkus/runner/RuntimeRunner.java', 'core/deployment/src/main/java/io/quarkus/runner/RuntimeClassLoader.java']
{'.java': 2}
2
2
0
0
2
4,594,039
886,532
117,957
1,179
2,469
413
53
2
9,500
357
2,076
105
2
1
2019-08-29T03:52: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,227
quarkusio/quarkus/3849/3844
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/3844
https://github.com/quarkusio/quarkus/pull/3849
https://github.com/quarkusio/quarkus/pull/3849
1
fixes
Dev mode: several Vert.x worker threads detecting the change
Still with a very simple getting-started application. I start in dev mode. I don't load anything. I go to the `src/main/java/org/acme/quickstart/GreetingResource.java` resource and remove a semi-colon to have a compilation error. When I load the `http://localhost:8080/hello` page, I end up with several Vert.x wor...
ddfce9ef10b99060e571a255931f5f14444eda51
87638416ed2fb7c98f250f9313e400687d908c2b
https://github.com/quarkusio/quarkus/compare/ddfce9ef10b99060e571a255931f5f14444eda51...87638416ed2fb7c98f250f9313e400687d908c2b
diff --git a/extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/devmode/VertxHotReplacementSetup.java b/extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/devmode/VertxHotReplacementSetup.java index 9f49c32b810..416f5cd166a 100644 --- a/extensions/vertx-web/deployme...
['extensions/vertx-web/deployment/src/main/java/io/quarkus/vertx/web/deployment/devmode/VertxHotReplacementSetup.java']
{'.java': 1}
1
1
0
0
1
4,707,875
908,090
120,795
1,209
185
28
2
1
1,213
109
342
13
1
1
2019-09-04T11:54: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,168
quarkusio/quarkus/6023/6017
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6017
https://github.com/quarkusio/quarkus/pull/6023
https://github.com/quarkusio/quarkus/pull/6023
1
fixes
quarkus-integration-test-kogito build fails in native mode with JDK 11
**Describe the bug** ``` [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Running Quarkus native-image plugin on GraalVM Version 19.3.0 CE [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] /Library/Java/JavaVirtualMachines/graalvm-ce-java11-19.3.0/Contents/Home/bin/native-image -J-Dsun.nio.c...
b76f837726c88c46bdfadf7738b538d284a294a4
7cbf09cd731ac9de28efb3cd73e6cb47b539e26f
https://github.com/quarkusio/quarkus/compare/b76f837726c88c46bdfadf7738b538d284a294a4...7cbf09cd731ac9de28efb3cd73e6cb47b539e26f
diff --git a/extensions/kogito/deployment/src/main/java/io/quarkus/kogito/deployment/KogitoAssetsProcessor.java b/extensions/kogito/deployment/src/main/java/io/quarkus/kogito/deployment/KogitoAssetsProcessor.java index 7e031553e4c..e040ceaba9d 100644 --- a/extensions/kogito/deployment/src/main/java/io/quarkus/kogito/de...
['extensions/kogito/deployment/src/main/java/io/quarkus/kogito/deployment/KogitoAssetsProcessor.java']
{'.java': 1}
1
1
0
0
1
6,496,025
1,255,866
168,246
1,765
317
61
7
1
10,211
463
2,467
114
0
1
2019-12-08T20:47: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,160
quarkusio/quarkus/6343/6342
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6342
https://github.com/quarkusio/quarkus/pull/6343
https://github.com/quarkusio/quarkus/pull/6343
1
fixes
spring-di: @Named should be a bean defining annotation
**Describe the bug** While migrating a spring war application based on JSR-303 to Quarkus, beans annotated with `@javax.inject.Named` and without an explicit scope are not seen by Arc. Indeed CDI, `@javax.inject.Named` is not a bean defining annotation by itself. But in Spring DI it is an equivalent to `@org.spr...
b181352b9c88492c5058f2a1f3ba934c70019e05
c35a01632e1e7ae7fc1f16b54cfa17c393cba7a5
https://github.com/quarkusio/quarkus/compare/b181352b9c88492c5058f2a1f3ba934c70019e05...c35a01632e1e7ae7fc1f16b54cfa17c393cba7a5
diff --git a/extensions/spring-di/deployment/src/main/java/io/quarkus/spring/di/deployment/SpringDIProcessor.java b/extensions/spring-di/deployment/src/main/java/io/quarkus/spring/di/deployment/SpringDIProcessor.java index 7fd9463ccce..3ceef513391 100644 --- a/extensions/spring-di/deployment/src/main/java/io/quarkus/sp...
['extensions/spring-di/deployment/src/main/java/io/quarkus/spring/di/deployment/SpringDIProcessor.java', 'integration-tests/spring-di/src/main/java/io/quarkus/it/spring/AppConfiguration.java', 'integration-tests/spring-di/src/main/java/io/quarkus/it/spring/InjectedSpringBeansResource.java']
{'.java': 3}
3
3
0
0
3
6,603,921
1,276,423
171,207
1,805
412
87
6
1
1,494
163
372
45
1
1
2019-12-26T13:08: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,163
quarkusio/quarkus/6278/6275
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6275
https://github.com/quarkusio/quarkus/pull/6278
https://github.com/quarkusio/quarkus/pull/6278
1
fixes
UnsupportedOperationException when trying to run dev mode on a multi-module project.
**Describe the bug** When trying to run quarkus:dev on a multi-module project this issue happens: ``` Listening for transport dt_socket at address: 5005 Exception in thread "main" java.lang.RuntimeException: java.lang.UnsupportedOperationException at io.quarkus.dev.DevModeMain.main(DevModeMain.java:70) ...
44e5e2e3a642d1fa7af9ddea44b6ff8d37e862b8
e9176e6f11b7c07f5a1f0bf8b5c1ed94d335a55d
https://github.com/quarkusio/quarkus/compare/44e5e2e3a642d1fa7af9ddea44b6ff8d37e862b8...e9176e6f11b7c07f5a1f0bf8b5c1ed94d335a55d
diff --git a/core/devmode/src/main/java/io/quarkus/dev/DevModeContext.java b/core/devmode/src/main/java/io/quarkus/dev/DevModeContext.java index ba3f3d19da6..6d4a0e0d2cc 100644 --- a/core/devmode/src/main/java/io/quarkus/dev/DevModeContext.java +++ b/core/devmode/src/main/java/io/quarkus/dev/DevModeContext.java @@ -5,7...
['core/devmode/src/main/java/io/quarkus/dev/DevModeContext.java']
{'.java': 1}
1
1
0
0
1
6,591,805
1,274,094
170,908
1,799
297
53
6
1
2,745
188
655
61
0
2
2019-12-20T05:10: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,164
quarkusio/quarkus/6216/6214
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6214
https://github.com/quarkusio/quarkus/pull/6216
https://github.com/quarkusio/quarkus/pull/6216
1
fixes
Spring Data JPA custom query with countQuery breaks in dev mode
**Describe the bug** There is a classloader issue when using the spring-data-jpa integration test in dev mode. **Expected behavior** Dev-mode should behave the same as regular mode. **Actual behavior** java.lang.LinkageError: io/quarkus/hibernate/orm/panache/PanacheQuery at io.quarkus.it.spring.data.jpa.Movi...
cb132a732aeae9e396c151f3c1328a465cf90cea
e886a58f2898b9958feb0f5f7f53047ae783d135
https://github.com/quarkusio/quarkus/compare/cb132a732aeae9e396c151f3c1328a465cf90cea...e886a58f2898b9958feb0f5f7f53047ae783d135
diff --git a/extensions/spring-data-jpa/runtime/src/main/java/io/quarkus/hibernate/orm/panache/runtime/AdditionalJpaOperations.java b/extensions/panache/hibernate-orm-panache/runtime/src/main/java/io/quarkus/hibernate/orm/panache/runtime/AdditionalJpaOperations.java similarity index 90% rename from extensions/spring-da...
['extensions/spring-data-jpa/runtime/src/main/java/io/quarkus/hibernate/orm/panache/runtime/CustomCountPanacheQuery.java', 'extensions/spring-data-jpa/runtime/src/main/java/io/quarkus/hibernate/orm/panache/runtime/AdditionalJpaOperations.java']
{'.java': 2}
2
2
0
0
2
6,563,566
1,268,579
170,026
1,792
0
0
0
2
916
65
302
19
1
0
2019-12-16T21:12: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,165
quarkusio/quarkus/6186/6183
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6183
https://github.com/quarkusio/quarkus/pull/6186
https://github.com/quarkusio/quarkus/pull/6186
1
fixes
New "Launching JVM" log line appearing in quarkus:dev
Just launched a project with `quarkus:dev` and got that one: ``` [INFO] Launching JVM with command line: /data/opt/jdk1.8.0_221/jre/bin/java -XX:TieredStopAtLevel=1 -Xverify:none -Xdebug -Xrunjdwp:transport=dt_socket,address=5005,server=y,suspend=n -Djava.util.logging.manager=org.jboss.logmanager.LogManager -jar /tmp...
baeee85f8bbf33d275008b6780a290a229da36b9
366cf8f388415d800feb8a68ff825cfd519ac94f
https://github.com/quarkusio/quarkus/compare/baeee85f8bbf33d275008b6780a290a229da36b9...366cf8f388415d800feb8a68ff825cfd519ac94f
diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java b/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java index 2c58b65a06a..c4314b90dcd 100644 --- a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java +++ b/devtools/gradle/src/main/java/io/quarkus/grad...
['devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java', 'devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java']
{'.java': 2}
2
2
0
0
2
6,559,277
1,267,783
169,954
1,792
572
119
8
2
523
56
148
8
0
1
2019-12-15T23:59: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,167
quarkusio/quarkus/6104/6070
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6070
https://github.com/quarkusio/quarkus/pull/6104
https://github.com/quarkusio/quarkus/pull/6104
1
fixes
JAXB extension cannot handle empty lines in jaxb.index
**Describe the bug** I'm tweaking a Camel extension so that it makes use of the JAXB extension capability to discover classes from `jaxb.index`. Here's the content of `jaxb.index` that is causing problems: ``` # # Copyright 2005-2019 Dozer Project # # Licensed under the Apache License, Version 2.0 (the "Lice...
74deb14109cb528042d854c35293d8047db92835
e90c79973e8f8a147c8e6ef8aeabd1d40d5a5588
https://github.com/quarkusio/quarkus/compare/74deb14109cb528042d854c35293d8047db92835...e90c79973e8f8a147c8e6ef8aeabd1d40d5a5588
diff --git a/extensions/jaxb/deployment/src/main/java/io/quarkus/jaxb/deployment/JaxbProcessor.java b/extensions/jaxb/deployment/src/main/java/io/quarkus/jaxb/deployment/JaxbProcessor.java index 722aeb05b54..d8f62b43e8b 100644 --- a/extensions/jaxb/deployment/src/main/java/io/quarkus/jaxb/deployment/JaxbProcessor.java ...
['extensions/jaxb/deployment/src/main/java/io/quarkus/jaxb/deployment/JaxbProcessor.java']
{'.java': 1}
1
1
0
0
1
6,539,710
1,264,439
169,272
1,780
250
44
5
1
3,659
269
815
76
1
2
2019-12-11T13:11: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,169
quarkusio/quarkus/6013/6011
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6011
https://github.com/quarkusio/quarkus/pull/6013
https://github.com/quarkusio/quarkus/pull/6013
1
fixes
quarkus-credential FORM auth cookie does not get renewed in the expected way
There are three generally accepted behaviors for timeout and renewal for credential session cookies. 1. [absolute-timeout](https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#absolute-timeout) 1. [idle-timeout]( https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_S...
c13dad146aa3b77b7a5172fe7c4405f8cefd7f98
08e0b81524689f5cf3f0131c2b5c621b12c66a88
https://github.com/quarkusio/quarkus/compare/c13dad146aa3b77b7a5172fe7c4405f8cefd7f98...08e0b81524689f5cf3f0131c2b5c621b12c66a88
diff --git a/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/security/FormAuthCookiesTestCase.java b/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/security/FormAuthCookiesTestCase.java index 6623d50a180..bab97de48d6 100644 --- a/extensions/vertx-http/deployment/src/test/java/...
['test-framework/junit5-internal/src/main/java/io/quarkus/test/QuarkusUnitTest.java', 'extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java', 'extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/security/FormAuthCookiesTestCase.java', 'extensions/vertx-http/r...
{'.java': 5}
5
5
0
0
5
7,522,534
1,459,156
194,101
2,001
3,745
772
56
3
784
60
203
11
3
2
2019-12-08T01:06: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,180
quarkusio/quarkus/5598/5589
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/5589
https://github.com/quarkusio/quarkus/pull/5598
https://github.com/quarkusio/quarkus/pull/5598
1
fixes
PanacheQueryImpl.firstResult() retrieves more than one item from the database
**Describe the bug** Reading the code of `PanacheQueryImpl.firstResult() ` it seems to retrieves more than one item from the database. ``` @Override public <T extends Entity> T firstResult() { List<T> list = list(); jpaQuery.setMaxResults(1); return list.isEmpty() ? null : list.get(...
9c837f2e12e8f2d7b5e4b1c46c1970e629a478f1
78963c85eba340ba80573435bbc31690916ed67b
https://github.com/quarkusio/quarkus/compare/9c837f2e12e8f2d7b5e4b1c46c1970e629a478f1...78963c85eba340ba80573435bbc31690916ed67b
diff --git a/extensions/panache/hibernate-orm-panache/runtime/src/main/java/io/quarkus/hibernate/orm/panache/runtime/PanacheQueryImpl.java b/extensions/panache/hibernate-orm-panache/runtime/src/main/java/io/quarkus/hibernate/orm/panache/runtime/PanacheQueryImpl.java index 8b8cd9ce9ac..404514c3fc6 100644 --- a/extension...
['extensions/panache/hibernate-orm-panache/runtime/src/main/java/io/quarkus/hibernate/orm/panache/runtime/PanacheQueryImpl.java']
{'.java': 1}
1
1
0
0
1
5,972,153
1,157,573
154,078
1,598
81
20
2
1
826
114
188
25
0
1
2019-11-19T16:29:08
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,170
quarkusio/quarkus/5929/5921
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/5921
https://github.com/quarkusio/quarkus/pull/5929
https://github.com/quarkusio/quarkus/pull/5929
1
fixes
Database connections are leaked in AWS Lambda
**Describe the bug** While testing JPA with Lambda I've encountered situation when Lambda runs JPA query, which connects to database, but doesn't close connection. **Expected behavior** If running in Lambda it's reasonable (if possible) to close connection on lambda exit. If there is some way to use connection poo...
dc83d5506dbd742a54be9b3696b60f29af863236
95725dee6985e75a37d2cf822afb5092ec307c5d
https://github.com/quarkusio/quarkus/compare/dc83d5506dbd742a54be9b3696b60f29af863236...95725dee6985e75a37d2cf822afb5092ec307c5d
diff --git a/extensions/amazon-lambda/runtime/src/main/java/io/quarkus/amazon/lambda/runtime/QuarkusStreamHandler.java b/extensions/amazon-lambda/runtime/src/main/java/io/quarkus/amazon/lambda/runtime/QuarkusStreamHandler.java index d9fe96653c0..1edbb680e66 100644 --- a/extensions/amazon-lambda/runtime/src/main/java/io...
['extensions/amazon-lambda/runtime/src/main/java/io/quarkus/amazon/lambda/runtime/QuarkusStreamHandler.java']
{'.java': 1}
1
1
0
0
1
6,436,539
1,244,793
166,766
1,742
65
10
2
1
1,085
167
237
21
0
0
2019-12-04T04:18: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,171
quarkusio/quarkus/5852/5818
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/5818
https://github.com/quarkusio/quarkus/pull/5852
https://github.com/quarkusio/quarkus/pull/5852
1
fixes
with quarkus.http.root-path set to abc the swagger-ui is not available
**Describe the bug** with quarkus.http.root-path set to abc the swagger-ui is not available **Expected behavior** showing the sawgger-ui by http://localhost:8080/abc/swagger-ui **Actual behavior** failing with JavaScript asset not loaded exception in the browser. **To Reproduce** Steps to reproduce th...
741579864f57bccaf198a6652e72d7d566f48955
2209df34bbb0d3faba89ace9d9ef03052c47fd90
https://github.com/quarkusio/quarkus/compare/741579864f57bccaf198a6652e72d7d566f48955...2209df34bbb0d3faba89ace9d9ef03052c47fd90
diff --git a/extensions/swagger-ui/deployment/src/main/java/io/quarkus/swaggerui/deployment/SwaggerUiProcessor.java b/extensions/swagger-ui/deployment/src/main/java/io/quarkus/swaggerui/deployment/SwaggerUiProcessor.java index 405ad1a3f46..a0669206085 100644 --- a/extensions/swagger-ui/deployment/src/main/java/io/quark...
['extensions/swagger-ui/deployment/src/main/java/io/quarkus/swaggerui/deployment/SwaggerUiProcessor.java']
{'.java': 1}
1
1
0
0
1
6,042,614
1,170,414
156,040
1,626
276
51
3
1
508
62
120
18
2
0
2019-11-28T21:40:28
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,173
quarkusio/quarkus/5808/5359
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/5359
https://github.com/quarkusio/quarkus/pull/5808
https://github.com/quarkusio/quarkus/pull/5808
1
fixes
Simplest generated project fails with quarkus:dev with JDK 13 on Windows 10
**Describe the bug** Generated project doesn't run with `quarkus:dev` on Windows 10. The same project run seamlessly on macOS Catalina. **Expected behavior** Runs without any error. **Actual behavior** Fails at run with error message: ``` [INFO] --- quarkus-maven-plugin:1.0.0.CR1:dev (default-cli) @ code-wit...
24846a9206901985c75e18059b8e0b837a47c1af
0be50b296510fa44fc687fa19945ba751d97429f
https://github.com/quarkusio/quarkus/compare/24846a9206901985c75e18059b8e0b837a47c1af...0be50b296510fa44fc687fa19945ba751d97429f
diff --git a/core/devmode/src/main/java/io/quarkus/dev/ClassLoaderCompiler.java b/core/devmode/src/main/java/io/quarkus/dev/ClassLoaderCompiler.java index 4a42569d1cd..47812a78b58 100644 --- a/core/devmode/src/main/java/io/quarkus/dev/ClassLoaderCompiler.java +++ b/core/devmode/src/main/java/io/quarkus/dev/ClassLoaderC...
['core/devmode/src/main/java/io/quarkus/dev/ClassLoaderCompiler.java', 'devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java']
{'.java': 2}
2
2
0
0
2
6,039,042
1,169,810
155,972
1,626
2,085
356
32
2
1,114
146
288
30
1
1
2019-11-27T14:55: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
3,174
quarkusio/quarkus/5768/5731
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/5731
https://github.com/quarkusio/quarkus/pull/5768
https://github.com/quarkusio/quarkus/pull/5768
1
fixes
How to set correctly ssl certificate oauth2
Hi folks, I'm trying to use oauth2 following this guide : https://quarkus.io/guides/security-oauth2 and also https://quarkus.io/guides/native-and-ssl In application.properties, i use for the `quarkus.oauth2.introspection-url` an **https** adress ([auth0](https://auth0.com/)). When i execute these commands sepa...
f526e8c47392445b64899b3c6ff9352323e29b02
2a2d0d0fe651fbfab1e9f457e7f4e24f745a1ade
https://github.com/quarkusio/quarkus/compare/f526e8c47392445b64899b3c6ff9352323e29b02...2a2d0d0fe651fbfab1e9f457e7f4e24f745a1ade
diff --git a/extensions/elytron-security-oauth2/runtime/src/main/java/io/quarkus/elytron/security/oauth2/runtime/OAuth2Recorder.java b/extensions/elytron-security-oauth2/runtime/src/main/java/io/quarkus/elytron/security/oauth2/runtime/OAuth2Recorder.java index 6e4101c0053..023f96b3f2b 100644 --- a/extensions/elytron-se...
['extensions/elytron-security-oauth2/runtime/src/main/java/io/quarkus/elytron/security/oauth2/runtime/OAuth2Recorder.java']
{'.java': 1}
1
1
0
0
1
6,466,775
1,250,001
167,364
1,745
87
16
2
1
1,424
164
401
33
4
2
2019-11-26T13:49: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
3,175
quarkusio/quarkus/5724/5647
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/5647
https://github.com/quarkusio/quarkus/pull/5724
https://github.com/quarkusio/quarkus/pull/5724
1
fixes
Error message on start (/etc/hosts permissions)
**Describe the bug** At start of stock quarkus without any extensions I get the following message: 2019-11-21 07:25:46,065 WARN [io.net.res.HostsFileParser] (main) Failed to load and parse hosts file at /etc/hosts: java.io.FileNotFoundException: /etc/hosts (Permission denied) The application is still working ...
9e66cdb8e7da82854062cca609e722e04eec83a7
8a8a4d85e4dca163b5a1512815e20d8827676401
https://github.com/quarkusio/quarkus/compare/9e66cdb8e7da82854062cca609e722e04eec83a7...8a8a4d85e4dca163b5a1512815e20d8827676401
diff --git a/extensions/vertx-core/deployment/src/main/java/io/quarkus/vertx/core/deployment/VertxCoreProcessor.java b/extensions/vertx-core/deployment/src/main/java/io/quarkus/vertx/core/deployment/VertxCoreProcessor.java index 6de2d0c8819..65a5e2ef78c 100644 --- a/extensions/vertx-core/deployment/src/main/java/io/qua...
['extensions/vertx-core/deployment/src/main/java/io/quarkus/vertx/core/deployment/VertxCoreProcessor.java']
{'.java': 1}
1
1
0
0
1
6,014,690
1,164,675
155,258
1,617
279
64
6
1
2,368
198
616
60
0
1
2019-11-24T06:28: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,176
quarkusio/quarkus/5717/5636
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/5636
https://github.com/quarkusio/quarkus/pull/5717
https://github.com/quarkusio/quarkus/pull/5717
1
fixes
Vault Extension Serialization Error in Native Mode at Runtime
**Description** Following the implementation of the Vault guide (https://quarkus.io/guides/vault) generates serialization error in native mode at runtime, [stacktrace attached](https://github.com/quarkusio/quarkus/files/3870212/stacktrace.txt). As a workaround, I added the following `reflection-config.json`: ```js...
bc066bcfc8c95833845bbb70ad75d61cba9ddafd
da9357f07b13a2364883a2f38bbdead900cb15c3
https://github.com/quarkusio/quarkus/compare/bc066bcfc8c95833845bbb70ad75d61cba9ddafd...da9357f07b13a2364883a2f38bbdead900cb15c3
diff --git a/extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/client/dto/VaultAppRoleAuthAuthMetadata.java b/extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/client/dto/VaultAppRoleAuthAuthMetadata.java index 0912d1392fa..0be24062130 100644 --- a/extensions/vault/runtime/src/main/java/io/q...
['extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/client/dto/VaultAppRoleAuthAuthMetadata.java', 'extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/client/dto/VaultAppRoleAuthBody.java']
{'.java': 2}
2
2
0
0
2
6,007,937
1,163,465
155,097
1,616
206
40
4
2
1,963
164
600
57
4
2
2019-11-23T07:58: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,177
quarkusio/quarkus/5684/5680
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/5680
https://github.com/quarkusio/quarkus/pull/5684
https://github.com/quarkusio/quarkus/pull/5684
1
fixes
Exception when directory doesn't exist with quarkus-maven-plugin
**Describe the bug** The `quarkus-maven-plugin` fails with an exception if it's configured with a `finalName` using a directory that doesn't exist. I think this was working in previous versions, so looks like a regression. **To Reproduce** In your pom.xml ``` ... <plugin> <groupId>io.quarkus</groupId> ...
4562f454d12ee7635220930d5ce175f15a744b92
18f2396774ee099398759b554a865efb3b6d2c2a
https://github.com/quarkusio/quarkus/compare/4562f454d12ee7635220930d5ce175f15a744b92...18f2396774ee099398759b554a865efb3b6d2c2a
diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/util/ZipUtils.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/util/ZipUtils.java index 541e179aa65..d98313f6462 100644 --- a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/util/ZipUt...
['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/util/ZipUtils.java', 'independent-projects/bootstrap/core/src/test/java/io/quarkus/bootstrap/util/ZipUtilsTest.java']
{'.java': 2}
2
2
0
0
2
6,006,020
1,164,573
154,924
1,611
770
158
14
1
4,313
233
1,103
67
0
2
2019-11-22T11:44: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,178
quarkusio/quarkus/5623/5614
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/5614
https://github.com/quarkusio/quarkus/pull/5623
https://github.com/quarkusio/quarkus/pull/5623
1
fixes
Vert.x also provides a JSON implementation so no warning should be emitted
Since https://github.com/quarkusio/quarkus/pull/4165 , we emit a warning if our REST services produce JSON and we don't have any of the RESTEasy JSON extensions: > [WARNING] [io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor] Quarkus detected the need of REST JSON support but you have not provided the ne...
dd86525328a9d11fd03ae2853234b832f8a2a88c
ab682b2fdbf5c3db7ffb7ec19759eefdc26766bc
https://github.com/quarkusio/quarkus/compare/dd86525328a9d11fd03ae2853234b832f8a2a88c...ab682b2fdbf5c3db7ffb7ec19759eefdc26766bc
diff --git a/extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/VertxProcessor.java b/extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/VertxProcessor.java index 70693f29b20..da8826b1c28 100644 --- a/extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/VertxProces...
['extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/VertxProcessor.java']
{'.java': 1}
1
1
0
0
1
5,974,927
1,158,182
154,145
1,598
351
75
8
1
686
100
157
9
2
0
2019-11-20T12:10: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,158
quarkusio/quarkus/6407/6399
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6399
https://github.com/quarkusio/quarkus/pull/6407
https://github.com/quarkusio/quarkus/pull/6407
1
fixes
Mime mappings in web.xml are ignored by undertow extension
I need to serve my wasm file with 'Content-Type' header `application/wasm` instead of `application/octet-stream`. I explicitly use the quarkus-undertow extension. I tried to add a web.xml under src/main/resources/META-INF with a mime mapping for wasm files like this: ``` <?xml version="1.0" encoding="UTF-8"?> <we...
01cb09123ac6710ac5d55b81425a6bb795c5e4ef
7402ed58413476191187cdfabebd4767041176ac
https://github.com/quarkusio/quarkus/compare/01cb09123ac6710ac5d55b81425a6bb795c5e4ef...7402ed58413476191187cdfabebd4767041176ac
diff --git a/extensions/undertow/deployment/src/main/java/io/quarkus/undertow/deployment/UndertowBuildStep.java b/extensions/undertow/deployment/src/main/java/io/quarkus/undertow/deployment/UndertowBuildStep.java index 015f199cf40..e16605c3b0b 100644 --- a/extensions/undertow/deployment/src/main/java/io/quarkus/underto...
['extensions/undertow/deployment/src/main/java/io/quarkus/undertow/deployment/UndertowBuildStep.java', 'extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/UndertowDeploymentRecorder.java', 'extensions/undertow/deployment/src/test/java/io/quarkus/undertow/test/ServletWebXmlTestCase.java']
{'.java': 3}
3
3
0
0
3
6,610,604
1,277,735
171,411
1,807
624
123
14
2
2,011
214
553
46
5
2
2020-01-05T15:36: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,157
quarkusio/quarkus/6430/6428
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6428
https://github.com/quarkusio/quarkus/pull/6430
https://github.com/quarkusio/quarkus/pull/6430
1
fixes
NPE launching in dev mode with Kotlin and version 1.1.0.Final
**Describe the bug** I have upgraded the project from 1.0.1.Final to 1.1.0.Final and executing Quarkus in DEV mode I get this maven error (-X): ``` [INFO] --- quarkus-maven-plugin:1.1.0.Final:dev (default-cli) @ quake-service --- [DEBUG] Configuring mojo io.quarkus:quarkus-maven-plugin:1.1.0.Final:dev from plugin...
81805b4f74d885f7bcaf91d6513c9b34ec901444
f9be4d5172093e5ab94c5619ff3b212415a74350
https://github.com/quarkusio/quarkus/compare/81805b4f74d885f7bcaf91d6513c9b34ec901444...f9be4d5172093e5ab94c5619ff3b212415a74350
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 f0ee42197df..7b41179947a 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java @@ -684,8 +684,10 @...
['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java']
{'.java': 1}
1
1
0
0
1
6,611,231
1,277,841
171,428
1,807
416
61
6
1
13,123
724
3,202
194
2
3
2020-01-06T20:46: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,156
quarkusio/quarkus/6445/6412
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6412
https://github.com/quarkusio/quarkus/pull/6445
https://github.com/quarkusio/quarkus/pull/6445
1
resolves
Lots of logging if class is not in index
When using the reproducer for https://github.com/quarkusio/quarkus/issues/5354 I noticed that there is a lot of logging about the same class not being in the index: IMHO this should be logged once at most, and probably we should automatically index (and cache the result, as we don't want to do it multiple times). ...
f9fe22d69f59ab3b51189c7228b3dafa82e85ed0
0bee2a9726829e0a26a76b64d451ffcc40c75244
https://github.com/quarkusio/quarkus/compare/f9fe22d69f59ab3b51189c7228b3dafa82e85ed0...0bee2a9726829e0a26a76b64d451ffcc40c75244
diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/IndexClassLookupUtils.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/IndexClassLookupUtils.java index 161e4fddb2c..b05604d0386 100644 --- a/independent-projects/arc/processor/src/main/java/io/quarkus...
['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/IndexClassLookupUtils.java']
{'.java': 1}
1
1
0
0
1
6,611,869
1,277,956
171,440
1,807
583
124
10
1
2,077
245
614
15
1
1
2020-01-07T15:15: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,155
quarkusio/quarkus/6455/6442
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6442
https://github.com/quarkusio/quarkus/pull/6455
https://github.com/quarkusio/quarkus/pull/6455
1
fixes
quarkusDev doesn't work in multi module gradle project
**Describe the bug** If using a multi module gradle project quarkusDev will fail complaining that beans are defined multiple times. This is due to both common/buld/classes and common/buld/lib/common.jar being on the classpath inside of dev-mode-context.dat Project Structure ``` project-root ... common ... app ...
b33f36d5b9b94b7f10f0610052dae7aed881553d
b27ebf41a7fd12162035c6dffda5b1bf3296a19f
https://github.com/quarkusio/quarkus/compare/b33f36d5b9b94b7f10f0610052dae7aed881553d...b27ebf41a7fd12162035c6dffda5b1bf3296a19f
diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java b/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java index d5984ab07fc..ab99d14206f 100644 --- a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java +++ b/devtools/gradle/src/main/java/io/quarkus/grad...
['devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java']
{'.java': 1}
1
1
0
0
1
6,624,623
1,280,496
171,789
1,811
1,497
271
27
1
1,775
169
417
46
0
4
2020-01-08T07:12:27
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,136
quarkusio/quarkus/7380/7371
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7371
https://github.com/quarkusio/quarkus/pull/7380
https://github.com/quarkusio/quarkus/pull/7380
1
fixes
quarkus.security.jdbc.principal-query.sql is required even if quarkus.security.jdbc.enabled is set to false
`quarkus.security.jdbc.principal-query.sql` is required even if `quarkus.security.jdbc.enabled=false` Expected behavior is to not require `quarkus.security.jdbc.principal-query.sql` when `quarkus.security.jdbc.enabled=false` is set. ``` [INFO] Running io.quarkus.qe.MyResourceTest [ERROR] Tests run: 1, Failures...
552284e9cab154c95adc8c09ae770d4c73a443e5
11c8be8b86113e9104a33cb78e7feaf773ef6938
https://github.com/quarkusio/quarkus/compare/552284e9cab154c95adc8c09ae770d4c73a443e5...11c8be8b86113e9104a33cb78e7feaf773ef6938
diff --git a/extensions/elytron-security-jdbc/runtime/src/main/java/io/quarkus/elytron/security/jdbc/JdbcRecorder.java b/extensions/elytron-security-jdbc/runtime/src/main/java/io/quarkus/elytron/security/jdbc/JdbcRecorder.java index 1949f766148..53faf6a116e 100644 --- a/extensions/elytron-security-jdbc/runtime/src/main...
['extensions/elytron-security-jdbc/runtime/src/main/java/io/quarkus/elytron/security/jdbc/PrincipalQueryConfig.java', 'extensions/elytron-security-jdbc/runtime/src/main/java/io/quarkus/elytron/security/jdbc/JdbcRecorder.java']
{'.java': 2}
2
2
0
0
2
7,673,014
1,490,216
198,647
2,065
919
168
15
2
1,547
110
400
28
0
2
2020-02-24T10:54: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,137
quarkusio/quarkus/7305/7161
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7161
https://github.com/quarkusio/quarkus/pull/7305
https://github.com/quarkusio/quarkus/pull/7305
1
fixes
Running a shutdown task failed: Provider io.smallrye.faulttolerance.propagation.ContextPropagationExecutorFactory not a subtype
I circled back to the https://github.com/quarkus-qe/beefy-scenarios to try it with current Quarkus master and I noticed stacktrace in the console, tests do not fail though. Stacktrace is around faulttolerance, so @Ladicek / @michalszynkiewicz could you please take a look ? Steps to reproduce: ``` git clone htt...
d2242d0e40fd9b18c44f62ecfa49d0e7e1b499f5
3390f3a56f9f17ef1d8a3d7e0c297e9d873c251c
https://github.com/quarkusio/quarkus/compare/d2242d0e40fd9b18c44f62ecfa49d0e7e1b499f5...3390f3a56f9f17ef1d8a3d7e0c297e9d873c251c
diff --git a/core/deployment/src/main/java/io/quarkus/runner/bootstrap/StartupActionImpl.java b/core/deployment/src/main/java/io/quarkus/runner/bootstrap/StartupActionImpl.java index 4a249293d66..aa58bd9fa17 100644 --- a/core/deployment/src/main/java/io/quarkus/runner/bootstrap/StartupActionImpl.java +++ b/core/deploym...
['core/deployment/src/main/java/io/quarkus/runner/bootstrap/StartupActionImpl.java']
{'.java': 1}
1
1
0
0
1
7,358,334
1,424,423
190,017
1,992
434
54
5
1
6,844
299
1,793
79
3
2
2020-02-20T09:55: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,138
quarkusio/quarkus/7287/7195
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7195
https://github.com/quarkusio/quarkus/pull/7287
https://github.com/quarkusio/quarkus/pull/7287
2
fixes
Multi-project @QuarkusTest in IDE to use compiled source
**Describe the bug** Running @QuarkusTests in Eclipse IDE for a multi-project Maven setup, the tests are picking up the jar dependencies not the compiled source. **Environment (please complete the following information):** - Quarkus version or git rev: 1.3.0.Alpha1 **Additional context** https://groups.google...
8a0ffb7f74c6257a00427d50d005155cc07c1f6a
192005548a958a076c7f98bec60be3f5dc8f7f54
https://github.com/quarkusio/quarkus/compare/8a0ffb7f74c6257a00427d50d005155cc07c1f6a...192005548a958a076c7f98bec60be3f5dc8f7f54
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 6724abacb84..063737b695d 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
7,365,913
1,425,695
190,037
1,992
807
153
19
1
369
41
95
9
1
0
2020-02-19T17: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
3,139
quarkusio/quarkus/7277/7144
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7144
https://github.com/quarkusio/quarkus/pull/7277
https://github.com/quarkusio/quarkus/pull/7277
1
resolves
Qute Template Extension with multiple parameters: Resulting in endless wait without error
**Describe the bug** I'm trying to create a Qute template extension with multiple parameters as described here: https://quarkus.io/guides/qute-reference#method-parameters When using a method with a single parameter all is working well, when I add a second parameter in the template extension method, it results in an...
6a635856fa686c5f2693a0090e168dc5138ea962
dad8321888c60096baae69c3e8b3693ca8d306f3
https://github.com/quarkusio/quarkus/compare/6a635856fa686c5f2693a0090e168dc5138ea962...dad8321888c60096baae69c3e8b3693ca8d306f3
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 c00d6e837a0..6edb2f6f129 100644 --- a/independent-projects/qute/core/src/main/java/io/quarkus/qute/EvaluatorImpl.java +++ b/independent-pro...
['independent-projects/qute/generator/src/main/java/io/quarkus/qute/generator/ExtensionMethodGenerator.java', 'independent-projects/qute/generator/src/test/java/io/quarkus/qute/generator/MyService.java', 'independent-projects/qute/generator/src/test/java/io/quarkus/qute/generator/SimpleGeneratorTest.java', 'independent...
{'.java': 6}
6
6
0
0
6
7,365,231
1,425,556
190,024
1,992
1,532
271
22
3
5,914
570
1,649
144
2
8
2020-02-19T10:33: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,140
quarkusio/quarkus/7244/7167
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7167
https://github.com/quarkusio/quarkus/pull/7244
https://github.com/quarkusio/quarkus/pull/7244
1
fixes
POST with HTTP/2 fails with: java.lang.IllegalStateException: Request has already been read
**Describe the bug** A POST request over HTTP/2 fails with _java.lang.IllegalStateException: Request has already been read_. The request is not processed by the appropriate JAX-RS resource at all and instead a _400 Bad Request_ that contains the error message in its body. The same request over HTTP/1 executes correct...
d1aeb430578a546fc273e37cf54b4198e40425ac
23aa49289510a6b245cef060cd751be5f9f1086a
https://github.com/quarkusio/quarkus/compare/d1aeb430578a546fc273e37cf54b4198e40425ac...23aa49289510a6b245cef060cd751be5f9f1086a
diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxInputStream.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxInputStream.java index 232a3aa9964..92f1bceb565 100644 --- a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/run...
['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxInputStream.java']
{'.java': 1}
1
1
0
0
1
7,308,614
1,413,887
188,613
1,970
61
12
2
1
4,535
637
1,262
128
6
4
2020-02-18T02:31:29
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,141
quarkusio/quarkus/7176/7174
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7174
https://github.com/quarkusio/quarkus/pull/7176
https://github.com/quarkusio/quarkus/pull/7176
1
fixes
SchedulerProcessor method collectScheduledMethods recursion check
**Describe the bug** ``` DotName superClassName = beanClass.superName(); if (superClassName != null) { ClassInfo superClass = index.getClassByName(superClassName); if (superClassName != null) { collectScheduledMethods(config, index, annotationStore, bean, ...
801dcb28295721fd65f9d30d1f0ad340dd6b5dd7
02e224e81e18f9c17f5139da2888981680f2efe9
https://github.com/quarkusio/quarkus/compare/801dcb28295721fd65f9d30d1f0ad340dd6b5dd7...02e224e81e18f9c17f5139da2888981680f2efe9
diff --git a/extensions/scheduler/deployment/src/main/java/io/quarkus/scheduler/deployment/SchedulerProcessor.java b/extensions/scheduler/deployment/src/main/java/io/quarkus/scheduler/deployment/SchedulerProcessor.java index b0bbb7efc4c..6b8c3fd30d6 100644 --- a/extensions/scheduler/deployment/src/main/java/io/quarkus/...
['extensions/scheduler/deployment/src/main/java/io/quarkus/scheduler/deployment/SchedulerProcessor.java']
{'.java': 1}
1
1
0
0
1
7,179,410
1,386,503
185,528
1,960
81
18
2
1
983
57
198
28
1
2
2020-02-12T22:04:40
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
3,142
quarkusio/quarkus/7112/7081
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7081
https://github.com/quarkusio/quarkus/pull/7112
https://github.com/quarkusio/quarkus/pull/7112
1
fixes
Hibernate ORM logging ServiceConfigurationError errors with full stacktraces
**Describe the bug** When Hibernate ORM's is scanning for services such as Integrator, when running on JDK11 (and not on JDK8) the strategy it uses to search for services is generating background noise in the form of verbose stacktraces being logged since Quarkus changed the classloader strategy. These errors are h...
72e8580cffa8b73bb408f7c1fdfc14d394e70418
e4560b5b672f38024eb3fa11e583407b0f31aa0f
https://github.com/quarkusio/quarkus/compare/72e8580cffa8b73bb408f7c1fdfc14d394e70418...e4560b5b672f38024eb3fa11e583407b0f31aa0f
diff --git a/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/recording/RecordableBootstrap.java b/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/recording/RecordableBootstrap.java index f6313afd48b..cda00cc21ff 100644 --- a/extensions/hibernate-orm/runtim...
['extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/recording/RecordableBootstrap.java']
{'.java': 1}
1
1
0
0
1
7,095,327
1,370,609
183,589
1,932
827
145
15
1
2,837
169
571
29
0
1
2020-02-10T09:16: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,143
quarkusio/quarkus/7078/7077
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/7077
https://github.com/quarkusio/quarkus/pull/7078
https://github.com/quarkusio/quarkus/pull/7078
1
fixes
Gradle buildNative is broken
**Describe the bug** In a Gradle project, when you run `./gradle buildNative --stacktrace` the following error appears: ``` Caused by: java.lang.RuntimeException: Failed to resolve initial application dependencies at io.quarkus.bootstrap.BootstrapAppModelFactory.createAppModelForJar(BootstrapAppModelFact...
44a9e2334a7570b082434781d577f7dec3103f15
b4e5483c481ef5f777240264e58a922301652ced
https://github.com/quarkusio/quarkus/compare/44a9e2334a7570b082434781d577f7dec3103f15...b4e5483c481ef5f777240264e58a922301652ced
diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusNative.java b/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusNative.java index a64b05eed21..58bbd3c6c28 100644 --- a/devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusNative.java +++ b/devtools/gradle/src/main/java/io/qua...
['devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusNative.java']
{'.java': 1}
1
1
0
0
1
7,092,245
1,369,963
183,493
1,929
247
47
4
1
8,681
249
1,774
103
0
2
2020-02-07T15:23: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,144
quarkusio/quarkus/7001/6934
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6934
https://github.com/quarkusio/quarkus/pull/7001
https://github.com/quarkusio/quarkus/pull/7001
1
fixes
Jandex WARNING using standard JAX-RS classes
**Describe the bug** This is not a real bug but an annoying WARNING if you use classes like javax.ws.rs.core.StreamingOutput: ``` @GET @Path("other") @Produces(MediaType.TEXT_HTML) public StreamingOutput renderGWTHostingPage() { return output -> output.write("hello".getBytes(Charset.d...
c4342f25a6ace267f602d2384920147c8dc3b370
bf9e42c34a6ae231349ae751d410181b0ddaaa6e
https://github.com/quarkusio/quarkus/compare/c4342f25a6ace267f602d2384920147c8dc3b370...bf9e42c34a6ae231349ae751d410181b0ddaaa6e
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 6f491912bce..c4f1a454b00 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,044,421
1,361,147
182,415
1,928
70
14
1
1
1,596
159
438
42
1
2
2020-02-05T09:46: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,145
quarkusio/quarkus/6981/6738
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6738
https://github.com/quarkusio/quarkus/pull/6981
https://github.com/quarkusio/quarkus/pull/6981
1
fixes
Improve reporting in case JSON cannot be handled due to missing JSONB
I have a JAX-RS method like this: ``` @POST @Consumes(MediaType.APPLICATION_JSON) public Response newMeasurement(Measurement measurement) { return Response.ok().build(); } ``` `Measurement` should be unmarshalled from the incoming JSON payload. I had forgotten to add the `quarkus-resteasy-jsonb` depende...
85b47c52b20f09b3a2a25490efca8314cebef8bd
a561cd5f254f17728d9c8b6ac1e60e6db3a967d4
https://github.com/quarkusio/quarkus/compare/85b47c52b20f09b3a2a25490efca8314cebef8bd...a561cd5f254f17728d9c8b6ac1e60e6db3a967d4
diff --git a/extensions/resteasy-common/deployment/src/main/java/io/quarkus/resteasy/common/deployment/ResteasyCommonProcessor.java b/extensions/resteasy-common/deployment/src/main/java/io/quarkus/resteasy/common/deployment/ResteasyCommonProcessor.java index b10d7608c23..b052c151d0c 100644 --- a/extensions/resteasy-com...
['extensions/resteasy-common/deployment/src/main/java/io/quarkus/resteasy/common/deployment/ResteasyCommonProcessor.java', 'extensions/resteasy-common/deployment/src/main/java/io/quarkus/resteasy/common/deployment/ResteasyDotNames.java']
{'.java': 2}
2
2
0
0
2
7,038,604
1,359,999
182,243
1,928
1,370
259
19
2
635
80
139
20
0
2
2020-02-03T23: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,146
quarkusio/quarkus/6929/6725
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6725
https://github.com/quarkusio/quarkus/pull/6929
https://github.com/quarkusio/quarkus/pull/6929
1
fixes
SecDispatcherException: java.io.FileNotFoundException: $HOME/.m2/settings-security.xml
**Describe the bug** when running test for camel-quarkus on on GitHub actions I see some messages like: org.sonatype.plexus.components.sec.dispatcher.SecDispatcherException: java.io.FileNotFoundException: /home/runner/.m2/settings-security.xml (No such file or directory) Which seems to have not effect but ...
734c54680af996a46fd8481084b1d77a245284db
606de18b110460aedd803cb186e40092cc766a5f
https://github.com/quarkusio/quarkus/compare/734c54680af996a46fd8481084b1d77a245284db...606de18b110460aedd803cb186e40092cc766a5f
diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/MavenRepoInitializer.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/MavenRepoInitializer.java index 99acb4e5158..61c1aee63de 100644 --- a/independent-projects/bootstrap/core/s...
['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/MavenRepoInitializer.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/resolver/maven/SecDispatcherImpl.java']
{'.java': 2}
2
2
0
0
2
7,007,332
1,354,055
181,432
1,921
337
67
7
2
672
66
169
19
1
0
2020-01-31T22:30: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,147
quarkusio/quarkus/6894/6881
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6881
https://github.com/quarkusio/quarkus/pull/6894
https://github.com/quarkusio/quarkus/pull/6894
1
fixes
Compilation error on first run in dev mode
**Describe the bug** After updating to Quarkus 1.2.0.Final sometimes me and my teammate get a compilation error when we run `mvn quarkus:dev` > [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /some/path/SomeService.java:[107,34] multi-catch statements ar...
0755dfe4f06bbba51d5838308dae16877b3d1b13
3d11cbd00e448472417e1e22be5b3a9c002dd35d
https://github.com/quarkusio/quarkus/compare/0755dfe4f06bbba51d5838308dae16877b3d1b13...3d11cbd00e448472417e1e22be5b3a9c002dd35d
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 543f922cc06..ceef1c3df02 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java @@ -266,13 +266,17 ...
['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java']
{'.java': 1}
1
1
0
0
1
6,970,882
1,347,238
180,542
1,922
280
42
6
1
6,163
324
1,854
192
4
3
2020-01-30T16:14: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,148
quarkusio/quarkus/6815/6501
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6501
https://github.com/quarkusio/quarkus/pull/6815
https://github.com/quarkusio/quarkus/pull/6815
1
fix
Data source Connection Issue After Updating Quarkus (0.25.0 to 1.1.1.Final)
**Describe the bug** After updating Quarkus to 1.1.1.Final the bootstrap process fail with java.sql.SQLException saing Access denied. But it works without any issue with Quarkus 0.25.0 without any configuration change. Apparently quarkus doesn't detect the environment variables. **Expected behavior** It should c...
d0029637ffbcf186456d47b90e95fe93259c099c
613533e633501bd4fc66fda2dfffd11a81abaa93
https://github.com/quarkusio/quarkus/compare/d0029637ffbcf186456d47b90e95fe93259c099c...613533e633501bd4fc66fda2dfffd11a81abaa93
diff --git a/extensions/jdbc/jdbc-mariadb/deployment/src/main/java/io/quarkus/jdbc/mariadb/deployment/MariaDBJDBCReflections.java b/extensions/jdbc/jdbc-mariadb/deployment/src/main/java/io/quarkus/jdbc/mariadb/deployment/MariaDBJDBCReflections.java index 2b2dd778035..4e9d5fdea07 100644 --- a/extensions/jdbc/jdbc-mariad...
['extensions/jdbc/jdbc-mariadb/deployment/src/main/java/io/quarkus/jdbc/mariadb/deployment/MariaDBJDBCReflections.java']
{'.java': 1}
1
1
0
0
1
6,925,370
1,338,698
179,563
1,920
226
49
2
1
6,692
476
1,764
103
0
3
2020-01-27T22:20: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,149
quarkusio/quarkus/6734/6561
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/6561
https://github.com/quarkusio/quarkus/pull/6734
https://github.com/quarkusio/quarkus/pull/6734
1
fixes
QuarkusDev does not start with Kotlin subprojects
To see the full disucssion on this subject, please refer to this chat: https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/Quarkus.20Dev.20not.20working.20with.20Kotlin.20and.20Subprojects **Describe the bug** I have a Quarkus gradle project with two modules `project-a` and `project-a-models`. `projec...
91784b105eb7476494d562450d45353e702f7ce6
b289d2655ec555f9239cb215a58e04ce77193aba
https://github.com/quarkusio/quarkus/compare/91784b105eb7476494d562450d45353e702f7ce6...b289d2655ec555f9239cb215a58e04ce77193aba
diff --git a/core/devmode/src/main/java/io/quarkus/dev/DevModeContext.java b/core/devmode/src/main/java/io/quarkus/dev/DevModeContext.java index 6d2b7199949..e491947f887 100644 --- a/core/devmode/src/main/java/io/quarkus/dev/DevModeContext.java +++ b/core/devmode/src/main/java/io/quarkus/dev/DevModeContext.java @@ -12,...
['devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/app/CuratedApplication.java', 'core/devmode/src/main/java/io/quarkus/dev/IsolatedDevModeMain.java', 'core/devmode/src/main/java/io/quarkus/dev/RuntimeUpdatesProcessor.java', ...
{'.java': 6}
6
6
0
0
6
6,911,998
1,336,402
179,277
1,919
4,535
725
91
6
1,720
185
507
30
6
0
2020-01-23T04:16: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