id
int64
0
10.2k
text_id
stringlengths
17
67
repo_owner
stringclasses
232 values
repo_name
stringclasses
295 values
issue_url
stringlengths
39
89
pull_url
stringlengths
37
87
comment_url
stringlengths
37
94
links_count
int64
1
2
link_keyword
stringclasses
12 values
issue_title
stringlengths
7
197
issue_body
stringlengths
45
21.3k
base_sha
stringlengths
40
40
head_sha
stringlengths
40
40
diff_url
stringlengths
120
170
diff
stringlengths
478
132k
changed_files
stringlengths
47
2.6k
changed_files_exts
stringclasses
22 values
changed_files_count
int64
1
22
java_changed_files_count
int64
1
22
kt_changed_files_count
int64
0
0
py_changed_files_count
int64
0
0
code_changed_files_count
int64
1
22
repo_symbols_count
int64
32.6k
242M
repo_tokens_count
int64
6.59k
49.2M
repo_lines_count
int64
992
6.2M
repo_files_without_tests_count
int64
12
28.1k
changed_symbols_count
int64
0
36.1k
changed_tokens_count
int64
0
6.5k
changed_lines_count
int64
0
561
changed_files_without_tests_count
int64
1
17
issue_symbols_count
int64
45
21.3k
issue_words_count
int64
2
1.39k
issue_tokens_count
int64
13
4.47k
issue_lines_count
int64
1
325
issue_links_count
int64
0
19
issue_code_blocks_count
int64
0
31
pull_create_at
timestamp[s]
stars
int64
10
44.3k
language
stringclasses
8 values
languages
stringclasses
296 values
license
stringclasses
2 values
2,746
quarkusio/quarkus/17651/17628
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/17628
https://github.com/quarkusio/quarkus/pull/17651
https://github.com/quarkusio/quarkus/pull/17651
1
fixes
Hot reload fails when using custom beans validator and MP Rest Client
## Describe the bug When running in dev mode, hot reload always fails when having a MP Rest Client injected in a custom beans validator. Even if code is changed outside the validator, the reload fails. ### Expected behavior Changes to code in dev mode should reload without any failure. ### Actual behavior Gett...
cc94f11e1a1412ae4d4e883e533789190015c080
7abd7dec92271da5bdffe8aee0fca9f8707b7ba2
https://github.com/quarkusio/quarkus/compare/cc94f11e1a1412ae4d4e883e533789190015c080...7abd7dec92271da5bdffe8aee0fca9f8707b7ba2
diff --git a/extensions/resteasy-classic/resteasy-common/deployment/src/main/java/io/quarkus/resteasy/common/deployment/ResteasyCommonProcessor.java b/extensions/resteasy-classic/resteasy-common/deployment/src/main/java/io/quarkus/resteasy/common/deployment/ResteasyCommonProcessor.java index 4d0c9e6baee..bf4654c1a36 10...
['extensions/resteasy-classic/resteasy-common/runtime/src/main/java/io/quarkus/resteasy/common/runtime/QuarkusInjectorFactory.java', 'extensions/resteasy-classic/resteasy-common/runtime/src/main/java/io/quarkus/resteasy/common/runtime/ResteasyInjectorFactoryRecorder.java', 'extensions/resteasy-classic/resteasy-common/d...
{'.java': 4}
4
4
0
0
4
16,716,130
3,248,539
429,925
4,527
3,110
622
61
4
10,362
376
2,378
131
4
1
2021-06-03T01:34:51
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,747
quarkusio/quarkus/17632/17571
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/17571
https://github.com/quarkusio/quarkus/pull/17632
https://github.com/quarkusio/quarkus/pull/17632
1
fixes
Option quarkus.websocket.dispatch-to-worker=true doesn't work anymore in Quarkus 1.13
## Describe the bug Setting the value of `quarkus.websocket.dispatch-to-worker` to `true` doesn't change anything. WebSockets remain on vert.x-eventloop threads. ### Expected behavior WebSockets should be executed on executor threads (like in Quarkus 1.11). ### Actual behavior WebSockets are executed on vert.x...
128988b95595ab41ed6a35f5b30caf863c09a1f2
01ba4c0f9a012e7f4974b7809dcb7fbd92c5119c
https://github.com/quarkusio/quarkus/compare/128988b95595ab41ed6a35f5b30caf863c09a1f2...01ba4c0f9a012e7f4974b7809dcb7fbd92c5119c
diff --git a/extensions/websockets/runtime/src/main/java/io/quarkus/undertow/websockets/runtime/WebsocketRecorder.java b/extensions/websockets/runtime/src/main/java/io/quarkus/undertow/websockets/runtime/WebsocketRecorder.java index 65085d860b3..a09af85f95c 100644 --- a/extensions/websockets/runtime/src/main/java/io/qu...
['extensions/websockets/runtime/src/main/java/io/quarkus/undertow/websockets/runtime/WebsocketRecorder.java']
{'.java': 1}
1
1
0
0
1
16,715,511
3,248,417
429,913
4,527
381
52
10
1
1,246
157
341
22
1
0
2021-06-02T13:11:43
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,749
quarkusio/quarkus/17605/17206
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/17206
https://github.com/quarkusio/quarkus/pull/17605
https://github.com/quarkusio/quarkus/pull/17605
1
fixes
maxFramePayloadLength seems to be hardcoded when using WebSocketClient
## Describe the bug We are occasionally hitting an exception (shown below) caused due to the payload in a websocket frame being larger than 1280000 bytes while trying to read log messages from a websocket. Had tried the instructions on setting max-frame-size described in https://github.com/quarkusio/quarkus/issues/71...
13fb194d4f3cf25495758f325aee5977a80d91a4
d7a0508759f167023747f64f6a6388e23367038c
https://github.com/quarkusio/quarkus/compare/13fb194d4f3cf25495758f325aee5977a80d91a4...d7a0508759f167023747f64f6a6388e23367038c
diff --git a/extensions/websockets/runtime/src/main/java/io/quarkus/undertow/websockets/runtime/WebsocketRecorder.java b/extensions/websockets/runtime/src/main/java/io/quarkus/undertow/websockets/runtime/WebsocketRecorder.java index f0f16c3f1e4..65085d860b3 100644 --- a/extensions/websockets/runtime/src/main/java/io/qu...
['extensions/websockets/runtime/src/main/java/io/quarkus/undertow/websockets/runtime/WebsocketRecorder.java']
{'.java': 1}
1
1
0
0
1
16,716,476
3,248,540
429,944
4,528
243
29
9
1
3,896
270
807
65
1
1
2021-06-01T15:09:44
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,751
quarkusio/quarkus/17495/17492
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/17492
https://github.com/quarkusio/quarkus/pull/17495
https://github.com/quarkusio/quarkus/pull/17495
1
resolves
IllegalAccessError invoking non-public @Scheduled method
## Describe the bug An IllegalAccessError is thrown when invoking a non-public @Scheduled method, e.g: @Scheduled(every = "PT10S", concurrentExecution = ConcurrentExecution.SKIP) void myMethod() {...} All is fine if the method is public. Call stack looks like so: 2021-05-27 15:58:27,006 ERROR (executor-th...
fe07bc0e65757c206779f9184e89cdd20737e1d8
a5acdc95fd5e1415c224003abe2008aea5a652b8
https://github.com/quarkusio/quarkus/compare/fe07bc0e65757c206779f9184e89cdd20737e1d8...a5acdc95fd5e1415c224003abe2008aea5a652b8
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 5f85c176a1a..ad34c15f837 100644 --- a/extensions/scheduler/deployment/src/main/java/io/quarkus/...
['extensions/scheduler/runtime/src/main/java/io/quarkus/scheduler/Scheduled.java', 'extensions/scheduler/deployment/src/main/java/io/quarkus/scheduler/deployment/SchedulerProcessor.java']
{'.java': 2}
2
2
0
0
2
16,600,481
3,226,031
427,110
4,502
1,823
361
32
2
2,359
130
628
37
0
0
2021-05-27T08:24:22
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,752
quarkusio/quarkus/17394/17367
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/17367
https://github.com/quarkusio/quarkus/pull/17394
https://github.com/quarkusio/quarkus/pull/17394
1
close
NPE in QuarkusModelBuilder for Gradle composite builds
## Describe the bug On a project using Gradle composite build, dev mode fails to start. The project layout is the following: - composite - composite-subproject - project - utilities - my-artifactId - my-artifactId depends on utilities - utilities depends on composite-subproject - project is in...
6fd054d65730e38d865e4cdc3b3eebee8fea66cd
99deb151e3321613475b15e5b1713b7b9e93a5e1
https://github.com/quarkusio/quarkus/compare/6fd054d65730e38d865e4cdc3b3eebee8fea66cd...99deb151e3321613475b15e5b1713b7b9e93a5e1
diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/builder/QuarkusModelBuilder.java b/devtools/gradle/src/main/java/io/quarkus/gradle/builder/QuarkusModelBuilder.java index 8b56fd43364..ff549e1b432 100644 --- a/devtools/gradle/src/main/java/io/quarkus/gradle/builder/QuarkusModelBuilder.java +++ b/devtools/gra...
['devtools/gradle/src/main/java/io/quarkus/gradle/builder/QuarkusModelBuilder.java']
{'.java': 1}
1
1
0
0
1
16,569,339
3,220,879
426,644
4,493
483
74
8
1
2,780
262
744
73
1
1
2021-05-20T19:06:25
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,732
quarkusio/quarkus/18061/17878
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/17878
https://github.com/quarkusio/quarkus/pull/18061
https://github.com/quarkusio/quarkus/pull/18061
1
fixes
Quarkus Mongodb change stream resume token always null in native
## Describe the bug I'm building a quarkus app that uses the mongodb change streams functionality with the reactive client. If I start the application locally from Intellij everything works fine but when I build the native app and try to save the resume token it's always null. I use this command to build the n...
65e3aa05e088355b014d20b197086eac83ec888d
732b2a781b1659715905b9c2121be2a6f050d84f
https://github.com/quarkusio/quarkus/compare/65e3aa05e088355b014d20b197086eac83ec888d...732b2a781b1659715905b9c2121be2a6f050d84f
diff --git a/extensions/mongodb-client/deployment/src/main/java/io/quarkus/mongodb/deployment/MongoClientProcessor.java b/extensions/mongodb-client/deployment/src/main/java/io/quarkus/mongodb/deployment/MongoClientProcessor.java index 8e39a69b417..3eb4fd9546e 100644 --- a/extensions/mongodb-client/deployment/src/main/j...
['extensions/mongodb-client/deployment/src/main/java/io/quarkus/mongodb/deployment/MongoClientProcessor.java']
{'.java': 1}
1
1
0
0
1
17,007,472
3,304,675
437,562
4,599
568
97
8
1
3,548
397
745
81
0
0
2021-06-22T07:31:23
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,730
quarkusio/quarkus/18138/18026
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18026
https://github.com/quarkusio/quarkus/pull/18138
https://github.com/quarkusio/quarkus/pull/18138
1
fixes
ClassNotFound using SCRAM SHA 256 with Kafka extension
## Describe the bug Using the quarkus Kafka extension and using the following Kafka config: ``` kafka: bootstrap: servers: ... security: protocol: SASL_SSL sasl: mechanism: SCRAM-SHA-256 jaas: config: org.apache.kafka.common.security.scram.ScramLoginModule required username="$...
659ef7abf9ae2cf7ee958f96b34fec3ebf84649c
bb005a577218d59b8bedae74ceadbe4d111de1af
https://github.com/quarkusio/quarkus/compare/659ef7abf9ae2cf7ee958f96b34fec3ebf84649c...bb005a577218d59b8bedae74ceadbe4d111de1af
diff --git a/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaProcessor.java b/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaProcessor.java index 5e797c4b83c..b1be4d68871 100644 --- a/extensions/kafka-client/deployment/src/main/java/io/q...
['extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaProcessor.java']
{'.java': 1}
1
1
0
0
1
17,063,021
3,315,030
438,998
4,610
1,050
200
14
1
7,631
400
1,784
137
0
3
2021-06-24T17:11:52
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,729
quarkusio/quarkus/18139/18117
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18117
https://github.com/quarkusio/quarkus/pull/18139
https://github.com/quarkusio/quarkus/pull/18139
1
close
Injecting from another module causes ClassNotFoundException in dev mode
## Describe the bug The class to be injected is located in another module in the project dependency. During the `quarkusDev`, injection fails with `java.lang.ClassNotFoundException`. Both main project and dependency have beans.xml. If the injected class is moved to the main project, injection works. It also works when...
9ce4a096185e3c9a7553d7541e9670cb06fc095c
36fcef67b772b9e35b144f39144d994ceebab99e
https://github.com/quarkusio/quarkus/compare/9ce4a096185e3c9a7553d7541e9670cb06fc095c...36fcef67b772b9e35b144f39144d994ceebab99e
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 b8f6e9829a2..5e45d940f74 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
17,095,386
3,320,915
439,749
4,617
294
58
3
1
1,049
138
261
31
1
0
2021-06-24T19:06:20
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,710
quarkusio/quarkus/18551/18521
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18521
https://github.com/quarkusio/quarkus/pull/18551
https://github.com/quarkusio/quarkus/pull/18551
1
fix
Utf-8 graphql issue with non ascii chars
## Describe the bug Utf-8 chars like german umlauts are not usable. ### Expected behavior Special chars should work like normal chars. ### Actual behavior Special chars like german ä, ö, ü are replaced by things like ü ## To Reproduce Or attach an archive containing the reproducer to the issue. [co...
ba955f2a3f65e626a58f251fb9e4c94dd4602b3f
5c9936916e8c9dc6d86655cba62c0de11a7ebfad
https://github.com/quarkusio/quarkus/compare/ba955f2a3f65e626a58f251fb9e4c94dd4602b3f...5c9936916e8c9dc6d86655cba62c0de11a7ebfad
diff --git a/extensions/smallrye-graphql/deployment/src/test/java/io/quarkus/smallrye/graphql/deployment/AbstractGraphQLTest.java b/extensions/smallrye-graphql/deployment/src/test/java/io/quarkus/smallrye/graphql/deployment/AbstractGraphQLTest.java index fe1f8f6e67c..ba8dd7e1769 100644 --- a/extensions/smallrye-graphql...
['extensions/smallrye-graphql/deployment/src/test/java/io/quarkus/smallrye/graphql/deployment/TestResource.java', 'extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/SmallRyeGraphQLAbstractHandler.java', 'extensions/smallrye-graphql/deployment/src/test/java/io/quarkus/smallrye/graphql...
{'.java': 7}
7
7
0
0
7
17,429,391
3,388,692
447,774
4,663
5,377
932
109
2
1,375
151
381
57
2
0
2021-07-09T08:00:39
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,711
quarkusio/quarkus/18523/18495
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18495
https://github.com/quarkusio/quarkus/pull/18523
https://github.com/quarkusio/quarkus/pull/18523
1
fixes
Update to 2.0.1.Final breaks working Kafka deserializer configuration in 1.x
## Describe the bug Changing pom.xml from 1.x to 2.0.1.Final prevents successful Dev Mode startup with exception. ### Expected behavior No errors during startup like before with 1.x ### Actual behavior Exception during startup is thrown: ``` 2021-07-07 17:06:06,364 ERROR [io.qua.dep.dev.IsolatedDevModeMain...
61f3f0d1d3b43ae5a06a3f2d074f5ccd03ddb562
366573d2d4517b4442a6aed290e9089bc021e287
https://github.com/quarkusio/quarkus/compare/61f3f0d1d3b43ae5a06a3f2d074f5ccd03ddb562...366573d2d4517b4442a6aed290e9089bc021e287
diff --git a/extensions/smallrye-reactive-messaging-kafka/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/kafka/deployment/DefaultSerdeDiscoveryState.java b/extensions/smallrye-reactive-messaging-kafka/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/kafka/deployment/DefaultSerdeDiscoverySt...
['extensions/smallrye-reactive-messaging-kafka/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/kafka/deployment/SmallRyeReactiveMessagingKafkaProcessor.java', 'extensions/smallrye-reactive-messaging-kafka/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/kafka/deployment/DefaultSerdeDiscover...
{'.java': 3}
3
3
0
0
3
17,417,978
3,386,169
447,572
4,664
4,175
705
62
2
7,531
407
1,897
123
1
2
2021-07-08T11:03:25
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,712
quarkusio/quarkus/18496/18486
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18486
https://github.com/quarkusio/quarkus/pull/18496
https://github.com/quarkusio/quarkus/pull/18496
1
fixes
Quarkus 2.0.1: Reflective access broken for Jackson (de)serialization / inheritance/polymorphism
## Describe the bug We've bumped Quarkus from 2.0.0.Final to 2.0.1.Final and our integration-tests against a Quarkus native image build fail since Quarkus 2.0.1. [Nessie commit with successful CI run before the Quarkus version bump](https://github.com/projectnessie/nessie/commit/ddde10d8fffdf59ab1000a4c87e2a8cc26ad...
b6e0754b81a541ff69b0f1f8dec436067c4a5614
093a4a729bfe2ed33e7e224d0af548156982a52f
https://github.com/quarkusio/quarkus/compare/b6e0754b81a541ff69b0f1f8dec436067c4a5614...093a4a729bfe2ed33e7e224d0af548156982a52f
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/steps/ReflectiveHierarchyStep.java b/core/deployment/src/main/java/io/quarkus/deployment/steps/ReflectiveHierarchyStep.java index 9bddde0f2df..050e5421b2c 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/steps/ReflectiveHierarchyStep.java ...
['core/deployment/src/main/java/io/quarkus/deployment/steps/ReflectiveHierarchyStep.java']
{'.java': 1}
1
1
0
0
1
17,402,580
3,383,235
447,279
4,663
260
48
3
1
3,629
339
1,179
37
6
1
2021-07-07T16:33:01
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,713
quarkusio/quarkus/18472/18439
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18439
https://github.com/quarkusio/quarkus/pull/18472
https://github.com/quarkusio/quarkus/pull/18472
1
fixes
mutable-jar build breaks docker cache
## Describe the bug When the package type is set to `mutable-jar`, the resulting build-system.properties file changes trivially every build. This causes the "COPY lib" Dockerfile command to generate a duplicate layer. This causes very large layers (>150Mi) to be unnecessarily pushed to a docker repository. ### Expe...
919be8756a77d9438699cfd200ddb58d8d339039
7e50de02215082244b651d607ae82592341bd0ff
https://github.com/quarkusio/quarkus/compare/919be8756a77d9438699cfd200ddb58d8d339039...7e50de02215082244b651d607ae82592341bd0ff
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/mutability/DevModeTask.java b/core/deployment/src/main/java/io/quarkus/deployment/mutability/DevModeTask.java index 28b533153b4..297a94b3752 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/mutability/DevModeTask.java +++ b/core/deployment...
['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java', 'core/deployment/src/main/java/io/quarkus/deployment/mutability/DevModeTask.java', 'core/deployment/src/main/java/io/quarkus/deployment/mutability/ReaugmentTask.java']
{'.java': 3}
3
3
0
0
3
17,256,147
3,352,554
443,710
4,655
1,962
360
24
3
2,609
356
651
41
1
0
2021-07-07T00:44:53
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,714
quarkusio/quarkus/18470/18445
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18445
https://github.com/quarkusio/quarkus/pull/18470
https://github.com/quarkusio/quarkus/pull/18470
1
fixes
Quarkus Resteasy Reactive does not respect keep-alive when using Multi<>s
## Describe the bug Quarkus Resteasy Reactive kills connections even if Connection: keep-alive is specified and acknowledged by the server. The problem only occurs when returning Multi<>s, not when returning Uni<>s or synchronous results. A simple method such as ``` @GET public Multi<String> async...
bd3cf79e20c1aba1b2c33baf7700bf29616e61bc
26a2506a58d330b5dd01e655f77071988931951f
https://github.com/quarkusio/quarkus/compare/bd3cf79e20c1aba1b2c33baf7700bf29616e61bc...26a2506a58d330b5dd01e655f77071988931951f
diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/stream/StreamTestCase.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/stream/StreamTestCase.java index a4a...
['extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/stream/StreamTestCase.java', 'independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/handlers/PublisherResponseHandler.java']
{'.java': 2}
2
2
0
0
2
17,436,385
3,389,945
447,924
4,666
339
69
4
1
1,913
229
518
56
7
1
2021-07-06T23:46:02
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,715
quarkusio/quarkus/18458/18268
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18268
https://github.com/quarkusio/quarkus/pull/18458
https://github.com/quarkusio/quarkus/pull/18458
1
fixes
Hibernate Reactive: ReactiveSessionProducer blocks event loop thread
## Describe the bug Most likely since Quarkus 2.0.0.Alpha2 with the introduction of [these changes](https://github.com/quarkusio/quarkus/pull/16923), Hibernate Reactive can sometimes block the event loop thread forever if injecting `Mutiny.Session` via the `ReactiveSessionProducer`, making the entire application unres...
7b334561acaa30e26a4cb33ae2055b95da84919d
3e1e0a1ee1eafc5d6f3d1465de1641497be72438
https://github.com/quarkusio/quarkus/compare/7b334561acaa30e26a4cb33ae2055b95da84919d...3e1e0a1ee1eafc5d6f3d1465de1641497be72438
diff --git a/extensions/hibernate-reactive/runtime/src/main/java/io/quarkus/hibernate/reactive/runtime/ReactiveSessionProducer.java b/extensions/hibernate-reactive/runtime/src/main/java/io/quarkus/hibernate/reactive/runtime/ReactiveSessionProducer.java index ead36fc3330..804aa5ae6e8 100644 --- a/extensions/hibernate-re...
['extensions/hibernate-reactive/runtime/src/main/java/io/quarkus/hibernate/reactive/runtime/ReactiveSessionProducer.java']
{'.java': 1}
1
1
0
0
1
17,225,705
3,346,623
443,031
4,649
1,642
303
26
1
5,080
303
1,305
78
1
2
2021-07-06T15:33:41
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,716
quarkusio/quarkus/18415/18374
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18374
https://github.com/quarkusio/quarkus/pull/18415
https://github.com/quarkusio/quarkus/pull/18415
1
fixes
Quarkus OIDC Client unable to retrieve access-token
## Describe the bug I am using quarkus-oidc-client extension to obtain token. The idea is to send client-id, client-secret and grant-type to OpenID connect provider to obtain access token. I am referring to this doc @ https://quarkus.io/guides/security-openid-connect-client I am using annotation "@OidcClientFilter" o...
142da1e8ec0371bc00a5aaeea3df644310a12065
d233b01d6145b034cbfe316aa050f26122ecf9d4
https://github.com/quarkusio/quarkus/compare/142da1e8ec0371bc00a5aaeea3df644310a12065...d233b01d6145b034cbfe316aa050f26122ecf9d4
diff --git a/extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/client/runtime/OidcClientImpl.java b/extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/client/runtime/OidcClientImpl.java index de8fa0f2ec8..63bf8b98052 100644 --- a/extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/client/r...
['extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/client/runtime/OidcClientImpl.java', 'integration-tests/oidc-client-wiremock/src/test/java/io/quarkus/it/keycloak/KeycloakRealmResourceManager.java']
{'.java': 2}
2
2
0
0
2
17,198,460
3,341,645
442,339
4,642
464
86
6
1
3,104
321
822
84
4
2
2021-07-05T13:30:56
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,717
quarkusio/quarkus/18403/18349
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18349
https://github.com/quarkusio/quarkus/pull/18403
https://github.com/quarkusio/quarkus/pull/18403
1
fix
SmallRye GraphQL Client not working in native
`microprofile-graphql-client-quickstart` is failing in native with the following error. Apart from the fact that it needs fixing, I'm very surprised we use Jersey? Shouldn't we use one of our REST Clients? ``` Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: org.glassfish.jersey.client.J...
edd218989e40e366bfced10c81d01699d696b5d4
fcef6e7aaeba0da5a58529e7115dd41cf2d350c3
https://github.com/quarkusio/quarkus/compare/edd218989e40e366bfced10c81d01699d696b5d4...fcef6e7aaeba0da5a58529e7115dd41cf2d350c3
diff --git a/extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.java b/extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.ja...
['extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.java']
{'.java': 1}
1
1
0
0
1
17,198,404
3,341,646
442,330
4,642
260
44
6
1
904
49
216
13
0
1
2021-07-05T10:16:10
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,719
quarkusio/quarkus/18379/18018
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18018
https://github.com/quarkusio/quarkus/pull/18379
https://github.com/quarkusio/quarkus/pull/18379
1
fixes
KafkaStreams UncaughtExceptionHandler can only be set before starting the stream
## Describe the bug It is not possible to use KafkaStreams#setUncaughtExceptionHandler on the injected `KafkaStreams` instance because it is already started by the `KafkaStreamsProducer` managed by kafka-streams Quarkus extension. ### Expected behavior The kafka-streams extension calls setUncaughtExceptionHandler ...
c377d1c517666be1eb5ff485771b83df4a34ddee
2cdafc2f3ead84ed4618f4e9a052c80c4049cc7b
https://github.com/quarkusio/quarkus/compare/c377d1c517666be1eb5ff485771b83df4a34ddee...2cdafc2f3ead84ed4618f4e9a052c80c4049cc7b
diff --git a/extensions/kafka-streams/runtime/src/main/java/io/quarkus/kafka/streams/runtime/KafkaStreamsProducer.java b/extensions/kafka-streams/runtime/src/main/java/io/quarkus/kafka/streams/runtime/KafkaStreamsProducer.java index 408fa5d0957..93ca55cbb33 100644 --- a/extensions/kafka-streams/runtime/src/main/java/io...
['extensions/kafka-streams/runtime/src/main/java/io/quarkus/kafka/streams/runtime/KafkaStreamsProducer.java']
{'.java': 1}
1
1
0
0
1
17,197,441
3,341,397
442,298
4,641
980
156
12
1
503
58
100
8
0
0
2021-07-03T19:16:21
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,721
quarkusio/quarkus/18332/18330
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18330
https://github.com/quarkusio/quarkus/pull/18332
https://github.com/quarkusio/quarkus/pull/18332
1
fixes
Continuous Testing not using updated log level
## Describe the bug Quarkus 2.0.0.Final Continous Testing not applying an updated log level changed in application.properties ### Expected behavior Log level does not change. When app started with default (INFO), and then quarkus.log.level is updated to a higher log level (like TRACE or DEBUG), the logs should inc...
4340f64063b9bed8f8e1545034b3342d4921b989
cfbd8f9eeb15ce5de6b0c5c17a30899e87498661
https://github.com/quarkusio/quarkus/compare/4340f64063b9bed8f8e1545034b3342d4921b989...cfbd8f9eeb15ce5de6b0c5c17a30899e87498661
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/QuarkusAugmentor.java b/core/deployment/src/main/java/io/quarkus/deployment/QuarkusAugmentor.java index edb9880e8f1..0937a796c36 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/QuarkusAugmentor.java +++ b/core/deployment/src/main/java/io/...
['core/deployment/src/main/java/io/quarkus/deployment/QuarkusAugmentor.java', 'core/deployment/src/main/java/io/quarkus/deployment/dev/IsolatedTestModeMain.java', 'core/deployment/src/main/java/io/quarkus/runner/bootstrap/AugmentActionImpl.java', 'core/deployment/src/main/java/io/quarkus/deployment/builditem/LaunchMode...
{'.java': 9}
9
9
0
0
9
17,166,189
3,334,989
441,552
4,634
4,415
845
69
9
1,185
152
294
27
1
1
2021-07-02T02:29:03
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,722
quarkusio/quarkus/18291/18290
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18290
https://github.com/quarkusio/quarkus/pull/18291
https://github.com/quarkusio/quarkus/pull/18291
1
fixes
Continuous testing test count index off by 1
NOTE: Quarkus 2.0.0.Final ## Describe the bug When a test class has more than one test, the test count starts with a zero instead of 1, making it feel as if not all tests are run. For example, it feels ike only 2 of 3 tests are run and 3/3 will never be reached: ``` 2021-06-30 20:20:22,574 INFO [io.qua.test] (Te...
c364ea4e28149eff4c5ba9c73c3b5130b8d83fa8
6731d59c245b30881e589571f3771e983f8ff70d
https://github.com/quarkusio/quarkus/compare/c364ea4e28149eff4c5ba9c73c3b5130b8d83fa8...6731d59c245b30881e589571f3771e983f8ff70d
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestConsoleHandler.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestConsoleHandler.java index dc1cae84831..e510c360010 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestConsoleHandler.ja...
['core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestConsoleHandler.java']
{'.java': 1}
1
1
0
0
1
17,127,989
3,327,421
440,551
4,625
337
77
4
1
1,499
175
476
25
1
2
2021-07-01T03:56:11
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,723
quarkusio/quarkus/18262/14812
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/14812
https://github.com/quarkusio/quarkus/pull/18262
https://github.com/quarkusio/quarkus/pull/18262
1
fixes
Hibernate Reactive with Stage API throws ContextNotActiveException on flush
**Describe the bug** The code below throws a `ContextNotActiveException` (see also reproducer below). Switching to the Mutiny API makes the problem disappear. ```java @Inject Stage.Session session; @Test @ActivateRequestContext public void test() { DefaultEntity entity = new De...
90f1b704cb5b3be527a8a7aa1dfd73e5f4094aa7
96a1993ebaeac691d7171125078c012050bbf86e
https://github.com/quarkusio/quarkus/compare/90f1b704cb5b3be527a8a7aa1dfd73e5f4094aa7...96a1993ebaeac691d7171125078c012050bbf86e
diff --git a/extensions/hibernate-reactive/deployment/src/test/java/io/quarkus/hibernate/reactive/singlepersistenceunit/SinglePersistenceUnitCdiStageSessionTest.java b/extensions/hibernate-reactive/deployment/src/test/java/io/quarkus/hibernate/reactive/singlepersistenceunit/SinglePersistenceUnitCdiStageSessionTest.java...
['integration-tests/hibernate-reactive-postgresql/src/main/java/io/quarkus/it/hibernate/reactive/postgresql/HibernateReactiveTestEndpoint.java', 'integration-tests/hibernate-reactive-postgresql/src/test/java/io/quarkus/it/hibernate/reactive/postgresql/HibernateReactiveFetchLazyTest.java', 'integration-tests/hibernate-r...
{'.java': 17}
17
17
0
0
17
17,106,375
3,323,152
440,019
4,620
1,124
212
31
2
7,954
357
1,927
119
1
4
2021-06-30T08:11:07
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,725
quarkusio/quarkus/18192/18190
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18190
https://github.com/quarkusio/quarkus/pull/18192
https://github.com/quarkusio/quarkus/pull/18192
1
fixes
Problem starting quarkus app in dev mode with pom dependency
## Describe the bug We do have some quarkus apps that have a pom type dependency on the 'pom.xml' (for example: https://github.com/kiegroup/kogito-apps/blob/master/task-console/pom.xml#L54). Today we started noticing that if we start them in dev mode we get a hot reload error on start up due to a missing target/classe...
928d7327e965097e60ea452ee376364503e4a239
5f59b0704ba7f91eba0f4fcb8cf1143ad9cf716e
https://github.com/quarkusio/quarkus/compare/928d7327e965097e60ea452ee376364503e4a239...5f59b0704ba7f91eba0f4fcb8cf1143ad9cf716e
diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/devmode/DependenciesFilter.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/devmode/DependenciesFilter.java index b21dc8a7804..ef000cec228 100644 --- a/independent-projects/bootstrap/core/src/main/java/io/qu...
['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/devmode/DependenciesFilter.java']
{'.java': 1}
1
1
0
0
1
17,097,159
3,321,270
439,796
4,617
124
31
2
1
1,345
175
350
22
3
0
2021-06-28T08: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
2,726
quarkusio/quarkus/18165/18118
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18118
https://github.com/quarkusio/quarkus/pull/18165
https://github.com/quarkusio/quarkus/pull/18165
1
fixes
NoSuchElementException when building a project with no source files
## Describe the bug I am trying to plugin libraries via CDI into a service to create a new service. So in my example my original service is `service1`, which I'd like to add `plugin2` to create `service2`. So I made a new project with no source code and only dependencies in `service1` and `plugin2`. I was hoping the R...
659435d6e0aa7250638d41a9db356a9c39ae8daf
cbf70d66e35eeec93203b4b9f9377c18762a8265
https://github.com/quarkusio/quarkus/compare/659435d6e0aa7250638d41a9db356a9c39ae8daf...cbf70d66e35eeec93203b4b9f9377c18762a8265
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/builditem/ArchiveRootBuildItem.java b/core/deployment/src/main/java/io/quarkus/deployment/builditem/ArchiveRootBuildItem.java index 38999d1a882..e5040da4d99 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/builditem/ArchiveRootBuildItem.ja...
['core/deployment/src/main/java/io/quarkus/deployment/builditem/ArchiveRootBuildItem.java']
{'.java': 1}
1
1
0
0
1
17,071,092
3,316,560
439,199
4,610
1,512
263
29
1
1,617
173
427
40
1
1
2021-06-25T12:02:45
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,727
quarkusio/quarkus/18152/18099
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18099
https://github.com/quarkusio/quarkus/pull/18152
https://github.com/quarkusio/quarkus/pull/18152
1
fixes
The QuarkusBootstrapProvider caches the AppArtifact causing problems
The `QuarkusBoostrapProvider` has a cache of `QuarkusAppBootstrapProvider` which itself has a field for the `AppArtifact`. This field is initialised with the `initAppArtifact` if not yet initialized. However, this method creates the output build directory if it does not exists. The causes problems if the cache is ...
659435d6e0aa7250638d41a9db356a9c39ae8daf
f6a640667f70393601752cf9af7f34aacaea58f9
https://github.com/quarkusio/quarkus/compare/659435d6e0aa7250638d41a9db356a9c39ae8daf...f6a640667f70393601752cf9af7f34aacaea58f9
diff --git a/devtools/maven/src/main/java/io/quarkus/maven/QuarkusBootstrapProvider.java b/devtools/maven/src/main/java/io/quarkus/maven/QuarkusBootstrapProvider.java index 88a10542bc5..1ce97e18e35 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/QuarkusBootstrapProvider.java +++ b/devtools/maven/src/main/jav...
['devtools/maven/src/main/java/io/quarkus/maven/QuarkusBootstrapProvider.java']
{'.java': 1}
1
1
0
0
1
17,071,092
3,316,560
439,199
4,610
32
6
1
1
5,575
550
1,519
99
1
1
2021-06-25T09:40:00
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,728
quarkusio/quarkus/18150/18125
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18125
https://github.com/quarkusio/quarkus/pull/18150
https://github.com/quarkusio/quarkus/pull/18150
1
fixes
Broken dependency when using OpenTelemetry + REST Client on main
## Describe the bug When combining `quarkus-opentelemetry-exporter-otlp` and `rest-client` extensions, Maven is unable to resolve the `io.quarkus:quarkus-opentelemetry-rest-client-deployment` dependency unless it is locally cached. ### Expected behavior Build success ### Actual behavior ``` [ERROR] Failed t...
aa4bef3442fa26268f7ca34527e5ffe13b876d5a
fbf177fc9a9298c13d292e3bcf609a2e95e3b814
https://github.com/quarkusio/quarkus/compare/aa4bef3442fa26268f7ca34527e5ffe13b876d5a...fbf177fc9a9298c13d292e3bcf609a2e95e3b814
diff --git a/independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/DeploymentInjectingDependencyVisitor.java b/independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/DeploymentInjectingDependencyVisitor.java index 8f1a931bd58..bac243760d...
['independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/DeploymentInjectingDependencyVisitor.java']
{'.java': 1}
1
1
0
0
1
17,080,506
3,318,171
439,405
4,611
225
40
3
1
1,525
140
409
31
1
3
2021-06-25T08:49:12
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,659
quarkusio/quarkus/19795/19701
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/19701
https://github.com/quarkusio/quarkus/pull/19795
https://github.com/quarkusio/quarkus/pull/19795
1
fixes
Fail to redeploy to Kubernetes
### Describe the bug When running `mvn clean package -Dquarkus.kubernetes.deploy=true` to update an existing deployment in Kubernetes, it fails with: ``` Build step io.quarkus.kubernetes.deployment.KubernetesDeployer#deploy threw an exception: io.fabric8.kubernetes.client.KubernetesClientException: Failure executi...
008792a1155c994ce2d93538fca346617e2dcc6a
7142e7913f0f476889b7353432d339ca14b2ad12
https://github.com/quarkusio/quarkus/compare/008792a1155c994ce2d93538fca346617e2dcc6a...7142e7913f0f476889b7353432d339ca14b2ad12
diff --git a/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesDeployer.java b/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesDeployer.java index c358fb29ea5..362b63ae063 100644 --- a/extensions/kubernetes/vanilla/deploym...
['extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/KubernetesDeployer.java']
{'.java': 1}
1
1
0
0
1
17,986,557
3,497,123
460,973
4,770
2,393
424
41
1
1,141
137
273
45
1
1
2021-08-31T10:04:28
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,600
quarkusio/quarkus/21096/21085
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21085
https://github.com/quarkusio/quarkus/pull/21096
https://github.com/quarkusio/quarkus/pull/21096
1
fix
SmallRye GraphQL returns multiple content-types in `Content-Type` header when requested with multiple content-types in `Accept` header
### Describe the bug When querying `/graphql` with an `Accept` HTTP-header containing multiple media types, e.g. `application/json, text/plain`, the endpoint mirrors that header's content into the response's `Content-Type` header. `application/json, text/plain` is not a valid `Content-Type` and subsequent parsing fa...
76e9b87721641ada41a284d962a53a4fa38d2316
d608a6e24fcbdfe41489e686a74991b85d470cbf
https://github.com/quarkusio/quarkus/compare/76e9b87721641ada41a284d962a53a4fa38d2316...d608a6e24fcbdfe41489e686a74991b85d470cbf
diff --git a/extensions/smallrye-graphql/deployment/src/test/java/io/quarkus/smallrye/graphql/deployment/GraphQLOverHttpTest.java b/extensions/smallrye-graphql/deployment/src/test/java/io/quarkus/smallrye/graphql/deployment/GraphQLOverHttpTest.java index ccf5ddb9ce8..7465817bed3 100644 --- a/extensions/smallrye-graphql...
['extensions/smallrye-graphql/deployment/src/test/java/io/quarkus/smallrye/graphql/deployment/GraphQLOverHttpTest.java', 'extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/SmallRyeGraphQLExecutionHandler.java']
{'.java': 2}
2
2
0
0
2
18,982,754
3,692,645
486,801
5,007
927
182
18
1
2,532
209
556
65
1
4
2021-10-29T15:53:32
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,591
quarkusio/quarkus/21294/21145
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21145
https://github.com/quarkusio/quarkus/pull/21294
https://github.com/quarkusio/quarkus/pull/21294
1
fixes
Dev mode first hot reload request is 'ignored' if there is no active REST endpoint on the service under Ubuntu
### Describe the bug In the `intellij` terminal the first `s` triggers a manual restart when the Quarkus service has an active REST endpoint. But if it doesn't have one, then the first `s` is ignored and restart only occurs on sending the second one as well. ### Expected behavior Restart on the first request. ### ...
598534257da772dc70b645e5f62fba430751cdf2
c1bdc229616814547d14d714bcf87383b9d60cea
https://github.com/quarkusio/quarkus/compare/598534257da772dc70b645e5f62fba430751cdf2...c1bdc229616814547d14d714bcf87383b9d60cea
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 2381a90dc31..f40fdeb9abb 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java @@ -12,6 +12,7 @@ ...
['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java']
{'.java': 1}
1
1
0
0
1
19,111,360
3,716,125
489,764
5,032
2,499
470
51
1
1,751
259
525
63
1
1
2021-11-08T22:57:04
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,592
quarkusio/quarkus/21281/21280
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21280
https://github.com/quarkusio/quarkus/pull/21281
https://github.com/quarkusio/quarkus/pull/21281
1
resolves
Warnings about `@io.quarkus.arc.runtime.devconsole.Monitored` on private methods
### Describe the bug I see several warnings about `@io.quarkus.arc.runtime.devconsole.Monitored` on private methods of Infinispan classes when using Quarkus main in dev mode. Noticed when looking into https://github.com/quarkusio/quarkus/pull/21267 I think these warnings should be eliminated, it's distraction when ...
306c342116e83708eb7f4bde1dd705c5f1549c7e
16450533f18d80425bae125834808f5fd55b698f
https://github.com/quarkusio/quarkus/compare/306c342116e83708eb7f4bde1dd705c5f1549c7e...16450533f18d80425bae125834808f5fd55b698f
diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Methods.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Methods.java index 63dd492940a..930c8f40668 100644 --- a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Methods.java ...
['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Methods.java']
{'.java': 1}
1
1
0
0
1
19,110,617
3,715,987
489,748
5,032
2,802
443
44
1
3,249
271
903
57
1
2
2021-11-08T15:55:13
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,593
quarkusio/quarkus/21272/21245
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21245
https://github.com/quarkusio/quarkus/pull/21272
https://github.com/quarkusio/quarkus/pull/21272
1
fix
Quarkus Tests with SmallRye Health Extension Sometimes Fail When Run In Parallel
### Describe the bug After adding extension `io.quarkus:quarkus-smallrye-health` running multiple tests in parallel sometimes causes `NoSuchFileException`. ``` Caused by: java.nio.file.NoSuchFileException: /var/folders/1z/vlh4t0fj7qx8dldd244qst9w0000gp/T/quarkus/com.example/health-ui-no-such-file/io.smallrye/small...
c0d72e6aedee01365d4b1a0f6ae005ae61813b71
fa6d0200cfabab67bc3f6f611d4b322a30b9fc38
https://github.com/quarkusio/quarkus/compare/c0d72e6aedee01365d4b1a0f6ae005ae61813b71...fa6d0200cfabab67bc3f6f611d4b322a30b9fc38
diff --git a/extensions/smallrye-health/deployment/src/main/java/io/quarkus/smallrye/health/deployment/SmallRyeHealthProcessor.java b/extensions/smallrye-health/deployment/src/main/java/io/quarkus/smallrye/health/deployment/SmallRyeHealthProcessor.java index cf0bac72245..efa2a2e4045 100644 --- a/extensions/smallrye-hea...
['extensions/smallrye-health/deployment/src/main/java/io/quarkus/smallrye/health/deployment/SmallRyeHealthProcessor.java']
{'.java': 1}
1
1
0
0
1
19,108,066
3,715,413
489,665
5,030
457
88
7
1
3,023
249
784
71
1
2
2021-11-08T13:25:56
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,594
quarkusio/quarkus/21270/21044
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21044
https://github.com/quarkusio/quarkus/pull/21270
https://github.com/quarkusio/quarkus/pull/21270
1
fix
Reactive routes incorrect json serialization
### Describe the bug Reactive routes resources returning invalid json when using `@RolesAllowed` annotation. Without the annotation its working fine. Its working fine using Quarkus 2.3 version ### Expected behavior API should return below JSON response ```javascript [ { "message": "Hello!" }, {...
7c09477c193b0571d6ddab8371b99550dd00a1b0
03e4b49e6ab8beb82d3f349e7b661900e266c38f
https://github.com/quarkusio/quarkus/compare/7c09477c193b0571d6ddab8371b99550dd00a1b0...03e4b49e6ab8beb82d3f349e7b661900e266c38f
diff --git a/extensions/security/runtime/src/main/java/io/quarkus/security/runtime/interceptor/SecurityHandler.java b/extensions/security/runtime/src/main/java/io/quarkus/security/runtime/interceptor/SecurityHandler.java index 209d37d1ab4..7d2474d0730 100644 --- a/extensions/security/runtime/src/main/java/io/quarkus/se...
['extensions/security/runtime/src/main/java/io/quarkus/security/runtime/interceptor/SecurityHandler.java']
{'.java': 1}
1
1
0
0
1
19,107,582
3,715,293
489,649
5,030
375
68
4
1
1,184
146
328
67
1
2
2021-11-08T12:42:08
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,597
quarkusio/quarkus/21143/21106
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21106
https://github.com/quarkusio/quarkus/pull/21143
https://github.com/quarkusio/quarkus/pull/21143
1
close
Gradle MulitModule Project: quarkusGenerateCodeTests: java.lang.NullPointerException
### Describe the bug on my [project](https://github.com/tower-projects/tower-web-template) use quarkus 2.2.1.Final,can be start success but,when upgrade to 2.4.0.Final to build has exception ``` Caused by: java.lang.NullPointerException at io.quarkus.gradle.builder.GradleApplicationModelBuilder.initProj...
ceb133facb9d495b440f4e9a836702fc267198c1
ab48d75165e90c05d281acd0863c579f7c8a7a9f
https://github.com/quarkusio/quarkus/compare/ceb133facb9d495b440f4e9a836702fc267198c1...ab48d75165e90c05d281acd0863c579f7c8a7a9f
diff --git a/devtools/gradle/gradle-model/src/main/java/io/quarkus/gradle/tooling/GradleApplicationModelBuilder.java b/devtools/gradle/gradle-model/src/main/java/io/quarkus/gradle/tooling/GradleApplicationModelBuilder.java index 5d4c13ba673..4b4f3a9a742 100644 --- a/devtools/gradle/gradle-model/src/main/java/io/quarkus...
['devtools/gradle/gradle-model/src/main/java/io/quarkus/gradle/tooling/GradleApplicationModelBuilder.java']
{'.java': 1}
1
1
0
0
1
19,029,477
3,700,894
487,743
5,013
71
15
6
1
2,235
130
525
61
1
1
2021-11-02T10:12:44
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,599
quarkusio/quarkus/21121/21120
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21120
https://github.com/quarkusio/quarkus/pull/21121
https://github.com/quarkusio/quarkus/pull/21121
1
closes
Unpredictable reactive controller behavior.
### Describe the bug I decided to refactor one of my service written in quarkus from blocking io to reactive manner. I have many mock controller which works perfectly before refactor but now some of them throws errors: ``` java.lang.NullPointerException: Cannot invoke "org.jboss.resteasy.reactive.server.mappi...
5c3ec06e41774c9f47f09ca74bffa8512832dea3
6cd9b08cdf4e5f4889bd7840670af2413ea513a0
https://github.com/quarkusio/quarkus/compare/5c3ec06e41774c9f47f09ca74bffa8512832dea3...6cd9b08cdf4e5f4889bd7840670af2413ea513a0
diff --git a/independent-projects/resteasy-reactive/common/runtime/src/main/java/org/jboss/resteasy/reactive/common/core/AbstractResteasyReactiveContext.java b/independent-projects/resteasy-reactive/common/runtime/src/main/java/org/jboss/resteasy/reactive/common/core/AbstractResteasyReactiveContext.java index 1b08a3ec8...
['independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/core/ExceptionMapping.java', 'independent-projects/resteasy-reactive/common/runtime/src/main/java/org/jboss/resteasy/reactive/common/core/AbstractResteasyReactiveContext.java']
{'.java': 2}
2
2
0
0
2
18,989,813
3,693,964
486,937
5,007
4,787
766
58
2
10,811
427
2,319
196
1
3
2021-11-01T09:01:28
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,601
quarkusio/quarkus/21086/21083
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21083
https://github.com/quarkusio/quarkus/pull/21086
https://github.com/quarkusio/quarkus/pull/21086
1
fixes
Kafka Streams extension fails to compile with Kafka clients 3.0.0
### Describe the bug Quarkus application BOM doesn't have the Kafka client version 3.0.0 yet. When forced to be used with 3.0.0 KafkaStreams extension doesn't compile because of the removal of deprecated classes such as `PartitionAssignor` and `DefaultPartitionGrouper` ### Expected behavior Kafka extensions should...
b2721483f0647b1001667d2a04137733f3ae49ec
9ddd94639f06bdaaa8a2775c3e090daeccfcc654
https://github.com/quarkusio/quarkus/compare/b2721483f0647b1001667d2a04137733f3ae49ec...9ddd94639f06bdaaa8a2775c3e090daeccfcc654
diff --git a/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaProcessor.java b/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaProcessor.java index 6ea3fc40bb4..98915dad001 100644 --- a/extensions/kafka-client/deployment/src/main/java/io/q...
['extensions/kafka-streams/deployment/src/main/java/io/quarkus/kafka/streams/deployment/KafkaStreamsProcessor.java', 'extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaProcessor.java']
{'.java': 2}
2
2
0
0
2
18,982,754
3,692,645
486,801
5,007
1,047
217
15
2
881
121
219
41
0
0
2021-10-29T10:42:51
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,612
quarkusio/quarkus/20965/20934
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20934
https://github.com/quarkusio/quarkus/pull/20965
https://github.com/quarkusio/quarkus/pull/20965
1
fixes
Error occurred while destroying instance of bean io.quarkus.oidc.client.OidcClients
### Describe the bug Hi! I discovered a problem with the oidc client that occurs when you shut down an application. I am using Quarkus version 2.3.0.Final and the dependency: ``` <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-oidc-client-filter</artifactId> </dependency> ``` The...
856f4bc5ed2b38a0d0ad12af1ca1cd59a78f9123
b2c4566920135d8411f5c91d5983fd67f25f2dd6
https://github.com/quarkusio/quarkus/compare/856f4bc5ed2b38a0d0ad12af1ca1cd59a78f9123...b2c4566920135d8411f5c91d5983fd67f25f2dd6
diff --git a/extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/client/runtime/OidcClientRecorder.java b/extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/client/runtime/OidcClientRecorder.java index 58c5b1e234d..70a586ce339 100644 --- a/extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/...
['extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/client/runtime/OidcClientRecorder.java']
{'.java': 1}
1
1
0
0
1
18,947,706
3,685,973
485,946
5,001
60
11
1
1
2,752
259
680
99
0
5
2021-10-25T05:03:39
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,602
quarkusio/quarkus/21071/19086
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/19086
https://github.com/quarkusio/quarkus/pull/21071
https://github.com/quarkusio/quarkus/pull/21071
1
fix
gradle module build execution fails when using composing build
### Describe the bug If I build my module with gradle [composite build](https://docs.gradle.org/current/userguide/composite_builds.html) the task fails. ### Expected behavior build task should complete without errors ### Actual behavior the task fails with the following message: ``` Execution failed for ...
05c8824a607ce1bb613d56ae58b9057840a62d9a
55397b78c34efe10ece5721fcc97231f6d9f2876
https://github.com/quarkusio/quarkus/compare/05c8824a607ce1bb613d56ae58b9057840a62d9a...55397b78c34efe10ece5721fcc97231f6d9f2876
diff --git a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/QuarkusPlugin.java b/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/QuarkusPlugin.java index 08cd5ac618d..913565876bf 100644 --- a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/Q...
['devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/dependency/ExtensionDependency.java', 'devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/QuarkusPlugin.java']
{'.java': 2}
2
2
0
0
2
18,981,927
3,692,485
486,780
5,006
1,511
241
25
2
1,063
151
260
43
1
1
2021-10-28T15:46:10
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,603
quarkusio/quarkus/21064/21025
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21025
https://github.com/quarkusio/quarkus/pull/21064
https://github.com/quarkusio/quarkus/pull/21064
1
fixes
quarkus.config.locations was 'null' at build time and is now '/mnt/app-config-map'
### Describe the bug As a workaround for https://github.com/quarkusio/quarkus/issues/20830, I've added the following entries to my pom.xml: ```xml <!-- secrets --> <quarkus.kubernetes.secret-volumes.app-secret.secret-name>my-secret</quarkus.kubernetes.secret-volumes.app-secret.secret-name> <quarkus.kubernetes....
05c8824a607ce1bb613d56ae58b9057840a62d9a
2e38c967158010e0f00ecd00afb5d12187c92bd4
https://github.com/quarkusio/quarkus/compare/05c8824a607ce1bb613d56ae58b9057840a62d9a...2e38c967158010e0f00ecd00afb5d12187c92bd4
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/steps/DevModeBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/steps/DevModeBuildStep.java index a896fd845ef..ebdaed9d9b0 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/steps/DevModeBuildStep.java +++ b/core/deployment...
['core/runtime/src/main/java/io/quarkus/runtime/ConfigConfig.java', 'core/deployment/src/main/java/io/quarkus/deployment/steps/DevModeBuildStep.java', 'core/deployment/src/main/java/io/quarkus/deployment/steps/ProfileBuildStep.java']
{'.java': 3}
3
3
0
0
3
18,981,927
3,692,485
486,780
5,006
1,421
286
27
3
3,140
286
911
94
2
3
2021-10-28T12:44:29
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,604
quarkusio/quarkus/21028/21008
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21008
https://github.com/quarkusio/quarkus/pull/21028
https://github.com/quarkusio/quarkus/pull/21028
1
resolves
Iterating over a list of enums generated by Qute Namespace Extensions no longer works
### Describe the bug We leverage Qute Namespace extensions to populate a list or dropdown with values from an enum. See https://quarkus.io/version/main/guides/qute-reference#namespace_extension_methods ```java public enum State { OPEN("Open"), CLOSED("Closed"); private final String displayName; ...
fa595c735958a307b0e25563078a258e922c89ed
5a3e0b0f7a7cf8c2ccd82304b2963ca6c7ea9c00
https://github.com/quarkusio/quarkus/compare/fa595c735958a307b0e25563078a258e922c89ed...5a3e0b0f7a7cf8c2ccd82304b2963ca6c7ea9c00
diff --git a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java b/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java index 796acb8de6c..c9c68d7c169 100644 --- a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java ...
['extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/extensions/NamespaceTemplateExtensionTest.java', 'extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java']
{'.java': 2}
2
2
0
0
2
18,971,432
3,690,493
486,576
5,006
554
92
9
1
3,369
304
790
104
2
4
2021-10-27T08:06:04
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,606
quarkusio/quarkus/20997/20979
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20979
https://github.com/quarkusio/quarkus/pull/20997
https://github.com/quarkusio/quarkus/pull/20997
1
fixes
@RolesAllowed causes CompletionStage to be serialized as itself
### Describe the bug Consider the following method: @GET @Path("protected") @Produces(MediaType.APPLICATION_JSON) @RolesAllowed("protected-role") public CompletionStage<String> getProtected() { return CompletableFuture.completedFuture("{}"); } The CompletionStage is actual...
e6275f1c444ced3fe18dead7de24c59605e67055
599096275581642aa15b07c29a5ce5070d40e9e4
https://github.com/quarkusio/quarkus/compare/e6275f1c444ced3fe18dead7de24c59605e67055...599096275581642aa15b07c29a5ce5070d40e9e4
diff --git a/extensions/security/deployment/src/test/java/io/quarkus/security/test/cdi/CDIAccessDefaultTest.java b/extensions/security/deployment/src/test/java/io/quarkus/security/test/cdi/CDIAccessDefaultTest.java index 60e9a2eb516..757223d2b5b 100644 --- a/extensions/security/deployment/src/test/java/io/quarkus/secur...
['extensions/security/deployment/src/test/java/io/quarkus/security/test/cdi/app/BeanWithSecuredMethods.java', 'extensions/security/runtime/src/main/java/io/quarkus/security/runtime/interceptor/SecurityHandler.java', 'extensions/security/deployment/src/test/java/io/quarkus/security/test/cdi/CDIAccessDefaultTest.java']
{'.java': 3}
3
3
0
0
3
18,974,131
3,691,129
486,625
5,006
1,107
173
27
1
2,133
207
494
76
1
3
2021-10-26T00:40:44
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,607
quarkusio/quarkus/20996/20866
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20866
https://github.com/quarkusio/quarkus/pull/20996
https://github.com/quarkusio/quarkus/pull/20996
1
fixes
~580 INFO messages from datasource dev service when no Docker available
### Describe the bug I see ~580 INFO messages from datasource dev service when no Docker available and running latest Quarkus in dev mode. Log messages are printed within 1 minute window, after that no new messages appear. ``` ... 2021-10-19 13:58:22,820 INFO [com.git.doc.zer.sha.org.apa.hc.cli.htt.imp.cla.Ht...
5caf0dbe786c899d47f99ab1147ebf85f771f275
ffa1151a81160830b359268fbcc6d714c54fa9f2
https://github.com/quarkusio/quarkus/compare/5caf0dbe786c899d47f99ab1147ebf85f771f275...ffa1151a81160830b359268fbcc6d714c54fa9f2
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/IsDockerWorking.java b/core/deployment/src/main/java/io/quarkus/deployment/IsDockerWorking.java index 2f241e9b8f5..7c10c563dfa 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/IsDockerWorking.java +++ b/core/deployment/src/main/java/io/qua...
['core/deployment/src/main/java/io/quarkus/deployment/console/StartupLogCompressor.java', 'core/deployment/src/main/java/io/quarkus/deployment/IsDockerWorking.java']
{'.java': 2}
2
2
0
0
2
18,973,310
3,690,985
486,605
5,006
1,203
220
18
2
4,583
405
1,338
69
0
1
2021-10-25T23:40:14
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,608
quarkusio/quarkus/20995/17034
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/17034
https://github.com/quarkusio/quarkus/pull/20995
https://github.com/quarkusio/quarkus/pull/20995
1
fixes
List<PathSegment> exception on RESTEasy Reactive
## Describe the bug As I asked in [Zulip](https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/PathSegment.20exception.20on.20RESTEasy.20Reactive), I wanted to use `List<PathSegment>` with RESTEasy Reactive extension to use @PathParam and Regular Expressions. i.e. @Path("{keyword:.*}") https://docs.jboss...
5caf0dbe786c899d47f99ab1147ebf85f771f275
d83e522f55548a09b91fef8b8e5eff0ec77ecf98
https://github.com/quarkusio/quarkus/compare/5caf0dbe786c899d47f99ab1147ebf85f771f275...d83e522f55548a09b91fef8b8e5eff0ec77ecf98
diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/main/java/io/quarkus/resteasy/reactive/server/deployment/CustomResourceProducersGenerator.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/main/java/io/quarkus/resteasy/reactive/server/deployment/CustomResourc...
['extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/main/java/io/quarkus/resteasy/reactive/server/deployment/QuarkusServerEndpointIndexer.java', 'extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/path/RestPathTestCase.java', 'ind...
{'.java': 6}
6
6
0
0
6
18,973,310
3,690,985
486,605
5,006
1,295
227
23
4
4,459
220
1,065
61
6
0
2021-10-25T23:02:39
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,590
quarkusio/quarkus/21295/18154
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18154
https://github.com/quarkusio/quarkus/pull/21295
https://github.com/quarkusio/quarkus/pull/21295
1
fixes
Setting both test-port and test-ssl-port to 0 yields the same random port for both
## Describe the bug Setting these config properties to 0 yields the same random port for both. This also happens in Quarkus 1.13.7 but in 2.0 this can result in the following exception after a few tests have run, e.g.: ``` 2021-06-09 23:41:37,675 INFO [org.apa.htt.imp.cli.DefaultHttpClient] (main) I/O exception (o...
598534257da772dc70b645e5f62fba430751cdf2
f81a64ca95f0fc2136265a50fb13d54203964147
https://github.com/quarkusio/quarkus/compare/598534257da772dc70b645e5f62fba430751cdf2...f81a64ca95f0fc2136265a50fb13d54203964147
diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java index 609ec34135b..909aee45961 100644 --- a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/r...
['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java']
{'.java': 1}
1
1
0
0
1
19,111,360
3,716,125
489,764
5,032
249
66
3
1
2,577
302
759
68
9
4
2021-11-08T23:57:14
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,589
quarkusio/quarkus/21296/18571
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18571
https://github.com/quarkusio/quarkus/pull/21296
https://github.com/quarkusio/quarkus/pull/21296
1
fixes
Sporadic EOFException when running tests in Eclipse with jacoco extension
## Describe the bug I'm seeing this frequently (but not always) in Eclipse at the end of a test execution: ``` Failed to generate Jacoco reports java.io.EOFException at java.base/java.io.DataInputStream.readUnsignedShort(DataInputStream.java:345) at java.base/java.io.DataInputStream.readUTF(DataInputStream.java...
598534257da772dc70b645e5f62fba430751cdf2
cb26c21a9eb5f386c57a620b28f9b78eab5eae7c
https://github.com/quarkusio/quarkus/compare/598534257da772dc70b645e5f62fba430751cdf2...cb26c21a9eb5f386c57a620b28f9b78eab5eae7c
diff --git a/test-framework/jacoco/runtime/src/main/java/io/quarkus/jacoco/runtime/ReportCreator.java b/test-framework/jacoco/runtime/src/main/java/io/quarkus/jacoco/runtime/ReportCreator.java index 0a5956c4190..e118708a6c6 100644 --- a/test-framework/jacoco/runtime/src/main/java/io/quarkus/jacoco/runtime/ReportCreator...
['test-framework/jacoco/runtime/src/main/java/io/quarkus/jacoco/runtime/ReportCreator.java']
{'.java': 1}
1
1
0
0
1
19,111,360
3,716,125
489,764
5,032
121
28
2
1
1,932
198
519
55
0
4
2021-11-09T02:28:02
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,588
quarkusio/quarkus/21320/18500
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/18500
https://github.com/quarkusio/quarkus/pull/21320
https://github.com/quarkusio/quarkus/pull/21320
1
fixes
2.0 dev mode not reading application properties
## Describe the bug After switching to `2.0`, it looks like dev mode is not reading my `application.yaml` in `config/`. ### Expected behavior Successful run ### Actual behavior `NoSuchElementException: SRCFG00014: The config property name is required but it could not be found in any config source` ## To Rep...
7d4788108794b3499d89a7db9be306d0672a9424
0f6f472512287dd43c1e676c1b61380bb568ef4a
https://github.com/quarkusio/quarkus/compare/7d4788108794b3499d89a7db9be306d0672a9424...0f6f472512287dd43c1e676c1b61380bb568ef4a
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java index 6220c8e3578..1bef9fda0fb 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java +++ b/...
['core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java', 'core/deployment/src/main/java/io/quarkus/deployment/steps/ConfigGenerationBuildStep.java', 'core/deployment/src/main/java/io/quarkus/deployment/steps/ProfileBuildStep.java', 'extensions/config-yaml/deployment/src/main/java/io/quar...
{'.java': 5}
5
5
0
0
5
19,155,618
3,724,772
490,798
5,044
9,202
1,727
166
5
784
108
223
29
1
0
2021-11-09T19:35:07
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,568
quarkusio/quarkus/21924/21873
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21873
https://github.com/quarkusio/quarkus/pull/21924
https://github.com/quarkusio/quarkus/pull/21924
1
fixes
OidcClient has failed to complete the refresh_token grant request: "error_description":"Refresh token expired"
### Describe the bug It seems like there's no processing of expired refresh_tokens implemented. So "refresh token expired" error appears and oidc-client is unable to get new access_token. ### Expected behavior OidcClient could have some refresh_token processing logic. 1. Test refresh_token for being expired 2. If ...
52f3cc99c51ea77a2f9869cb7d69200b1d030278
1ac3ce435a7b16968469c421cd66a8a1f4ac5ed6
https://github.com/quarkusio/quarkus/compare/52f3cc99c51ea77a2f9869cb7d69200b1d030278...1ac3ce435a7b16968469c421cd66a8a1f4ac5ed6
diff --git a/extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/client/OidcClientConfig.java b/extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/client/OidcClientConfig.java index d751d649823..90257b7efd4 100644 --- a/extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/client/OidcClientCon...
['integration-tests/oidc-client-wiremock/src/test/java/io/quarkus/it/keycloak/OidcClientTest.java', 'extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/common/runtime/OidcConstants.java', 'extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/client/runtime/TokensHelper.java', 'integration-tests/oidc-c...
{'.java': 7}
7
7
0
0
7
19,544,595
3,798,121
500,564
5,115
3,922
721
79
5
1,085
147
254
44
1
0
2021-12-03T17:15: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
2,569
quarkusio/quarkus/21910/21878
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21878
https://github.com/quarkusio/quarkus/pull/21910
https://github.com/quarkusio/quarkus/pull/21910
1
close
GRPC: Does not generate proto-based files
### Describe the bug version 2.5 gradle+scala+grpc do not generate code from my proto files version 2.4.1.Final gradle+scala+grpc generates code from my proto files ### Expected behavior java code based on my proto files is generate ### Actual behavior java files are not generated ### How to Reproduce? 1. gener...
cd8fde53aff847932021258e568b8029730bc7fa
7e078aedbe0e2799e1f9993e062a10ebb7f0372a
https://github.com/quarkusio/quarkus/compare/cd8fde53aff847932021258e568b8029730bc7fa...7e078aedbe0e2799e1f9993e062a10ebb7f0372a
diff --git a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/QuarkusPlugin.java b/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/QuarkusPlugin.java index 6445b0894d2..c2860d18b4e 100644 --- a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/Q...
['integration-tests/gradle/src/test/java/io/quarkus/gradle/QuarkusPluginFunctionalTest.java', 'devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/QuarkusPlugin.java']
{'.java': 2}
2
2
0
0
2
19,539,505
3,797,159
500,419
5,114
80
13
1
1
1,419
204
427
56
0
1
2021-12-03T10:53:09
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,570
quarkusio/quarkus/21902/21844
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21844
https://github.com/quarkusio/quarkus/pull/21902
https://github.com/quarkusio/quarkus/pull/21902
1
fixes
Changing http.port breaks pressing 'd' or 'w' in dev mode
### Describe the bug If an application has changed `quarkus.http.port` to some other value than `8080`, pressing `w` or `d` in dev mode still uses port `8080` in the browser window it opens. ### Expected behavior If I have `quarkus.http.port=8085` in my `application.properties` I would expect that while in dev mode,...
277523b3d53a507334727bf9289d358fcfebe730
16b29d8f3c20f0380548e79d5901a83fd516d420
https://github.com/quarkusio/quarkus/compare/277523b3d53a507334727bf9289d358fcfebe730...16b29d8f3c20f0380548e79d5901a83fd516d420
diff --git a/extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/devmode/console/DevConsoleProcessor.java b/extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/devmode/console/DevConsoleProcessor.java index b37a1f47e35..73e30738452 100644 --- a/extensions/vertx-ht...
['extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/devmode/console/DevConsoleProcessor.java']
{'.java': 1}
1
1
0
0
1
19,513,821
3,792,138
499,790
5,108
1,566
361
24
1
1,121
159
315
42
4
0
2021-12-02T23:29: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
2,571
quarkusio/quarkus/21887/21703
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21703
https://github.com/quarkusio/quarkus/pull/21887
https://github.com/quarkusio/quarkus/pull/21887
1
fixes
Smallrye ConfigSourceFactory not loading class
### Describe the bug When using a `ConfigSourceFactory` the class is not loaded and the build (both maven and gradle) fails with: ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ---------------------------------------------------------------------...
57e0fa724eb82b41fb2f036323f2ab8432e26c99
a24c99d4e4c4cc0ce46bd899af41dd0cbd373155
https://github.com/quarkusio/quarkus/compare/57e0fa724eb82b41fb2f036323f2ab8432e26c99...a24c99d4e4c4cc0ce46bd899af41dd0cbd373155
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/CodeGenerator.java b/core/deployment/src/main/java/io/quarkus/deployment/CodeGenerator.java index 112b5fe661a..39a650eebf0 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/CodeGenerator.java +++ b/core/deployment/src/main/java/io/quarkus/d...
['core/deployment/src/main/java/io/quarkus/deployment/CodeGenerator.java']
{'.java': 1}
1
1
0
0
1
19,512,734
3,791,869
499,766
5,107
182
36
2
1
2,996
261
820
89
1
5
2021-12-02T13:05:06
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,572
quarkusio/quarkus/21877/21822
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21822
https://github.com/quarkusio/quarkus/pull/21877
https://github.com/quarkusio/quarkus/pull/21877
1
close
Adding a quarkusDev dependency on quarkus-flyway does not run migrations on start
### Describe the bug Add a dependency `quarkusDev 'io.quarkus:quarkus-flyway'` to build.gradle and set `quarkus.flyway.migrate-on-start` to true in application properties. Start the application with `./gradlew quarkusDev`. ### Expected behavior Migrations are performed when the application starts in dev mode. ...
e98ec8a71d7140a4665c74314b043f3d3755e2f8
95766b7d0a64eb659bb2ef86a885e648c7edb1a2
https://github.com/quarkusio/quarkus/compare/e98ec8a71d7140a4665c74314b043f3d3755e2f8...95766b7d0a64eb659bb2ef86a885e648c7edb1a2
diff --git a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/QuarkusPlugin.java b/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/QuarkusPlugin.java index 4cd8d5bb337..6445b0894d2 100644 --- a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/Q...
['devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java', 'devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/QuarkusPlugin.java']
{'.java': 2}
2
2
0
0
2
19,509,414
3,791,164
499,690
5,106
1,428
236
27
2
1,115
145
332
46
0
0
2021-12-02T09:09:13
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,573
quarkusio/quarkus/21868/21867
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21867
https://github.com/quarkusio/quarkus/pull/21868
https://github.com/quarkusio/quarkus/pull/21868
1
fixes
OIDC JWT introspection results are not registered as SecurityIdentity attributes
### Describe the bug In most cases OIDC JWT tokens are verified locally, and sometimes (or always) they have to be introspected remotely. Opaque/binary tokens are always introspected remotely. The problem is that a `TokenIntrospection` result is only registered as a `SecurityIdentity` attribute if it is an opaque...
d6d3a916af1e29d3ecd4fb201e1d0674e7673091
c746e0d9624ee90256724dd59a08cad9b8e159af
https://github.com/quarkusio/quarkus/compare/d6d3a916af1e29d3ecd4fb201e1d0674e7673091...c746e0d9624ee90256724dd59a08cad9b8e159af
diff --git a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcIdentityProvider.java b/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcIdentityProvider.java index 59b9e61ba41..b34d04fbc62 100644 --- a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcIdentityProvider.ja...
['integration-tests/oidc-tenancy/src/test/java/io/quarkus/it/keycloak/BearerTokenAuthorizationTest.java', 'integration-tests/oidc-tenancy/src/main/java/io/quarkus/it/keycloak/TenantResource.java', 'extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcIdentityProvider.java', 'extensions/oidc/runtime/src/mai...
{'.java': 4}
4
4
0
0
4
19,503,039
3,789,849
499,594
5,106
984
157
12
2
1,171
182
264
42
0
0
2021-12-01T17:53:49
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,574
quarkusio/quarkus/21797/21576
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21576
https://github.com/quarkusio/quarkus/pull/21797
https://github.com/quarkusio/quarkus/pull/21797
1
fixes
IllegalArgumentException on x-www-form-urlencoded POST with Amazon Lambda HTTP extension
### Describe the bug I run a small service on Amazon Lambda with HTTP binding and Qute templates. When POSTing form data (application/x-www-form-urlencoded), the request fails if the payload is somehow bigger than the Base64-decoding, called by the LambdaHttpHandler expects and an IllegalArgumentException is thrown....
394bf2b53cb8a7215a5d9c6aba07e7c1f4887af8
2d3f799b243c3c94b7963c1a23f77b876c8829a3
https://github.com/quarkusio/quarkus/compare/394bf2b53cb8a7215a5d9c6aba07e7c1f4887af8...2d3f799b243c3c94b7963c1a23f77b876c8829a3
diff --git a/extensions/amazon-lambda-http/http-event-server/src/main/java/io/quarkus/amazon/lambda/runtime/MockHttpEventServer.java b/extensions/amazon-lambda-http/http-event-server/src/main/java/io/quarkus/amazon/lambda/runtime/MockHttpEventServer.java index 5130a50ad37..78276861553 100644 --- a/extensions/amazon-lam...
['extensions/amazon-lambda-http/http-event-server/src/main/java/io/quarkus/amazon/lambda/runtime/MockHttpEventServer.java', 'extensions/amazon-lambda-rest/rest-event-server/src/main/java/io/quarkus/amazon/lambda/runtime/MockRestEventServer.java']
{'.java': 2}
2
2
0
0
2
19,482,584
3,786,015
499,123
5,105
354
58
4
2
3,134
347
820
63
1
1
2021-11-29T18:44:43
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,575
quarkusio/quarkus/21787/21779
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21779
https://github.com/quarkusio/quarkus/pull/21787
https://github.com/quarkusio/quarkus/pull/21787
1
resolves
Qute unable to find template extension methods with @TemplateAttribute annotation
### Describe the bug I have updated my Quarkus app from 2.3.1.Final to 2.5.0.Final. Since then, Qute Template Extension no longer recognizes methods marked with an @TemplateAttribute annotation and throws the following error when launching from the app. I can confirm that the error happens from version 2.4.0.Final. ...
b9f3e744f2756ba90f23639b07c0ecf1c05998b4
15337f96b41a911c9e8550c6fc43ad1fcd35c7cd
https://github.com/quarkusio/quarkus/compare/b9f3e744f2756ba90f23639b07c0ecf1c05998b4...15337f96b41a911c9e8550c6fc43ad1fcd35c7cd
diff --git a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java b/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java index 00873e95b7f..3594df36ea8 100644 --- a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java ...
['independent-projects/qute/generator/src/main/java/io/quarkus/qute/generator/ExtensionMethodGenerator.java', 'independent-projects/qute/core/src/main/java/io/quarkus/qute/TemplateExtension.java', 'extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java', 'extensions/qute/deployment/src/m...
{'.java': 5}
5
5
0
0
5
19,481,963
3,785,958
499,111
5,105
3,896
713
77
4
7,270
425
1,766
128
2
1
2021-11-29T15:24:17
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,576
quarkusio/quarkus/21778/21759
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21759
https://github.com/quarkusio/quarkus/pull/21778
https://github.com/quarkusio/quarkus/pull/21778
1
fixes
BeanParam extending another class fails in RESTClient
### Describe the bug When a @BeanParam is used in a RESTClient and it extends another class it fails with the path param property not found. ``` Bad Request - Path parameter not provided client ``` If the class doe not extend another class or the properties are replicated in the extended class it will work f...
ebd6d377ea432bdc13bed47b72cb46387a7f9bbe
b44601af37883a86b7b55ed874cb00d83b9e7aa5
https://github.com/quarkusio/quarkus/compare/ebd6d377ea432bdc13bed47b72cb46387a7f9bbe...b44601af37883a86b7b55ed874cb00d83b9e7aa5
diff --git a/extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/beanparam/BeanPathParamTest.java b/extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/beanparam/BeanPathParamTest.java index 1c05c09c7ac..54503b...
['extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/beanparam/BeanPathParamTest.java', 'independent-projects/resteasy-reactive/client/processor/src/main/java/org/jboss/resteasy/reactive/client/processor/beanparam/BeanParamParser.java']
{'.java': 2}
2
2
0
0
2
19,480,229
3,785,603
499,072
5,105
296
57
8
1
1,693
245
379
57
1
2
2021-11-29T12:37:00
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,577
quarkusio/quarkus/21773/21691
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21691
https://github.com/quarkusio/quarkus/pull/21773
https://github.com/quarkusio/quarkus/pull/21773
1
resolves
Cannot resolve config property referenced in dev-console card template
### Describe the bug I have an extension contributing a card to the dev-console. The card's `embedded.html` contains a hyperlink to an endpoint contributed by the extension like so: ```html <a href="{config:property('quarkus.http.root-path')}foo/bar" class="badge badge-light">...</a> ``` I would have to downgrad...
ebd6d377ea432bdc13bed47b72cb46387a7f9bbe
23dbaaee84df03675f58a815e6702776842530e9
https://github.com/quarkusio/quarkus/compare/ebd6d377ea432bdc13bed47b72cb46387a7f9bbe...23dbaaee84df03675f58a815e6702776842530e9
diff --git a/extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/devmode/console/DevConsoleProcessor.java b/extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/devmode/console/DevConsoleProcessor.java index 14ceea76392..873c889391c 100644 --- a/extensions/vertx-ht...
['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/devmode/DevConsoleRecorder.java', 'extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/devmode/console/DevConsoleProcessor.java']
{'.java': 2}
2
2
0
0
2
19,480,229
3,785,603
499,072
5,105
1,136
197
19
2
2,297
327
513
50
0
1
2021-11-29T11:03:39
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,578
quarkusio/quarkus/21695/21234
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21234
https://github.com/quarkusio/quarkus/pull/21695
https://github.com/quarkusio/quarkus/pull/21695
1
fixes
Query param name containing the '=' character is not correctly encoded by the http client on quarkus reactive
### Describe the bug Here is a RestClient (take note that we are talking about the encoding of the param name...NOT the param value) @GET @Path("ps") public Uni<Map<String, String>> ps(@QueryParam("p1") String p1, @QueryParam("p2(") String p2, ...
3f0ffd4c98b672f7fbc5ab63c10d0456a213f040
e249e7508f8d1783b8b0b00f81c2871c522e52d2
https://github.com/quarkusio/quarkus/compare/3f0ffd4c98b672f7fbc5ab63c10d0456a213f040...e249e7508f8d1783b8b0b00f81c2871c522e52d2
diff --git a/extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/BasicRestClientTest.java b/extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/BasicRestClientTest.java index d9f47a030c0..3148c53acf5 100644 ---...
['extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/TestBean.java', 'extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/BasicRestClientTest.java', 'extensions/resteasy-reactive/rest-client-reactive/deploymen...
{'.java': 5}
5
5
0
0
5
19,433,979
3,776,784
498,050
5,089
211
48
2
1
1,893
220
449
67
2
0
2021-11-25T13:03:31
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,579
quarkusio/quarkus/21636/21584
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21584
https://github.com/quarkusio/quarkus/pull/21636
https://github.com/quarkusio/quarkus/pull/21636
1
resolves
Qute: insert in for/each doesn't have the desired effect
### Describe the bug When putting a `{#insert}` section inside a for loop (or an each loop) in qute, nothing gets inserted and the default body is used instead. ### Expected behavior That one is able to write an include-able template in which a `{#insert}` section is inside a `{#for}` / `{#each}` section. #...
b9b81c42defe8aa84a342b4c9cbcf640e6a7a61d
6c99e47632cdc39dc77e4462d2487987b411bff1
https://github.com/quarkusio/quarkus/compare/b9b81c42defe8aa84a342b4c9cbcf640e6a7a61d...6c99e47632cdc39dc77e4462d2487987b411bff1
diff --git a/independent-projects/qute/core/src/main/java/io/quarkus/qute/ResolutionContextImpl.java b/independent-projects/qute/core/src/main/java/io/quarkus/qute/ResolutionContextImpl.java index 2bdc5915a1b..55986531e0e 100644 --- a/independent-projects/qute/core/src/main/java/io/quarkus/qute/ResolutionContextImpl.ja...
['independent-projects/qute/core/src/test/java/io/quarkus/qute/IncludeTest.java', 'independent-projects/qute/core/src/main/java/io/quarkus/qute/ResolutionContextImpl.java']
{'.java': 2}
2
2
0
0
2
19,384,908
3,767,197
496,826
5,077
223
38
6
1
2,143
255
604
76
2
3
2021-11-23T10:08:29
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,580
quarkusio/quarkus/21606/21604
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21604
https://github.com/quarkusio/quarkus/pull/21606
https://github.com/quarkusio/quarkus/pull/21606
1
fixes
ConcurrentModificationException from Micrometer extension on shutdown
### Describe the bug I've been seeing `ConcurrentModificationException`s being reported during the shutdown of tests with Quarkus 2.5.0. The problem is caused by https://github.com/quarkusio/quarkus/commit/01dc826c0744ff9a3e8a1daaec63b591deff95c1 since the Micrometer `CompositeMeterRegistry#getRegistries()` method ...
c41872f2d3a1ecf97245c7f0eaaa4a18c658b07f
9acba2106c9c27be102dddaf7173bdc10a816c3b
https://github.com/quarkusio/quarkus/compare/c41872f2d3a1ecf97245c7f0eaaa4a18c658b07f...9acba2106c9c27be102dddaf7173bdc10a816c3b
diff --git a/extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/MicrometerRecorder.java b/extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/MicrometerRecorder.java index 33fdf547acc..d7b79b8fc12 100644 --- a/extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer...
['extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/MicrometerRecorder.java']
{'.java': 1}
1
1
0
0
1
19,317,893
3,754,863
495,323
5,060
293
49
3
1
6,693
231
1,459
98
1
1
2021-11-22T08:43:18
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,581
quarkusio/quarkus/21550/21359
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21359
https://github.com/quarkusio/quarkus/pull/21550
https://github.com/quarkusio/quarkus/pull/21550
1
fixes
Integration tests using postgresql fail to compile natively with Java 17
### Describe the bug Native compilation of integration tests using postgresql fails with GraalVM CE 21.3 Java17 (`quay.io/quarkus/ubi-quarkus-native-image:21.3-java17`) Namely the following tests fail to build: * main * jpa-db2 * jpa-mysql * jpa-postgresql * jpa-postgresql-withxml * hibernate-orm-tenancy *...
6bd11e3bc6be2dff641447ee8095797bd89d85cc
ed6339ef1706116a9211a35467553ca09e030e6d
https://github.com/quarkusio/quarkus/compare/6bd11e3bc6be2dff641447ee8095797bd89d85cc...ed6339ef1706116a9211a35467553ca09e030e6d
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java index 1cf26f6762a..418c251c7c7 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.ja...
['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildStep.java']
{'.java': 1}
1
1
0
0
1
19,234,377
3,739,473
492,572
5,059
643
125
9
1
3,446
267
947
80
2
3
2021-11-18T20:42:27
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,582
quarkusio/quarkus/21531/21517
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21517
https://github.com/quarkusio/quarkus/pull/21531
https://github.com/quarkusio/quarkus/pull/21531
1
fixes
Health-UI call the wrong URL for health
### Describe the bug I have this dependency in my pom.xml (Quarkus 2.4.2.Final) ```` <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-smallrye-health</artifactId> </dependency> ```` if I enter this url : http://localhost:8080/q/health I'll obtain this ``...
7777cad163588b28f4ceca723baa1b26363efd26
b1f303248aff29fdec5e0fa9a9ee8f9c54be22d8
https://github.com/quarkusio/quarkus/compare/7777cad163588b28f4ceca723baa1b26363efd26...b1f303248aff29fdec5e0fa9a9ee8f9c54be22d8
diff --git a/extensions/smallrye-health/deployment/src/main/java/io/quarkus/smallrye/health/deployment/SmallRyeHealthProcessor.java b/extensions/smallrye-health/deployment/src/main/java/io/quarkus/smallrye/health/deployment/SmallRyeHealthProcessor.java index 50b44d76a96..12802c0613a 100644 --- a/extensions/smallrye-hea...
['extensions/smallrye-health/deployment/src/main/java/io/quarkus/smallrye/health/deployment/SmallRyeHealthProcessor.java']
{'.java': 1}
1
1
0
0
1
19,232,717
3,739,167
492,526
5,059
1,010
215
13
1
2,143
204
537
97
6
3
2021-11-18T11:27:02
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,583
quarkusio/quarkus/21518/21490
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21490
https://github.com/quarkusio/quarkus/pull/21518
https://github.com/quarkusio/quarkus/pull/21518
1
fixes
@RolesAllowed annotation broken for resources returning a Multi
### Describe the bug `@RolesAllowed` is being ignored for endpoints returning a Multi. I think the issue introduced by #21270 ### Expected behavior When expected roles are missing, API should fail with Forbidden Error (403) ### Actual behavior Received 200 OK response ### How to Reproduce? https://github.c...
9547a4da4efd354d3966a6e9875d117807dce90a
84fe327bc57b49bb65bf8633b91b19098afe23ed
https://github.com/quarkusio/quarkus/compare/9547a4da4efd354d3966a6e9875d117807dce90a...84fe327bc57b49bb65bf8633b91b19098afe23ed
diff --git a/extensions/security/runtime/src/main/java/io/quarkus/security/runtime/interceptor/SecurityHandler.java b/extensions/security/runtime/src/main/java/io/quarkus/security/runtime/interceptor/SecurityHandler.java index 7d2474d0730..209d37d1ab4 100644 --- a/extensions/security/runtime/src/main/java/io/quarkus/se...
['extensions/security/runtime/src/main/java/io/quarkus/security/runtime/interceptor/SecurityHandler.java']
{'.java': 1}
1
1
0
0
1
19,217,074
3,736,169
492,103
5,055
375
68
4
1
853
122
231
46
1
0
2021-11-17T14:05:22
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,584
quarkusio/quarkus/21513/21512
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21512
https://github.com/quarkusio/quarkus/pull/21513
https://github.com/quarkusio/quarkus/pull/21513
1
fixes
Add support of mTLS in Spring Cloud Config Client
### Describe the bug I'd like to use Spring Cloud Config Client to connect to our Spring Cloud Config Server using mTLS. But after providing corresponding truststore.ks an keystore.ks in spring-cloud-config section I figured out that keystore.ks is used as a parameter for webClientOptions.setTrustStoreOptions instead ...
005c2b4ddc57a894c51a1ef8d9a4c27823167eae
1d407205f6eaac5ea00d5c84f8f88fa5093386e9
https://github.com/quarkusio/quarkus/compare/005c2b4ddc57a894c51a1ef8d9a4c27823167eae...1d407205f6eaac5ea00d5c84f8f88fa5093386e9
diff --git a/extensions/spring-cloud-config-client/runtime/src/main/java/io/quarkus/spring/cloud/config/client/runtime/VertxSpringCloudConfigGateway.java b/extensions/spring-cloud-config-client/runtime/src/main/java/io/quarkus/spring/cloud/config/client/runtime/VertxSpringCloudConfigGateway.java index 39c01eb02c6..081a...
['extensions/spring-cloud-config-client/runtime/src/main/java/io/quarkus/spring/cloud/config/client/runtime/VertxSpringCloudConfigGateway.java']
{'.java': 1}
1
1
0
0
1
19,215,929
3,735,943
492,086
5,055
991
185
13
1
1,169
167
265
39
0
0
2021-11-17T07:04:56
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,611
quarkusio/quarkus/20966/20609
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20609
https://github.com/quarkusio/quarkus/pull/20966
https://github.com/quarkusio/quarkus/pull/20966
1
fixes
Compilation errors are only logged in http response during hot reload
### Describe the bug I often have the problem, that I think a hot reload was sucessful, and that I can continue testing. The app successfully restarts, but has hidden compilation errors. These compilation errors are only visible as the response to the http request. But when I am testing using the frontend of the ...
856f4bc5ed2b38a0d0ad12af1ca1cd59a78f9123
e69c3bc0a4570bef0c5989c4214e60412cc87c45
https://github.com/quarkusio/quarkus/compare/856f4bc5ed2b38a0d0ad12af1ca1cd59a78f9123...e69c3bc0a4570bef0c5989c4214e60412cc87c45
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java index 1470e4ccc95..6220c8e3578 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java +++ b/...
['core/devmode-spi/src/main/java/io/quarkus/dev/console/BasicConsole.java', 'core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java', 'core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestConsoleHandler.java']
{'.java': 3}
3
3
0
0
3
18,947,706
3,685,973
485,946
5,001
3,197
573
66
3
3,400
484
1,018
71
2
1
2021-10-25T05:44:48
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,613
quarkusio/quarkus/20947/20945
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20945
https://github.com/quarkusio/quarkus/pull/20947
https://github.com/quarkusio/quarkus/pull/20947
1
fixes
Neo4j Dev Service image cannot be substituted with custom-built image
### Describe the bug The Neo4j dev service has a property `quarkus.neo4j.devservices.image-name` to substitute the used Neo4j Docker image with a custom one. However, this property is currently only of limit usefulness, because the dev service -- in contrast to other dev services -- does not declare the provided image...
8e5722d2474fed6de992efc56a3a458f84c23686
f7938fbf98d99ec9068b370a66e9f77995bdf1f4
https://github.com/quarkusio/quarkus/compare/8e5722d2474fed6de992efc56a3a458f84c23686...f7938fbf98d99ec9068b370a66e9f77995bdf1f4
diff --git a/extensions/neo4j/deployment/src/main/java/io/quarkus/neo4j/deployment/Neo4jDevServicesProcessor.java b/extensions/neo4j/deployment/src/main/java/io/quarkus/neo4j/deployment/Neo4jDevServicesProcessor.java index 4084ef36dab..4a8928af2b6 100644 --- a/extensions/neo4j/deployment/src/main/java/io/quarkus/neo4j/...
['extensions/neo4j/deployment/src/main/java/io/quarkus/neo4j/deployment/Neo4jDevServicesProcessor.java']
{'.java': 1}
1
1
0
0
1
18,947,035
3,685,849
485,927
5,001
281
60
4
1
4,866
407
1,241
77
2
2
2021-10-22T08:49:44
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,647
quarkusio/quarkus/20112/20153
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20153
https://github.com/quarkusio/quarkus/pull/20112
https://github.com/quarkusio/quarkus/pull/20112
1
close
Gradle - quarkusDependency runs for all submodules when attempting to build one
### Describe the bug In a monorepo with multiple subprojects, any build will cause `quarkusDependency` and `quarkusDependencyCopy` tasks to always run for all subprojects. This is particularly concerning in a 30 project monorepo when trying to build a single project (i.e. `./gradlew project:build`), which takes 3-4 mi...
5d77d270c81160f4ea88043efcae87e7c725d916
4749536b2ca221d61114da9615705734b76420e5
https://github.com/quarkusio/quarkus/compare/5d77d270c81160f4ea88043efcae87e7c725d916...4749536b2ca221d61114da9615705734b76420e5
diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java b/devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java index 370a14f9533..1dc5149b41b 100644 --- a/devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java +++ b/devtools/gradle/src/main/java/io/quarkus/gradle/Quarku...
['devtools/gradle/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java', 'devtools/gradle/src/main/java/io/quarkus/gradle/builder/QuarkusModelBuilder.java', 'devtools/gradle/src/main/java/io/quarkus/gradle/dependency/ConditionalDependenciesEnabler.java', 'devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.j...
{'.java': 7}
7
7
0
0
7
18,370,151
3,572,431
470,668
4,823
12,208
1,892
185
7
1,033
145
277
40
0
0
2021-09-13T19:12:01
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,638
quarkusio/quarkus/20390/16448
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16448
https://github.com/quarkusio/quarkus/pull/20390
https://github.com/quarkusio/quarkus/pull/20390
1
fixes
Misleading exception message on @Transactional(Transactional.TxType.NEVER)
## Describe the bug When method marked with `@Transactional(Transactional.TxType.NEVER)` is called inside the transaction, exception is thrown with "ARJUNA016110: Transaction is required for invocation", but the situation is opposite, it requires no transaction for invocation This line requires new message - [Trans...
b1c714755be333a60ea2167e9ad10d880ab725fc
c899e637fc873b90fd3fdc0f4baf376ec26b42af
https://github.com/quarkusio/quarkus/compare/b1c714755be333a60ea2167e9ad10d880ab725fc...c899e637fc873b90fd3fdc0f4baf376ec26b42af
diff --git a/extensions/narayana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/interceptor/TransactionalInterceptorNever.java b/extensions/narayana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/interceptor/TransactionalInterceptorNever.java index 4d98d450f27..e55cec7473b 100644 --- a/extensions/...
['extensions/narayana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/interceptor/TransactionalInterceptorNever.java']
{'.java': 1}
1
1
0
0
1
18,599,020
3,619,100
477,007
4,914
296
55
4
1
568
42
137
5
1
0
2021-09-24T22:26:56
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,639
quarkusio/quarkus/20386/20375
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20375
https://github.com/quarkusio/quarkus/pull/20386
https://github.com/quarkusio/quarkus/pull/20386
1
fixes
Hibernate Validator: `@ApplicationScoped` custom `ValueExtractor` bean lead to `ValueExtractorDefinitionException`
### Describe the bug Even after we fix #20347, custom `ValueExtractor` implementations provided as CDI beans can only have the `@Singleton` scope or `@Dependent` pseudo-scope. Any scope requiring instantiation will lead to an exception on startup complaining about "parallel definitions of value extractors on a given...
cf07662f4574e3eb6774ae1e44b1b3c0433b48d7
30f382ea18d4eb38787515404ea8c7fc6b24bca8
https://github.com/quarkusio/quarkus/compare/cf07662f4574e3eb6774ae1e44b1b3c0433b48d7...30f382ea18d4eb38787515404ea8c7fc6b24bca8
diff --git a/extensions/hibernate-validator/deployment/src/test/java/io/quarkus/hibernate/validator/test/valueextractor/ApplicationScopedCustomValueExtractorTest.java b/extensions/hibernate-validator/deployment/src/test/java/io/quarkus/hibernate/validator/test/valueextractor/ApplicationScopedCustomValueExtractorTest.ja...
['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/AsmUtilCopy.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/ClientProxyGenerator.java', 'independent-projects/arc/processor/src/test/java/io/quarkus/arc/processor/AsmUtilCopyTest.java', 'extensions/hibernate-va...
{'.java': 4}
4
4
0
0
4
18,601,004
3,620,032
477,128
4,912
3,848
829
74
2
8,726
396
1,802
106
0
1
2021-09-24T16:33:40
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,640
quarkusio/quarkus/20368/20350
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20350
https://github.com/quarkusio/quarkus/pull/20368
https://github.com/quarkusio/quarkus/pull/20368
1
resolves
NullPointerException in MicrometerRecorder.registerMetrics
### Describe the bug Hello Quarkus-Team, great work. I'm currently moving a project from tomee to quarkus. This is a example project for my students in "database technology". So I have used a lot of your extensions for jpa, mongodb, neo4j, cassandra, ... All worked absolutly fine. In a last step I want to introdu...
4ae3d96bbe7b497ddf14c7c40045cf1d277f4231
5ec9bcebeb9df1cf35c1be0b4c30a53b749a8b8c
https://github.com/quarkusio/quarkus/compare/4ae3d96bbe7b497ddf14c7c40045cf1d277f4231...5ec9bcebeb9df1cf35c1be0b4c30a53b749a8b8c
diff --git a/extensions/micrometer/deployment/src/main/java/io/quarkus/micrometer/deployment/MicrometerProcessor.java b/extensions/micrometer/deployment/src/main/java/io/quarkus/micrometer/deployment/MicrometerProcessor.java index cc01bcb212c..8e058dcfc9d 100644 --- a/extensions/micrometer/deployment/src/main/java/io/q...
['extensions/micrometer/deployment/src/main/java/io/quarkus/micrometer/deployment/MicrometerProcessor.java']
{'.java': 1}
1
1
0
0
1
18,589,717
3,617,214
476,816
4,913
313
68
4
1
3,322
345
775
89
0
3
2021-09-23T22:59:46
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,641
quarkusio/quarkus/20316/20301
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20301
https://github.com/quarkusio/quarkus/pull/20316
https://github.com/quarkusio/quarkus/pull/20316
1
fixes
Live reload instrumentation steps executed when instrumentation is disabled
### Describe the bug Raised off the back of this Zulip thread: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/Live.20reload.20with.20instrumentation.20disabled When `quarkus.live-reload.instrumentation = false`, it seems that intrumentation logic still runs. ### Expected behavior Instrumentati...
ebbd26f6e66c786030e287a7f50b05fded04045c
f68cea0214087e4b5adbe7d9c70297bb47207c88
https://github.com/quarkusio/quarkus/compare/ebbd26f6e66c786030e287a7f50b05fded04045c...f68cea0214087e4b5adbe7d9c70297bb47207c88
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java index b6a1a710246..dfb792b19ef 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java +++ b/...
['core/deployment/src/main/java/io/quarkus/deployment/dev/RuntimeUpdatesProcessor.java']
{'.java': 1}
1
1
0
0
1
18,572,924
3,613,921
476,459
4,908
420
66
5
1
1,285
167
310
49
2
1
2021-09-21T23:21:11
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,642
quarkusio/quarkus/20295/20293
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20293
https://github.com/quarkusio/quarkus/pull/20295
https://github.com/quarkusio/quarkus/pull/20295
1
fixes
Correct handling when empty GraphQL requests arrive
### Describe the bug When an empty POST request arrives at the `/graphql` endpoint, the client receives a `500 Internal Server Error` and this appears in the log: ``` 2021-09-21 08:53:19,800 ERROR [io.qua.ver.htt.run.QuarkusErrorHandler] (vert.x-eventloop-thread-4) HTTP Request to /graphql/ failed, error id: 87f1643...
0d9d2e4824c6fec1cc2bc8b0f59b471a5a62efcf
3fed6020dad22ff1471e7abb793ef9abd66c6428
https://github.com/quarkusio/quarkus/compare/0d9d2e4824c6fec1cc2bc8b0f59b471a5a62efcf...3fed6020dad22ff1471e7abb793ef9abd66c6428
diff --git a/extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/SmallRyeGraphQLExecutionHandler.java b/extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/SmallRyeGraphQLExecutionHandler.java index babd92de9a5..161305c4565 100644 --- a/extensions/smal...
['extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/SmallRyeGraphQLExecutionHandler.java']
{'.java': 1}
1
1
0
0
1
18,565,759
3,612,483
476,303
4,908
1,203
183
23
1
2,975
186
753
65
1
2
2021-09-21T08:19:41
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,644
quarkusio/quarkus/20204/20064
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20064
https://github.com/quarkusio/quarkus/pull/20204
https://github.com/quarkusio/quarkus/pull/20204
1
resolves
io.quarkus.qute.i18n.MessageBundle annotated class *__Bundle not found for multi-module gradle project in test mode
### Describe the bug Kind of related to [this](https://github.com/quarkusio/quarkus/issues/20063) In a similar multi-module gradle setup, when we use a @MessageBundle annotated class @MessageBundle(value = "alert") public interface AlertMessages { @Message("") String withoutParams(); @Messa...
377c56c7904b227e3f1d38ff6701bea465a976fe
8a256a1f11bb68086c3cba6f0594df713ac84cad
https://github.com/quarkusio/quarkus/compare/377c56c7904b227e3f1d38ff6701bea465a976fe...8a256a1f11bb68086c3cba6f0594df713ac84cad
diff --git a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/MessageBundleProcessor.java b/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/MessageBundleProcessor.java index 40e4ca0488a..ed28a9e4a09 100644 --- a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/M...
['extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/MessageBundleProcessor.java']
{'.java': 1}
1
1
0
0
1
18,376,413
3,573,570
470,799
4,824
2,769
388
41
1
2,169
273
578
68
2
0
2021-09-16T15:01:02
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,645
quarkusio/quarkus/20187/20179
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20179
https://github.com/quarkusio/quarkus/pull/20187
https://github.com/quarkusio/quarkus/pull/20187
1
fixes
./gradlew quarkusTest does not include the test/resources on the classpath
### Describe the bug When I load files from the `src/test/resources` in my unit tests run via `./gradlew quarkusTest` I get null back. If I run the same test using `./gradlew build` the resource is successfully loaded. The same happens when I run the test from the `quarkus dev` cli tool. ### Expected behavior When r...
72abfe4c52060ba1cb32cd042ce35a0929bcedf6
8a7897a9e55e4c26c515e5296dd8b199d52ce796
https://github.com/quarkusio/quarkus/compare/72abfe4c52060ba1cb32cd042ce35a0929bcedf6...8a7897a9e55e4c26c515e5296dd8b199d52ce796
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestSupport.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestSupport.java index 1e65b09d078..fd85de6413b 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestSupport.java +++ b/core/deploym...
['core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestSupport.java']
{'.java': 1}
1
1
0
0
1
18,370,188
3,572,441
470,670
4,823
432
80
8
1
1,931
247
608
47
1
1
2021-09-15T22:56:37
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,646
quarkusio/quarkus/20173/20111
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20111
https://github.com/quarkusio/quarkus/pull/20173
https://github.com/quarkusio/quarkus/pull/20173
1
fixes
Nullpointer at SchemaManagementIntegrator.disintegrate
### Describe the bug I upgraded from version 2.1.2.Final to version 2.2.2.Final and now I got this error on Quarkus startup: ``` java.lang.NullPointerException at java.base/java.util.concurrent.ConcurrentHashMap.replaceNode(ConcurrentHashMap.java:1111) at java.base/java.util.concurrent.Concurrent...
6f609599effaa05687e2419f479e9d310716f44d
63b3277d7678d3acf54cbf61524ad838421bec15
https://github.com/quarkusio/quarkus/compare/6f609599effaa05687e2419f479e9d310716f44d...63b3277d7678d3acf54cbf61524ad838421bec15
diff --git a/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/schema/SchemaManagementIntegrator.java b/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/schema/SchemaManagementIntegrator.java index 7894da4a866..828e5dc3d13 100644 --- a/extensions/hibernate-or...
['extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/schema/SchemaManagementIntegrator.java']
{'.java': 1}
1
1
0
0
1
18,370,151
3,572,431
470,668
4,823
244
44
6
1
3,662
190
908
103
0
4
2021-09-15T15:04:53
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,648
quarkusio/quarkus/20104/16596
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16596
https://github.com/quarkusio/quarkus/pull/20104
https://github.com/quarkusio/quarkus/pull/20104
1
fixes
Quarkus Gradle plugin breaks Gradle incremental compilation
## Describe the bug After upgrading to Quarkus 1.13.x I've noticed that all modules that use Quarkus plugin are fully rebuilt everytime. That increases our build times. The issue seems to be related to these fixes: https://github.com/quarkusio/quarkus/pull/16214 and https://github.com/quarkusio/quarkus/pull/15365. ...
0a9bdbcc13b920842a3e7edbdd7287bb83d7da4f
f94ea77e688e0ea8d860327e15a8df7ea452d348
https://github.com/quarkusio/quarkus/compare/0a9bdbcc13b920842a3e7edbdd7287bb83d7da4f...f94ea77e688e0ea8d860327e15a8df7ea452d348
diff --git a/devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java b/devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java index c2f3d735004..370a14f9533 100644 --- a/devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java +++ b/devtools/gradle/src/main/java/io/quarkus/gradle/Quarku...
['devtools/gradle/src/main/java/io/quarkus/gradle/QuarkusPlugin.java']
{'.java': 1}
1
1
0
0
1
18,314,638
3,561,881
469,132
4,813
1,518
222
17
1
2,220
280
567
48
3
1
2021-09-13T16:28:51
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,614
quarkusio/quarkus/20937/20897
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20897
https://github.com/quarkusio/quarkus/pull/20937
https://github.com/quarkusio/quarkus/pull/20937
1
fix
Resteasy-reactive routing does not work for PathParam/RestPath when declared inside a bean @BeanParam when paths are shared across classes
### Describe the bug Resteasy-reactive routing does not work for PathParam/RestPath when declared inside a bean @BeanParam when paths are shared across classes. It works when is not declared inside a @BeanParam. This behavior is stopping us from upgrading to resteasy reactive. ### Expected behavior PathParam/Res...
ab9ff3d201620a5d9d922f9265f672c1debce1d9
d63528cb1d12c68a9b46f42efca23012c30db046
https://github.com/quarkusio/quarkus/compare/ab9ff3d201620a5d9d922f9265f672c1debce1d9...d63528cb1d12c68a9b46f42efca23012c30db046
diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/resource/basic/ResourceLocatorTest.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/resource/basic/Resource...
['extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/resource/basic/resource/ResourceLocatorBaseResource.java', 'independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/core/ResteasyReactiveRequestContex...
{'.java': 4}
4
4
0
0
4
18,930,287
3,682,714
485,506
4,996
484
89
12
1
861
114
209
42
1
0
2021-10-21T13:54:08
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,649
quarkusio/quarkus/20048/20047
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20047
https://github.com/quarkusio/quarkus/pull/20048
https://github.com/quarkusio/quarkus/pull/20048
1
fixes
IllegalAccessError for gauges with Micrometer + MP Metrics binder
### Describe the bug Creating an annotated `org.eclipse.microprofile.metrics.annotation.Gauge` when I use the Micrometer with the MP Metrics binder causes an error during gauge registration: ``` 2021-09-10 07:40:04,106 ERROR [io.qua.run.Application] (Quarkus Main Thread) Failed to start application (with profile d...
4554fcd31ef866c422b2650c58266f66d10e4be8
5705eeb3509e9754533a95b30888c358c9d93d65
https://github.com/quarkusio/quarkus/compare/4554fcd31ef866c422b2650c58266f66d10e4be8...5705eeb3509e9754533a95b30888c358c9d93d65
diff --git a/extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/binder/mpmetrics/MpMetadata.java b/extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/binder/mpmetrics/MpMetadata.java index 66e95bdd4d8..f0962d19615 100644 --- a/extensions/micrometer/runtime/src/main/java/io/...
['extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/binder/mpmetrics/MpMetadata.java']
{'.java': 1}
1
1
0
0
1
18,308,852
3,560,777
469,020
4,812
86
13
2
1
4,521
224
1,150
76
0
1
2021-09-10T05:58:35
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,650
quarkusio/quarkus/20032/20017
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20017
https://github.com/quarkusio/quarkus/pull/20032
https://github.com/quarkusio/quarkus/pull/20032
1
resolves
CLI commands and sub-commands are listed sort of randomly in help message
### Describe the bug CLI commands and sub-commands are listed sort of randomly in help message. For example `extension` and `registry` have add / list / remove sub-commands but they are listed in different order. Maybe everything should be alphabetically ordered for simplicity or at least the same sub-commands s...
4af8f361414a3cc678f4538679621200aa47fca6
6fd453b1dc6c66333ba28334258cf6e15c5ddcca
https://github.com/quarkusio/quarkus/compare/4af8f361414a3cc678f4538679621200aa47fca6...6fd453b1dc6c66333ba28334258cf6e15c5ddcca
diff --git a/devtools/cli/src/main/java/io/quarkus/cli/ProjectExtensions.java b/devtools/cli/src/main/java/io/quarkus/cli/ProjectExtensions.java index a166379e57d..f246f4f4715 100644 --- a/devtools/cli/src/main/java/io/quarkus/cli/ProjectExtensions.java +++ b/devtools/cli/src/main/java/io/quarkus/cli/ProjectExtensions....
['devtools/cli/src/main/java/io/quarkus/cli/Registry.java', 'devtools/cli/src/main/java/io/quarkus/cli/ProjectExtensions.java']
{'.java': 2}
2
2
0
0
2
18,307,251
3,560,462
468,988
4,812
247
35
5
2
2,074
260
419
66
0
1
2021-09-09T15:34:18
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,651
quarkusio/quarkus/20011/19979
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/19979
https://github.com/quarkusio/quarkus/pull/20011
https://github.com/quarkusio/quarkus/pull/20011
1
resolves
CLI help message contains text for registry add command instead of extension add command
### Describe the bug CLI help message contains text for registry add command instead of extension add command. There is no `add` command listed under `registry`. ``` jbang app install --force --name qss ~/.m2/repository/io/quarkus/quarkus-cli/999-SNAPSHOT/quarkus-cli-999-SNAPSHOT-runner.jar qss --help ... ...
19c0cee2745c16c39ba5c5adf59309a1b02cba99
1d813f2fd1c6d3b578e345215d21dbdd2b480c5c
https://github.com/quarkusio/quarkus/compare/19c0cee2745c16c39ba5c5adf59309a1b02cba99...1d813f2fd1c6d3b578e345215d21dbdd2b480c5c
diff --git a/devtools/cli/src/main/java/io/quarkus/cli/ProjectExtensions.java b/devtools/cli/src/main/java/io/quarkus/cli/ProjectExtensions.java index 39d60cba957..a166379e57d 100644 --- a/devtools/cli/src/main/java/io/quarkus/cli/ProjectExtensions.java +++ b/devtools/cli/src/main/java/io/quarkus/cli/ProjectExtensions....
['devtools/cli/src/main/java/io/quarkus/cli/Registry.java', 'devtools/cli/src/main/java/io/quarkus/cli/RegistryAddCommand.java', 'devtools/cli/src/main/java/io/quarkus/cli/ProjectExtensions.java', 'devtools/cli/src/main/java/io/quarkus/cli/RegistryListCommand.java', 'devtools/cli/src/main/java/io/quarkus/cli/RegistryRe...
{'.java': 6}
6
6
0
0
6
18,299,386
3,559,119
468,838
4,812
4,351
914
33
6
1,928
243
442
65
0
1
2021-09-08T21:34:08
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,655
quarkusio/quarkus/19889/19888
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/19888
https://github.com/quarkusio/quarkus/pull/19889
https://github.com/quarkusio/quarkus/pull/19889
1
fixes
Continuous testing classloading issue
### Describe the bug Resuming tests when running `mvn quarkus:dev` leads to following error: ``` : groovy.lang.MissingMethodException: No signature of method: com.fasterxml.jackson.databind.MappingJsonFactory.createJsonGenerator() is applicable for argument types: (ByteArrayOutputStream, com.fasterxml.jackson.core...
06f9f636ca2bffcd91f4a2ddd794ef296dfe9458
f704ef96e3a5f44f9234a4804c5ccc41d4ad1762
https://github.com/quarkusio/quarkus/compare/06f9f636ca2bffcd91f4a2ddd794ef296dfe9458...f704ef96e3a5f44f9234a4804c5ccc41d4ad1762
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestSupport.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestSupport.java index bbbf37d8acb..1e65b09d078 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestSupport.java +++ b/core/deploym...
['core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestSupport.java']
{'.java': 1}
1
1
0
0
1
18,248,027
3,549,329
467,653
4,807
159
22
2
1
1,965
191
507
52
1
1
2021-09-03T00:13:42
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,656
quarkusio/quarkus/19887/19886
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/19886
https://github.com/quarkusio/quarkus/pull/19887
https://github.com/quarkusio/quarkus/pull/19887
1
fixes
[native-image] integration-tests/amazon-lambda-rest, UserException: Annotated class must be final
### Describe the bug Both `Quarkus 2.2.0.Final` and a contemporary main (head 94ae125) fail `integration-tests/amazon-lambda-rest` regardless of the native-image distribution, being it `21.3.0-devd63e6aab07 Mandrel Distribution (Java Version 11.0.13-ea+3)`, or `GraalVM Version 20.3.2 (Java Version 11.0.11+8-jvmci-20.3...
e4073c958765b7b925e84e3bad7d2d7c707f4471
d35a89a40e5a1036de54697b45c5bad21cc7366c
https://github.com/quarkusio/quarkus/compare/e4073c958765b7b925e84e3bad7d2d7c707f4471...d35a89a40e5a1036de54697b45c5bad21cc7366c
diff --git a/extensions/amazon-lambda-rest/runtime/src/main/java/io/quarkus/amazon/lambda/http/graal/LambdaContainerHandlerSubstitution.java b/extensions/amazon-lambda-rest/runtime/src/main/java/io/quarkus/amazon/lambda/http/graal/LambdaContainerHandlerSubstitution.java index e2f2ede5795..d1c9ffebdd1 100644 --- a/exten...
['extensions/amazon-lambda-rest/runtime/src/main/java/io/quarkus/amazon/lambda/http/graal/LambdaContainerHandlerSubstitution.java']
{'.java': 1}
1
1
0
0
1
18,196,562
3,539,873
466,583
4,801
107
17
2
1
3,813
215
1,024
63
0
1
2021-09-02T22:09:26
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,636
quarkusio/quarkus/20431/20363
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20363
https://github.com/quarkusio/quarkus/pull/20431
https://github.com/quarkusio/quarkus/pull/20431
1
fixes
Recurring redirects in OIDC against Azure AD
### Describe the bug Hey team, I am trying to enable OIDC security for my web app (`authorization_code` flow) with Azure AD being the identity provider. The problem is that endpoint declaration like below fails with recurring redirects: ```java @GET @RolesAllowed("admin-role") public Response doSmth() {} ```...
c84538bcbcde39a177ca74d0d3068c95aa241309
b3140f4ced387d5ee12561a4ba364b6fca2d52d9
https://github.com/quarkusio/quarkus/compare/c84538bcbcde39a177ca74d0d3068c95aa241309...b3140f4ced387d5ee12561a4ba364b6fca2d52d9
diff --git a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/CodeAuthenticationMechanism.java b/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/CodeAuthenticationMechanism.java index 8e6e5e656fa..d72e8b7fbaa 100644 --- a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/CodeAuthe...
['extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/CodeAuthenticationMechanism.java']
{'.java': 1}
1
1
0
0
1
18,602,040
3,620,317
477,162
4,913
1,866
265
17
1
5,531
646
1,552
100
7
3
2021-09-28T17: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
2,635
quarkusio/quarkus/20439/20144
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20144
https://github.com/quarkusio/quarkus/pull/20439
https://github.com/quarkusio/quarkus/pull/20439
1
fixes
AuthorizationController is not working after 2.2.0.Final
### Describe the bug AuthorizationController is not working any more after 2.2.0.Final. ``` @Alternative @Priority(Interceptor.Priority.LIBRARY_AFTER) @ApplicationScoped public class DisabledAuthController extends AuthorizationController { .... @Override public boolean isAuthorizationEnabl...
a0f110eb5b46ae1b9c1442e715ca776be2cbad2f
3e7bf2e0ca6d12ce96ea587cf10f90a1b980834c
https://github.com/quarkusio/quarkus/compare/a0f110eb5b46ae1b9c1442e715ca776be2cbad2f...3e7bf2e0ca6d12ce96ea587cf10f90a1b980834c
diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive/runtime/src/main/java/io/quarkus/resteasy/reactive/server/runtime/security/EagerSecurityHandler.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive/runtime/src/main/java/io/quarkus/resteasy/reactive/server/runtime/security/EagerSecurityHandle...
['extensions/resteasy-reactive/quarkus-resteasy-reactive/runtime/src/main/java/io/quarkus/resteasy/reactive/server/runtime/security/EagerSecurityHandler.java']
{'.java': 1}
1
1
0
0
1
18,603,532
3,620,570
477,173
4,913
394
61
8
1
1,063
117
259
55
1
1
2021-09-29T03:54:46
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,634
quarkusio/quarkus/20442/20441
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20441
https://github.com/quarkusio/quarkus/pull/20442
https://github.com/quarkusio/quarkus/pull/20442
1
fixes
Discard providers without annotation when there are only excluded classes
### Describe the bug In the resteasy-reactive extension, if we exclude providers using build time conditions, it doesn't check anymore if the class has been annotated with `@Provider` so Arc tries instantiate them all, even those that should be instantiated by a `DynamicFeature` which leads to errors of type `javax.en...
7ee371b896ea088eb929f033c3763096f446c2a3
e08e1a4cf8633260ef3b51387301716f29d80ae3
https://github.com/quarkusio/quarkus/compare/7ee371b896ea088eb929f033c3763096f446c2a3...e08e1a4cf8633260ef3b51387301716f29d80ae3
diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/simple/BuildProfileTest.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/simple/BuildProfileTest.java index...
['independent-projects/resteasy-reactive/common/processor/src/main/java/org/jboss/resteasy/reactive/common/processor/scanning/ApplicationScanningResult.java', 'extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/simple/BuildProfileTest.java']
{'.java': 2}
2
2
0
0
2
18,603,919
3,620,631
477,181
4,913
1,124
190
16
1
4,384
335
981
80
0
1
2021-09-29T07:33:25
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,615
quarkusio/quarkus/20932/17614
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/17614
https://github.com/quarkusio/quarkus/pull/20932
https://github.com/quarkusio/quarkus/pull/20932
1
fixes
ConfigPhase.BUILD_AND_RUN_TIME_FIXED allows to set properties in JVM mode
## Describe the bug A user [has reported](https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/http.20permission.20enabled.20runtime.20or.20buildtime.20property) that [enabling the HTTP permissions](https://quarkus.io/guides/security-authorization#disabling-permissions) is allowed in the JVM mode but no...
babb27d1fe92d6b36da962044a3f5e9b8fc3f167
dc3171fb034295c60fc5cec9f110628029504023
https://github.com/quarkusio/quarkus/compare/babb27d1fe92d6b36da962044a3f5e9b8fc3f167...dc3171fb034295c60fc5cec9f110628029504023
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/configuration/RunTimeConfigurationGenerator.java b/core/deployment/src/main/java/io/quarkus/deployment/configuration/RunTimeConfigurationGenerator.java index 2ad341c8594..7dfe2875873 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/configu...
['core/test-extension/deployment/src/main/java/io/quarkus/extest/deployment/TestProcessor.java', 'core/test-extension/deployment/src/test/java/io/quarkus/extest/ConfiguredBeanTest.java', 'core/test-extension/deployment/src/test/java/io/quarkus/extest/ConfiguredBean.java', 'core/deployment/src/main/java/io/quarkus/deplo...
{'.java': 6}
6
6
0
0
6
18,947,007
3,685,847
485,927
5,001
353
68
4
1
1,011
104
238
13
2
0
2021-10-21T10:24:47
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,616
quarkusio/quarkus/20787/20778
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20778
https://github.com/quarkusio/quarkus/pull/20787
https://github.com/quarkusio/quarkus/pull/20787
1
fixes
"Mutiny droped exception" when testing secured endpoint without authorization
### Describe the bug When accessing a basic-auth secured endpoint with RestAssured without authorization the following Error is logged: `ERROR [io.qua.mut.run.MutinyInfrastructure] (vert.x-eventloop-thread-11) Mutiny had to drop the following exception: java.lang.IllegalStateException: Response has already been wri...
a2c81efd6607d270dc7eaa9b7c38acb849c85030
63d905909845c036eb327a24c5e8ba7dd89a2e37
https://github.com/quarkusio/quarkus/compare/a2c81efd6607d270dc7eaa9b7c38acb849c85030...63d905909845c036eb327a24c5e8ba7dd89a2e37
diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/HttpAuthorizer.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/HttpAuthorizer.java index 0b7ce8da9be..56813aed5d3 100644 --- a/extensions/vertx-http/runtime/src/main/java/io/quarkus/...
['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/HttpAuthorizer.java']
{'.java': 1}
1
1
0
0
1
18,843,180
3,665,687
483,343
4,971
759
93
13
1
16,368
528
3,969
227
1
4
2021-10-15T02:44:09
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,617
quarkusio/quarkus/20770/20755
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20755
https://github.com/quarkusio/quarkus/pull/20770
https://github.com/quarkusio/quarkus/pull/20770
1
fixes
2.4.0.CR1 Generated Bean Injection not working as before
### Describe the bug I am working on a multi-module gradle project which uses MapStruct for @Entity to DTO conversion. Mapper beans are injected into microservice modules from shared data library modules. After upgrading from quarkus 2.3.0.Final to 2.4.0.CR1 injecting mapper beans does not work anymore. Using Jandex...
a2c81efd6607d270dc7eaa9b7c38acb849c85030
c0599fd95b2543c49a3f6cb55d9ec98037a4994e
https://github.com/quarkusio/quarkus/compare/a2c81efd6607d270dc7eaa9b7c38acb849c85030...c0599fd95b2543c49a3f6cb55d9ec98037a4994e
diff --git a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/builder/GradleApplicationModelBuilder.java b/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/builder/GradleApplicationModelBuilder.java index 1d2b9ac2253..ca779244d87 100644 --- a/devtools/gradle/gradle-appl...
['devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/builder/GradleApplicationModelBuilder.java']
{'.java': 1}
1
1
0
0
1
18,843,180
3,665,687
483,343
4,971
7,193
1,266
140
1
11,140
705
2,778
158
1
1
2021-10-14T13:30:34
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,618
quarkusio/quarkus/20742/20128
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20128
https://github.com/quarkusio/quarkus/pull/20742
https://github.com/quarkusio/quarkus/pull/20742
1
resolves
IsDockerWorking does not use property quarkus.docker.executable-name
### Describe the bug When using property `quarkus.docker.executable-name` to set a custom Docker executable, the strategy `DockerBinaryStrategy` of BooleanSupplier `io.quarkus.deployment.IsDockerWorking` does not use the property `quarkus.docker.executable-name` to override the executable name. ### Expected behav...
36d36decc0f5b47b1dd94c2c571eb49d8589bc6a
c87a10046be57e2d4972813a18c6675eb04683b9
https://github.com/quarkusio/quarkus/compare/36d36decc0f5b47b1dd94c2c571eb49d8589bc6a...c87a10046be57e2d4972813a18c6675eb04683b9
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/IsDockerWorking.java b/core/deployment/src/main/java/io/quarkus/deployment/IsDockerWorking.java index 617a47426d1..2f241e9b8f5 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/IsDockerWorking.java +++ b/core/deployment/src/main/java/io/qua...
['core/deployment/src/main/java/io/quarkus/deployment/IsDockerWorking.java']
{'.java': 1}
1
1
0
0
1
18,811,326
3,660,077
482,644
4,964
769
158
10
1
1,387
159
363
42
1
0
2021-10-13T14:51:24
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,620
quarkusio/quarkus/20673/20661
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20661
https://github.com/quarkusio/quarkus/pull/20673
https://github.com/quarkusio/quarkus/pull/20673
1
fixes
The quarkus-maven-plugin:dependency-tree not resolving the dependencies versions correctly
### Describe the bug Building the dependency-tree using the Quarkus Maven plugin and following the instructions from here: https://quarkus.io/guides/maven-tooling#logging-quarkus-application-build-classpath-tree Command: ``` mvn com.redhat.quarkus.platform:quarkus-maven-plugin:2.2.3.Final-redhat-00013:dependency-...
0ae0c6c13e4a44e17194ccaf77c3edf00551b9a4
4c90baabe3f1d29df9ce1015a2e093397c5bb206
https://github.com/quarkusio/quarkus/compare/0ae0c6c13e4a44e17194ccaf77c3edf00551b9a4...4c90baabe3f1d29df9ce1015a2e093397c5bb206
diff --git a/devtools/maven/src/main/java/io/quarkus/maven/DependencyTreeMojo.java b/devtools/maven/src/main/java/io/quarkus/maven/DependencyTreeMojo.java index 49f330da427..d07aa67cf4f 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/DependencyTreeMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven...
['devtools/maven/src/main/java/io/quarkus/maven/DependencyTreeMojo.java']
{'.java': 1}
1
1
0
0
1
18,756,060
3,650,348
481,273
4,952
767
114
8
1
2,441
208
754
72
1
4
2021-10-11T19:54:50
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,622
quarkusio/quarkus/20632/20618
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20618
https://github.com/quarkusio/quarkus/pull/20632
https://github.com/quarkusio/quarkus/pull/20632
1
fixes
Config value evaluation failing when the placeholder value is missing
### Describe the bug In an application using kubernetes-config, I have a prod profile with the following configuration: ``` %prod.quarkus.kubernetes-config.secrets=postgresql %prod.quarkus.kubernetes-config.secrets.enabled=true %prod.quarkus.datasource.db-kind=postgresql %prod.quarkus.datasource.username=${data...
2c499b15c7acdcfd536a6530c7747c15a9bc4c3a
10088661a0aa01b1c2f47f34845ca2d7e5ddf727
https://github.com/quarkusio/quarkus/compare/2c499b15c7acdcfd536a6530c7747c15a9bc4c3a...10088661a0aa01b1c2f47f34845ca2d7e5ddf727
diff --git a/extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateOrmProcessor.java b/extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateOrmProcessor.java index 5a9f8b5863b..7590089a743 100644 --- a/extensions/hibernate-orm/deployment...
['extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateOrmProcessor.java']
{'.java': 1}
1
1
0
0
1
18,759,175
3,651,280
481,465
4,957
862
161
13
1
2,715
181
611
69
1
2
2021-10-08T15:56:44
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,623
quarkusio/quarkus/20597/20606
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20606
https://github.com/quarkusio/quarkus/pull/20597
https://github.com/quarkusio/quarkus/pull/20597
1
fixes
NullPointerException when no file is pass to to rest client reactive
### Describe the bug When using rest client reactive with multipart formdata, if I don't pass any file then a NPE will occur ``` java.lang.NullPointerException: Cannot invoke "java.io.File.toPath()" because "<parameter1>.files" is null ``` the request object model look like this ```java public class Appointm...
b131a1249c5b0a4f5607119bb1fecc4d446e5df0
b5a8405d6c5d52c5bcf83b5b7df7e3476cce387a
https://github.com/quarkusio/quarkus/compare/b131a1249c5b0a4f5607119bb1fecc4d446e5df0...b5a8405d6c5d52c5bcf83b5b7df7e3476cce387a
diff --git a/extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.java b/extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.ja...
['integration-tests/rest-client-reactive-multipart/src/main/java/io/quarkus/it/rest/client/multipart/MultipartResource.java', 'extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.java', 'extensions/resteasy-reactive/rest-cl...
{'.java': 4}
4
4
0
0
4
18,751,810
3,649,810
481,296
4,954
2,109
377
21
2
1,839
193
513
77
0
3
2021-10-07T18:49:42
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,624
quarkusio/quarkus/20588/20581
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20581
https://github.com/quarkusio/quarkus/pull/20588
https://github.com/quarkusio/quarkus/pull/20588
1
fixes
Wrong logging format being used in PersistenceUnitUtil
### Describe the bug In class `io.quarkus.hibernate.orm.runtime.PersistenceUnitUtil` , line 69 we have: ``` LOG.warnf("A bean of type %1$s is being retrieved even though it doesn't have a @%2$s qualifier." + " This is deprecated usage and will not work in future versions of Quarkus."...
3271bbd70f260299c1805378aed27f0ae25af646
041289067d06d5beeaf9906c761e092bebcc5cf1
https://github.com/quarkusio/quarkus/compare/3271bbd70f260299c1805378aed27f0ae25af646...041289067d06d5beeaf9906c761e092bebcc5cf1
diff --git a/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/PersistenceUnitUtil.java b/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/PersistenceUnitUtil.java index fe48a85363c..8c0d3306e47 100644 --- a/extensions/hibernate-orm/runtime/src/main/java/io/q...
['extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/PersistenceUnitUtil.java']
{'.java': 1}
1
1
0
0
1
18,733,793
3,646,464
480,796
4,949
158
16
2
1
1,003
108
215
18
0
1
2021-10-07T12:50:55
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,625
quarkusio/quarkus/20587/20567
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20567
https://github.com/quarkusio/quarkus/pull/20587
https://github.com/quarkusio/quarkus/pull/20587
1
resolves
Qute does not tell me which file has an error
### Describe the bug I'm porting some templates from a Play 1 app to Quarkus/Qute and I get the following exception: ``` 2021-10-06 16:10:49,740 ERROR [io.qua.dep.dev.IsolatedDevModeMain] (vert.x-worker-thread-0) Failed to start quarkus: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure:...
3271bbd70f260299c1805378aed27f0ae25af646
fa096d1f3978e44b32f3a63c87007e6948ab2979
https://github.com/quarkusio/quarkus/compare/3271bbd70f260299c1805378aed27f0ae25af646...fa096d1f3978e44b32f3a63c87007e6948ab2979
diff --git a/independent-projects/qute/core/src/main/java/io/quarkus/qute/Expressions.java b/independent-projects/qute/core/src/main/java/io/quarkus/qute/Expressions.java index 8b4b17f7da7..c4b30c66064 100644 --- a/independent-projects/qute/core/src/main/java/io/quarkus/qute/Expressions.java +++ b/independent-projects/...
['independent-projects/qute/core/src/main/java/io/quarkus/qute/Expressions.java', 'independent-projects/qute/core/src/main/java/io/quarkus/qute/Parser.java', 'independent-projects/qute/core/src/test/java/io/quarkus/qute/ParserTest.java']
{'.java': 3}
3
3
0
0
3
18,733,793
3,646,464
480,796
4,949
1,661
314
20
2
1,758
175
452
59
0
1
2021-10-07T12:42:22
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,626
quarkusio/quarkus/20582/20566
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20566
https://github.com/quarkusio/quarkus/pull/20582
https://github.com/quarkusio/quarkus/pull/20582
1
resolves
Generic Syntetic Bean cause ambigious type resolution when none exists
### Describe the bug When a Synthetic bean for a generic type is created like this: ``` SyntheticBeanBuildItem addMyGenericInterface() { DotName interfaceName = DotName.createSimple(MyGenericInterface.class.getName()); DotName numberTypeName = DotName.createSimple(AtomicInteger.class.getName())...
3271bbd70f260299c1805378aed27f0ae25af646
3ef4e5d9a9e5d57f85964e2cebd20e5faa9860fe
https://github.com/quarkusio/quarkus/compare/3271bbd70f260299c1805378aed27f0ae25af646...3ef4e5d9a9e5d57f85964e2cebd20e5faa9860fe
diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanDeployment.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanDeployment.java index 1deca533a82..4f9ccde761d 100644 --- a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor...
['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanDeployment.java', 'independent-projects/arc/tests/src/test/java/io/quarkus/arc/test/buildextension/beans/BeanRegistrarTest.java']
{'.java': 2}
2
2
0
0
2
18,733,793
3,646,464
480,796
4,949
882
165
16
1
6,008
363
1,365
108
1
3
2021-10-07T09: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
2,628
quarkusio/quarkus/20557/20543
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20543
https://github.com/quarkusio/quarkus/pull/20557
https://github.com/quarkusio/quarkus/pull/20557
1
fixes
Problem wiring up a SSE endpoint with an internal channel with the reactive messaging HTTP connector
### Describe the bug I am using Quarkus 2.2.3 and OpenJDK 11. The SSE endpoint and incoming channel looks like: ``` @Path("/hello") public class ExampleResource { @Inject @Channel("sse-output") Multi<String> data; @GET @Produces(MediaType.SERVER_SENT_EVENTS) @RestSseElementTyp...
c55782fb9209ac5be952c73fd52c127ca6085ab5
e29bcdea2422cce658a138b95268ea3e5f49069f
https://github.com/quarkusio/quarkus/compare/c55782fb9209ac5be952c73fd52c127ca6085ab5...e29bcdea2422cce658a138b95268ea3e5f49069f
diff --git a/extensions/reactive-messaging-http/runtime/src/main/java/io/quarkus/reactivemessaging/http/runtime/ReactiveHandlerBeanBase.java b/extensions/reactive-messaging-http/runtime/src/main/java/io/quarkus/reactivemessaging/http/runtime/ReactiveHandlerBeanBase.java index 5a427728e8e..7b7fea04056 100644 --- a/exten...
['extensions/resteasy-classic/rest-client/runtime/src/main/java/io/quarkus/restclient/runtime/RestClientBase.java', 'extensions/reactive-messaging-http/runtime/src/main/java/io/quarkus/reactivemessaging/http/runtime/ReactiveHandlerBeanBase.java', 'extensions/reactive-messaging-http/runtime/src/main/java/io/quarkus/reac...
{'.java': 7}
7
7
0
0
7
18,725,255
3,644,772
480,534
4,945
2,312
407
46
7
6,670
269
1,583
130
0
4
2021-10-06T11:06:56
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,629
quarkusio/quarkus/20547/20458
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20458
https://github.com/quarkusio/quarkus/pull/20547
https://github.com/quarkusio/quarkus/pull/20547
1
fixes
Exceptions ignored when writing repsonse with VertxBlockingOutput.java
### Describe the bug I am using StreamingOutput to send large response body to the client. If the client closes the connection while the server is writing the server will not get any exception and the data written by the server will vanish into the aether. - This happens in all versions after Quarkus 2.0.0. - Th...
657ae2965955ba1bd015d2049e4830dc223c1b36
b9229a365040f7cd0009e8cfbf213de1a90abdd8
https://github.com/quarkusio/quarkus/compare/657ae2965955ba1bd015d2049e4830dc223c1b36...b9229a365040f7cd0009e8cfbf213de1a90abdd8
diff --git a/extensions/resteasy-classic/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/standalone/VertxBlockingOutput.java b/extensions/resteasy-classic/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/standalone/VertxBlockingOutput.java index 998817a1ccb..b8801e241e0 100644 --- a/extensions/rest...
['extensions/resteasy-classic/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/standalone/VertxBlockingOutput.java']
{'.java': 1}
1
1
0
0
1
18,716,190
3,642,909
480,339
4,944
293
60
7
1
2,995
383
662
87
0
1
2021-10-06T05:17:46
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,630
quarkusio/quarkus/20546/20538
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20538
https://github.com/quarkusio/quarkus/pull/20546
https://github.com/quarkusio/quarkus/pull/20546
1
fixes
[quarkus-quartz] `cron` expression of `@Scheduled` is not updated via ENV (overwriting application.properties)
### Describe the bug Given * `@Scheduled(identity = "aJob", cron = "{a.job.schedule.cron}")` in code * `a.job.schedule.cron=0 0 1 * * ? *` in application.properties and * `A_JOB_SCHEDULE_CRON=0 0 1 * * ? 2100` in ENV if the application has been started prior without the ENV part, restarting the application with ...
bdce87ffc26bf6d82055d813e76775c067c54646
6d67f8664cabf0a12788b9ddf44c9b617c724388
https://github.com/quarkusio/quarkus/compare/bdce87ffc26bf6d82055d813e76775c067c54646...6d67f8664cabf0a12788b9ddf44c9b617c724388
diff --git a/extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runtime/QuartzScheduler.java b/extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runtime/QuartzScheduler.java index d3d49675bab..d3939ebe628 100644 --- a/extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runtime/QuartzScheduler.java ...
['extensions/quartz/runtime/src/main/java/io/quarkus/quartz/runtime/QuartzScheduler.java']
{'.java': 1}
1
1
0
0
1
18,703,912
3,639,769
479,630
4,935
511
67
7
1
1,375
196
355
48
1
0
2021-10-05T18:49:30
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,631
quarkusio/quarkus/20525/20522
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20522
https://github.com/quarkusio/quarkus/pull/20525
https://github.com/quarkusio/quarkus/pull/20525
1
resolves
Quakrus CLI: --help command for 'create' is not working
### Describe the bug Quakrus CLI for 999-SNAPSHOT fails with: _Creating an app (default project type, see --help). [ERROR] ❗ Unable to create project: Unknown option: '--help'_ when running: java -jar $home/quarkus-main/devtools/cli/target/quarkus-cli-999-SNAPSHOT-runner.jar registry --help ### Expected ...
597f550208763046e13976984fccaab3befd7c39
4d706e6429fc69781dd836f8bcca1cacb0d205e9
https://github.com/quarkusio/quarkus/compare/597f550208763046e13976984fccaab3befd7c39...4d706e6429fc69781dd836f8bcca1cacb0d205e9
diff --git a/devtools/cli/src/main/java/io/quarkus/cli/Create.java b/devtools/cli/src/main/java/io/quarkus/cli/Create.java index 6b9e608ec9d..a8672a83530 100644 --- a/devtools/cli/src/main/java/io/quarkus/cli/Create.java +++ b/devtools/cli/src/main/java/io/quarkus/cli/Create.java @@ -3,6 +3,7 @@ import java.util.List;...
['devtools/cli/src/main/java/io/quarkus/cli/Registry.java', 'devtools/cli/src/test/java/io/quarkus/cli/CliHelpTest.java', 'devtools/cli/src/main/java/io/quarkus/cli/create/BaseCreateCommand.java', 'devtools/cli/src/main/java/io/quarkus/cli/Create.java', 'devtools/cli/src/main/java/io/quarkus/cli/registry/BaseRegistryCo...
{'.java': 5}
5
5
0
0
5
18,677,812
3,635,072
479,026
4,927
420
92
16
4
776
104
197
47
0
0
2021-10-04T15:22:56
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,632
quarkusio/quarkus/20515/20512
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20512
https://github.com/quarkusio/quarkus/pull/20515
https://github.com/quarkusio/quarkus/pull/20515
1
resolves
Qute fails to find methods from parent interface when using multilevel inheritance
### Describe the bug As a follow up on https://github.com/quarkusio/quarkus/issues/19564 I was playing around with Qute and strict rendering a bit more. Just noticed that when I introduce another level of interfaces that Qute won't be able to find the methods anymore. See https://github.com/wjglerum/quarkus/commi...
e0d19f3709ad411ed6accdf8d9016f3d7217b71a
25793afee8f4d10176bdd2c0c401137d182eb685
https://github.com/quarkusio/quarkus/compare/e0d19f3709ad411ed6accdf8d9016f3d7217b71a...25793afee8f4d10176bdd2c0c401137d182eb685
diff --git a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java b/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java index 76a7c6d1a04..f2e341003a5 100644 --- a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java ...
['extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/typesafe/InterfaceValidationSuccessTest.java', 'extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java']
{'.java': 2}
2
2
0
0
2
18,677,313
3,634,970
479,012
4,927
632
118
16
1
4,816
383
1,318
96
2
4
2021-10-04T07:13:16
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,633
quarkusio/quarkus/20479/20475
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20475
https://github.com/quarkusio/quarkus/pull/20479
https://github.com/quarkusio/quarkus/pull/20479
1
fixes
NoSuchFileException when uploading file after a while
### Describe the bug Dear Quarkus community, When using Multipart File Upload feature of RestEasy Reactive, it uses by default ${java.io.tmpdir}/uploads to temporary store the uploaded files. It seems in my system at least there are some cleaning tasks and from time to time this subdirectory named "uploads" ge...
f787bcff2231145c14a5988546363d6d81f30394
7f8fa29c97e88b4c47c8e7fbfc8cfd95d9c17b61
https://github.com/quarkusio/quarkus/compare/f787bcff2231145c14a5988546363d6d81f30394...7f8fa29c97e88b4c47c8e7fbfc8cfd95d9c17b61
diff --git a/independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/core/multipart/MultiPartParserDefinition.java b/independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/core/multipart/MultiPartParserDefinition.java index 9...
['independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/core/multipart/MultiPartParserDefinition.java']
{'.java': 1}
1
1
0
0
1
18,644,212
3,628,520
478,171
4,921
143
16
2
1
4,396
317
1,068
83
0
0
2021-09-30T13:44:08
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,753
quarkusio/quarkus/17378/17324
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/17324
https://github.com/quarkusio/quarkus/pull/17378
https://github.com/quarkusio/quarkus/pull/17378
1
fixes
AeshConsole exception happening randomly when killing continuous testing
## Describe the bug Exception happening randomly when killing continuous testing (using main): ``` Exception in thread "Aesh InputStream Reader" java.lang.RuntimeException: Unable to read io/quarkus/deployment/dev/console/AeshConsole$4.class at io.quarkus.bootstrap.classloading.JarClassPathElement$1$1$1.apply(J...
6c63c63237bcb7188c86adafe61a831cbc4cae8c
1f17e198abea2ef963458a4c5bc30f93f43d1231
https://github.com/quarkusio/quarkus/compare/6c63c63237bcb7188c86adafe61a831cbc4cae8c...1f17e198abea2ef963458a4c5bc30f93f43d1231
diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/JarClassPathElement.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/JarClassPathElement.java index 70c880b4130..07f7c8cabb8 100644 --- a/independent-projects/bootstrap/core/src/mai...
['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/JarClassPathElement.java']
{'.java': 1}
1
1
0
0
1
16,510,648
3,210,265
425,334
4,483
3,956
520
53
1
2,341
84
562
34
1
1
2021-05-19T23:03:23
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,755
quarkusio/quarkus/17369/16453
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/16453
https://github.com/quarkusio/quarkus/pull/17369
https://github.com/quarkusio/quarkus/pull/17369
1
fixes
Upgrading from 1.11.x to 1.13.x breaks kubernetes authentication for quarkus-vault extension
## Describe the bug I use quarkus-vault extension to access secrets dynamically. I use client-token authentication for local development and kubernetes authentication for production (see below for configuration). I upgraded from version 1.11.x to 1.13.x and everything works fine for local development. But when...
950286bd0f8c4951f54935a6637b695a0cf09198
37604ad3350262414ec81312c8eecd9d0ce53118
https://github.com/quarkusio/quarkus/compare/950286bd0f8c4951f54935a6637b695a0cf09198...37604ad3350262414ec81312c8eecd9d0ce53118
diff --git a/extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/client/MutinyVertxClientFactory.java b/extensions/vault/runtime/src/main/java/io/quarkus/vault/runtime/client/MutinyVertxClientFactory.java index b4ebe50c3fa..35ad4f4ba25 100644 --- a/extensions/vault/runtime/src/main/java/io/quarkus/vault/run...
['test-framework/vault/src/main/java/io/quarkus/vault/test/VaultTestExtension.java', 'extensions/vault/runtime/src/test/java/io/quarkus/vault/runtime/VaultDbManagerTest.java', 'extensions/vault/runtime/src/test/java/io/quarkus/vault/runtime/VaultAuthManagerTest.java', 'extensions/vault/runtime/src/main/java/io/quarkus/...
{'.java': 5}
5
5
0
0
5
16,582,217
3,222,607
426,560
4,491
591
143
15
2
6,136
270
1,501
110
0
3
2021-05-19T17:07:46
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,875
quarkusio/quarkus/13934/13926
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/13926
https://github.com/quarkusio/quarkus/pull/13934
https://github.com/quarkusio/quarkus/pull/13934
1
fixes
RESTEasy Reactive: writers can add headers too
Originally I had to write https://github.com/quarkusio/quarkus/pull/13802/commits/77105396c3208a76e13283f9d2dc3e7b956e757a in order to fix an exception such as "response already written" where we tried to set the headers and status code after a writer had started writing on the response (wonder why this doesn't happen ...
9cdae32140a0b6f583b055a19de6cc60cc22a77e
76cd5697a2d43a502959cf2a1723d9c4e7ea0ebd
https://github.com/quarkusio/quarkus/compare/9cdae32140a0b6f583b055a19de6cc60cc22a77e...76cd5697a2d43a502959cf2a1723d9c4e7ea0ebd
diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive-servlet/runtime/src/main/java/io/quarkus/resteasy/reactive/server/servlet/runtime/ServletRequestContext.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive-servlet/runtime/src/main/java/io/quarkus/resteasy/reactive/server/servlet/runtime/Serv...
['independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/spi/ServerHttpResponse.java', 'independent-projects/resteasy-reactive/server/vertx/src/main/java/org/jboss/resteasy/reactive/server/vertx/VertxResteasyReactiveRequestContext.java', 'independent-projects/resteasy-rea...
{'.java': 5}
5
5
0
0
5
13,864,959
2,704,656
360,916
3,817
7,276
1,227
138
5
1,213
138
334
15
1
1
2020-12-17T01:17:03
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0