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,530
quarkusio/quarkus/22917/22911
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/22911
https://github.com/quarkusio/quarkus/pull/22917
https://github.com/quarkusio/quarkus/pull/22917
1
resolves
CLI cannot remove registry from the list
### Describe the bug Registries added to cli cannot be removed ### Expected behavior Attempts to remove registries from config should be successfull ### Actual behavior Attempt to remove a registry from the list leads to error `Can only remove registries from an existing configuration. The specified conf...
0ab516441721f5b4eab72acabf2afd3817d84326
1827376df1afc4d543ace1a12673bab00219d892
https://github.com/quarkusio/quarkus/compare/0ab516441721f5b4eab72acabf2afd3817d84326...1827376df1afc4d543ace1a12673bab00219d892
diff --git a/devtools/cli/src/main/java/io/quarkus/cli/RegistryAddCommand.java b/devtools/cli/src/main/java/io/quarkus/cli/RegistryAddCommand.java index 7ce770d8546..284b57a0c63 100644 --- a/devtools/cli/src/main/java/io/quarkus/cli/RegistryAddCommand.java +++ b/devtools/cli/src/main/java/io/quarkus/cli/RegistryAddComm...
['devtools/cli/src/main/java/io/quarkus/cli/RegistryRemoveCommand.java', 'devtools/cli/src/main/java/io/quarkus/cli/RegistryAddCommand.java', 'devtools/cli/src/main/java/io/quarkus/cli/common/OutputOptionMixin.java']
{'.java': 3}
3
3
0
0
3
19,362,941
3,750,666
493,403
4,772
1,812
327
36
3
1,072
142
274
48
0
1
2022-01-15T01:20: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,502
quarkusio/quarkus/23620/23602
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23602
https://github.com/quarkusio/quarkus/pull/23620
https://github.com/quarkusio/quarkus/pull/23620
1
fixes
Using Mongo ChangeStreamDocument in Native Image Fails Decoding On Update
### Describe the bug Using the Mongo ChangeStream fails in native mode when receiving notification of a database update with the following error: ```posh Change Stream Subscription Error: org.bson.codecs.configuration.CodecConfigurationException: Failed to decode 'ChangeStreamDocument'. Decoding 'updateDescripti...
8a6287ca678fc59d37f7a76d32f232718e26a088
4ff6eb085eecbce555e74cb5cd4c3873cd674abf
https://github.com/quarkusio/quarkus/compare/8a6287ca678fc59d37f7a76d32f232718e26a088...4ff6eb085eecbce555e74cb5cd4c3873cd674abf
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 333a38bea82..962c20e2709 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
19,704,325
3,814,274
501,613
4,842
178
33
2
1
7,492
346
1,754
94
1
1
2022-02-11T16:15: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,501
quarkusio/quarkus/23625/23573
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23573
https://github.com/quarkusio/quarkus/pull/23625
https://github.com/quarkusio/quarkus/pull/23625
1
fixes
Confusing, if not downright wrong, warning message
### Describe the bug I run my app in dev mode. I change a build time property in `application.properties` and the application properly restarts but I get the following warning in the console: ```java 2022-02-10 09:57:08,244 WARN [io.qua.run.con.ConfigRecorder] (Quarkus Main Thread) Build time property cannot be c...
a75b6db3ed6867d37ed605417944bd2154c85202
f2f37f8ad8372e6ffa7f59ef48f970b85b260094
https://github.com/quarkusio/quarkus/compare/a75b6db3ed6867d37ed605417944bd2154c85202...f2f37f8ad8372e6ffa7f59ef48f970b85b260094
diff --git a/core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigRecorder.java b/core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigRecorder.java index 5b39842d77f..aaec129f11e 100644 --- a/core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigRecorder.java +++ b/core/runtime/sr...
['core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigRecorder.java']
{'.java': 1}
1
1
0
0
1
19,708,657
3,815,251
501,731
4,842
503
94
6
1
1,021
158
260
47
0
1
2022-02-11T18:27: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,500
quarkusio/quarkus/23648/23646
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23646
https://github.com/quarkusio/quarkus/pull/23648
https://github.com/quarkusio/quarkus/pull/23648
1
fix
quarkus:info/update doesn't handle modules defined in activeByDefault profile
### Describe the bug quarkus:info/update doesn't handle modules defined in activeByDefault profile `mvn quarkus:info` works if `mvn clean install` is executed before the command (and thus the module defined in profile gets into local maven repository. When running `mvn clean test` the module defined in activeB...
cb23550e66fddbe3b62c921ce4c27134d3e4aaf8
d351f25981eab3e2c907b343e46c55886f669c54
https://github.com/quarkusio/quarkus/compare/cb23550e66fddbe3b62c921ce4c27134d3e4aaf8...d351f25981eab3e2c907b343e46c55886f669c54
diff --git a/devtools/maven/src/main/java/io/quarkus/maven/QuarkusProjectStateMojoBase.java b/devtools/maven/src/main/java/io/quarkus/maven/QuarkusProjectStateMojoBase.java index 94d93a29de7..8ab8dd01203 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/QuarkusProjectStateMojoBase.java +++ b/devtools/maven/src...
['devtools/maven/src/main/java/io/quarkus/maven/QuarkusProjectStateMojoBase.java']
{'.java': 1}
1
1
0
0
1
19,715,010
3,816,520
501,892
4,843
448
83
9
1
3,384
255
833
67
1
1
2022-02-13T07:35: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,499
quarkusio/quarkus/23664/23661
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23661
https://github.com/quarkusio/quarkus/pull/23664
https://github.com/quarkusio/quarkus/pull/23664
1
fixes
Micrometer JSON registry uses a non-blocking route
### Describe the bug ... so if there are gauges which require a blocking operation to get the value, then the call to `/metrics` fails ### Expected behavior _No response_ ### Actual behavior _No response_ ### How to Reproduce? Use `quarkus.micrometer.export.json.enabled=true` and register a gauge t...
8d8a13d51626ab499f5f881bf6716519f9a45941
30ccd52ec0643726340448d7c26f6cb7e54c40a9
https://github.com/quarkusio/quarkus/compare/8d8a13d51626ab499f5f881bf6716519f9a45941...30ccd52ec0643726340448d7c26f6cb7e54c40a9
diff --git a/extensions/micrometer/deployment/src/main/java/io/quarkus/micrometer/deployment/export/JsonRegistryProcessor.java b/extensions/micrometer/deployment/src/main/java/io/quarkus/micrometer/deployment/export/JsonRegistryProcessor.java index 6b0ce9ad374..d97cf11de29 100644 --- a/extensions/micrometer/deployment/...
['extensions/micrometer/deployment/src/main/java/io/quarkus/micrometer/deployment/export/JsonRegistryProcessor.java']
{'.java': 1}
1
1
0
0
1
19,784,461
3,830,369
503,386
4,854
33
5
1
1
837
114
191
39
1
0
2022-02-14T12:39: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,480
quarkusio/quarkus/24106/23727
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23727
https://github.com/quarkusio/quarkus/pull/24106
https://github.com/quarkusio/quarkus/pull/24106
1
fixes
Odd class format error
### Describe the bug Only The `LicensedPracticalNurse` class triggers this error at startup while the other classes work fine (removing it fixes the problem). The snippet below is the entire application. ```kotlin @Path("/api/list") class ReactiveGreetingResource { @GET @Produces(MediaType.APPLICAT...
8cdad730bd93c5e912b6f657336319f78b07f330
b7ba58b7f05a44d3702c6be5cbb6fc604bbbd597
https://github.com/quarkusio/quarkus/compare/8cdad730bd93c5e912b6f657336319f78b07f330...b7ba58b7f05a44d3702c6be5cbb6fc604bbbd597
diff --git a/extensions/panache/panache-common/deployment/src/main/java/io/quarkus/panache/common/deployment/visitors/KotlinPanacheClassOperationGenerationVisitor.java b/extensions/panache/panache-common/deployment/src/main/java/io/quarkus/panache/common/deployment/visitors/KotlinPanacheClassOperationGenerationVisitor....
['extensions/panache/panache-common/deployment/src/main/java/io/quarkus/panache/common/deployment/visitors/KotlinPanacheClassOperationGenerationVisitor.java']
{'.java': 1}
1
1
0
0
1
19,993,493
3,869,169
508,243
4,885
146
45
3
1
12,328
517
2,742
210
0
2
2022-03-04T16:47: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,479
quarkusio/quarkus/24142/24008
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/24008
https://github.com/quarkusio/quarkus/pull/24142
https://github.com/quarkusio/quarkus/pull/24142
1
fix
Apicurio Registry DevService cannot be used by multiple Quarkus services
### Describe the bug Currently I'm trying to connect two simple Quarkus services using the default DevServices as Kafka broker and schema registry. According to the logs both services can successfully find the DevServices, which are automatically started by Quarkus. However, by trying to send a first message into the...
f8b96e930afa8985fab62c18d7c91f67d8059eab
cf8fe1d2687b306424b3f4a03ced41a977544ef2
https://github.com/quarkusio/quarkus/compare/f8b96e930afa8985fab62c18d7c91f67d8059eab...cf8fe1d2687b306424b3f4a03ced41a977544ef2
diff --git a/extensions/apicurio-registry-avro/deployment/src/main/java/io/quarkus/apicurio/registry/avro/DevServicesApicurioRegistryProcessor.java b/extensions/apicurio-registry-avro/deployment/src/main/java/io/quarkus/apicurio/registry/avro/DevServicesApicurioRegistryProcessor.java index f5401c50c39..7456b684a2e 1006...
['extensions/apicurio-registry-avro/deployment/src/main/java/io/quarkus/apicurio/registry/avro/DevServicesApicurioRegistryProcessor.java']
{'.java': 1}
1
1
0
0
1
19,993,457
3,869,158
508,242
4,885
583
106
6
1
4,990
319
1,186
88
4
1
2022-03-07T13:35: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,157
quarkusio/quarkus/34024/33993
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/33993
https://github.com/quarkusio/quarkus/pull/34024
https://github.com/quarkusio/quarkus/pull/34024
1
fixes
Quarkus startup hangs in OidcRecorder
### Describe the bug In some context (I'm still figuring out when) the server startup hangs indefinitely in OidcRecorder.java L143. It's only happening in production unfortunately. I managed to get this jstack: ``` "main" #1 prio=5 os_prio=0 cpu=2263.87ms elapsed=692.56s tid=0x00007f5c40024ec0 nid=0x3f waiting on co...
5c2df5112331ef170c0b0ad83c84c6f853c2d5d6
61805454010a39fabcdf9e3e7fe3be019951da98
https://github.com/quarkusio/quarkus/compare/5c2df5112331ef170c0b0ad83c84c6f853c2d5d6...61805454010a39fabcdf9e3e7fe3be019951da98
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 4d3015c4363..4915d298d23 100644 --- a/extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/...
['extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcRecorder.java', 'extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/client/runtime/OidcClientRecorder.java']
{'.java': 2}
2
2
0
0
2
26,855,520
5,297,179
682,001
6,289
339
84
4
2
3,295
205
866
71
0
1
2023-06-13T18:11: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,158
quarkusio/quarkus/34020/34005
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/34005
https://github.com/quarkusio/quarkus/pull/34020
https://github.com/quarkusio/quarkus/pull/34020
1
fixes
Panache tries to (and fails to) transform classes even if disabled
### Describe the bug Panache seems to perform some class transformations regardless of whether Panache is enabled, leading to exceptions when running tests. ### Expected behavior Panache should not try to do anything if Panache is disabled. ### Actual behavior ``` [error]: Build step io.quarkus.deploy...
210b2a332e855aee3a73f71f7cdb7d10a3467c6f
0a6d90945ef528d30dbe0800f28b08c81f87d347
https://github.com/quarkusio/quarkus/compare/210b2a332e855aee3a73f71f7cdb7d10a3467c6f...0a6d90945ef528d30dbe0800f28b08c81f87d347
diff --git a/extensions/panache/hibernate-orm-panache/deployment/src/main/java/io/quarkus/hibernate/orm/panache/deployment/PanacheHibernateResourceProcessor.java b/extensions/panache/hibernate-orm-panache/deployment/src/main/java/io/quarkus/hibernate/orm/panache/deployment/PanacheHibernateResourceProcessor.java index 7...
['extensions/panache/panache-hibernate-common/deployment/src/main/java/io/quarkus/panache/common/deployment/PanacheHibernateCommonResourceProcessor.java', 'extensions/panache/hibernate-reactive-panache/deployment/src/main/java/io/quarkus/hibernate/reactive/panache/common/deployment/PanacheHibernateResourceProcessor.jav...
{'.java': 4}
4
4
0
0
4
26,855,520
5,297,179
682,001
6,289
852
180
10
4
4,022
218
883
72
1
1
2023-06-13T15:03: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,159
quarkusio/quarkus/33971/33961
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/33961
https://github.com/quarkusio/quarkus/pull/33971
https://github.com/quarkusio/quarkus/pull/33971
1
fixes
:dev terminal test commands don't work anymore (testSupport.include is null)
### Describe the bug When invoking the terminal (`:`) while in `:dev` mode, the options to set the `test pattern` for includes and excludes don't seem to work (anymore). Maybe I'm missing something but I don't seem to be able to include and exclude patterns once the dev mode has been started. Example: ``` : ...
35e0f9c21c1e0a7f994d5b4fd590280a23693600
7206ac0ba8156f5e0f23642457b4999bc6e5c586
https://github.com/quarkusio/quarkus/compare/35e0f9c21c1e0a7f994d5b4fd590280a23693600...7206ac0ba8156f5e0f23642457b4999bc6e5c586
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestTracingProcessor.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestTracingProcessor.java index d72622e78dc..8ff20a9bcf9 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestTracingProces...
['core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestTracingProcessor.java']
{'.java': 1}
1
1
0
0
1
26,830,597
5,292,355
681,383
6,279
385
66
4
1
1,416
200
389
55
0
1
2023-06-12T08:32: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,533
quarkusio/quarkus/22816/20492
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20492
https://github.com/quarkusio/quarkus/pull/22816
https://github.com/quarkusio/quarkus/pull/22816
1
fixes
Class PostgreSQL10Dialect not found on Quarkus in Google App Engine java11?
### Describe the bug I wanted to deploy my quarkus application including hibernate panache to GCP app engine standard and got the error: Class PostgreSQL10Dialect not found on Quarkus ### Expected behavior Successful startup of quarkus on GCP app engine standard ### Actual behavior I've set up my quark...
376d631081852877d8781a20b4666e8220057360
bfabc1c06609c99115cb4dc78a73c96c6f3c2df9
https://github.com/quarkusio/quarkus/compare/376d631081852877d8781a20b4666e8220057360...bfabc1c06609c99115cb4dc78a73c96c6f3c2df9
diff --git a/core/runtime/src/main/java/io/quarkus/runtime/configuration/CharsetConverter.java b/core/runtime/src/main/java/io/quarkus/runtime/configuration/CharsetConverter.java index 33e03cd274b..cd1436fca8e 100644 --- a/core/runtime/src/main/java/io/quarkus/runtime/configuration/CharsetConverter.java +++ b/core/runt...
['extensions/datasource/runtime/src/main/java/io/quarkus/datasource/runtime/DataSourceRuntimeConfig.java', 'core/runtime/src/main/java/io/quarkus/runtime/configuration/TrimmedStringConverter.java', 'extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/HibernateOrmRuntimeConfigPersistenceUnit....
{'.java': 6}
6
6
0
0
6
19,187,854
3,716,799
489,203
4,748
2,245
446
54
6
5,610
392
1,528
147
2
7
2022-01-11T19:15: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,534
quarkusio/quarkus/22809/22792
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/22792
https://github.com/quarkusio/quarkus/pull/22809
https://github.com/quarkusio/quarkus/pull/22809
1
fixes
Continuous testing fails when `@QuarkusMainTest` and a `@ConfigMapping` are involved
### Describe the bug Running a test annotated with `@QuarkusMainTest` in continuous testing mode where another test tests a config mapping defined by `@ConfigMapping` causes the test to fail with a `ClassCastException`: ``` Caused by: java.lang.ClassCastException: class io.quarkus.test.junit.RunningAppConfigResolv...
d31c534d288497b71f363b4b0f8e22100184fabe
76842aefc2bfd0023fbbc19829d433388ce7201f
https://github.com/quarkusio/quarkus/compare/d31c534d288497b71f363b4b0f8e22100184fabe...76842aefc2bfd0023fbbc19829d433388ce7201f
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/steps/ConfigGenerationBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/steps/ConfigGenerationBuildStep.java index 0793c514d43..0d5f07a2337 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/steps/ConfigGenerationBuildStep...
['core/deployment/src/main/java/io/quarkus/deployment/steps/ConfigGenerationBuildStep.java']
{'.java': 1}
1
1
0
0
1
19,185,807
3,716,434
489,156
4,747
173
36
3
1
5,307
417
1,389
85
1
2
2022-01-11T15:56: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,535
quarkusio/quarkus/22769/22699
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/22699
https://github.com/quarkusio/quarkus/pull/22769
https://github.com/quarkusio/quarkus/pull/22769
1
fixes
2.6 - Error with config locations
### Describe the bug I have an `application.yaml` that gets used for all projects (containing things like `ignored-split-packages`). With the `ConfigGenerationBuildStep` changes in 2.6 I now get an exception during builds because of the following lines in my `build.gradle` file. ```groovy build { // S...
2e9d5d5bc80c737a3a540d411b71459d106d4052
c1a065c3cc1a52edeec5ac513ac09173510bae74
https://github.com/quarkusio/quarkus/compare/2e9d5d5bc80c737a3a540d411b71459d106d4052...c1a065c3cc1a52edeec5ac513ac09173510bae74
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/steps/ConfigGenerationBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/steps/ConfigGenerationBuildStep.java index af8f03468ff..0793c514d43 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/steps/ConfigGenerationBuildStep...
['core/deployment/src/main/java/io/quarkus/deployment/steps/ConfigGenerationBuildStep.java']
{'.java': 1}
1
1
0
0
1
19,161,045
3,711,474
488,409
4,744
323
50
4
1
3,696
265
858
90
0
5
2022-01-10T14:10:37
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,537
quarkusio/quarkus/22767/22765
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/22765
https://github.com/quarkusio/quarkus/pull/22767
https://github.com/quarkusio/quarkus/pull/22767
1
fixes
Status Code and Message Mismatch in WebApplicationException
### Describe the bug When using the RESTEasy Reactive Client the HTTP status message doesn't match the HTTP status code. ### Expected behavior The HTTP status message is expected to match the status code ### Actual behavior ```java @Test void testWebApplicationException() { assertEquals("HTTP 428 P...
2e9d5d5bc80c737a3a540d411b71459d106d4052
4716194b4eb7e151e8e54192598d1191a567ab7e
https://github.com/quarkusio/quarkus/compare/2e9d5d5bc80c737a3a540d411b71459d106d4052...4716194b4eb7e151e8e54192598d1191a567ab7e
diff --git a/independent-projects/resteasy-reactive/common/runtime/src/main/java/org/jboss/resteasy/reactive/common/jaxrs/AbstractRestResponseBuilder.java b/independent-projects/resteasy-reactive/common/runtime/src/main/java/org/jboss/resteasy/reactive/common/jaxrs/AbstractRestResponseBuilder.java index 6d074fa75f2..df...
['independent-projects/resteasy-reactive/common/runtime/src/main/java/org/jboss/resteasy/reactive/common/jaxrs/AbstractRestResponseBuilder.java']
{'.java': 1}
1
1
0
0
1
19,161,045
3,711,474
488,409
4,744
988
223
16
1
6,152
576
1,638
149
8
2
2022-01-10T13:34: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,538
quarkusio/quarkus/22744/22731
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/22731
https://github.com/quarkusio/quarkus/pull/22744
https://github.com/quarkusio/quarkus/pull/22744
1
fixes
NPE when adding new registry in Quarkus CLI
### Describe the bug When new registry is added into freshly installed Quarkus CLI, the operation fails with NullPointerException. ### Expected behavior New registry is added successfully. ### Actual behavior Exception in console: ``` java.lang.NullPointerException at io.quarkus.registry.config.Regis...
aed1114b1aded4611a16817841d7659e3821db8a
df807fbf7e4901784b6fa00899f821428fc2d55d
https://github.com/quarkusio/quarkus/compare/aed1114b1aded4611a16817841d7659e3821db8a...df807fbf7e4901784b6fa00899f821428fc2d55d
diff --git a/devtools/cli/src/main/java/io/quarkus/cli/RegistryAddCommand.java b/devtools/cli/src/main/java/io/quarkus/cli/RegistryAddCommand.java index 016147cb321..7ce770d8546 100644 --- a/devtools/cli/src/main/java/io/quarkus/cli/RegistryAddCommand.java +++ b/devtools/cli/src/main/java/io/quarkus/cli/RegistryAddComm...
['independent-projects/tools/registry-client/src/main/java/io/quarkus/registry/config/RegistriesConfigLocator.java', 'devtools/cli/src/main/java/io/quarkus/cli/RegistryAddCommand.java', 'independent-projects/tools/registry-client/src/main/java/io/quarkus/registry/config/RegistriesConfigImpl.java']
{'.java': 3}
3
3
0
0
3
19,068,000
3,693,516
485,572
4,726
1,180
224
25
3
2,268
169
598
70
0
2
2022-01-07T21:45:43
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,539
quarkusio/quarkus/22732/19063
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/19063
https://github.com/quarkusio/quarkus/pull/22732
https://github.com/quarkusio/quarkus/pull/22732
1
fixes
NPE in LambdaHttpHandler (amazon-lambda-http extension)
### Describe the bug While testing a Quarkus Lambda function, I hit the following NPE: ERROR [qua.ama.lam.http] (main) Request Failure: java.lang.NullPointerException at io.quarkus.amazon.lambda.http.LambdaHttpHandler.nettyDispatch(LambdaHttpHandler.java:171) at io.quarkus.amazon.lambda.http.LambdaHttpHandler.han...
6a36ecf6d078769c0f5095b83d858afce5a7b79e
151897a299dbe3e4665171c9a989922fcabe84dd
https://github.com/quarkusio/quarkus/compare/6a36ecf6d078769c0f5095b83d858afce5a7b79e...151897a299dbe3e4665171c9a989922fcabe84dd
diff --git a/extensions/amazon-lambda-http/runtime/src/main/java/io/quarkus/amazon/lambda/http/LambdaHttpHandler.java b/extensions/amazon-lambda-http/runtime/src/main/java/io/quarkus/amazon/lambda/http/LambdaHttpHandler.java index 7236fe332fe..dea92dbf76d 100644 --- a/extensions/amazon-lambda-http/runtime/src/main/java...
['extensions/amazon-lambda-http/runtime/src/main/java/io/quarkus/amazon/lambda/http/LambdaHttpHandler.java']
{'.java': 1}
1
1
0
0
1
19,156,405
3,710,687
488,334
4,744
654
110
10
1
2,064
171
499
61
0
0
2022-01-07T16:16:27
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,540
quarkusio/quarkus/22717/21455
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/21455
https://github.com/quarkusio/quarkus/pull/22717
https://github.com/quarkusio/quarkus/pull/22717
1
fixes
Quarkus quartz should not reschedule jobs on start
### Describe the bug Bug introduced by https://github.com/quarkusio/quarkus/issues/20538 Anytime quarkus starts it will reschedule jobs, not matter if the job config changed or not. It's a tough decision, at best it should only detect changes and WARN, nothing else. This can have serious collateral damages depend...
8d0517772f179f09c9b73379645a4f476bc8432d
d657de40d9fe415d10a7f8f5ac21c8b44d8fe829
https://github.com/quarkusio/quarkus/compare/8d0517772f179f09c9b73379645a4f476bc8432d...d657de40d9fe415d10a7f8f5ac21c8b44d8fe829
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 d3939ebe628..6fc95db8c4a 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
19,067,682
3,693,437
485,560
4,726
352
46
4
1
1,388
220
323
52
1
0
2022-01-07T08:26: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,541
quarkusio/quarkus/22681/22662
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/22662
https://github.com/quarkusio/quarkus/pull/22681
https://github.com/quarkusio/quarkus/pull/22681
1
fixes
Gauges annotation are not showing up his value, on a resteasy endpoint
### Describe the bug If a gauge is declared in a Resteasy endpoint through an annotation, the gauge value is not pushed to `/metrics` Example: ``` @Path("/using-microprofile-pingpong") public class UsingMicroProfilePingPongResource { private static final String PING_PONG = "ping pong"; private stati...
9a40f35af46ddeb20a6426fef10348fe02045788
6c613029edec5fcddea931062ebb9f2ecdde0c01
https://github.com/quarkusio/quarkus/compare/9a40f35af46ddeb20a6426fef10348fe02045788...6c613029edec5fcddea931062ebb9f2ecdde0c01
diff --git a/extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/binder/mpmetrics/MetricDescriptor.java b/extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/binder/mpmetrics/MetricDescriptor.java index 820e93c7411..835b0e6e831 100644 --- a/extensions/micrometer/runtime/src/m...
['extensions/resteasy-classic/resteasy/runtime/src/main/java/io/quarkus/resteasy/runtime/QuarkusRestPathTemplateInterceptor.java', 'extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/binder/mpmetrics/MetricDescriptor.java', 'integration-tests/micrometer-mp-metrics/src/main/java/io/quarkus/it/micr...
{'.java': 3}
3
3
0
0
3
19,059,894
3,691,996
485,377
4,722
519
98
12
2
3,140
338
780
109
0
3
2022-01-06T09:11:17
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,542
quarkusio/quarkus/22667/22663
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/22663
https://github.com/quarkusio/quarkus/pull/22667
https://github.com/quarkusio/quarkus/pull/22667
1
close
Gradle Task quarkusTest stopped working with version 2.6.1
### Describe the bug `./gradlew quarkusTest` stopped working after upgrading Quarkus to version 2.6.1 `./gradlew quarkusDev` still works as expected (and also runs the tests, if told so) ### Expected behavior `./gradlew quarkusTest` runs quarkus in test mode ### Actual behavior Logs an error: ``` ...
4e9dea2835302bafe4ccfab24594b3447e7fea7e
5e70a7cbb1a0f835d3f9f84c2c0a4949044a0f9d
https://github.com/quarkusio/quarkus/compare/4e9dea2835302bafe4ccfab24594b3447e7fea7e...5e70a7cbb1a0f835d3f9f84c2c0a4949044a0f9d
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 c2860d18b4e..8d4451fe3dd 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,053,259
3,690,738
485,218
4,720
1,081
164
15
2
2,162
278
606
78
2
1
2022-01-05T19:58: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,483
quarkusio/quarkus/24038/24037
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/24037
https://github.com/quarkusio/quarkus/pull/24038
https://github.com/quarkusio/quarkus/pull/24038
1
fix
quarkus-reactive-routes fails when using Mutiny.SessionFactory.withSession
### Describe the bug quarkus-reactive-routes based code fails when using Mutiny.SessionFactory.withSession hibernate-reactive-routes-quickstart is failing since https://github.com/quarkusio/quarkus/pull/23719 got merged Code link https://github.com/quarkusio/quarkus-quickstarts/blob/main/hibernate-reactive-routes-...
9089423fde7bd7aaf1b93ed5243c4e4db4217211
895f0434c884315a71587730bec38ef63cc1678f
https://github.com/quarkusio/quarkus/compare/9089423fde7bd7aaf1b93ed5243c4e4db4217211...895f0434c884315a71587730bec38ef63cc1678f
diff --git a/extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/supports/context/GrpcDuplicatedContextGrpcInterceptor.java b/extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/supports/context/GrpcDuplicatedContextGrpcInterceptor.java index b6f0938dafe..21d7b0ee422 100644 --- a/extensions/grpc/run...
['extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/supports/context/GrpcDuplicatedContextGrpcInterceptor.java', 'extensions/opentelemetry/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/tracing/vertx/InstrumenterVertxTracer.java', 'extensions/vertx-http/runtime/src/main/java/io/quarkus...
{'.java': 3}
3
3
0
0
3
19,970,488
3,865,774
507,548
4,880
1,045
157
17
3
2,157
172
542
56
3
1
2022-03-01T16:21: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,492
quarkusio/quarkus/23840/22762
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/22762
https://github.com/quarkusio/quarkus/pull/23840
https://github.com/quarkusio/quarkus/pull/23840
1
fix
Server Sent Events delaying 200 response
### Describe the bug I am on 2.6.1.Final. I have an endpoint that is an SSE endpoint. The status code is only returned after the first element is produced. This was not the case in 1.x and can lead to timeouts on clients. ### Expected behavior I would expect a 200 to be returned immediately (provided everything w...
5137bb9f42aaa9f3e65f0b494f761ba583de2c7c
23ab5a000f0c5c23c0e3b9a149bc1786a991fe55
https://github.com/quarkusio/quarkus/compare/5137bb9f42aaa9f3e65f0b494f761ba583de2c7c...23ab5a000f0c5c23c0e3b9a149bc1786a991fe55
diff --git a/independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/core/SseUtil.java b/independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/core/SseUtil.java index 963d71a82fe..07564a0982b 100644 --- a/independent-project...
['independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/jaxrs/SseEventSinkImpl.java', 'independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/core/SseUtil.java', 'independent-projects/resteasy-reactive/server/runtime/src/ma...
{'.java': 3}
3
3
0
0
3
19,858,822
3,844,908
505,026
4,865
1,671
305
31
3
2,275
296
646
51
1
1
2022-02-21T13:34: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,498
quarkusio/quarkus/23675/23674
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23674
https://github.com/quarkusio/quarkus/pull/23675
https://github.com/quarkusio/quarkus/pull/23675
1
fixes
DevUI console no longer responds if you enter input before it boots
### Describe the bug In a Quarkus app, if you type something before the app is initialized with `mvn clean compile quarkus:dev`, you'll get the following exception in the console and the input no longer works (you need to kill the process to Ctrl+C the application): ```java Exception in thread "Aesh InputStream R...
ea4099305aed07d0428bf4aa53de61142a2e7499
cf27363f6bd771062935fdf67c9bc613051971d9
https://github.com/quarkusio/quarkus/compare/ea4099305aed07d0428bf4aa53de61142a2e7499...cf27363f6bd771062935fdf67c9bc613051971d9
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/console/AeshConsole.java b/core/deployment/src/main/java/io/quarkus/deployment/console/AeshConsole.java index b7e144bbbdd..15bec6b648d 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/console/AeshConsole.java +++ b/core/deployment/src/main...
['core/deployment/src/main/java/io/quarkus/deployment/console/AeshConsole.java']
{'.java': 1}
1
1
0
0
1
19,784,494
3,830,374
503,387
4,854
157
25
4
1
1,975
195
514
54
0
1
2022-02-14T15:12: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,496
quarkusio/quarkus/23751/23734
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23734
https://github.com/quarkusio/quarkus/pull/23751
https://github.com/quarkusio/quarkus/pull/23751
1
resolves
@Message template fails to use #each or #for
### Describe the bug I'm using Qute to enable i18n on a project. When parsing a string using `Qute.fmt`, passing a template directly renders the message just fine. But when I reference its template via the message bundle namespace, such as ```java Qute.fmt("{error:errorMessage(dates)}").data("dates", dates)).a...
f52d0ae1a17ae68503e3ecb1dc099675ab76a38b
d596df37371dcf6acc585d631af9a57c59a2279d
https://github.com/quarkusio/quarkus/compare/f52d0ae1a17ae68503e3ecb1dc099675ab76a38b...d596df37371dcf6acc585d631af9a57c59a2279d
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 a226da57c02..2233a59a65d 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', 'extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/i18n/MessageBundleExpressionValidationTest.java', 'extensions/qute/deployment/src/test/java/io/quarkus/qute/deployment/i18n/Item.java', 'extensions/qut...
{'.java': 4}
4
4
0
0
4
19,800,135
3,833,686
503,715
4,857
1,356
252
17
2
3,299
280
835
88
0
3
2022-02-16T09:45: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,494
quarkusio/quarkus/23827/23756
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23756
https://github.com/quarkusio/quarkus/pull/23827
https://github.com/quarkusio/quarkus/pull/23827
1
fixes
RESTEasy (Reactive) JSON serialization for multipart form data containing emojis is wrong
### Describe the bug Serialization (string) data containing emojis as JSON form parts in multipart responses or payloads differs from serialization in non-multipart contexts: ``` @Path("/test") public class ReactiveMultipartTestResource { public static class TestData { public String bar; ...
e4886ccf7dbe79754615dc1f301a051903500557
98b54fb8d017d5dd044d195fd22103854428c21d
https://github.com/quarkusio/quarkus/compare/e4886ccf7dbe79754615dc1f301a051903500557...98b54fb8d017d5dd044d195fd22103854428c21d
diff --git a/independent-projects/resteasy-reactive/server/jackson/src/main/java/org/jboss/resteasy/reactive/server/jackson/JacksonMessageBodyWriterUtil.java b/independent-projects/resteasy-reactive/server/jackson/src/main/java/org/jboss/resteasy/reactive/server/jackson/JacksonMessageBodyWriterUtil.java index 9de661d98...
['independent-projects/resteasy-reactive/server/jackson/src/main/java/org/jboss/resteasy/reactive/server/jackson/JacksonMessageBodyWriterUtil.java']
{'.java': 1}
1
1
0
0
1
19,846,134
3,842,555
504,693
4,862
171
29
2
1
2,147
243
526
90
0
2
2022-02-21T08:32:36
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,493
quarkusio/quarkus/23839/23735
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23735
https://github.com/quarkusio/quarkus/pull/23839
https://github.com/quarkusio/quarkus/pull/23839
1
fix
Gradle Unit Tests Don't Work Since 2.7.1
### Describe the bug After moving to Quarkus 2.7.1 from 2.7.0 unit tests in Gradle no longer run. Quarkus says "No tests found" even though there tests. ### Expected behavior Unit tests run and fail because my code is trash ### Actual behavior Unit tests pass saying "No tests found" so I push it to prod and my...
465e779699c2158e92ace1dbaf8573f0b5a1a9e2
b7cff8f2c7c96a7cedb0379aeb9710178040e2d4
https://github.com/quarkusio/quarkus/compare/465e779699c2158e92ace1dbaf8573f0b5a1a9e2...b7cff8f2c7c96a7cedb0379aeb9710178040e2d4
diff --git a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java b/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java index 7dcd4e9de5e..c2e481183a7 100644 --- a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gr...
['independent-projects/bootstrap/app-model/src/main/java/io/quarkus/bootstrap/workspace/ArtifactSources.java', 'integration-tests/gradle/src/test/java/io/quarkus/gradle/builder/QuarkusModelBuilderTest.java', 'independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/workspace/Local...
{'.java': 8}
8
8
0
0
8
19,849,132
3,843,067
504,751
4,862
3,437
603
50
7
745
122
211
41
0
0
2022-02-21T12:55: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,491
quarkusio/quarkus/23881/23776
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23776
https://github.com/quarkusio/quarkus/pull/23881
https://github.com/quarkusio/quarkus/pull/23881
1
close
Running gradle quarkusDev fails in a multi-module Gradle project
### Describe the bug I am learning the tutorial: [GETTING STARTED WITH REACTIVE](https://quarkus.io/guides/getting-started-reactive) When I run `gradle :quarkus-reactive:quarkusDev` in a multi-module gradle project, I get an exception > Execution failed for task ':quarkus-reactive:compileJava'. > \\> Cannot cha...
0bd2724d6876ed64ac3420abce5eec196cc20933
d52bc651cc877a8327f2f86c2c1cf973513bfac8
https://github.com/quarkusio/quarkus/compare/0bd2724d6876ed64ac3420abce5eec196cc20933...d52bc651cc877a8327f2f86c2c1cf973513bfac8
diff --git a/devtools/gradle/gradle-model/src/main/java/io/quarkus/gradle/dependency/ApplicationDeploymentClasspathBuilder.java b/devtools/gradle/gradle-model/src/main/java/io/quarkus/gradle/dependency/ApplicationDeploymentClasspathBuilder.java index 049f5f9355d..8b6e31b5fee 100644 --- a/devtools/gradle/gradle-model/sr...
['devtools/gradle/gradle-model/src/main/java/io/quarkus/gradle/dependency/ApplicationDeploymentClasspathBuilder.java']
{'.java': 1}
1
1
0
0
1
19,909,463
3,854,288
506,118
4,869
829
132
10
1
1,472
176
385
50
2
0
2022-02-22T15:59: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,484
quarkusio/quarkus/24028/23776
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23776
https://github.com/quarkusio/quarkus/pull/24028
https://github.com/quarkusio/quarkus/pull/24028
1
fix
Running gradle quarkusDev fails in a multi-module Gradle project
### Describe the bug I am learning the tutorial: [GETTING STARTED WITH REACTIVE](https://quarkus.io/guides/getting-started-reactive) When I run `gradle :quarkus-reactive:quarkusDev` in a multi-module gradle project, I get an exception > Execution failed for task ':quarkus-reactive:compileJava'. > \\> Cannot cha...
a8243c313328641299e0b4ea0400afbae11b67c6
ec596dc0769c9aeb7bca3b3dc99de8acdde26a95
https://github.com/quarkusio/quarkus/compare/a8243c313328641299e0b4ea0400afbae11b67c6...ec596dc0769c9aeb7bca3b3dc99de8acdde26a95
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 55d857392b2..05cbf49b6a1 100644 --- a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/Q...
['devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/QuarkusPlugin.java']
{'.java': 1}
1
1
0
0
1
19,698,225
3,814,315
500,978
4,827
939
151
11
1
1,472
176
385
50
2
0
2022-03-01T08:12: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,490
quarkusio/quarkus/23959/23937
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23937
https://github.com/quarkusio/quarkus/pull/23959
https://github.com/quarkusio/quarkus/pull/23959
1
fixes
quarkus:test Re-run failed tests does not run failed ParameterizedTest
### Describe the bug In Continuous Testing mode tests that use `@ParameterizedTest` with `@ValueSource` like this: ``` @QuarkusTest public class GreetingResourceTest { @ParameterizedTest @ValueSource(strings = {"fail"}) public void parametrizedTest(String input) { assertEquals("ok", in...
96c1fbdad8ef1194d9b4b69042f00ddedb133c2f
d0fb15ba0d7491d3628458a1183830b9f9ca50f0
https://github.com/quarkusio/quarkus/compare/96c1fbdad8ef1194d9b4b69042f00ddedb133c2f...d0fb15ba0d7491d3628458a1183830b9f9ca50f0
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/ContinuousTestingSharedStateListener.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/ContinuousTestingSharedStateListener.java index 85da540feb5..2e965d77246 100644 --- a/core/deployment/src/main/java/io/quarkus/deployme...
['core/deployment/src/main/java/io/quarkus/deployment/dev/testing/TestRunListener.java', 'extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/testrunner/params/TestParameterizedTestCase.java', 'core/deployment/src/main/java/io/quarkus/deployment/dev/testing/ContinuousTestingSharedStateListener.java', '...
{'.java': 8}
8
8
0
0
8
19,961,254
3,864,309
507,372
4,878
5,449
792
94
6
1,293
165
352
55
0
1
2022-02-25T01:50: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,489
quarkusio/quarkus/23973/23813
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23813
https://github.com/quarkusio/quarkus/pull/23973
https://github.com/quarkusio/quarkus/pull/23973
1
fixes
@MongoEntity with database parameter does not detect database when using mongo panache
### Describe the bug The following is my code structure: ``` public interface BaseMongoRepository<T extends BaseMongoEntity> extends ReactivePanacheMongoRepository<T> {} public interface UserRepository extends BaseMongoRepository<UserEntity> {} public class BaseMongoRepositoryImpl<T ex...
5919bee6710783d5630d6144ba0d5ff15360b87f
0fd7b0d370830b357135511ba76d7795852d2e05
https://github.com/quarkusio/quarkus/compare/5919bee6710783d5630d6144ba0d5ff15360b87f...0fd7b0d370830b357135511ba76d7795852d2e05
diff --git a/extensions/panache/mongodb-panache-common/runtime/src/main/java/io/quarkus/mongodb/panache/common/reactive/runtime/ReactiveMongoOperations.java b/extensions/panache/mongodb-panache-common/runtime/src/main/java/io/quarkus/mongodb/panache/common/reactive/runtime/ReactiveMongoOperations.java index 112cb255871...
['extensions/panache/mongodb-panache-common/runtime/src/main/java/io/quarkus/mongodb/panache/common/reactive/runtime/ReactiveMongoOperations.java']
{'.java': 1}
1
1
0
0
1
19,959,007
3,863,582
507,283
4,878
152
29
3
1
2,198
256
533
65
0
1
2022-02-25T14:27:15
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,488
quarkusio/quarkus/23996/23949
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23949
https://github.com/quarkusio/quarkus/pull/23996
https://github.com/quarkusio/quarkus/pull/23996
1
closes
NullPointerException in Resteasy Reactive Client due to no Configuration
### Describe the bug When using classic jaxrs ClientBuilder with implementation from Resteasy Reactive Client jars, the configuration is not initialized. ### Expected behavior ClientRequestFilter(s) successfully registered with classic ClientBuilder ### Actual behavior NullPointerException thrown from ```org.jboss...
e68c24fbfef0a0d92c0f100dbed5f5bba073b46a
b520c71d2e6128fa76067d4c64312ceddd6c7446
https://github.com/quarkusio/quarkus/compare/e68c24fbfef0a0d92c0f100dbed5f5bba073b46a...b520c71d2e6128fa76067d4c64312ceddd6c7446
diff --git a/extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/test/java/io/quarkus/jaxrs/client/reactive/deployment/test/AsyncRestClientFilterTestCase.java b/extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/test/java/io/quarkus/jaxrs/client/reactive/deployment/test/AsyncRestClientFilte...
['independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/ClientBuilderImpl.java', 'extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/test/java/io/quarkus/jaxrs/client/reactive/deployment/test/AsyncRestClientFilterTestCase.java']
{'.java': 2}
2
2
0
0
2
19,959,485
3,863,696
507,294
4,878
143
26
5
1
1,531
152
422
62
0
3
2022-02-27T17:50: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,487
quarkusio/quarkus/24002/23966
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23966
https://github.com/quarkusio/quarkus/pull/24002
https://github.com/quarkusio/quarkus/pull/24002
1
fixes
Rest Client sets own User-Agent header even if user specifies a different one
### Describe the bug This issue is based on the Zulip chat: https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/io.2Evertx.2Ecore.2Ehttp.2Eimpl.2ENoStackTraceTimeoutException We have a reactive rest client where we set a custom `User-Agent` header. The user agent needs to be this specific value for th...
4e56d41e4e00cdabda79ad9c978ed73f7d6bbac3
ec4e26752d9c75b6a3187fb21dbd62539487d897
https://github.com/quarkusio/quarkus/compare/4e56d41e4e00cdabda79ad9c978ed73f7d6bbac3...ec4e26752d9c75b6a3187fb21dbd62539487d897
diff --git a/extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/headers/UserAgentTest.java b/extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/headers/UserAgentTest.java index 3e2c924ac9a..d5341d80e33 100644...
['independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/InvocationBuilderImpl.java', 'extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/headers/UserAgentTest.java']
{'.java': 2}
2
2
0
0
2
19,959,485
3,863,696
507,294
4,878
669
131
14
1
2,448
291
590
70
1
2
2022-02-28T08:42:17
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,486
quarkusio/quarkus/24003/23978
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23978
https://github.com/quarkusio/quarkus/pull/24003
https://github.com/quarkusio/quarkus/pull/24003
1
fixes
Kafka dev services can not be used with redpanda images from outside of DockerHub
### Describe the bug Devmode for Kafka explicitly requires, that images should be from vectorized/redpanda dockerhub repository. Because of that, even if the very same is copied to other docker repository, it can be used. The reproducer uses image `quay.io/quarkusqeteam/redpanda` which was copied with docker pull/p...
4e56d41e4e00cdabda79ad9c978ed73f7d6bbac3
eb221b0448485cb3c193c14d053d2b9903b6c1b0
https://github.com/quarkusio/quarkus/compare/4e56d41e4e00cdabda79ad9c978ed73f7d6bbac3...eb221b0448485cb3c193c14d053d2b9903b6c1b0
diff --git a/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/DevServicesKafkaProcessor.java b/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/DevServicesKafkaProcessor.java index 2ce80507699..6e603d381bd 100644 --- a/extensions/kafka-client/deploym...
['extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/RedPandaKafkaContainer.java', 'extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/DevServicesKafkaProcessor.java']
{'.java': 2}
2
2
0
0
2
19,959,485
3,863,696
507,294
4,878
985
237
18
2
1,300
153
376
45
0
0
2022-02-28T09:50: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,485
quarkusio/quarkus/24014/23986
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23986
https://github.com/quarkusio/quarkus/pull/24014
https://github.com/quarkusio/quarkus/pull/24014
1
fixes
Quarkus Multipart not working for multi layer applications
### Describe the bug We have an export-import microservice design that exports and imports data, one microservice component per family of entities. This microservice design imports & exports using rest reactive design. And it works perfectly without any issues. **Requirement** But now we have a different require...
b4e0afddeebf0f536412ddc45cf886d9a13471d6
8efb2f76a0ae1e4d7d7a149cb1ff0c5e2888faef
https://github.com/quarkusio/quarkus/compare/b4e0afddeebf0f536412ddc45cf886d9a13471d6...8efb2f76a0ae1e4d7d7a149cb1ff0c5e2888faef
diff --git a/extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/multipart/MultipartResponseTest.java b/extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/multipart/MultipartResponseTest.java index 4c73daa59c3...
['extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/multipart/MultipartResponseTest.java', 'independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/multipart/QuarkusMultipartFormUpload.java', 'independent-projec...
{'.java': 3}
3
3
0
0
3
19,962,894
3,864,250
507,365
4,878
1,659
322
29
2
3,688
498
859
75
2
0
2022-02-28T17:47: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,213
quarkusio/quarkus/32703/32702
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/32702
https://github.com/quarkusio/quarkus/pull/32703
https://github.com/quarkusio/quarkus/pull/32703
1
fixes
Native MariaDb with useSsl throw NPE
### Describe the bug When the Jdbc url contains `useSsl=true`, those lines throw a NPE https://github.com/mariadb-corporation/mariadb-connector-j/blob/d541afd6af963d931dd1a86adfb1cbcb1a0af10c/src/main/java/org/mariadb/jdbc/Configuration.java#L672-L679 I guess it's because the processor do not retain the deprec...
f14cbb6aa69a498400a19e3181c3d988b676ecfb
6019c4fa82b1e61a10965673a9b5c11af656df26
https://github.com/quarkusio/quarkus/compare/f14cbb6aa69a498400a19e3181c3d988b676ecfb...6019c4fa82b1e61a10965673a9b5c11af656df26
diff --git a/extensions/jdbc/jdbc-mariadb/deployment/src/main/java/io/quarkus/jdbc/mariadb/deployment/JDBCMariaDBProcessor.java b/extensions/jdbc/jdbc-mariadb/deployment/src/main/java/io/quarkus/jdbc/mariadb/deployment/JDBCMariaDBProcessor.java index e652d633874..d5443003105 100644 --- a/extensions/jdbc/jdbc-mariadb/de...
['extensions/jdbc/jdbc-mariadb/deployment/src/main/java/io/quarkus/jdbc/mariadb/deployment/JDBCMariaDBProcessor.java']
{'.java': 1}
1
1
0
0
1
26,285,969
5,185,061
668,954
6,198
144
27
3
1
796
64
226
26
2
0
2023-04-17T19:59: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,305
quarkusio/quarkus/29734/29732
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/29732
https://github.com/quarkusio/quarkus/pull/29734
https://github.com/quarkusio/quarkus/pull/29734
1
closes
Consuming multiple media types from a resource method does not work
### Describe the bug Consuming multiple media types from a JAX-RS resource method does not work with RR: ``` @Path("postMultiMediaTypeConsumer") @Consumes({"application/soap+xml", MediaType.TEXT_XML}) @POST public Response postMultiMediaTypeConsumer() throws Exception { return Response.ok()...
841d75011753be373046594b78b19162ea34dff5
9dcbd7d7de3b2dbb8bf7b934096b1bfaa7fd8485
https://github.com/quarkusio/quarkus/compare/841d75011753be373046594b78b19162ea34dff5...9dcbd7d7de3b2dbb8bf7b934096b1bfaa7fd8485
diff --git a/independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/handlers/MediaTypeMapper.java b/independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/handlers/MediaTypeMapper.java index 480d342920c..383b95b3931 100644 -...
['independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/resource/basic/resource/DefaultMediaTypeResource.java', 'independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/handlers/MediaTypeMapper.java', 'independent-p...
{'.java': 3}
3
3
0
0
3
24,002,458
4,726,269
612,529
5,616
2,175
398
37
1
1,438
155
321
57
1
2
2022-12-07T13:07: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,386
quarkusio/quarkus/26934/26748
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26748
https://github.com/quarkusio/quarkus/pull/26934
https://github.com/quarkusio/quarkus/pull/26934
1
fix
CVE-2022-2466 - Request Context not terminated with GraphQL
### Describe the bug ~~Upgrading from Quarkus 2.9.x to 2.10.x whenever i try to access `RoutingContext` request from a bean i get always the headers of the first request that have been made to the app.~~ ~~This happens on both @GraphQLApi endpoints and event in any CDI bean that consumes `RoutingContext` or `Ht...
344497091997c5f869d872cec2ce4c00e21d4fc3
08e5c3106ce4bfb18b24a38514eeba6464668b07
https://github.com/quarkusio/quarkus/compare/344497091997c5f869d872cec2ce4c00e21d4fc3...08e5c3106ce4bfb18b24a38514eeba6464668b07
diff --git a/extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/SmallRyeGraphQLAbstractHandler.java b/extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/SmallRyeGraphQLAbstractHandler.java index f0df7f59322..b6f44d441a3 100644 --- a/extensions/smallr...
['extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/SmallRyeGraphQLAbstractHandler.java', 'extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/SmallRyeGraphQLExecutionHandler.java']
{'.java': 2}
2
2
0
0
2
22,109,823
4,327,996
563,756
5,258
1,176
193
30
2
4,024
401
985
142
0
3
2022-07-26T12:57: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,384
quarkusio/quarkus/27062/27063
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27063
https://github.com/quarkusio/quarkus/pull/27062
https://github.com/quarkusio/quarkus/pull/27062
1
fixes
Panache MongoDB doesn't support collation in count
### Describe the bug Panache MongoDB doesn't support `collation` for `count`. Taking a look in the `io.quarkus.mongodb.panache.common.runtime.CommonPanacheQueryImpl` and `io.quarkus.mongodb.panache.common.reactive.runtime.CommonReactivePanacheQueryImpl` we can see the method `count` doesn't support `collation`. Na...
ea4990f498023f8b45364f0183c61bace566b7f8
d0bb07268a20cc09a68a6005ac63cc3dc3b0876d
https://github.com/quarkusio/quarkus/compare/ea4990f498023f8b45364f0183c61bace566b7f8...d0bb07268a20cc09a68a6005ac63cc3dc3b0876d
diff --git a/extensions/panache/mongodb-panache-common/runtime/src/main/java/io/quarkus/mongodb/panache/common/reactive/runtime/CommonReactivePanacheQueryImpl.java b/extensions/panache/mongodb-panache-common/runtime/src/main/java/io/quarkus/mongodb/panache/common/reactive/runtime/CommonReactivePanacheQueryImpl.java ind...
['integration-tests/mongodb-panache/src/main/java/io/quarkus/it/mongodb/panache/test/TestResource.java', 'extensions/panache/mongodb-panache-common/runtime/src/main/java/io/quarkus/mongodb/panache/common/reactive/runtime/CommonReactivePanacheQueryImpl.java', 'extensions/panache/mongodb-panache-common/runtime/src/main/j...
{'.java': 3}
3
3
0
0
3
22,143,332
4,334,196
564,539
5,264
1,034
173
20
2
2,253
222
538
81
2
2
2022-08-01T14:15: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,383
quarkusio/quarkus/27091/26938
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26938
https://github.com/quarkusio/quarkus/pull/27091
https://github.com/quarkusio/quarkus/pull/27091
1
fix
Maven artifacts from additional repo not found during quarkus:build
### Describe the bug Services with dependencies on Maven artifacts that are not on maven-central cannot be built if the repositories are declared only in `settings.xml` and not in the `pom.xml` project. (If the repo is entered in pom.xml, the build for repos works without credentials.) Error message: ``` Failed t...
f2e4c801027d211f0f539200bff8f2b9034fa962
5657387b2db14008f82652c5399dca5b05179529
https://github.com/quarkusio/quarkus/compare/f2e4c801027d211f0f539200bff8f2b9034fa962...5657387b2db14008f82652c5399dca5b05179529
diff --git a/core/deployment/src/test/java/io/quarkus/deployment/runnerjar/BootstrapFromOriginalJarTestBase.java b/core/deployment/src/test/java/io/quarkus/deployment/runnerjar/BootstrapFromOriginalJarTestBase.java index c0943ba8076..0b7a3147953 100644 --- a/core/deployment/src/test/java/io/quarkus/deployment/runnerjar...
['core/deployment/src/test/java/io/quarkus/deployment/runnerjar/SimpleExtAndAppCompileDepsTest.java', 'independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/BootstrapMavenContext.java', 'devtools/cli/src/test/java/io/quarkus/cli/RegistryClientBuilderTestBase.java', 'core/deploy...
{'.java': 9}
9
9
0
0
9
22,147,608
4,334,993
564,599
5,264
263
54
4
2
3,827
384
996
105
7
3
2022-08-02T13:52: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,381
quarkusio/quarkus/27196/27194
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27194
https://github.com/quarkusio/quarkus/pull/27196
https://github.com/quarkusio/quarkus/pull/27196
1
resolves
AutoAddScopeBuildItem.isUnremovable() is ignored
https://github.com/quarkusio/quarkus/discussions/27103 An additional `UnremovableBeanBuildItem` should be used as a workaround Thanks @azzazzel for spotting the issue!
d9a76859de1d0c3ad89a5461b45f5b6791ffdfd7
eaed7bddce3e21a8cd9db4c22dbeceb2c04c82e7
https://github.com/quarkusio/quarkus/compare/d9a76859de1d0c3ad89a5461b45f5b6791ffdfd7...eaed7bddce3e21a8cd9db4c22dbeceb2c04c82e7
diff --git a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/AutoAddScopeProcessor.java b/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/AutoAddScopeProcessor.java index ade8a079fb9..6df8e7ceb9e 100644 --- a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/AutoAddSc...
['extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/AutoAddScopeProcessor.java', 'extensions/arc/deployment/src/test/java/io/quarkus/arc/test/autoscope/AutoScopeBuildItemTest.java']
{'.java': 2}
2
2
0
0
2
22,150,859
4,335,550
564,678
5,264
910
186
14
1
173
16
44
5
1
0
2022-08-09T08:57:57
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,380
quarkusio/quarkus/27207/27198
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27198
https://github.com/quarkusio/quarkus/pull/27207
https://github.com/quarkusio/quarkus/pull/27207
1
resolves
Arc Ignoring injected field
### Describe the bug When building the project we get the following warning: ```java [io.qua.arc.pro.Injection] (build-56) An injection field must be non-static and non-final - ignoring ``` with the given class ```java package //s.service; package // omitted import java.time.LocalDate; import java...
dc51ebc7ea34339b43139cd16bf8ac4d44ef868a
6ee79e92f4f6aa33700c1e4cd1edc0690aefea16
https://github.com/quarkusio/quarkus/compare/dc51ebc7ea34339b43139cd16bf8ac4d44ef868a...6ee79e92f4f6aa33700c1e4cd1edc0690aefea16
diff --git a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ArcConfig.java b/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ArcConfig.java index ffaa6bca3f6..35159793b75 100644 --- a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ArcConfig.java +++ b/extensions/a...
['extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ArcConfig.java', 'extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/AutoInjectFieldProcessor.java', 'extensions/arc/deployment/src/test/java/io/quarkus/arc/test/autoinject/AutoFieldInjectionTest.java']
{'.java': 3}
3
3
0
0
3
22,158,308
4,337,091
564,877
5,265
635
121
8
2
3,919
345
853
150
0
4
2022-08-09T14:32:52
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,379
quarkusio/quarkus/27336/27122
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27122
https://github.com/quarkusio/quarkus/pull/27336
https://github.com/quarkusio/quarkus/pull/27336
1
fixes
io.quarkus.oidc.OidcSession uses Instant to present duration
### Describe the bug In, io.quarkus.oidc.OidcSession (https://github.com/quarkusio/quarkus/blob/main/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcSession.java), it uses Instant to present duration. ``` /** * Return an {@linkplain:Instant} indicating how long will it take for the current ses...
e85d92aa11525e35f342540045b09b4f5e5fb8c6
4677e9e3f4ddbc4c395a61361b3bd6f2d71778fa
https://github.com/quarkusio/quarkus/compare/e85d92aa11525e35f342540045b09b4f5e5fb8c6...4677e9e3f4ddbc4c395a61361b3bd6f2d71778fa
diff --git a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcSession.java b/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcSession.java index 66fe190fa95..9f50af65aed 100644 --- a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcSession.java +++ b/extensions/oidc/runtime/src/main/java/io/q...
['extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcSessionImpl.java', 'integration-tests/oidc-code-flow/src/test/java/io/quarkus/it/keycloak/CodeFlowTest.java', 'integration-tests/oidc-code-flow/src/main/java/io/quarkus/it/keycloak/TenantHttps.java', 'extensions/oidc/runtime/src/main/java/io/quarkus/oi...
{'.java': 4}
4
4
0
0
4
22,275,820
4,360,085
567,941
5,308
1,278
284
37
2
1,729
244
439
59
2
1
2022-08-17T14:00:15
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,378
quarkusio/quarkus/27342/27291
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27291
https://github.com/quarkusio/quarkus/pull/27342
https://github.com/quarkusio/quarkus/pull/27342
1
fixes
BasicAuthenticationMechanism challenge contains a `Quarkus` realm property
### Describe the bug It adds `realm="Quarkus"` to the `WWW-Authenticate` header - it is an implementation detail (that `Quarkus` is used) and also adding `realm` causes side-effects for some applications. ### Expected behavior `realm` property should be returned only if it is configured ### Actual behavior _No...
233f8b86ce1f3cd51587c42ecc286bcea19643f8
c8843a7f7fd98e6ef135dd9c93d5580c04ad395e
https://github.com/quarkusio/quarkus/compare/233f8b86ce1f3cd51587c42ecc286bcea19643f8...c8843a7f7fd98e6ef135dd9c93d5580c04ad395e
diff --git a/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/security/CombinedFormBasicAuthTestCase.java b/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/security/CombinedFormBasicAuthTestCase.java index f1ff0f674b6..ea98c661856 100644 --- a/extensions/vertx-http/deployment/sr...
['integration-tests/oidc/src/test/java/io/quarkus/it/keycloak/BearerTokenAuthorizationTest.java', 'extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/HttpSecurityRecorder.java', 'extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/security/BasicAuthenticationMechani...
{'.java': 5}
5
5
0
0
5
22,232,692
4,351,819
566,850
5,301
571
114
9
3
702
105
170
41
0
0
2022-08-17T15:44: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,376
quarkusio/quarkus/27497/27229
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27229
https://github.com/quarkusio/quarkus/pull/27497
https://github.com/quarkusio/quarkus/pull/27497
1
solve
Broken context propagation in HTTP request that involves hibernate-reactive-panache, resteasy-reactive and qute
### Describe the bug The CDI request context is not active when a template (that leverages a `@RequestScoped` bean) is rendered in a `Uni` chain: ```java @GET public Uni<TemplateInstance> get(@QueryParam("id") Long id) { // Fruit extends io.quarkus.hibernate.reactive.panache.PanacheEntity ...
da0581f3047d547400d7fc323b9ed86ebc792130
edfd6114cd0345d7bb2083b88dff87e97e8833f9
https://github.com/quarkusio/quarkus/compare/da0581f3047d547400d7fc323b9ed86ebc792130...edfd6114cd0345d7bb2083b88dff87e97e8833f9
diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive-qute/runtime/src/main/java/io/quarkus/resteasy/reactive/qute/runtime/TemplateResponseUniHandler.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive-qute/runtime/src/main/java/io/quarkus/resteasy/reactive/qute/runtime/TemplateResponseUniHandle...
['extensions/resteasy-reactive/quarkus-resteasy-reactive-qute/runtime/src/main/java/io/quarkus/resteasy/reactive/qute/runtime/TemplateResponseUniHandler.java']
{'.java': 1}
1
1
0
0
1
22,289,674
4,362,739
568,273
5,309
51
9
2
1
1,557
180
385
34
4
2
2022-08-25T09:26: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,375
quarkusio/quarkus/27498/27083
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27083
https://github.com/quarkusio/quarkus/pull/27498
https://github.com/quarkusio/quarkus/pull/27498
1
fix
RESTEasy Reactive - Server side multipart implementation is not being respected
### Describe the bug We have a multipart endpoint which accepts two parts handled as Strings such as this: ``` public class MultipartUpload { @RestForm @PartType(MediaType.TEXT_PLAIN) public String textPart; @RestForm @PartType(MediaType.APPLICATION_OCTET_STREAM) public String ano...
885e25ef24d27874b3c93f8e44fd9964b5a66bf7
1600494b9dbe3582a997da6b85bf8b96e78ece67
https://github.com/quarkusio/quarkus/compare/885e25ef24d27874b3c93f8e44fd9964b5a66bf7...1600494b9dbe3582a997da6b85bf8b96e78ece67
diff --git a/extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/multipart/MultipartFilenameTest.java b/extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/multipart/MultipartFilenameTest.java index 333226f0a9b...
['independent-projects/resteasy-reactive/server/processor/src/main/java/org/jboss/resteasy/reactive/server/processor/generation/multipart/MultipartPopulatorGenerator.java', 'independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/core/multipart/MultipartSupport.java', 'ext...
{'.java': 3}
3
3
0
0
3
22,293,800
4,363,623
568,361
5,309
5,039
837
86
2
3,155
491
656
74
1
1
2022-08-25T11:32: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,374
quarkusio/quarkus/27548/27549
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27549
https://github.com/quarkusio/quarkus/pull/27548
https://github.com/quarkusio/quarkus/pull/27548
1
fixes
Null Pointer Exception Attempting to Watch Change Stream in Database with ChangeStreamOptions
### Describe the bug If you supply a ChangeStreamOptions parameter to the watch() method of a Reactive Mongo Database for example in order to resume a change stream after a certain token the watch method returns null. This appears to be an oversight in the implementation, as the Collection equivalent works as expec...
bb78a8b2b883dfdff0e0656de4c0eb55476dc4ea
76fb7499aab16bb279e6d2c5b0a502d16922ba25
https://github.com/quarkusio/quarkus/compare/bb78a8b2b883dfdff0e0656de4c0eb55476dc4ea...76fb7499aab16bb279e6d2c5b0a502d16922ba25
diff --git a/extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/impl/ReactiveMongoDatabaseImpl.java b/extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/impl/ReactiveMongoDatabaseImpl.java index 42756a44562..fc99cdeebcb 100644 --- a/extensions/mongodb-client/runtime/src/main/java/io/quar...
['extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/impl/ReactiveMongoDatabaseImpl.java']
{'.java': 1}
1
1
0
0
1
22,309,312
4,366,450
568,719
5,310
1,037
203
22
1
2,446
254
637
77
0
4
2022-08-27T06:25: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,373
quarkusio/quarkus/27559/27489
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27489
https://github.com/quarkusio/quarkus/pull/27559
https://github.com/quarkusio/quarkus/pull/27559
1
fix
Mutiny Dropped Exception on SSE Cancel
### Describe the bug Undesirable `ERROR` message appears in logs, e.g: `2022-08-25 11:30:51,013 ERROR [io.qua.mut.run.MutinyInfrastructure] (vert.x-eventloop-thread-2) Mutiny had to drop the following exception: io.vertx.core.http.HttpClosedException: Connection was closed` ### Expected behavior Would prefer not ...
708c19c528f5be0abab53077b52b5899a644f799
d87622458521c8cafe2c34217b7bab7f3741c6e5
https://github.com/quarkusio/quarkus/compare/708c19c528f5be0abab53077b52b5899a644f799...d87622458521c8cafe2c34217b7bab7f3741c6e5
diff --git a/independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/MultiInvoker.java b/independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/MultiInvoker.java index 0b17f299d25..6ae2a510969 100644 --- a/independe...
['independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/MultiInvoker.java']
{'.java': 1}
1
1
0
0
1
22,311,903
4,366,952
568,777
5,310
958
163
34
1
985
124
248
43
2
0
2022-08-29T06:35: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,372
quarkusio/quarkus/27576/27377
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27377
https://github.com/quarkusio/quarkus/pull/27576
https://github.com/quarkusio/quarkus/pull/27576
1
fixes
Regression: `SRCFG00011: Could not expand value` exception
### Describe the bug There appears to be a regression in Quarkus 2.12.0.CR1 in the area of SmallRye Config. I have a simple application which only uses `quarkus-resteasy-reactive` and `quarkus-security` and the following `application.properties` file: ```properties quarkus.http.auth.permission.quarkus.paths=${q...
547eb817d03089422c9f39b43f68a5a84d1ff01c
c344879a52af997712de54c90168871d10fc3bd5
https://github.com/quarkusio/quarkus/compare/547eb817d03089422c9f39b43f68a5a84d1ff01c...c344879a52af997712de54c90168871d10fc3bd5
diff --git a/core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigRecorder.java b/core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigRecorder.java index b2d5df56d5f..d338e053705 100644 --- a/core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigRecorder.java +++ b/core/runtime/sr...
['core/runtime/src/main/java/io/quarkus/runtime/configuration/ConfigRecorder.java', 'integration-tests/test-extension/extension/deployment/src/test/java/io/quarkus/config/BuildTimeRunTimeConfigTest.java']
{'.java': 2}
2
2
0
0
2
22,316,020
4,367,705
568,876
5,310
2,105
340
37
1
3,404
217
774
77
1
2
2022-08-29T15:52: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,371
quarkusio/quarkus/27580/27487
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27487
https://github.com/quarkusio/quarkus/pull/27580
https://github.com/quarkusio/quarkus/pull/27580
1
fixes
"Directly injecting a ConfigProperty into a javax.ws.rs.ext.Provider may lead to unexpected results" warning for OidcClientRequestFilter in Quarkus 2.12
### Describe the bug Starting my app (in dev mode) logs the following message three times: > 2022-08-24 21:07:54,704 WARN [io.qua.arc.dep.ConfigBuildStep] (build-37) Directly injecting a org.eclipse.microprofile.config.inject.ConfigProperty into a javax.ws.rs.ext.Provider may lead to unexpected results. To ensure ...
b7f85ce220a8cd56d6f709e7cb61e9ed67daa078
99e0134cf4cb9091a287d3cfd55508a181e73806
https://github.com/quarkusio/quarkus/compare/b7f85ce220a8cd56d6f709e7cb61e9ed67daa078...99e0134cf4cb9091a287d3cfd55508a181e73806
diff --git a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ConfigBuildStep.java b/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ConfigBuildStep.java index 7f8461e8e8a..2f2bf5cc46b 100644 --- a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ConfigBuildStep.java ...
['extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/ConfigBuildStep.java', 'integration-tests/smallrye-config/src/main/java/io/quarkus/it/smallrye/config/ConfigurableExceptionMapper.java', 'extensions/oidc-client-filter/runtime/src/main/java/io/quarkus/oidc/client/filter/OidcClientRequestFilter.java', '...
{'.java': 5}
5
5
0
0
5
22,316,020
4,367,705
568,876
5,310
442
92
9
2
1,621
196
413
58
1
1
2022-08-29T20:01: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,370
quarkusio/quarkus/27617/27352
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27352
https://github.com/quarkusio/quarkus/pull/27617
https://github.com/quarkusio/quarkus/pull/27617
1
fixes
RedPanda + kafka-streams stop working in upstream
### Describe the bug Related to commit: https://github.com/quarkusio/quarkus/commit/f9f8b9236683d21bc5fe39f505880ca46e96a133 Quarkus version: upstream Extension: quarkus-kafka-streams Kafka devService (Redpanda) is throwing the following error when is trying to consume a topic through Kafka streams ``` 10:0...
8ad597b66b065ddd3b58e6c6bf350cbdf090b358
9b53e291373e88df377dae81ed4d393922c783c6
https://github.com/quarkusio/quarkus/compare/8ad597b66b065ddd3b58e6c6bf350cbdf090b358...9b53e291373e88df377dae81ed4d393922c783c6
diff --git a/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaDevServicesBuildTimeConfig.java b/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaDevServicesBuildTimeConfig.java index af79c55869f..a0501b7093a 100644 --- a/extensions/kafka-cl...
['extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/RedPandaKafkaContainer.java', 'extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaDevServicesBuildTimeConfig.java']
{'.java': 2}
2
2
0
0
2
22,328,612
4,370,066
569,205
5,313
216
58
3
2
5,174
396
1,408
82
1
1
2022-08-31T08:28: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,369
quarkusio/quarkus/27633/27589
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27589
https://github.com/quarkusio/quarkus/pull/27633
https://github.com/quarkusio/quarkus/pull/27633
1
fix
Quarkus startup hangs after upgrade to version 2.11.x.Final
### Describe the bug After upgrading our services one of the service isn't starting up anymore, at first even the build hangs. The other services are working correctly, but this one repository ([CoMPAS SCL Validator](https://github.com/com-pas/compas-scl-validator)) doesn't work anymore. This repository is using ...
8ad597b66b065ddd3b58e6c6bf350cbdf090b358
067e88811c98fcf75b38c92c32c283d11960ce01
https://github.com/quarkusio/quarkus/compare/8ad597b66b065ddd3b58e6c6bf350cbdf090b358...067e88811c98fcf75b38c92c32c283d11960ce01
diff --git a/independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/ApplicationDependencyTreeResolver.java b/independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/ApplicationDependencyTreeResolver.java index e9e8c6d3d2a..fbae3d08f32 1006...
['independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/ApplicationDependencyTreeResolver.java']
{'.java': 1}
1
1
0
0
1
22,328,612
4,370,066
569,205
5,313
875
141
14
1
9,967
912
3,253
129
12
3
2022-08-31T15:34: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,367
quarkusio/quarkus/27764/27259
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27259
https://github.com/quarkusio/quarkus/pull/27764
https://github.com/quarkusio/quarkus/pull/27764
1
close
In a Gradle Quarkus application build, quarkusGenerateCode triggers a deprecation warning when sourcesJar is enabled
### Describe the bug In a simple Quarkus app build, by simply enabling sources JAR, Gradle produces deprecation warnings: ```groovy java { withSourcesJar() } ``` This is a sample of the error: ` Reason: Task ':app:sourcesJar' uses this output of task ':app:quarkusGenerateCode' without declaring an expl...
9423ba114bfb66525112ffd8bd99e09e1f7d640e
330fa4f8f7bbedbf9639c006c048e01463863356
https://github.com/quarkusio/quarkus/compare/9423ba114bfb66525112ffd8bd99e09e1f7d640e...330fa4f8f7bbedbf9639c006c048e01463863356
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 398111194bf..a30ec2aa012 100644 --- a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/Q...
['devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/QuarkusPlugin.java']
{'.java': 1}
1
1
0
0
1
22,423,072
4,388,636
571,592
5,335
180
38
3
1
1,389
171
391
49
2
1
2022-09-06T15:36: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,366
quarkusio/quarkus/27802/27166
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27166
https://github.com/quarkusio/quarkus/pull/27802
https://github.com/quarkusio/quarkus/pull/27802
1
fixes
Connection pool exhaustion for lazy entity association (acquisition timeout)
### Describe the bug Hi guys! I've noticed that some async processing in our project exhausts a database connection pool, and it never recovers. The problem can be fixed by adding @Transactional annotation to @Incoming event handler, but 1) I am not changing anything in the database during this process, using on...
c376d276fb4fc6642cf7191b00ed632dbfa846f2
0f32c84c61d0edd54223c69c7c5cdd8d37c0b313
https://github.com/quarkusio/quarkus/compare/c376d276fb4fc6642cf7191b00ed632dbfa846f2...0f32c84c61d0edd54223c69c7c5cdd8d37c0b313
diff --git a/extensions/smallrye-reactive-messaging/runtime/src/main/java/io/quarkus/smallrye/reactivemessaging/runtime/SmallRyeReactiveMessagingLifecycle.java b/extensions/smallrye-reactive-messaging/runtime/src/main/java/io/quarkus/smallrye/reactivemessaging/runtime/SmallRyeReactiveMessagingLifecycle.java index b42cd...
['independent-projects/arc/tests/src/test/java/io/quarkus/arc/test/contexts/request/propagation/ActivateRequestContextInterceptorTest.java', 'independent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/ActivateRequestContextInterceptor.java', 'extensions/smallrye-reactive-messaging/runtime/src/main/java/io/quark...
{'.java': 3}
3
3
0
0
3
22,442,621
4,392,371
572,039
5,338
2,304
370
44
2
2,076
299
492
53
1
0
2022-09-08T07:58: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,365
quarkusio/quarkus/27811/27698
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27698
https://github.com/quarkusio/quarkus/pull/27811
https://github.com/quarkusio/quarkus/pull/27811
1
fixes
'The supplier returned null' message if OIDC server connection fails
### Describe the bug Is it really fixed here https://github.com/quarkusio/quarkus/pull/26661 ? I am using oidc-client and followed this [guide](https://quarkus.io/guides/security-openid-connect-client-reference) for config. I am hitting head for many hours without knowing where is error and why NPE. I don't know ...
1983f5ee635d4fc2578b29583f2d31e0d1906ef1
9becad4b6d71d93f3700060f6ac09f1d9e49e874
https://github.com/quarkusio/quarkus/compare/1983f5ee635d4fc2578b29583f2d31e0d1906ef1...9becad4b6d71d93f3700060f6ac09f1d9e49e874
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 bbb62b55b0c..38b79326312 100644 --- a/extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/client/r...
['extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/common/runtime/OidcCommonUtils.java', 'extensions/oidc/deployment/src/main/java/io/quarkus/oidc/deployment/devservices/keycloak/KeycloakDevServicesProcessor.java', 'extensions/oidc-client/runtime/src/main/java/io/quarkus/oidc/client/runtime/OidcClientImpl.j...
{'.java': 3}
3
3
0
0
3
22,442,173
4,392,294
572,033
5,338
840
147
13
3
8,711
255
2,180
67
3
0
2022-09-08T13:10:23
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,364
quarkusio/quarkus/27891/27870
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27870
https://github.com/quarkusio/quarkus/pull/27891
https://github.com/quarkusio/quarkus/pull/27891
1
fix
Stork custom serviceDiscovery default Host is not working anymore
### Describe the bug Quarkus version: Upstream Extension: `stork-core` and `stork-configuration-generator` If no `quarkus.stork.<SERVICE_NAME>.service-discovery.host` is provided then by default `localhost/127.0.0.1:80` is used as a service discovery host, and then an exception is thrown ``` 2022-09-12 13:55...
13b15b1f87f40cf262a767fc7e6d9f34e37c778b
66a11c4b2fde52dfc70482ba07564c38eefe0904
https://github.com/quarkusio/quarkus/compare/13b15b1f87f40cf262a767fc7e6d9f34e37c778b...66a11c4b2fde52dfc70482ba07564c38eefe0904
diff --git a/independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/StorkClientRequestFilter.java b/independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/StorkClientRequestFilter.java index 43c8c218eb4..eeb59d0e0a...
['independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/StorkClientRequestFilter.java']
{'.java': 1}
1
1
0
0
1
22,539,560
4,415,411
574,809
5,351
911
125
15
1
3,038
213
775
63
1
2
2022-09-13T08:28: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,363
quarkusio/quarkus/27914/27906
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27906
https://github.com/quarkusio/quarkus/pull/27914
https://github.com/quarkusio/quarkus/pull/27914
1
fixes
@TransientReference results in @Dispose method being called multiple times
### Describe the bug If I use TransientReference the injected bean gets disposed more than once. ### Expected behavior Produced beans should be disposed once and only once. ### Actual behavior Produced beans are disposed of multiple times if TransientReference is used. ### How to Reproduce? 1. Have a produce met...
4a2a5cb28a38d245ee970a0e24cc5a93a0b2473a
bcffcb43e27f1d6666c2813ffc94c9f12d2b687a
https://github.com/quarkusio/quarkus/compare/4a2a5cb28a38d245ee970a0e24cc5a93a0b2473a...bcffcb43e27f1d6666c2813ffc94c9f12d2b687a
diff --git a/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/CreationalContextImpl.java b/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/CreationalContextImpl.java index 90833e4c539..75189ab6064 100644 --- a/independent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/Creati...
['independent-projects/arc/tests/src/test/java/io/quarkus/arc/test/transientreference/TransientReferenceDestroyedTest.java', 'independent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/InstanceImpl.java', 'independent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/CreationalContextImpl.java', 'independe...
{'.java': 4}
4
4
0
0
4
22,644,820
4,435,845
577,649
5,391
1,711
282
30
3
1,457
175
448
41
1
0
2022-09-14T07:28: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,362
quarkusio/quarkus/27916/27913
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27913
https://github.com/quarkusio/quarkus/pull/27916
https://github.com/quarkusio/quarkus/pull/27916
1
fix
quarkus-redis-client: 'fromCoordinate(double, double)' has private access in 'io.quarkus.redis.datasource.geo.GeoSearchArgs' blocking my usage of geosearch FROMLONLAT
### Describe the bug According to the manual of Redis geosearch command, it supports to calculate the nearist points from the given longitude and latitude as below. However when I want to use this command via quarkus-redis-client, I found the GeoSearchArgs.fromCoordinate() had private access thus I couldn't use it in ...
6e10b215fa2689171c9c3bb9fd3cc7986fe1e2ff
33c8625210a7691d7439d3df351bd771fe72b2a5
https://github.com/quarkusio/quarkus/compare/6e10b215fa2689171c9c3bb9fd3cc7986fe1e2ff...33c8625210a7691d7439d3df351bd771fe72b2a5
diff --git a/extensions/redis-client/runtime/src/main/java/io/quarkus/redis/datasource/geo/GeoSearchArgs.java b/extensions/redis-client/runtime/src/main/java/io/quarkus/redis/datasource/geo/GeoSearchArgs.java index 2070507f362..29b2cd9140f 100644 --- a/extensions/redis-client/runtime/src/main/java/io/quarkus/redis/data...
['extensions/redis-client/runtime/src/test/java/io/quarkus/redis/datasource/GeoCommandsTest.java', 'extensions/redis-client/runtime/src/main/java/io/quarkus/redis/datasource/geo/GeoSearchArgs.java']
{'.java': 2}
2
2
0
0
2
22,622,380
4,431,494
577,039
5,382
162
32
2
1
1,362
196
389
44
0
0
2022-09-14T08:17: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,358
quarkusio/quarkus/27993/27987
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27987
https://github.com/quarkusio/quarkus/pull/27993
https://github.com/quarkusio/quarkus/pull/27993
1
fixes
New Info Log Messages since 2.13.0.CR1
### Describe the bug Relates to #26161 On quarkus dev startup, I get info log messages related to recovery service starting up. Are these messages really needed? ``` __ ____ __ _____ ___ __ ____ ______ --/ __ \\/ / / / _ | / _ \\/ //_/ / / / __/ -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\\ \\ --\\___\\_...
0595c55e793f02503d195b8a199e67932b6969fe
d5c15902e5623181b7cb2f22e7d2b1c48b511a35
https://github.com/quarkusio/quarkus/compare/0595c55e793f02503d195b8a199e67932b6969fe...d5c15902e5623181b7cb2f22e7d2b1c48b511a35
diff --git a/extensions/narayana-jta/deployment/src/main/java/io/quarkus/narayana/jta/deployment/NarayanaJtaProcessor.java b/extensions/narayana-jta/deployment/src/main/java/io/quarkus/narayana/jta/deployment/NarayanaJtaProcessor.java index 18e88ec3121..abd0b310441 100644 --- a/extensions/narayana-jta/deployment/src/ma...
['extensions/narayana-jta/deployment/src/main/java/io/quarkus/narayana/jta/deployment/NarayanaJtaProcessor.java']
{'.java': 1}
1
1
0
0
1
22,658,409
4,438,334
577,989
5,391
305
80
5
1
2,675
314
865
57
2
1
2022-09-16T08:49: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,357
quarkusio/quarkus/28000/27884
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27884
https://github.com/quarkusio/quarkus/pull/28000
https://github.com/quarkusio/quarkus/pull/28000
1
fixes
quarkus-config: Maven-Property conflicts with 'prefix' (Regression since Quarkus 2.12)
### Describe the bug __Regression Quarkus 2.11 -> Quarkus 2.12__ If the `prefix` in `ConfigMapping` has the same name as a Maven-Property, you will get the following error on startup (see reproducer): ```bash 2022-09-13 06:54:14,561 ERROR [io.qua.run.Application] (Quarkus Main Thread) Failed to start applicat...
617503ed6c7d81c27e5cbed13cb9e3d1cf4aa538
62bb79c9c5869ed8e0267e6ed88a081f1f28d129
https://github.com/quarkusio/quarkus/compare/617503ed6c7d81c27e5cbed13cb9e3d1cf4aa538...62bb79c9c5869ed8e0267e6ed88a081f1f28d129
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/configuration/BuildTimeConfigurationReader.java b/core/deployment/src/main/java/io/quarkus/deployment/configuration/BuildTimeConfigurationReader.java index 65d7f096a8f..9fd912d9e7c 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/configura...
['core/deployment/src/main/java/io/quarkus/deployment/configuration/BuildTimeConfigurationReader.java', 'devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java']
{'.java': 2}
2
2
0
0
2
22,663,556
4,439,192
578,079
5,391
1,744
297
39
2
5,229
335
1,271
102
1
1
2022-09-16T10:41: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,356
quarkusio/quarkus/28025/27982
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/27982
https://github.com/quarkusio/quarkus/pull/28025
https://github.com/quarkusio/quarkus/pull/28025
1
fixes
Unused Narayana is started upon application start
### Describe the bug `mongodb-panache-common` adds the `narayana-jta` extension. Although added, the transaction manager was never used and thus not started. As of `2.13.0.CR1` the transaction manager is started nearly immediately at startup ### Expected behavior Narayana is not started if not used. Additio...
9ed77a64d671b65db866ea6759a7cb06c94bd7d5
31d3cb78a5cf4e47a680944683b32a14f1c37b0f
https://github.com/quarkusio/quarkus/compare/9ed77a64d671b65db866ea6759a7cb06c94bd7d5...31d3cb78a5cf4e47a680944683b32a14f1c37b0f
diff --git a/extensions/agroal/runtime/src/main/java/io/quarkus/agroal/runtime/DataSources.java b/extensions/agroal/runtime/src/main/java/io/quarkus/agroal/runtime/DataSources.java index 9adbe0abf06..28172208ff0 100644 --- a/extensions/agroal/runtime/src/main/java/io/quarkus/agroal/runtime/DataSources.java +++ b/extens...
['extensions/narayana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/NarayanaJtaRecorder.java', 'extensions/narayana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/TransactionManagerConfiguration.java', 'extensions/narayana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/NarayanaJtaProdu...
{'.java': 5}
5
5
0
0
5
22,668,252
4,439,819
578,134
5,390
3,191
515
48
5
1,539
219
417
58
0
1
2022-09-17T01:51:59
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,355
quarkusio/quarkus/28036/28029
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/28029
https://github.com/quarkusio/quarkus/pull/28036
https://github.com/quarkusio/quarkus/pull/28036
1
fix
Redis GET with byte[] as type leads to unmarshaling exception
### Describe the bug I'm using this example <https://quarkus.io/guides/redis-reference#storing-binary-data> to get a value storing byte data and I'm getting this exception: ``` io.vertx.core.json.DecodeException: Failed to decode:Illegal character ((CTRL-CHAR, code 5)): only regular white space (\\r, \\n, \\t) is al...
8634c51dac1a7085547dae82fd94fe0a37ed37eb
4a2546e5e82a15d10a6e75316b9c487f300c2e1a
https://github.com/quarkusio/quarkus/compare/8634c51dac1a7085547dae82fd94fe0a37ed37eb...4a2546e5e82a15d10a6e75316b9c487f300c2e1a
diff --git a/extensions/redis-client/runtime/src/main/java/io/quarkus/redis/datasource/codecs/Codecs.java b/extensions/redis-client/runtime/src/main/java/io/quarkus/redis/datasource/codecs/Codecs.java index f08485acd66..4c99de87a09 100644 --- a/extensions/redis-client/runtime/src/main/java/io/quarkus/redis/datasource/c...
['extensions/redis-client/runtime/src/test/java/io/quarkus/redis/datasource/ValueCommandsTest.java', 'extensions/redis-client/runtime/src/main/java/io/quarkus/redis/datasource/codecs/Codecs.java']
{'.java': 2}
2
2
0
0
2
22,663,255
4,439,112
578,074
5,391
557
100
22
1
2,007
169
506
57
1
1
2022-09-17T17:40:57
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,288
quarkusio/quarkus/30286/30101
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30101
https://github.com/quarkusio/quarkus/pull/30286
https://github.com/quarkusio/quarkus/pull/30286
1
closes
testNative tag ignores binary name generated by using quarkus.package.output-name/add-runner-suffix
### Describe the bug If the properties `quarkus.package.output-name=<binary-name>` or `quarkus.package.add-runner-suffix=false` are used to modify the binary name generated by the `quarkusBuild`, the `testNative` task fails to find the executable to run. Once both properties are removed from the configuration, the ...
fbbb5e8ad00f116898bdb6938a055bf2c1e8a392
dfabbd6459245029ee3c0e35cb1732176c6ecc43
https://github.com/quarkusio/quarkus/compare/fbbb5e8ad00f116898bdb6938a055bf2c1e8a392...dfabbd6459245029ee3c0e35cb1732176c6ecc43
diff --git a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/extension/QuarkusPluginExtension.java b/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/extension/QuarkusPluginExtension.java index 925eec91f09..ee4fd9f4100 100644 --- a/devtools/gradle/gradle-application-pl...
['devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusBuild.java', 'devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/extension/QuarkusPluginExtension.java', 'integration-tests/gradle/src/test/java/io/quarkus/gradle/nativeimage/NativeIntegrationTestIT.java', 'i...
{'.java': 4}
4
4
0
0
4
24,278,625
4,780,981
619,372
5,677
2,022
378
32
2
2,571
293
697
53
0
1
2023-01-10T14:16: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,387
quarkusio/quarkus/26898/26776
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26776
https://github.com/quarkusio/quarkus/pull/26898
https://github.com/quarkusio/quarkus/pull/26898
1
fixes
OpenTelemetry: High span name cardinality for invalid HTTP request spans
### Describe the bug This is about the remaining issue from #26216: When using the `quarkus-opentelemetry` extension and observing Vert.x HTTP server request spans, the span names for **invalid HTTP requests** (resulting in status 400 or also 501 responses) contain the full request URI path. The [OTEL spec](https://g...
99269bdc367dcb0ebbb8d0905a56f9837a470b31
9572d44e7261de7be027d4d45c7752d101e2685e
https://github.com/quarkusio/quarkus/compare/99269bdc367dcb0ebbb8d0905a56f9837a470b31...9572d44e7261de7be027d4d45c7752d101e2685e
diff --git a/extensions/opentelemetry/opentelemetry/deployment/src/test/java/io/quarkus/opentelemetry/deployment/HelloResource.java b/extensions/opentelemetry/opentelemetry/deployment/src/test/java/io/quarkus/opentelemetry/deployment/HelloResource.java index 0e9fc7e0722..7d12639ffc5 100644 --- a/extensions/opentelemetr...
['extensions/opentelemetry/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/tracing/TracerUtil.java', 'extensions/opentelemetry/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/tracing/TracerRecorder.java', 'extensions/opentelemetry/opentelemetry/deployment/src/test/java/io/quark...
{'.java': 7}
7
7
0
0
7
22,187,464
4,343,232
565,851
5,289
2,099
383
33
5
2,376
327
603
59
1
1
2022-07-22T22:47: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,268
quarkusio/quarkus/30737/30690
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30690
https://github.com/quarkusio/quarkus/pull/30737
https://github.com/quarkusio/quarkus/pull/30737
1
fix
Json stream item is not processed immediately after receiving in ChunkedStreamingMultiSubscriber.class
### Describe the bug When using rest endpoint with `application/stream+json` content type, after receiving json object is not processed immediately. Client is expecting stream element separator to process element. Separator is sent as prefix with subsequent elements. This means that stream element is processed aft...
3e6b2a557205e7b726885792c9d616fd28042b08
1187551063c62ff694bb36be85bbe4b90fc7eba3
https://github.com/quarkusio/quarkus/compare/3e6b2a557205e7b726885792c9d616fd28042b08...1187551063c62ff694bb36be85bbe4b90fc7eba3
diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive-jackson/deployment/src/test/java/io/quarkus/resteasy/reactive/jackson/deployment/test/streams/StreamTestCase.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive-jackson/deployment/src/test/java/io/quarkus/resteasy/reactive/jackson/deployment/...
['independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/handlers/PublisherResponseHandler.java', 'extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/StreamJsonTest.java', 'extensions/resteasy-reactive/quarkus-restea...
{'.java': 5}
5
5
0
0
5
26,539,358
5,234,320
674,887
6,233
2,934
516
59
3
1,249
166
307
45
1
0
2023-01-31T09:55: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,269
quarkusio/quarkus/30722/30625
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30625
https://github.com/quarkusio/quarkus/pull/30722
https://github.com/quarkusio/quarkus/pull/30722
1
fixes
OIDC authentication loop if Cookie Policy sameSite=strict
### Description Using the OIDC authentication code workflow may lead to a loop of authentication requests, if not properly configured and currently there is no hint to that in the Documentation. If the user visits the app for the first time, the current default setting of `quarkus.oidc.authentication.cookie-same-si...
ac9e7eec3837e51419e1373684ec3426329e365e
c4c40bee92ed6301e4841e832c55ceb896b0a39b
https://github.com/quarkusio/quarkus/compare/ac9e7eec3837e51419e1373684ec3426329e365e...c4c40bee92ed6301e4841e832c55ceb896b0a39b
diff --git a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcTenantConfig.java b/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcTenantConfig.java index e25c963ca59..ebe214e2d7e 100644 --- a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcTenantConfig.java +++ b/extensions/oidc/runtime/src...
['integration-tests/oidc-code-flow/src/test/java/io/quarkus/it/keycloak/CodeFlowTest.java', 'extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/CodeAuthenticationMechanism.java', 'extensions/oidc/runtime/src/main/java/io/quarkus/oidc/OidcTenantConfig.java']
{'.java': 3}
3
3
0
0
3
24,511,260
4,826,460
624,903
5,726
928
172
15
2
2,032
292
464
33
2
2
2023-01-30T16:40:33
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,270
quarkusio/quarkus/30709/30697
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30697
https://github.com/quarkusio/quarkus/pull/30709
https://github.com/quarkusio/quarkus/pull/30709
1
fixes
Erroneous warnings after #30620
### Describe the bug https://github.com/quarkusio/quarkus/pull/30620 results in erroneous warnings, e.g.: ``` [WARNING] [io.quarkus.config] Unrecognized configuration key "quarkus.smallrye-jwt.enabled" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you ...
0d6eac7f9557ff9be8352f2b8687feca18209853
f81b774cc62ead96e88ba245789f71d377e5c75e
https://github.com/quarkusio/quarkus/compare/0d6eac7f9557ff9be8352f2b8687feca18209853...f81b774cc62ead96e88ba245789f71d377e5c75e
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/configuration/BuildTimeConfigurationReader.java b/core/deployment/src/main/java/io/quarkus/deployment/configuration/BuildTimeConfigurationReader.java index 32918f8aead..1af98cc2cd3 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/configura...
['core/deployment/src/main/java/io/quarkus/deployment/configuration/BuildTimeConfigurationReader.java', 'integration-tests/test-extension/extension/deployment/src/test/java/io/quarkus/extest/UnknownBuildConfigTest.java']
{'.java': 2}
2
2
0
0
2
24,514,739
4,826,981
624,916
5,724
361
57
6
1
3,000
380
710
61
2
3
2023-01-30T13:50: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,398
quarkusio/quarkus/26605/26603
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26603
https://github.com/quarkusio/quarkus/pull/26605
https://github.com/quarkusio/quarkus/pull/26605
1
fixes
Kafka dev service redpanda container failing with Text file busy
### Describe the bug While using the Kafka Dev service I entered into a racing condition on the writing of the startup redpanda.sh script and its execution resulting in the following stacktrace: ``` 2022-07-07 09:04:17,861 INFO [org.jbo.threads] (main) JBoss Threads version 3.4.2.Final-redhat-00001 2022-07-07 0...
e12dde57ca09f0dd001bb5f00d88906b64987cd5
7606630598f749192c69e27bb1f19c43eb86076b
https://github.com/quarkusio/quarkus/compare/e12dde57ca09f0dd001bb5f00d88906b64987cd5...7606630598f749192c69e27bb1f19c43eb86076b
diff --git a/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/RedPandaKafkaContainer.java b/extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/RedPandaKafkaContainer.java index 02f3179f02a..265a113e8a1 100644 --- a/extensions/kafka-client/deployment/sr...
['extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/RedPandaKafkaContainer.java']
{'.java': 1}
1
1
0
0
1
22,059,350
4,319,043
562,700
5,244
243
77
3
1
7,914
687
2,296
100
0
3
2022-07-07T11:56:38
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,397
quarkusio/quarkus/26624/24308
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/24308
https://github.com/quarkusio/quarkus/pull/26624
https://github.com/quarkusio/quarkus/pull/26624
1
fixes
Apicurio Devservice can not be configured with apicurio-registry-mem images from outside of DockerHub
### Describe the bug Apicurio DevServices requires images from apicurio/apicurio-registry-mem. Due to this constraint we cannot use the Apicurio images copied to our own container registry. In order to avoid reaching our DockerHub download limits, we try to use as much as possible images copied to our own registry. ...
19cba3c274d13cba28d7f54274d93902f7c5c8a5
d0e1915dc36ffe6e3bbe9da967b6e50ba08878e6
https://github.com/quarkusio/quarkus/compare/19cba3c274d13cba28d7f54274d93902f7c5c8a5...d0e1915dc36ffe6e3bbe9da967b6e50ba08878e6
diff --git a/extensions/schema-registry/devservice/deployment/src/main/java/io/quarkus/apicurio/registry/devservice/ApicurioRegistryDevServicesBuildTimeConfig.java b/extensions/schema-registry/devservice/deployment/src/main/java/io/quarkus/apicurio/registry/devservice/ApicurioRegistryDevServicesBuildTimeConfig.java ind...
['extensions/smallrye-reactive-messaging-amqp/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/amqp/deployment/AmqpDevServicesProcessor.java', 'extensions/schema-registry/devservice/deployment/src/main/java/io/quarkus/apicurio/registry/devservice/DevServicesApicurioRegistryProcessor.java', 'extensions/sma...
{'.java': 6}
6
6
0
0
6
22,078,439
4,322,406
563,098
5,245
1,028
251
12
6
3,780
254
939
66
2
1
2022-07-08T12:09:38
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,395
quarkusio/quarkus/26729/26586
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26586
https://github.com/quarkusio/quarkus/pull/26729
https://github.com/quarkusio/quarkus/pull/26729
1
close
workingDir in quarkusDev not respected by gradle anymore
### Describe the bug We set the workingDir in gradle like the following: ```gradle quarkusDev { workingDir = rootProject.projectDir } ``` We use this, so that the configuration `config/application.properies` is found and loaded for dev-mode. Since 1.10.x this isn't working anymore...
32ff92ac09514b47499aab4deec29c4e30cefbab
cffa07225f50cded82b391d4933282c69f3e2f39
https://github.com/quarkusio/quarkus/compare/32ff92ac09514b47499aab4deec29c4e30cefbab...cffa07225f50cded82b391d4933282c69f3e2f39
diff --git a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java b/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java index 63b8fbd7c5b..88193badc9d 100644 --- a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gr...
['devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusDev.java']
{'.java': 1}
1
1
0
0
1
22,081,704
4,322,520
563,131
5,247
222
38
2
1
944
127
229
47
0
1
2022-07-14T08:32: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,272
quarkusio/quarkus/30673/20228
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/20228
https://github.com/quarkusio/quarkus/pull/30673
https://github.com/quarkusio/quarkus/pull/30673
1
fixes
RestAssured not configured to use the correct port when `quarkus.http.test-ssl-port` is set
### Describe the bug When a custom value for `quarkus.http.test-ssl-port` is set, RestAssured seems to not be configured to use it. Digging into the code, it appears that it's actually attempting to be set by resolving config property `quarkus.https.test-port`. https://github.com/quarkusio/quarkus/blob/main/test-fr...
24bae5822342b2bec5e81b16fe5d0e53793b3389
3b631a587c981e610f6e86e7d9b3d1ce7549edd9
https://github.com/quarkusio/quarkus/compare/24bae5822342b2bec5e81b16fe5d0e53793b3389...3b631a587c981e610f6e86e7d9b3d1ce7549edd9
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 18f5922d014..46574597ede 100644 --- a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/r...
['test-framework/common/src/main/java/io/quarkus/test/common/RestAssuredURLManager.java', 'test-framework/junit5-internal/src/main/java/io/quarkus/test/QuarkusProdModeTest.java', 'extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java']
{'.java': 3}
3
3
0
0
3
24,472,525
4,818,469
623,934
5,717
337
63
4
1
1,259
153
322
45
2
0
2023-01-27T21:48: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,273
quarkusio/quarkus/30578/30571
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30571
https://github.com/quarkusio/quarkus/pull/30578
https://github.com/quarkusio/quarkus/pull/30578
1
fixes
fix the set of bean types when one of supertypes is a raw type
### Describe the bug If a bean class has a _raw type_ as one of its supertypes, ArC does not construct the set of bean types correctly. The JLS says: > The superclass types (respectively, superinterface types) of a raw type are the erasures of the superclass types (superinterface types) of the named class or inte...
93ec8e6590834f9ffd2a63b479a85a8da1d71606
8ba81382036634645f8326f3952d2ca3ab5f91ba
https://github.com/quarkusio/quarkus/compare/93ec8e6590834f9ffd2a63b479a85a8da1d71606...8ba81382036634645f8326f3952d2ca3ab5f91ba
diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Types.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Types.java index 54f0af4547b..5066d07f874 100644 --- a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Types.java +++ b/...
['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Types.java', 'independent-projects/arc/processor/src/test/java/io/quarkus/arc/processor/TypesTest.java']
{'.java': 2}
2
2
0
0
2
24,448,717
4,813,716
623,363
5,708
1,347
220
18
1
1,048
158
250
43
0
0
2023-01-24T14:23: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,274
quarkusio/quarkus/30576/30343
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30343
https://github.com/quarkusio/quarkus/pull/30576
https://github.com/quarkusio/quarkus/pull/30576
1
fixes
Trailing comma is lost from prometheus metrics
### Describe the bug In all released versions (including 2.15.3.Final), prometheus metrics (accessible at 'q/metrics') has format of json object with a trailing comma. In the current main branch (tested on dc85cd0d16c44a264507529c9ee26e26c7ffe175) the format is changed, and the comma was lost. Is this an expected chan...
d004bcf15723446cb012194b86e6e0fb1ee1eb98
1191b165fe771b545fbe21e4bf582273cf8c0d29
https://github.com/quarkusio/quarkus/compare/d004bcf15723446cb012194b86e6e0fb1ee1eb98...1191b165fe771b545fbe21e4bf582273cf8c0d29
diff --git a/extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/export/JsonRecorder.java b/extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/export/JsonRecorder.java index 9ab0a33fb7d..af127457e7d 100644 --- a/extensions/micrometer/runtime/src/main/java/io/quarkus/micromet...
['extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/export/PrometheusRecorder.java', 'extensions/micrometer/runtime/src/main/java/io/quarkus/micrometer/runtime/export/handlers/PrometheusHandler.java', 'integration-tests/micrometer-prometheus/src/test/java/io/quarkus/it/micrometer/prometheus/Prom...
{'.java': 4}
4
4
0
0
4
24,446,040
4,813,201
623,308
5,708
1,337
252
25
3
1,861
179
545
50
3
0
2023-01-24T14:00: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,275
quarkusio/quarkus/30574/30423
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30423
https://github.com/quarkusio/quarkus/pull/30574
https://github.com/quarkusio/quarkus/pull/30574
1
close
2.15+ - Services dependent on libraries without classes no longer build
### Describe the bug When trying to upgrade to Quarkus `2.15` or higher (tested with `2.15.0.Final`, `2.15.3.Final`, `2.16.0.CR1`), libraries that don't contain classes that are included as a dependency in a Quarkus project no longer can be built because `The project does not contain a class output directory. .../buil...
3affaf27b831ff3f6d4e1e6e018b6aa9979afc82
e5e35d918ae183590d807c67620f1f99bfa0b75a
https://github.com/quarkusio/quarkus/compare/3affaf27b831ff3f6d4e1e6e018b6aa9979afc82...e5e35d918ae183590d807c67620f1f99bfa0b75a
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 fea4982a425..0344dda228d 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
24,440,020
4,812,068
623,199
5,708
1,061
181
17
1
2,441
209
628
57
1
1
2023-01-24T13:28:12
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,276
quarkusio/quarkus/30569/30515
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30515
https://github.com/quarkusio/quarkus/pull/30569
https://github.com/quarkusio/quarkus/pull/30569
1
fix
Native build fails with hibernate-orm-rest-data-panache + elytron-security-properties-file
### Describe the bug Combination of `hibernate-orm-rest-data-panache` and `elytron-security-properties-file`, together with a panache resource with a class annotation from `javax.annotation.security` cause native build to fail. ```java package org.acme; import io.quarkus.hibernate.orm.rest.data.panache.PanacheEnt...
d27d5357f33ce8c0c6a8113c0822eddfe6d2677e
fa39b9ab49f1c9bf7ed5feb3b3ed1d025572eda8
https://github.com/quarkusio/quarkus/compare/d27d5357f33ce8c0c6a8113c0822eddfe6d2677e...fa39b9ab49f1c9bf7ed5feb3b3ed1d025572eda8
diff --git a/extensions/panache/rest-data-panache/runtime/src/main/java/io/quarkus/rest/data/panache/ReactiveRestDataResource.java b/extensions/panache/rest-data-panache/runtime/src/main/java/io/quarkus/rest/data/panache/ReactiveRestDataResource.java index dc6ef6f5d2e..7ce9d26ea47 100644 --- a/extensions/panache/rest-d...
['extensions/panache/rest-data-panache/runtime/src/main/java/io/quarkus/rest/data/panache/RestDataResource.java', 'extensions/panache/rest-data-panache/runtime/src/main/java/io/quarkus/rest/data/panache/ReactiveRestDataResource.java']
{'.java': 2}
2
2
0
0
2
24,434,172
4,811,043
623,088
5,708
1,734
346
48
2
6,335
289
1,604
109
0
3
2023-01-24T11: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,277
quarkusio/quarkus/30557/30354
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30354
https://github.com/quarkusio/quarkus/pull/30557
https://github.com/quarkusio/quarkus/pull/30557
1
fixes
AWT `io.quarkus.awt.it.ImageGeometryFontsIT` native integration test failing with "GraalVM for Java 20" dev builds
### Describe the bug $title cc @Karm ### Expected behavior Tests should pass. ### Actual behavior Test fails with: ``` [ERROR] Failures: [ERROR] ImageGeometryFontsIT>ImageGeometryFontsTest.testGeometryAndFonts:89 TIFF: Wrong pixel at 80x56. Expected: [46,14,32,255] Actual: [194,59,132,255] ==...
5fcac567b376117be631476ea14d488870d94911
26d25fcc363d3779e0eb8fdef0dd9582047506f4
https://github.com/quarkusio/quarkus/compare/5fcac567b376117be631476ea14d488870d94911...26d25fcc363d3779e0eb8fdef0dd9582047506f4
diff --git a/extensions/awt/deployment/src/main/java/io/quarkus/awt/deployment/AwtProcessor.java b/extensions/awt/deployment/src/main/java/io/quarkus/awt/deployment/AwtProcessor.java index da13c2ea177..0cb63f461a1 100644 --- a/extensions/awt/deployment/src/main/java/io/quarkus/awt/deployment/AwtProcessor.java +++ b/ext...
['extensions/awt/deployment/src/main/java/io/quarkus/awt/deployment/AwtProcessor.java']
{'.java': 1}
1
1
0
0
1
24,405,917
4,805,537
622,297
5,706
160
38
2
1
2,066
210
671
54
1
1
2023-01-23T16:39: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,278
quarkusio/quarkus/30544/30540
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30540
https://github.com/quarkusio/quarkus/pull/30544
https://github.com/quarkusio/quarkus/pull/30544
1
fixes
Build failed due to limit bean types to types outside of the transitive closure of bean types
### Describe the bug Our Quarkus QE project does not compile when run against `999-SNAPSHOT`. It must be some recent change as it was fine last week. caused by https://github.com/quarkusio/quarkus/pull/30447 ### Expected behavior Build succeeds. ### Actual behavior Build failes with ```bash [ERROR...
cd3bb034834489e2675a4fad58ba670497727f9a
7b70ded73f5729b840074bbafa40948e9df42f74
https://github.com/quarkusio/quarkus/compare/cd3bb034834489e2675a4fad58ba670497727f9a...7b70ded73f5729b840074bbafa40948e9df42f74
diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Types.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Types.java index ce05ad8207a..f6a97250338 100644 --- a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Types.java +++ b/...
['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Types.java', 'independent-projects/arc/processor/src/test/java/io/quarkus/arc/processor/TypesTest.java']
{'.java': 2}
2
2
0
0
2
24,404,941
4,805,329
622,274
5,706
5,650
965
73
1
3,899
318
1,041
80
3
1
2023-01-23T12:13: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,279
quarkusio/quarkus/30530/30515
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30515
https://github.com/quarkusio/quarkus/pull/30530
https://github.com/quarkusio/quarkus/pull/30530
1
fix
Native build fails with hibernate-orm-rest-data-panache + elytron-security-properties-file
### Describe the bug Combination of `hibernate-orm-rest-data-panache` and `elytron-security-properties-file`, together with a panache resource with a class annotation from `javax.annotation.security` cause native build to fail. ```java package org.acme; import io.quarkus.hibernate.orm.rest.data.panache.PanacheEnt...
653954d73c3c44a952526f25c5d32e4cae020e9a
72b1a5e8fd271af0a65066659d5c2b060d61178a
https://github.com/quarkusio/quarkus/compare/653954d73c3c44a952526f25c5d32e4cae020e9a...72b1a5e8fd271af0a65066659d5c2b060d61178a
diff --git a/extensions/panache/rest-data-panache/deployment/src/main/java/io/quarkus/rest/data/panache/deployment/methods/CountMethodImplementor.java b/extensions/panache/rest-data-panache/deployment/src/main/java/io/quarkus/rest/data/panache/deployment/methods/CountMethodImplementor.java index efc45733a16..c3594cdc4c...
['extensions/panache/rest-data-panache/deployment/src/main/java/io/quarkus/rest/data/panache/deployment/methods/CountMethodImplementor.java']
{'.java': 1}
1
1
0
0
1
24,401,368
4,804,704
622,197
5,706
580
116
10
1
6,335
289
1,604
109
0
3
2023-01-23T08:08: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,282
quarkusio/quarkus/30449/30417
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30417
https://github.com/quarkusio/quarkus/pull/30449
https://github.com/quarkusio/quarkus/pull/30449
1
fixes
Eventbus, No message codec for type when using headers
### Describe the bug When a event class is only consumed by `@ConsumeEvent` methods with signature ```java @ConsumeEvent(value = "address") public void listen(MultiMap headers, Body body) { ... } ``` no message codec is regisered for this class. Resulting in ```shell java.lang.IllegalArgumentExce...
b163409e24025eb963a4844373093a6528570e51
d5e05ee127a1148b3c5f47d1fca227b9a4e02602
https://github.com/quarkusio/quarkus/compare/b163409e24025eb963a4844373093a6528570e51...d5e05ee127a1148b3c5f47d1fca227b9a4e02602
diff --git a/extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/EventBusCodecProcessor.java b/extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/EventBusCodecProcessor.java index 27ae071ec82..6cc48b1848f 100644 --- a/extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deploy...
['integration-tests/vertx/src/main/java/io/quarkus/it/vertx/EventBusSender.java', 'integration-tests/vertx/src/main/java/io/quarkus/it/vertx/EventBusConsumer.java', 'integration-tests/vertx/src/test/java/io/quarkus/it/vertx/EventBusTest.java', 'extensions/vertx/deployment/src/test/java/io/quarkus/vertx/CodecRegistratio...
{'.java': 5}
5
5
0
0
5
24,374,562
4,799,848
621,604
5,698
378
77
7
1
4,276
244
1,050
89
2
3
2023-01-18T15:18:48
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,283
quarkusio/quarkus/30426/30424
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30424
https://github.com/quarkusio/quarkus/pull/30426
https://github.com/quarkusio/quarkus/pull/30426
1
fixes
Building of container images with buildx causes build failures
### Describe the bug As of 2.15.0.Final, building and pushing container images with buildx is causing build failures. The problem seems to be that Quarkus tries to push the container images from the host, although they've been built and pushed in buildx already. Because the images are not available in the host's ...
4f36e105afdc9d9d6430d846940b1b575b173a6f
6452f5fdb8f27e1e7fd14d524499d4c96dcb4b94
https://github.com/quarkusio/quarkus/compare/4f36e105afdc9d9d6430d846940b1b575b173a6f...6452f5fdb8f27e1e7fd14d524499d4c96dcb4b94
diff --git a/extensions/container-image/container-image-docker/deployment/src/main/java/io/quarkus/container/image/docker/deployment/DockerProcessor.java b/extensions/container-image/container-image-docker/deployment/src/main/java/io/quarkus/container/image/docker/deployment/DockerProcessor.java index a9bc9b2e303..f6a5...
['extensions/container-image/container-image-docker/deployment/src/main/java/io/quarkus/container/image/docker/deployment/DockerProcessor.java']
{'.java': 1}
1
1
0
0
1
24,364,354
4,797,663
621,356
5,696
83
20
2
1
10,633
678
3,163
144
1
5
2023-01-17T20:09: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,284
quarkusio/quarkus/30418/30275
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30275
https://github.com/quarkusio/quarkus/pull/30418
https://github.com/quarkusio/quarkus/pull/30418
1
fixes
Inline Log category property doesn't work
### Describe the bug Quarkus 2.15.0.Final I am trying to set `quarkus.log.category` property through an inline system property at start time (Quarkus Dev Mode) `mvn quarkus:dev -Dquarkus.log.category."io.quarkus".level=WARN` or ``` mvn quarkus:dev -Dquarkus.log.category.\\"io.quarkus\\".level=WARN ``` ...
b3e01e07655d4d777980b6a6ca6345e8b30fd8cc
b9dfa4ae023adce6b5d87c022cbe34214ae1aa00
https://github.com/quarkusio/quarkus/compare/b3e01e07655d4d777980b6a6ca6345e8b30fd8cc...b9dfa4ae023adce6b5d87c022cbe34214ae1aa00
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 3e10e02d712..c57a75a2c50 100644 --- a/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java +++ b/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java @@ -93,7 +93,6 @@ ...
['devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java']
{'.java': 1}
1
1
0
0
1
24,316,726
4,788,479
620,220
5,687
857
156
22
1
1,566
194
439
70
0
5
2023-01-17T16:18: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,285
quarkusio/quarkus/30399/30384
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/30384
https://github.com/quarkusio/quarkus/pull/30399
https://github.com/quarkusio/quarkus/pull/30399
1
fixes
Elasticsearch Dev Services restarts container on every auto-compile
### Describe the bug In DevMode, when having ElasticSearch dev services enabled and you modify code, causing dev mode to recompile, it restarts the ElasticSearch container on build. This is not supposed to happen if configuration does not change. The issue is the comparison of configurations `ElasticSearchDevSer...
a316dd5fd70d0ba0b5ee3069725de99e888c06c4
aa11333c5056866180b1a4542369fe966b874c26
https://github.com/quarkusio/quarkus/compare/a316dd5fd70d0ba0b5ee3069725de99e888c06c4...aa11333c5056866180b1a4542369fe966b874c26
diff --git a/extensions/elasticsearch-rest-client-common/deployment/src/main/java/io/quarkus/elasticsearch/restclient/common/deployment/ElasticsearchDevServicesBuildTimeConfig.java b/extensions/elasticsearch-rest-client-common/deployment/src/main/java/io/quarkus/elasticsearch/restclient/common/deployment/ElasticsearchD...
['extensions/elasticsearch-rest-client-common/deployment/src/main/java/io/quarkus/elasticsearch/restclient/common/deployment/ElasticsearchDevServicesBuildTimeConfig.java']
{'.java': 1}
1
1
0
0
1
24,359,778
4,796,952
621,268
5,696
812
157
21
1
979
141
210
45
0
0
2023-01-16T20:36: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,393
quarkusio/quarkus/26779/26764
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26764
https://github.com/quarkusio/quarkus/pull/26779
https://github.com/quarkusio/quarkus/pull/26779
1
fixes
OpenTelemetry: NPE in HttpInstrumenterVertxTracer.RouteGetter when request got cancelled
### Describe the bug Relates to [#26356](https://github.com/quarkusio/quarkus/pull/26356/files#diff-8dd25e6bcffd41aa6d82e224799fbf61b9708d6d8a3ead2c7ed32ad261d62cccR152): Using a vert.x HTTP server along with `quarkus-opentelemetry`, we are seeing such exceptions in the logs: ``` java.lang.NullPointerException: C...
bcb0a1c62e2f611c85e7b04e9e7ce1ce1933902b
032297652436aa23e05307974b5fbbf51a700ae3
https://github.com/quarkusio/quarkus/compare/bcb0a1c62e2f611c85e7b04e9e7ce1ce1933902b...032297652436aa23e05307974b5fbbf51a700ae3
diff --git a/extensions/opentelemetry/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/tracing/vertx/HttpInstrumenterVertxTracer.java b/extensions/opentelemetry/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/tracing/vertx/HttpInstrumenterVertxTracer.java index 0e21f0d2bdb..cbc0...
['extensions/opentelemetry/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/tracing/vertx/HttpInstrumenterVertxTracer.java']
{'.java': 1}
1
1
0
0
1
22,103,097
4,326,634
563,591
5,258
617
99
9
1
2,703
147
658
62
1
1
2022-07-18T10:15: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,392
quarkusio/quarkus/26783/26782
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26782
https://github.com/quarkusio/quarkus/pull/26783
https://github.com/quarkusio/quarkus/pull/26783
1
fixes
Endpoint access not logged into access log when root-path and non-application-root-path are under different root
### Describe the bug Originally reported in https://github.com/smallrye/smallrye-health/issues/412. When non app root is rooted under different root than app HTTP root a new main router is created and thus we add access log handler only to the HTTP root and not the new main root. ### Expected behavior Non app ac...
65bb8b9c2756340d1ab80ebf11a6040ab4bfd286
767eedab15fa679940a3c9641e01635fd9820686
https://github.com/quarkusio/quarkus/compare/65bb8b9c2756340d1ab80ebf11a6040ab4bfd286...767eedab15fa679940a3c9641e01635fd9820686
diff --git a/extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/VertxHttpProcessor.java b/extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/VertxHttpProcessor.java index 5f535780bfd..c8155cb1f62 100644 --- a/extensions/vertx-http/deployment/src/main/java/io/qua...
['extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/VertxHttpProcessor.java', 'extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/VertxHttpRecorder.java']
{'.java': 2}
2
2
0
0
2
22,180,696
4,341,732
565,632
5,276
641
114
10
2
830
123
193
41
2
0
2022-07-18T11:06: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,391
quarkusio/quarkus/26810/26773
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26773
https://github.com/quarkusio/quarkus/pull/26810
https://github.com/quarkusio/quarkus/pull/26810
1
fixes
Runtime exception on building application jar
### Describe the bug When I try to build application jar the following exception occures: `ERROR] [error]: Build step io.quarkus.deployment.logging.LoggingResourceProcessor#setupLoggingRuntimeInit threw an exception: java.lang.RuntimeException: You cannot invoke getValue() directly on an object returned fro...
b4527f8d2bc8167c2026c60935a8ba02bf6a67d0
d125cd8018dfb07b94bd4807db79468322a78b1f
https://github.com/quarkusio/quarkus/compare/b4527f8d2bc8167c2026c60935a8ba02bf6a67d0...d125cd8018dfb07b94bd4807db79468322a78b1f
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/logging/LoggingResourceProcessor.java b/core/deployment/src/main/java/io/quarkus/deployment/logging/LoggingResourceProcessor.java index 0045e8e8cba..7501e18b087 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/logging/LoggingResourceProces...
['core/runtime/src/main/java/io/quarkus/runtime/logging/LoggingSetupRecorder.java', 'core/deployment/src/main/java/io/quarkus/deployment/logging/LoggingResourceProcessor.java']
{'.java': 2}
2
2
0
0
2
22,094,925
4,325,072
563,515
5,258
652
122
10
2
3,931
299
946
77
2
0
2022-07-19T10:47:41
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,389
quarkusio/quarkus/26886/26885
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26885
https://github.com/quarkusio/quarkus/pull/26886
https://github.com/quarkusio/quarkus/pull/26886
1
fix
Redis healthcheck message sometimes is not useful.
### Describe the bug There is some runtime exceptions that has no message when they are fired. Actually the healthcheck performs a message with ` return builder.down().withData("reason", "client [" + client.getKey() + "]: " + e.getMessage()).build();` ### Expected behavior Reason should include a message tha...
3f51f74670f9522a37be81696ca662c6d329d213
a15b8ddde2a23e5f5f992168df89446f38114c34
https://github.com/quarkusio/quarkus/compare/3f51f74670f9522a37be81696ca662c6d329d213...a15b8ddde2a23e5f5f992168df89446f38114c34
diff --git a/extensions/redis-client/runtime/src/main/java/io/quarkus/redis/runtime/client/health/RedisHealthCheck.java b/extensions/redis-client/runtime/src/main/java/io/quarkus/redis/runtime/client/health/RedisHealthCheck.java index e179a0cf1d5..5a64eb1d2ff 100644 --- a/extensions/redis-client/runtime/src/main/java/i...
['extensions/redis-client/runtime/src/main/java/io/quarkus/redis/runtime/client/health/RedisHealthCheck.java']
{'.java': 1}
1
1
0
0
1
22,102,723
4,326,552
563,585
5,258
379
82
6
1
1,131
171
270
50
0
0
2022-07-22T13:37:59
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,388
quarkusio/quarkus/26891/26831
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/26831
https://github.com/quarkusio/quarkus/pull/26891
https://github.com/quarkusio/quarkus/pull/26891
1
fixes
Windows paths not escaped in DevUI
### Describe the bug On Windows when the DevUI renders the template [main.html](https://github.com/quarkusio/quarkus/blob/91ba39965d13652e853446e227b256a1b8cea477/extensions/vertx-http/deployment/src/main/resources/dev-templates/main.html) the path are not properly escaped leading to the page not being able to be used...
3f51f74670f9522a37be81696ca662c6d329d213
e563988c9e8f5de84c6fcdb29092759d7a08ff50
https://github.com/quarkusio/quarkus/compare/3f51f74670f9522a37be81696ca662c6d329d213...e563988c9e8f5de84c6fcdb29092759d7a08ff50
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 e2933e22aa6..d5d62e3a682 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
22,102,723
4,326,552
563,585
5,258
220
35
2
1
2,153
234
576
50
4
0
2022-07-22T18:23: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,287
quarkusio/quarkus/30303/29209
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/29209
https://github.com/quarkusio/quarkus/pull/30303
https://github.com/quarkusio/quarkus/pull/30303
1
fix
Kubernetes resources generation log not on par with what is generated
### Describe the bug When you generate a container image and Kubernetes resources but not push the image to a remote Docker registry, the following logs is shown ``` [WARNING] [io.quarkus.kubernetes.deployment.KubernetesDeployer] A Kubernetes deployment was requested, but the container image to be built will not b...
4b03cbe1878dc775d656161abe20f382a7067daa
e008499c27dbeefcf5615367f392dbca75b6160b
https://github.com/quarkusio/quarkus/compare/4b03cbe1878dc775d656161abe20f382a7067daa...e008499c27dbeefcf5615367f392dbca75b6160b
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 3dcab91d48a..5a8dcbc4aa1 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
24,286,873
4,782,609
619,556
5,678
1,135
210
17
1
1,154
167
263
45
0
1
2023-01-11T11:39:27
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,289
quarkusio/quarkus/30285/23059
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/23059
https://github.com/quarkusio/quarkus/pull/30285
https://github.com/quarkusio/quarkus/pull/30285
1
fix
REST Reactive Client: PartFilename annotation doesn't work if member is anything else than java.io.File
### Describe the bug I have tested the new @PartFilename annotation in the REST Reactive client (Quarkus 2.7.0.CR1). See issue #22658 However, the annotation seems to work only if the respective annotated member is of type java.io.File. I tested with java.nio.Buffer and java.lang.String. If one of these two types is...
126aa68c303e62d476d6238abe51805479c4d1b4
cf5240ce60c88db84e11ffc7623352081a1ba340
https://github.com/quarkusio/quarkus/compare/126aa68c303e62d476d6238abe51805479c4d1b4...cf5240ce60c88db84e11ffc7623352081a1ba340
diff --git a/extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.java b/extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.ja...
['extensions/resteasy-reactive/jaxrs-client-reactive/deployment/src/main/java/io/quarkus/jaxrs/client/reactive/deployment/JaxrsClientReactiveProcessor.java', 'independent-projects/resteasy-reactive/client/runtime/src/main/java/org/jboss/resteasy/reactive/client/impl/multipart/QuarkusMultipartForm.java', 'extensions/res...
{'.java': 3}
3
3
0
0
3
24,271,939
4,779,488
619,224
5,676
2,665
444
37
2
1,321
165
324
68
0
2
2023-01-10T13:55:33
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,333
quarkusio/quarkus/28835/25991
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/25991
https://github.com/quarkusio/quarkus/pull/28835
https://github.com/quarkusio/quarkus/pull/28835
1
resolves
CLI allows to create project with comma in the name
### Describe the bug CLI allows to create project with comma in the name. Comma is not allowed character for `artifactId` in maven projects ``` quarkus create app app,with,comma cd app,with,comma quarkus build ... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] 'artifactI...
a8b1ee4584f7a5db432f28908668eb024139ae3a
b40e64d47a0c15fbe3088772b413c19668b9ed81
https://github.com/quarkusio/quarkus/compare/a8b1ee4584f7a5db432f28908668eb024139ae3a...b40e64d47a0c15fbe3088772b413c19668b9ed81
diff --git a/devtools/cli/src/main/java/io/quarkus/cli/create/TargetGAVGroup.java b/devtools/cli/src/main/java/io/quarkus/cli/create/TargetGAVGroup.java index 5c45c4a6425..04d083d811f 100644 --- a/devtools/cli/src/main/java/io/quarkus/cli/create/TargetGAVGroup.java +++ b/devtools/cli/src/main/java/io/quarkus/cli/create...
['devtools/cli/src/test/java/io/quarkus/cli/create/TargetGAVGroupTest.java', 'devtools/maven/src/main/java/io/quarkus/maven/CreateProjectMojo.java', 'integration-tests/maven/src/test/java/io/quarkus/maven/it/CreateProjectMojoIT.java', 'devtools/cli/src/main/java/io/quarkus/cli/create/TargetGAVGroup.java']
{'.java': 4}
4
4
0
0
4
23,288,312
4,576,048
594,755
5,488
1,517
306
23
2
1,342
195
376
59
0
2
2022-10-26T02:41: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,331
quarkusio/quarkus/28945/28936
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/28936
https://github.com/quarkusio/quarkus/pull/28945
https://github.com/quarkusio/quarkus/pull/28945
1
fix
Wrong warnings when pushing images using JIB, Docker or BuildPack
### Describe the bug When using the property `quarkus.container-image.image=quay.io/user/app:1.0`, the extensions `quarkus-container-image-buildpack`, `quarkus-container-image-docker` and `quarkus-container-image-jib` does not read this value but only to the property `quarkus.container-image.registry` and hence, it pr...
529e29e948fcfdfca52236dea642a3d839846521
5bea18ffdbd1129642b2596e69192c129c8cb0b8
https://github.com/quarkusio/quarkus/compare/529e29e948fcfdfca52236dea642a3d839846521...5bea18ffdbd1129642b2596e69192c129c8cb0b8
diff --git a/extensions/container-image/container-image-buildpack/deployment/src/main/java/io/quarkus/container/image/buildpack/deployment/BuildpackProcessor.java b/extensions/container-image/container-image-buildpack/deployment/src/main/java/io/quarkus/container/image/buildpack/deployment/BuildpackProcessor.java index...
['extensions/container-image/container-image-jib/deployment/src/main/java/io/quarkus/container/image/jib/deployment/JibProcessor.java', 'extensions/container-image/container-image-buildpack/deployment/src/main/java/io/quarkus/container/image/buildpack/deployment/BuildpackProcessor.java']
{'.java': 2}
2
2
0
0
2
23,351,225
4,588,369
596,161
5,495
1,371
235
20
2
1,178
154
280
45
0
1
2022-10-31T10:30: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,330
quarkusio/quarkus/29036/29017
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/29017
https://github.com/quarkusio/quarkus/pull/29036
https://github.com/quarkusio/quarkus/pull/29036
1
fix
Request Context Race condition in quarkus 2.13
### Describe the bug when firing an async CDI Event, the request context from the emitter briefly exists for the observer and is then terminated. This prevents to create a new Request context for the Async observer since the emitter context still exist. This was working in Quarkus 2.12 ### Expected beha...
da7477638a01a6b87fe2a4b3d7df1ea4bea14a41
4293f3797365134f84280834167399d37e4c6e5a
https://github.com/quarkusio/quarkus/compare/da7477638a01a6b87fe2a4b3d7df1ea4bea14a41...4293f3797365134f84280834167399d37e4c6e5a
diff --git a/extensions/vertx/runtime/src/main/java/io/quarkus/vertx/core/runtime/VertxCoreRecorder.java b/extensions/vertx/runtime/src/main/java/io/quarkus/vertx/core/runtime/VertxCoreRecorder.java index 05d88e50dbd..5ac0b5769c9 100644 --- a/extensions/vertx/runtime/src/main/java/io/quarkus/vertx/core/runtime/VertxCor...
['extensions/vertx/runtime/src/main/java/io/quarkus/vertx/runtime/VertxCurrentContextFactory.java', 'extensions/vertx/runtime/src/main/java/io/quarkus/vertx/core/runtime/VertxCoreRecorder.java']
{'.java': 2}
2
2
0
0
2
23,394,637
4,596,061
597,077
5,498
1,431
250
22
2
854
118
198
49
1
0
2022-11-03T13:07:05
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,329
quarkusio/quarkus/29094/28783
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/28783
https://github.com/quarkusio/quarkus/pull/29094
https://github.com/quarkusio/quarkus/pull/29094
1
fixes
Hibernate validation fails on a constructor parameter validation
### Describe the bug I am getting a Hibernate exception like the one below when trying to add validation to the bean constructor method like this: ``` @ApplicationScoped public class GrpcMetadataResolver { @Inject public GrpcMetadataResolver(GrpcMetadataConfig config, @SourceApi @Pattern(regexp = "rest|gr...
a6e4724a5bbfde1be3b6b04c931a99a219579f94
5c8b5a2ce845f43718057ac26485c68d978efcc7
https://github.com/quarkusio/quarkus/compare/a6e4724a5bbfde1be3b6b04c931a99a219579f94...5c8b5a2ce845f43718057ac26485c68d978efcc7
diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanGenerator.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanGenerator.java index 002135d2146..698525b7650 100644 --- a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/B...
['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/MethodDescriptors.java', 'independent-projects/arc/runtime/src/main/java/io/quarkus/arc/impl/LifecycleCallbackInvocationContext.java', 'independent-projects/arc/tests/src/test/java/io/quarkus/arc/test/interceptors/aroundconstruct/AroundConstruc...
{'.java': 6}
6
6
0
0
6
23,408,626
4,598,741
597,409
5,502
2,186
379
26
5
2,824
230
671
70
0
2
2022-11-07T14:30: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,328
quarkusio/quarkus/29119/28818
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/28818
https://github.com/quarkusio/quarkus/pull/29119
https://github.com/quarkusio/quarkus/pull/29119
1
fix
Incoming HTTP request not being fully read or closed when a constraint validator rejects the request
### Describe the bug Machine: Apple M1 Pro JVM: openjdk 11.0.2 Quarkus: 2.7.4.Final, 2.13.3.Final There seems to be a race condition between reading a request from a TCP socket and constraint validators. When a request gets rejected by a constraint validator (such as `@Consume`) before Quarkus had a chance t...
81551c59e7bef3c75b392a86323ff605a6729228
23f9abc6e13994edb8b3ab99cf5cf66abb3c604a
https://github.com/quarkusio/quarkus/compare/81551c59e7bef3c75b392a86323ff605a6729228...23f9abc6e13994edb8b3ab99cf5cf66abb3c604a
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 3148c53acf5..ab885f48c38 100644 ---...
['extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/HelloResource.java', 'extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/HelloClient2.java', 'independent-projects/resteasy-reactive/client/runtime/src/mai...
{'.java': 4}
4
4
0
0
4
23,408,191
4,598,586
597,404
5,502
1,119
155
27
1
3,297
445
884
82
1
2
2022-11-08T09:30:48
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,327
quarkusio/quarkus/29121/29089
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/29089
https://github.com/quarkusio/quarkus/pull/29121
https://github.com/quarkusio/quarkus/pull/29121
1
fix
Panache project() is not working if used with distinct + case-sensitive HQL query
### Describe the bug For an entity that has getter defined with camelCase attribute name ie: `myId` executing query: ```java Data.find("SELECT DISTINCT d.myId FROM Data d", Sort.by("myId")) .project(Long.class) .list(); ``` will result in: ``` Caused by: java.lang.IllegalArgumentException: org....
f29b28887af4b50e7484dd1faf252b15f1a9f61a
9becd8a405673589c9bfbe00976ef0558fced3bc
https://github.com/quarkusio/quarkus/compare/f29b28887af4b50e7484dd1faf252b15f1a9f61a...9becd8a405673589c9bfbe00976ef0558fced3bc
diff --git a/extensions/panache/hibernate-orm-panache-common/runtime/src/main/java/io/quarkus/hibernate/orm/panache/common/runtime/CommonPanacheQueryImpl.java b/extensions/panache/hibernate-orm-panache-common/runtime/src/main/java/io/quarkus/hibernate/orm/panache/common/runtime/CommonPanacheQueryImpl.java index 894357e...
['extensions/panache/hibernate-reactive-panache-common/runtime/src/main/java/io/quarkus/hibernate/reactive/panache/common/runtime/CommonPanacheQueryImpl.java', 'extensions/panache/hibernate-orm-panache-common/runtime/src/main/java/io/quarkus/hibernate/orm/panache/common/runtime/CommonPanacheQueryImpl.java', 'integratio...
{'.java': 4}
4
4
0
0
4
23,474,147
4,612,156
598,915
5,524
1,102
202
14
2
3,950
250
961
70
3
3
2022-11-08T12:02: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,326
quarkusio/quarkus/29159/29157
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/29157
https://github.com/quarkusio/quarkus/pull/29159
https://github.com/quarkusio/quarkus/pull/29159
1
fix
Make @TransactionScoped thread safe (virtual and platform threads)
### Describe the bug When a `@TransactionScoped` bean is accessed inside a transaction for a first time from 2 virtual threads started by the thread that started the transaction (e.g. StructuredTaskScope forks), a race condition can lead to two instances of the bean being created. The transaction context is properly...
3baf6cc39bc7715ffd67f63cc0c5fa11b6e676d3
700950cea39da0b787944731f38e0ff8053fb2ff
https://github.com/quarkusio/quarkus/compare/3baf6cc39bc7715ffd67f63cc0c5fa11b6e676d3...700950cea39da0b787944731f38e0ff8053fb2ff
diff --git a/extensions/narayana-jta/deployment/src/test/java/io/quarkus/narayana/quarkus/QuarkusTransactionTest.java b/extensions/narayana-jta/deployment/src/test/java/io/quarkus/narayana/quarkus/QuarkusTransactionTest.java index 83b77c91ea8..b25237f4b2b 100644 --- a/extensions/narayana-jta/deployment/src/test/java/io...
['extensions/narayana-jta/runtime/src/main/java/io/quarkus/narayana/jta/runtime/context/TransactionContext.java', 'extensions/narayana-jta/deployment/src/test/java/io/quarkus/narayana/quarkus/QuarkusTransactionTest.java']
{'.java': 2}
2
2
0
0
2
23,731,321
4,666,286
605,716
5,573
2,622
428
56
1
1,976
245
452
58
1
1
2022-11-09T19:32: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,325
quarkusio/quarkus/29201/29188
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/29188
https://github.com/quarkusio/quarkus/pull/29201
https://github.com/quarkusio/quarkus/pull/29201
1
fixes
IsDockerWorking not using TestContainersStrategy after 2.13.4.Final
### Describe the bug There is a regression in the class `IsDockerWorking`, it was detected running on GitLab CI using the docker socket configuration: https://www.testcontainers.org/supported_docker_environment/continuous_integration/gitlab_ci/ The first strategy should be using the `TestContainersStrategy` and is ...
16adf2c5f6c0082959fffdefbf192ebd35498751
eac0e5eb11dd218d57e89c85e144b565012724ab
https://github.com/quarkusio/quarkus/compare/16adf2c5f6c0082959fffdefbf192ebd35498751...eac0e5eb11dd218d57e89c85e144b565012724ab
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 333d3563645..de3618be44a 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
23,490,655
4,615,364
599,328
5,529
208
28
2
1
3,966
362
1,083
75
2
3
2022-11-11T11:46: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,323
quarkusio/quarkus/29216/29215
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/29215
https://github.com/quarkusio/quarkus/pull/29216
https://github.com/quarkusio/quarkus/pull/29216
1
fixes
Kafka complaining about common unknown properties, regression in 2.14
### Describe the bug Kafka complaining about common unknown properties, it's a regression, we had fix https://github.com/quarkusio/quarkus/pull/22504 since 2.6 Seems the message slightly changed in the latest Kafka client version. ``` 2022-11-11 15:28:27,279 WARN [org.apa.kaf.cli.con.ConsumerConfig] (Quarkus M...
a4a9c3996009271b15b64c0d12102d979fce7801
2304d4d16a12dbefc3cd532bf2c8f89f4f15cb1f
https://github.com/quarkusio/quarkus/compare/a4a9c3996009271b15b64c0d12102d979fce7801...2304d4d16a12dbefc3cd532bf2c8f89f4f15cb1f
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 c29791d4215..ecabb78aeb7 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
23,479,417
4,613,179
599,126
5,528
239
45
2
1
1,089
136
297
46
1
1
2022-11-11T19:04: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,322
quarkusio/quarkus/29276/29206
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/29206
https://github.com/quarkusio/quarkus/pull/29276
https://github.com/quarkusio/quarkus/pull/29276
1
fixes
spring-di - WARN Failed to index org.osgi.annotation.bundle.Requirements
### Describe the bug spring-di - WARN Failed to index org.osgi.annotation.bundle.Requirements This wasn't happening in previous Quarkus releases ``` mvn quarkus:dev ... 2022-11-11 15:04:25,550 WARN [io.qua.arc.pro.BeanArchives] (build-9) Failed to index org.osgi.annotation.bundle.Requirements: Class does not...
0ba80a877aa3b11ce83109e2f03bbc777142e06b
7eb85caa37b5b3e1ec83e1825fe8587435ca39e1
https://github.com/quarkusio/quarkus/compare/0ba80a877aa3b11ce83109e2f03bbc777142e06b...7eb85caa37b5b3e1ec83e1825fe8587435ca39e1
diff --git a/core/deployment/src/main/java/io/quarkus/deployment/index/IndexingUtil.java b/core/deployment/src/main/java/io/quarkus/deployment/index/IndexingUtil.java index d0d4cbee7f0..c3be954fafd 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/index/IndexingUtil.java +++ b/core/deployment/src/main/ja...
['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanArchives.java', 'extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/BeanArchiveProcessor.java', 'core/deployment/src/main/java/io/quarkus/deployment/index/IndexingUtil.java', 'core/deployment/src/main/java/io/quarkus/deployme...
{'.java': 4}
4
4
0
0
4
23,686,610
4,657,843
604,717
5,556
4,188
717
63
4
1,118
138
309
50
0
1
2022-11-15T13:06:00
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0
2,321
quarkusio/quarkus/29314/29312
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/29312
https://github.com/quarkusio/quarkus/pull/29314
https://github.com/quarkusio/quarkus/pull/29314
1
fixes
NPE thrown when trying to connect to existing Keycloak devservice
### Describe the bug We have a setup where we got multiple Quarkus apps working together. As such, when starting it locally in development mode, we rely on devservices provided by Quarkus and share the Keycloak instance. We do not really configure anything on the devservice except fixing the port and this was workin...
921193cf5338b675327c58dcd40f2b22a7a30aa1
45044b38219bae5bcbbd58e3c42db5082b0cf78d
https://github.com/quarkusio/quarkus/compare/921193cf5338b675327c58dcd40f2b22a7a30aa1...45044b38219bae5bcbbd58e3c42db5082b0cf78d
diff --git a/extensions/oidc/deployment/src/main/java/io/quarkus/oidc/deployment/devservices/keycloak/KeycloakDevServicesProcessor.java b/extensions/oidc/deployment/src/main/java/io/quarkus/oidc/deployment/devservices/keycloak/KeycloakDevServicesProcessor.java index a37d73eb4be..c7c1674c8f2 100644 --- a/extensions/oidc...
['extensions/oidc/deployment/src/main/java/io/quarkus/oidc/deployment/devservices/keycloak/KeycloakDevServicesProcessor.java']
{'.java': 1}
1
1
0
0
1
23,693,611
4,659,127
604,880
5,557
279
63
3
1
3,724
289
921
65
2
0
2022-11-16T16:20: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,319
quarkusio/quarkus/29446/29434
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/29434
https://github.com/quarkusio/quarkus/pull/29446
https://github.com/quarkusio/quarkus/pull/29446
1
fixes
Application startup fails using Lombok's @NonNull on a method annotated with @ConsumeEvent
### Describe the bug When annotating a method parameter with @NonNull for a Vertx Consumer Method (means its annotated with @ConsumeEvent) then the application startup fails, throwing an exception. Mentioned on: https://github.com/quarkusio/quarkus/discussions/29322 ### Expected behavior No exception is thr...
de814ab663f18e44e01ae2f7b78e5419284ef6f4
bba49af6f3baad595291f77c0616aefe4925fd78
https://github.com/quarkusio/quarkus/compare/de814ab663f18e44e01ae2f7b78e5419284ef6f4...bba49af6f3baad595291f77c0616aefe4925fd78
diff --git a/extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/EventBusCodecProcessor.java b/extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/EventBusCodecProcessor.java index 1b6c049760a..3d2aba17ccc 100644 --- a/extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deploy...
['extensions/vertx/deployment/src/main/java/io/quarkus/vertx/deployment/EventBusCodecProcessor.java', 'extensions/vertx/deployment/src/test/java/io/quarkus/vertx/EventBusCodecTest.java']
{'.java': 2}
2
2
0
0
2
23,732,829
4,666,564
605,742
5,573
1,194
229
14
1
1,398
175
388
44
2
0
2022-11-23T12: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,318
quarkusio/quarkus/29452/29425
quarkusio
quarkus
https://github.com/quarkusio/quarkus/issues/29425
https://github.com/quarkusio/quarkus/pull/29452
https://github.com/quarkusio/quarkus/pull/29452
1
fixes
Indexed `provided` annotation breaks `build` goal (or app startup) in 2.14
### Describe the bug While trying to upgrade from 2.13.3 to 2.14.0/1 I was greeted with a strange `java.lang.ClassNotFoundException: lombok.NonNull` very early in the boot process of the app. This is in a multi-module project that is working just fine with Quarkus 2.13.3 (and the "old" Jandex 1.2.3). In a non-...
af7bf36e2d3ecdce32dd53636684e17a515c0cb6
46268e3a8e2383b12258645d0435019b1761fb7c
https://github.com/quarkusio/quarkus/compare/af7bf36e2d3ecdce32dd53636684e17a515c0cb6...46268e3a8e2383b12258645d0435019b1761fb7c
diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/AnnotationLiteralProcessor.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/AnnotationLiteralProcessor.java index 3446f86ad3e..88e8e83a893 100644 --- a/independent-projects/arc/processor/src/main/java/...
['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/AnnotationLiteralProcessor.java', 'independent-projects/arc/tests/src/test/java/io/quarkus/arc/test/injection/resource/ResourceInjectionTest.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BuiltinBean.java', 'i...
{'.java': 5}
5
5
0
0
5
23,734,868
4,666,948
605,780
5,573
1,805
305
30
3
6,596
554
1,647
110
4
1
2022-11-23T18:42:36
12,047
Java
{'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109}
Apache License 2.0