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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9,738 | deeplearning4j/deeplearning4j/4667/4596 | deeplearning4j | deeplearning4j | https://github.com/deeplearning4j/deeplearning4j/issues/4596 | https://github.com/deeplearning4j/deeplearning4j/pull/4667 | https://github.com/deeplearning4j/deeplearning4j/pull/4667 | 1 | fix | UIServer: plotVocab and TsneModule routes do not match up | For some reason the route that would accept a POST request has been replaced with a GET based route.
https://github.com/deeplearning4j/deeplearning4j/blob/master/deeplearning4j-ui-parent/deeplearning4j-play/src/main/java/org/deeplearning4j/ui/module/tsne/TsneModule.java#L50
```java
// Route r5 = new Route("... | f20fdf0b584484283c7b270676aaf761a7353b5a | 3fa9ae90f63e2860fe762c3464d799a0e7cfdcab | https://github.com/deeplearning4j/deeplearning4j/compare/f20fdf0b584484283c7b270676aaf761a7353b5a...3fa9ae90f63e2860fe762c3464d799a0e7cfdcab | diff --git a/deeplearning4j-nlp-parent/deeplearning4j-nlp/src/main/java/org/deeplearning4j/models/embeddings/inmemory/InMemoryLookupTable.java b/deeplearning4j-nlp-parent/deeplearning4j-nlp/src/main/java/org/deeplearning4j/models/embeddings/inmemory/InMemoryLookupTable.java
index 3961c9416e..3d483ad391 100644
--- a/dee... | ['deeplearning4j-ui-parent/deeplearning4j-play/src/main/java/org/deeplearning4j/ui/module/tsne/TsneModule.java', 'deeplearning4j-nlp-parent/deeplearning4j-nlp/src/main/java/org/deeplearning4j/models/embeddings/inmemory/InMemoryLookupTable.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 7,880,004 | 1,707,768 | 215,824 | 1,363 | 1,523 | 283 | 22 | 2 | 2,709 | 187 | 672 | 52 | 4 | 4 | 2018-02-16T17:20:11 | 13,099 | Java | {'Java': 42895752, 'C++': 17237193, 'Cuda': 2203734, 'Kotlin': 2030453, 'JavaScript': 296767, 'C': 172853, 'CMake': 126415, 'Shell': 96643, 'TypeScript': 81217, 'Python': 77566, 'FreeMarker': 77257, 'HTML': 18609, 'CSS': 12974, 'PureBasic': 12254, 'Cython': 12094, 'Ruby': 4558, 'Batchfile': 1458, 'Scala': 1026, 'Smarty... | Apache License 2.0 |
9,742 | deeplearning4j/deeplearning4j/4345/4339 | deeplearning4j | deeplearning4j | https://github.com/deeplearning4j/deeplearning4j/issues/4339 | https://github.com/deeplearning4j/deeplearning4j/pull/4345 | https://github.com/deeplearning4j/deeplearning4j/pull/4345 | 1 | fix | InputStream used twice, causing a NoSuchElementException | In case data is contained in an InputStream, the following snippet fails:
```
InputStream dataFile = this.getClass().getResourceAsStream("/mydata.csv");
RecordReader recordReader = new CSVRecordReader(0, ",");
recordReader.initialize(new InputStreamInputSplit(dataFile));
DataSetIterator iterator = new RecordReader... | 1691f3d5edcd7257cac9e2b1a1ad249be673d2bb | 6a61e95e517b2d8edfc73dbcdd1f2e9adbe919bb | https://github.com/deeplearning4j/deeplearning4j/compare/1691f3d5edcd7257cac9e2b1a1ad249be673d2bb...6a61e95e517b2d8edfc73dbcdd1f2e9adbe919bb | diff --git a/deeplearning4j-core/src/main/java/org/deeplearning4j/datasets/datavec/RecordReaderDataSetIterator.java b/deeplearning4j-core/src/main/java/org/deeplearning4j/datasets/datavec/RecordReaderDataSetIterator.java
index f480864109..a382b84253 100644
--- a/deeplearning4j-core/src/main/java/org/deeplearning4j/data... | ['deeplearning4j-core/src/main/java/org/deeplearning4j/datasets/datavec/RecordReaderMultiDataSetIterator.java', 'deeplearning4j-scaleout/spark/dl4j-spark/src/main/java/org/deeplearning4j/spark/datavec/iterator/SparkSourceDummyReader.java', 'deeplearning4j-core/src/main/java/org/deeplearning4j/datasets/datavec/RecordRea... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 7,499,439 | 1,624,547 | 205,857 | 1,314 | 1,939 | 341 | 53 | 3 | 1,878 | 151 | 390 | 33 | 0 | 2 | 2017-11-29T10:21:41 | 13,099 | Java | {'Java': 42895752, 'C++': 17237193, 'Cuda': 2203734, 'Kotlin': 2030453, 'JavaScript': 296767, 'C': 172853, 'CMake': 126415, 'Shell': 96643, 'TypeScript': 81217, 'Python': 77566, 'FreeMarker': 77257, 'HTML': 18609, 'CSS': 12974, 'PureBasic': 12254, 'Cython': 12094, 'Ruby': 4558, 'Batchfile': 1458, 'Scala': 1026, 'Smarty... | Apache License 2.0 |
9,741 | deeplearning4j/deeplearning4j/4370/4368 | deeplearning4j | deeplearning4j | https://github.com/deeplearning4j/deeplearning4j/issues/4368 | https://github.com/deeplearning4j/deeplearning4j/pull/4370 | https://github.com/deeplearning4j/deeplearning4j/pull/4370 | 1 | fix | Transfer learning: 0 dropout doesn't remove/override existing layer dropout | ```
netToTest = new TransferLearning.Builder(net)
.fineTuneConfiguration(new FineTuneConfiguration.Builder()
.dropOut(0.0)
.build()).build();
```
The original dropout is still present on the existing layers. Reason: .dropOut(0.0) do... | eb98b40cba85affb7cfaaad1147ed84f64a06148 | fe338bab56c2ca129a56e775c8c73cd249f37243 | https://github.com/deeplearning4j/deeplearning4j/compare/eb98b40cba85affb7cfaaad1147ed84f64a06148...fe338bab56c2ca129a56e775c8c73cd249f37243 | diff --git a/deeplearning4j-core/src/test/java/org/deeplearning4j/nn/transferlearning/TransferLearningCompGraphTest.java b/deeplearning4j-core/src/test/java/org/deeplearning4j/nn/transferlearning/TransferLearningCompGraphTest.java
index da2b116696..893b8d68de 100644
--- a/deeplearning4j-core/src/test/java/org/deeplearn... | ['deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/transferlearning/FineTuneConfiguration.java', 'deeplearning4j-core/src/test/java/org/deeplearning4j/nn/transferlearning/TransferLearningMLNTest.java', 'deeplearning4j-core/src/test/java/org/deeplearning4j/nn/transferlearning/TransferLearningCompGraphTest.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 7,528,113 | 1,630,902 | 206,601 | 1,316 | 11,311 | 2,223 | 262 | 1 | 394 | 32 | 84 | 9 | 0 | 1 | 2017-12-05T10:50:48 | 13,099 | Java | {'Java': 42895752, 'C++': 17237193, 'Cuda': 2203734, 'Kotlin': 2030453, 'JavaScript': 296767, 'C': 172853, 'CMake': 126415, 'Shell': 96643, 'TypeScript': 81217, 'Python': 77566, 'FreeMarker': 77257, 'HTML': 18609, 'CSS': 12974, 'PureBasic': 12254, 'Cython': 12094, 'Ruby': 4558, 'Batchfile': 1458, 'Scala': 1026, 'Smarty... | Apache License 2.0 |
9,740 | deeplearning4j/deeplearning4j/4415/4404 | deeplearning4j | deeplearning4j | https://github.com/deeplearning4j/deeplearning4j/issues/4404 | https://github.com/deeplearning4j/deeplearning4j/pull/4415 | https://github.com/deeplearning4j/deeplearning4j/pull/4415 | 1 | fix | RegressionEvaluation bug | ```
@Test
public void testRegressionEvalTimeSeriesSplit(){
INDArray out1 = Nd4j.rand(new int[]{3, 5, 20});
INDArray outSub1 = out1.get(all(), all(), interval(0,10));
INDArray outSub2 = out1.get(all(), all(), interval(10, 20));
INDArray label1 = Nd4j.rand(new int[]{3, 5,... | 2a5c7ba77d2392aad5467fab38c7fed392897d1b | 4e0b2189a17b6e3977711bcb0d7f97c7029394b4 | https://github.com/deeplearning4j/deeplearning4j/compare/2a5c7ba77d2392aad5467fab38c7fed392897d1b...4e0b2189a17b6e3977711bcb0d7f97c7029394b4 | diff --git a/deeplearning4j-core/src/test/java/org/deeplearning4j/eval/EvalTest.java b/deeplearning4j-core/src/test/java/org/deeplearning4j/eval/EvalTest.java
index 599a5e53f9..2de65032de 100644
--- a/deeplearning4j-core/src/test/java/org/deeplearning4j/eval/EvalTest.java
+++ b/deeplearning4j-core/src/test/java/org/dee... | ['deeplearning4j-core/src/test/java/org/deeplearning4j/eval/RegressionEvalTest.java', 'deeplearning4j-nn/src/main/java/org/deeplearning4j/eval/RegressionEvaluation.java', 'deeplearning4j-core/src/test/java/org/deeplearning4j/eval/EvalTest.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 7,645,923 | 1,657,739 | 209,745 | 1,331 | 1,034 | 244 | 17 | 1 | 832 | 73 | 222 | 25 | 0 | 2 | 2017-12-14T04:02:16 | 13,099 | Java | {'Java': 42895752, 'C++': 17237193, 'Cuda': 2203734, 'Kotlin': 2030453, 'JavaScript': 296767, 'C': 172853, 'CMake': 126415, 'Shell': 96643, 'TypeScript': 81217, 'Python': 77566, 'FreeMarker': 77257, 'HTML': 18609, 'CSS': 12974, 'PureBasic': 12254, 'Cython': 12094, 'Ruby': 4558, 'Batchfile': 1458, 'Scala': 1026, 'Smarty... | Apache License 2.0 |
1,214 | pinpoint-apm/pinpoint/616/611 | pinpoint-apm | pinpoint | https://github.com/pinpoint-apm/pinpoint/issues/611 | https://github.com/pinpoint-apm/pinpoint/pull/616 | https://github.com/pinpoint-apm/pinpoint/pull/616 | 1 | resolve | Handle cases where services have the same application name with different service type. | Backporting fixes to 1.1.0.
Issue resolves the following cases.
1. Services with the same application name but different service types should be selectable separately - #214
2. User nodes now take the destination's service type along with the application name when drawing the server map - #254
| a1409559e43a7943f533ed3cf8a39233167b9cea | 4fa9ef9ddb1cddcc4e78dd31a2ae0fafb19a41c7 | https://github.com/pinpoint-apm/pinpoint/compare/a1409559e43a7943f533ed3cf8a39233167b9cea...4fa9ef9ddb1cddcc4e78dd31a2ae0fafb19a41c7 | diff --git a/commons/src/main/java/com/navercorp/pinpoint/common/util/ApplicationMapStatisticsUtils.java b/commons/src/main/java/com/navercorp/pinpoint/common/util/ApplicationMapStatisticsUtils.java
index a0ff208e00..948e912ba1 100644
--- a/commons/src/main/java/com/navercorp/pinpoint/common/util/ApplicationMapStatisti... | ['web/src/main/java/com/navercorp/pinpoint/web/dao/hbase/HbaseApplicationIndexDao.java', 'web/src/main/java/com/navercorp/pinpoint/web/mapper/MapStatisticsCalleeMapper.java', 'commons/src/main/java/com/navercorp/pinpoint/common/util/ApplicationMapStatisticsUtils.java', 'web/src/main/java/com/navercorp/pinpoint/web/mapp... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 4,100,269 | 858,432 | 120,031 | 1,111 | 3,752 | 669 | 66 | 4 | 298 | 47 | 63 | 6 | 0 | 0 | 2015-06-15T09:23:16 | 12,879 | Java | {'Java': 20427181, 'TypeScript': 1739527, 'CSS': 222853, 'HTML': 216928, 'Thrift': 15920, 'Shell': 6420, 'JavaScript': 6310, 'Groovy': 1431, 'Kotlin': 1329, 'TSQL': 978, 'Batchfile': 200} | Apache License 2.0 |
1,206 | pinpoint-apm/pinpoint/2078/2077 | pinpoint-apm | pinpoint | https://github.com/pinpoint-apm/pinpoint/issues/2077 | https://github.com/pinpoint-apm/pinpoint/pull/2078 | https://github.com/pinpoint-apm/pinpoint/pull/2078 | 1 | fixes | Tomcat plugin fails to trace when profiler.tomcat.excludeurl is empty | Tomcat plugin fails to inject interceptor to `StandardHostValve.invoke(...)` when _pinpoint.config_'s `profiler.tomcat.excludeurl` option is empty.
| 0f94b21205ca84f01d18283b381615f5e88f3f55 | 6f90e3cbcd4d1f34dbe87ef28f84e2759966d6d2 | https://github.com/pinpoint-apm/pinpoint/compare/0f94b21205ca84f01d18283b381615f5e88f3f55...6f90e3cbcd4d1f34dbe87ef28f84e2759966d6d2 | diff --git a/plugins/tomcat/src/main/java/com/navercorp/pinpoint/plugin/tomcat/TomcatConfiguration.java b/plugins/tomcat/src/main/java/com/navercorp/pinpoint/plugin/tomcat/TomcatConfiguration.java
index 0c0ba3bfcf..3f7e8089f6 100644
--- a/plugins/tomcat/src/main/java/com/navercorp/pinpoint/plugin/tomcat/TomcatConfigura... | ['plugins/tomcat/src/main/java/com/navercorp/pinpoint/plugin/tomcat/TomcatConfiguration.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 11,648,680 | 2,582,423 | 338,149 | 2,482 | 703 | 146 | 12 | 1 | 148 | 14 | 35 | 2 | 0 | 0 | 2016-09-08T09:16:21 | 12,879 | Java | {'Java': 20427181, 'TypeScript': 1739527, 'CSS': 222853, 'HTML': 216928, 'Thrift': 15920, 'Shell': 6420, 'JavaScript': 6310, 'Groovy': 1431, 'Kotlin': 1329, 'TSQL': 978, 'Batchfile': 200} | Apache License 2.0 |
1,207 | pinpoint-apm/pinpoint/2011/2010 | pinpoint-apm | pinpoint | https://github.com/pinpoint-apm/pinpoint/issues/2010 | https://github.com/pinpoint-apm/pinpoint/pull/2011 | https://github.com/pinpoint-apm/pinpoint/pull/2011 | 1 | fixes | Jdk's HttpUrlConnection's target nodes are not rendered in the server map | Http calls made using `HttpUrlConnection` is currently being traced, but the server map does not seem to be rendering the target nodes,
Related google groups post - https://groups.google.com/forum/#!topic/pinpoint_user/OgwAB9sPnak
| 2e39615c5c4b283d821aa3dba607a5d6d3fd856b | a2858a90331fb9e4dbd72d88a0ab4d5fdd1f58ab | https://github.com/pinpoint-apm/pinpoint/compare/2e39615c5c4b283d821aa3dba607a5d6d3fd856b...a2858a90331fb9e4dbd72d88a0ab4d5fdd1f58ab | diff --git a/plugins/jdk-http/src/main/java/com/navercorp/pinpoint/plugin/jdk/http/JdkHttpConstants.java b/plugins/jdk-http/src/main/java/com/navercorp/pinpoint/plugin/jdk/http/JdkHttpConstants.java
index 184baf89b5..3a6bfa4ea7 100644
--- a/plugins/jdk-http/src/main/java/com/navercorp/pinpoint/plugin/jdk/http/JdkHttpCo... | ['plugins/jdk-http/src/main/java/com/navercorp/pinpoint/plugin/jdk/http/JdkHttpConstants.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 6,815,140 | 1,429,449 | 195,772 | 1,959 | 362 | 86 | 4 | 1 | 232 | 28 | 54 | 4 | 1 | 0 | 2016-08-25T03:06:18 | 12,879 | Java | {'Java': 20427181, 'TypeScript': 1739527, 'CSS': 222853, 'HTML': 216928, 'Thrift': 15920, 'Shell': 6420, 'JavaScript': 6310, 'Groovy': 1431, 'Kotlin': 1329, 'TSQL': 978, 'Batchfile': 200} | Apache License 2.0 |
1,209 | pinpoint-apm/pinpoint/1457/1443 | pinpoint-apm | pinpoint | https://github.com/pinpoint-apm/pinpoint/issues/1443 | https://github.com/pinpoint-apm/pinpoint/pull/1457 | https://github.com/pinpoint-apm/pinpoint/pull/1457 | 1 | fix | Fixed invalid classloading when using the AspectJ + Spring AOP | - support spring aspectj weaving
- support OSGI (atlassian jira)
- #1583 Enhancement PlaingClassLoaderHandler for Jira.
| dd7c6f23472ca9bf0a8eef571c694921113145ee | e28e3cedad91e10c3c5ca9b1c22a82a16065e5bb | https://github.com/pinpoint-apm/pinpoint/compare/dd7c6f23472ca9bf0a8eef571c694921113145ee...e28e3cedad91e10c3c5ca9b1c22a82a16065e5bb | diff --git a/bootstrap/src/main/java/com/navercorp/pinpoint/bootstrap/PinpointStarter.java b/bootstrap/src/main/java/com/navercorp/pinpoint/bootstrap/PinpointStarter.java
index 056da38017..7beb09d8df 100644
--- a/bootstrap/src/main/java/com/navercorp/pinpoint/bootstrap/PinpointStarter.java
+++ b/bootstrap/src/main/java... | ['bootstrap/src/main/java/com/navercorp/pinpoint/bootstrap/PinpointStarter.java', 'profiler/src/main/java/com/navercorp/pinpoint/profiler/instrument/JarProfilerPluginClassInjector.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 5,822,357 | 1,216,183 | 168,303 | 1,617 | 1,498 | 293 | 8 | 2 | 126 | 16 | 36 | 4 | 0 | 0 | 2016-01-15T09:04:38 | 12,879 | Java | {'Java': 20427181, 'TypeScript': 1739527, 'CSS': 222853, 'HTML': 216928, 'Thrift': 15920, 'Shell': 6420, 'JavaScript': 6310, 'Groovy': 1431, 'Kotlin': 1329, 'TSQL': 978, 'Batchfile': 200} | Apache License 2.0 |
1,210 | pinpoint-apm/pinpoint/1272/1271 | pinpoint-apm | pinpoint | https://github.com/pinpoint-apm/pinpoint/issues/1271 | https://github.com/pinpoint-apm/pinpoint/pull/1272 | https://github.com/pinpoint-apm/pinpoint/pull/1272 | 2 | fixed | Unsampled Continuation is not collected for transaction metric. | Metric Gauge for TRANSACTION_UNSAMPLED_CONTINUATION is missing.
Unsampled continuation gauge instead uses TRANSACTION_UNSAMPLED_NEW, which is wrong.
| df606e80ff905ae81d51192708ae9e409967c69d | 2cc7a9186af5b7cb9c7f6cccc33fd20e46ba9e16 | https://github.com/pinpoint-apm/pinpoint/compare/df606e80ff905ae81d51192708ae9e409967c69d...2cc7a9186af5b7cb9c7f6cccc33fd20e46ba9e16 | diff --git a/profiler/src/main/java/com/navercorp/pinpoint/profiler/monitor/codahale/tps/TransactionMetricCollector.java b/profiler/src/main/java/com/navercorp/pinpoint/profiler/monitor/codahale/tps/TransactionMetricCollector.java
index d505a228f8..f52520d703 100644
--- a/profiler/src/main/java/com/navercorp/pinpoint/p... | ['profiler/src/main/java/com/navercorp/pinpoint/profiler/monitor/codahale/tps/TransactionMetricCollector.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 5,659,803 | 1,179,856 | 164,006 | 1,593 | 294 | 71 | 2 | 1 | 149 | 15 | 30 | 3 | 0 | 0 | 2015-11-27T10:35:52 | 12,879 | Java | {'Java': 20427181, 'TypeScript': 1739527, 'CSS': 222853, 'HTML': 216928, 'Thrift': 15920, 'Shell': 6420, 'JavaScript': 6310, 'Groovy': 1431, 'Kotlin': 1329, 'TSQL': 978, 'Batchfile': 200} | Apache License 2.0 |
1,211 | pinpoint-apm/pinpoint/1173/1171 | pinpoint-apm | pinpoint | https://github.com/pinpoint-apm/pinpoint/issues/1171 | https://github.com/pinpoint-apm/pinpoint/pull/1173 | https://github.com/pinpoint-apm/pinpoint/pull/1173 | 1 | fixed | Fixed a side effect of Arcus interceptor | Side effect : faild to failover.
Root cause : Unnecessary reverse DNS lookup
Bug fix : Avoid DNS lookup API.
- ApiInterceptor.java
- FutureGetInterceptor.java
``` java
@Override
public void after(Object target, Object[] args, Object result, Throwable throwable) {
...
final Operation op = (Operation) getOpe... | cd182945f1b1bb1e6be6091869bbd7ba64b3c504 | a79a27bde7eee135f7ae1e5094243bedd7528fa9 | https://github.com/pinpoint-apm/pinpoint/compare/cd182945f1b1bb1e6be6091869bbd7ba64b3c504...a79a27bde7eee135f7ae1e5094243bedd7528fa9 | diff --git a/profiler/src/main/java/com/navercorp/pinpoint/profiler/modifier/arcus/interceptor/ApiInterceptor.java b/profiler/src/main/java/com/navercorp/pinpoint/profiler/modifier/arcus/interceptor/ApiInterceptor.java
index e9d33e86a0..d90c717676 100644
--- a/profiler/src/main/java/com/navercorp/pinpoint/profiler/modi... | ['profiler/src/main/java/com/navercorp/pinpoint/profiler/modifier/arcus/interceptor/ApiInterceptor.java', 'profiler/src/main/java/com/navercorp/pinpoint/profiler/modifier/arcus/interceptor/FutureGetInterceptor.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 4,196,939 | 880,306 | 123,159 | 1,150 | 4,224 | 704 | 90 | 2 | 1,127 | 104 | 199 | 29 | 0 | 1 | 2015-11-11T05:56:03 | 12,879 | Java | {'Java': 20427181, 'TypeScript': 1739527, 'CSS': 222853, 'HTML': 216928, 'Thrift': 15920, 'Shell': 6420, 'JavaScript': 6310, 'Groovy': 1431, 'Kotlin': 1329, 'TSQL': 978, 'Batchfile': 200} | Apache License 2.0 |
1,212 | pinpoint-apm/pinpoint/916/914 | pinpoint-apm | pinpoint | https://github.com/pinpoint-apm/pinpoint/issues/914 | https://github.com/pinpoint-apm/pinpoint/pull/916 | https://github.com/pinpoint-apm/pinpoint/pull/916 | 1 | fixes | Handle cases where collected cpu load is NaN | There was a case where calling `OperatingSystemMXBean.getSystemCpuLoad()` returned Double.NaN (the agent was ran on a virtual machine).
The data collected was as follows:
```
TAgentStatBatch(agentId:test-agent, startTimestamp:1441085794300, agentStats:[
TAgentStat(timestamp:1441087205292, cpuLoad:TCpuLoad(systemC... | 07b1cb664ed44b63014501a27828c913e95dff51 | 7b62f1d0313867f6d89d8d05f06b8006a49499bf | https://github.com/pinpoint-apm/pinpoint/compare/07b1cb664ed44b63014501a27828c913e95dff51...7b62f1d0313867f6d89d8d05f06b8006a49499bf | diff --git a/profiler/src/main/java/com/navercorp/pinpoint/profiler/monitor/codahale/cpu/CpuLoadCollector.java b/profiler/src/main/java/com/navercorp/pinpoint/profiler/monitor/codahale/cpu/CpuLoadCollector.java
index 3b47af433e..547864abe1 100644
--- a/profiler/src/main/java/com/navercorp/pinpoint/profiler/monitor/coda... | ['profiler/src/main/java/com/navercorp/pinpoint/profiler/monitor/codahale/cpu/CpuLoadCollector.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 5,492,652 | 1,142,179 | 158,665 | 1,535 | 82 | 22 | 2 | 1 | 1,122 | 69 | 383 | 18 | 0 | 1 | 2015-09-03T07:59:18 | 12,879 | Java | {'Java': 20427181, 'TypeScript': 1739527, 'CSS': 222853, 'HTML': 216928, 'Thrift': 15920, 'Shell': 6420, 'JavaScript': 6310, 'Groovy': 1431, 'Kotlin': 1329, 'TSQL': 978, 'Batchfile': 200} | Apache License 2.0 |
1,208 | pinpoint-apm/pinpoint/1488/1487 | pinpoint-apm | pinpoint | https://github.com/pinpoint-apm/pinpoint/issues/1487 | https://github.com/pinpoint-apm/pinpoint/pull/1488 | https://github.com/pinpoint-apm/pinpoint/pull/1488 | 1 | fixes | Link data missing on emulated application nodes | Call counts on edges pointing to emulated application nodes are calculated from callee statistics rather than caller statistics. This is done because the caller cannot differentiate which emulated application node it has called as the caller only knows the host name of it's target (and emulated application nodes share ... | 875a4a42f0a24dfeeca0b65a56baac02f23f48af | 77cc779df69dc52a37e03f31c5b9298d62e004ec | https://github.com/pinpoint-apm/pinpoint/compare/875a4a42f0a24dfeeca0b65a56baac02f23f48af...77cc779df69dc52a37e03f31c5b9298d62e004ec | diff --git a/web/src/main/java/com/navercorp/pinpoint/web/service/BFSLinkSelector.java b/web/src/main/java/com/navercorp/pinpoint/web/service/BFSLinkSelector.java
index 82dad1e345..7eda23ea77 100644
--- a/web/src/main/java/com/navercorp/pinpoint/web/service/BFSLinkSelector.java
+++ b/web/src/main/java/com/navercorp/pin... | ['web/src/main/java/com/navercorp/pinpoint/web/service/BFSLinkSelector.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 5,842,200 | 1,220,042 | 168,813 | 1,621 | 1,874 | 363 | 22 | 1 | 747 | 120 | 158 | 6 | 0 | 0 | 2016-01-26T10:32:40 | 12,879 | Java | {'Java': 20427181, 'TypeScript': 1739527, 'CSS': 222853, 'HTML': 216928, 'Thrift': 15920, 'Shell': 6420, 'JavaScript': 6310, 'Groovy': 1431, 'Kotlin': 1329, 'TSQL': 978, 'Batchfile': 200} | Apache License 2.0 |
1,215 | pinpoint-apm/pinpoint/491/488 | pinpoint-apm | pinpoint | https://github.com/pinpoint-apm/pinpoint/issues/488 | https://github.com/pinpoint-apm/pinpoint/pull/491 | https://github.com/pinpoint-apm/pinpoint/pull/491 | 1 | resolve | Web throws NPE when filtering calls with RPC internal types | When filtering RPC calls on Pinpoint web, NullPointerException is thrown.
This is due to a missing check inside the filtering logic. WAS -> WAS filtering checks each span event for its `ServiceType` and if it is in the RPC range (9000~9999), does an equals check with the span event's `destinationId`. Since RPC interna... | 1b5d37598c12c53c733ea362bcf7876cd97c060b | bb65435ffbdb8997d5fd3fc7bf1513389e2ae541 | https://github.com/pinpoint-apm/pinpoint/compare/1b5d37598c12c53c733ea362bcf7876cd97c060b...bb65435ffbdb8997d5fd3fc7bf1513389e2ae541 | diff --git a/web/src/main/java/com/navercorp/pinpoint/web/filter/DefaultFilterBuilder.java b/web/src/main/java/com/navercorp/pinpoint/web/filter/DefaultFilterBuilder.java
index 9a5d2afaa9..e944caa7a5 100644
--- a/web/src/main/java/com/navercorp/pinpoint/web/filter/DefaultFilterBuilder.java
+++ b/web/src/main/java/com/n... | ['web/src/main/java/com/navercorp/pinpoint/web/filter/FilterHint.java', 'web/src/main/java/com/navercorp/pinpoint/web/filter/FromToResponseFilter.java', 'web/src/main/java/com/navercorp/pinpoint/web/filter/DefaultFilterBuilder.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 4,677,555 | 974,422 | 136,422 | 1,293 | 1,805 | 364 | 25 | 3 | 543 | 91 | 121 | 6 | 0 | 0 | 2015-05-28T09:51:47 | 12,879 | Java | {'Java': 20427181, 'TypeScript': 1739527, 'CSS': 222853, 'HTML': 216928, 'Thrift': 15920, 'Shell': 6420, 'JavaScript': 6310, 'Groovy': 1431, 'Kotlin': 1329, 'TSQL': 978, 'Batchfile': 200} | Apache License 2.0 |
1,216 | pinpoint-apm/pinpoint/490/488 | pinpoint-apm | pinpoint | https://github.com/pinpoint-apm/pinpoint/issues/488 | https://github.com/pinpoint-apm/pinpoint/pull/490 | https://github.com/pinpoint-apm/pinpoint/pull/490 | 1 | fix | Web throws NPE when filtering calls with RPC internal types | When filtering RPC calls on Pinpoint web, NullPointerException is thrown.
This is due to a missing check inside the filtering logic. WAS -> WAS filtering checks each span event for its `ServiceType` and if it is in the RPC range (9000~9999), does an equals check with the span event's `destinationId`. Since RPC interna... | bce3c67128eed0d80a05519269323892fa0b72ed | f5da5ba237aa0fc14852f2dd30e69b04a8bf49f1 | https://github.com/pinpoint-apm/pinpoint/compare/bce3c67128eed0d80a05519269323892fa0b72ed...f5da5ba237aa0fc14852f2dd30e69b04a8bf49f1 | diff --git a/web/src/main/java/com/navercorp/pinpoint/web/filter/FilterHint.java b/web/src/main/java/com/navercorp/pinpoint/web/filter/FilterHint.java
index 1da96e2f28..c686337f26 100644
--- a/web/src/main/java/com/navercorp/pinpoint/web/filter/FilterHint.java
+++ b/web/src/main/java/com/navercorp/pinpoint/web/filter/F... | ['web/src/main/java/com/navercorp/pinpoint/web/filter/FilterHint.java', 'web/src/main/java/com/navercorp/pinpoint/web/filter/FromToResponseFilter.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 4,063,496 | 851,058 | 119,106 | 1,104 | 819 | 119 | 14 | 2 | 543 | 91 | 121 | 6 | 0 | 0 | 2015-05-28T08:32:07 | 12,879 | Java | {'Java': 20427181, 'TypeScript': 1739527, 'CSS': 222853, 'HTML': 216928, 'Thrift': 15920, 'Shell': 6420, 'JavaScript': 6310, 'Groovy': 1431, 'Kotlin': 1329, 'TSQL': 978, 'Batchfile': 200} | Apache License 2.0 |
2,180 | quarkusio/quarkus/33586/33305 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33305 | https://github.com/quarkusio/quarkus/pull/33586 | https://github.com/quarkusio/quarkus/pull/33586 | 1 | fix | OutputTargetBuildItem.getOutputDirectory() returning a strange value when running a test in the Platform | ### Describe the bug
I see `OutputTargetBuildItem.getOutputDirectory()` returning a very strange value
```
/home/ppalaga/orgs/quarkus/quarkus-platform/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-server/..
```
when running a generarated test project on the Platform.
... | 8101c3ec85fed92ecfff556a40c68243e93b0c73 | 47fa50fa5e6b5203c14af80e1c68a0e3cb1de089 | https://github.com/quarkusio/quarkus/compare/8101c3ec85fed92ecfff556a40c68243e93b0c73...47fa50fa5e6b5203c14af80e1c68a0e3cb1de089 | diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/BootstrapAppModelFactory.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/BootstrapAppModelFactory.java
index 6c068b88029..e7b1c5a1e4c 100644
--- a/independent-projects/bootstrap/core/src/main/java/io/quarku... | ['test-framework/common/src/main/java/io/quarkus/test/common/PathTestHelper.java', 'independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/BootstrapAppModelFactory.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 26,579,575 | 5,242,481 | 675,870 | 6,244 | 168 | 29 | 2 | 1 | 586 | 45 | 140 | 17 | 0 | 2 | 2023-05-24T19:12: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,183 | quarkusio/quarkus/33510/33477 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33477 | https://github.com/quarkusio/quarkus/pull/33510 | https://github.com/quarkusio/quarkus/pull/33510 | 1 | fix | Dev-UI v2 fails to work with swagger-ui extension after changing its path config | ### Describe the bug
After changing the path config for swagger-ui and openapi extension in quarkus `application.properties` like this `quarkus.swagger-ui.path=my-custom-path` and this `quarkus.smallrye-openapi.path=/swagger`, Dev-UI v2 fails to load the swagger-ui page. Dev-UI v1 works as expected. The following er... | 7bcfd6874a91ebb471b1e5a2442c7ef569c2e8b3 | 4027e96759d046dfbc69b1039a2267527fcbebc8 | https://github.com/quarkusio/quarkus/compare/7bcfd6874a91ebb471b1e5a2442c7ef569c2e8b3...4027e96759d046dfbc69b1039a2267527fcbebc8 | diff --git a/extensions/smallrye-openapi/deployment/src/main/java/io/quarkus/smallrye/openapi/deployment/devui/OpenApiDevUIProcessor.java b/extensions/smallrye-openapi/deployment/src/main/java/io/quarkus/smallrye/openapi/deployment/devui/OpenApiDevUIProcessor.java
index e98b6a9f9f2..3e5cc8b6080 100644
--- a/extensions/... | ['extensions/swagger-ui/deployment/src/main/java/io/quarkus/swaggerui/deployment/SwaggerUiConfig.java', 'extensions/smallrye-openapi/deployment/src/main/java/io/quarkus/smallrye/openapi/deployment/devui/OpenApiDevUIProcessor.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 26,559,962 | 5,238,461 | 675,393 | 6,235 | 1,082 | 227 | 14 | 2 | 4,332 | 255 | 1,079 | 77 | 1 | 1 | 2023-05-22T00:19: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,184 | quarkusio/quarkus/33476/33475 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33475 | https://github.com/quarkusio/quarkus/pull/33476 | https://github.com/quarkusio/quarkus/pull/33476 | 1 | fixes | Warning message if quarkus.oidc.application-type=service | ### Describe the bug
I got the warning message:
> Secret key for encrypting tokens is missing, auto-generating it
despite `quarkus.oidc.application-type=service` and I am not using cookies.
https://github.com/quarkusio/quarkus/blob/0e63bfcfc468a48081c0ed54771d37ea75bcec3b/extensions/oidc/runtime/src/main/ja... | 6a8dadc48bf6ea586d17ca1b9f9ee898ab5213c5 | 77d1bb97de286cd5a2d2e04adc0d3ecb6ef482c4 | https://github.com/quarkusio/quarkus/compare/6a8dadc48bf6ea586d17ca1b9f9ee898ab5213c5...77d1bb97de286cd5a2d2e04adc0d3ecb6ef482c4 | diff --git a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcRecorder.java b/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcRecorder.java
index 42ffc9ea3a1..936cae8f81c 100644
--- a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcRecorder.java
+++ b/extensions/oidc... | ['extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/TenantConfigContext.java', 'extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcUtils.java', 'extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcRecorder.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 26,553,617 | 5,237,162 | 675,226 | 6,234 | 2,042 | 487 | 33 | 3 | 503 | 36 | 144 | 17 | 1 | 0 | 2023-05-18T14:59: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,185 | quarkusio/quarkus/33466/33441 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33441 | https://github.com/quarkusio/quarkus/pull/33466 | https://github.com/quarkusio/quarkus/pull/33466 | 1 | fix | Two classes have the same XML type name "xmlObject". | After upgrading from 2.16.2 to 3.0.1 I'm getting the exception below when running tests with quarkus dev. Every first tests round are complete without trouble. But when the tests are run again, they keep failing until I stop dev mode and start it again.
The exception occurs while testing a process that uses a RestC... | 58374616d0034003359f9e87616a03397144e74e | 4a5006e3240c65688c19e48bb22a04c65272bdfa | https://github.com/quarkusio/quarkus/compare/58374616d0034003359f9e87616a03397144e74e...4a5006e3240c65688c19e48bb22a04c65272bdfa | diff --git a/extensions/jaxb/deployment/src/main/java/io/quarkus/jaxb/deployment/JaxbProcessor.java b/extensions/jaxb/deployment/src/main/java/io/quarkus/jaxb/deployment/JaxbProcessor.java
index 22ce22a0d46..17768f6d8e6 100644
--- a/extensions/jaxb/deployment/src/main/java/io/quarkus/jaxb/deployment/JaxbProcessor.java
... | ['extensions/jaxb/deployment/src/main/java/io/quarkus/jaxb/deployment/JaxbProcessor.java', 'extensions/jaxb/runtime/src/main/java/io/quarkus/jaxb/runtime/JaxbContextConfigRecorder.java', 'extensions/jaxb/runtime/src/main/java/io/quarkus/jaxb/runtime/JaxbContextProducer.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 26,545,682 | 5,235,628 | 675,034 | 6,234 | 259 | 51 | 9 | 3 | 17,335 | 614 | 3,880 | 196 | 0 | 0 | 2023-05-18T11:38: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,186 | quarkusio/quarkus/33451/33450 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33450 | https://github.com/quarkusio/quarkus/pull/33451 | https://github.com/quarkusio/quarkus/pull/33451 | 1 | fix | Native build fails if quarkus.package.output-directory is set | ### Describe the bug
Im my project, we generate several native executables using several executions with several quarkus.package.output-directory.
Since Quarkus 3, each native generation fails if quarkus.package.output-directory is set.
### Expected behavior
We expect to have as many binares as executions n... | 5a2347f0671acdc3e33fd0988588ffa7c27f9840 | fe93f9f486b9f3b7be7167caa0f5711f39efbcbb | https://github.com/quarkusio/quarkus/compare/5a2347f0671acdc3e33fd0988588ffa7c27f9840...fe93f9f486b9f3b7be7167caa0f5711f39efbcbb | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java
index 9fac9e84a25..3936e20529b 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java
+++... | ['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/JarResultBuildStep.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,544,023 | 5,235,289 | 674,995 | 6,234 | 71 | 9 | 1 | 1 | 1,918 | 203 | 505 | 49 | 1 | 1 | 2023-05-17T16:12:32 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,187 | quarkusio/quarkus/33448/33419 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33419 | https://github.com/quarkusio/quarkus/pull/33448 | https://github.com/quarkusio/quarkus/pull/33448 | 1 | fix | RESTEasy ResponseBuilder.location Inadvertently Decodes Path Segments in Relative URI | ### Describe the bug
The `ResponseBuilder.location(URI)` method accepts relative URIs and will build an absolute URI relative to the base URI to put in the `Location` header. When the relative URI contains URL-encoded path segments, `ResponseBuilder.location` erroneously decodes those segments when building the new ab... | aad9ce5afbba406a56528ca962b2f352344a2c3c | ced8b0a739651f312744e721ca9f11c49f1834f0 | https://github.com/quarkusio/quarkus/compare/aad9ce5afbba406a56528ca962b2f352344a2c3c...ced8b0a739651f312744e721ca9f11c49f1834f0 | diff --git a/independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/jaxrs/ResponseBuilderImpl.java b/independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/jaxrs/ResponseBuilderImpl.java
index c4c2847152c..208c1093d4f 100644... | ['independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/jaxrs/RestResponseBuilderImpl.java', 'independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/response/RestResponseTest.java', 'independent-projects/resteasy-r... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 26,544,023 | 5,235,289 | 674,995 | 6,234 | 2,420 | 376 | 38 | 2 | 3,108 | 329 | 922 | 66 | 6 | 2 | 2023-05-17T13:12: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,188 | quarkusio/quarkus/33446/33188 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33188 | https://github.com/quarkusio/quarkus/pull/33446 | https://github.com/quarkusio/quarkus/pull/33446 | 1 | closes | Podman fails to build native on macOS | ### Describe the bug
Podman 4.5.0 fails to build native on macOS ([longer output](https://gist.github.com/galderz/4ba6e81310f181d01fb2f1dc6dc3dbb5)):
```
/usr/bin/ld: cannot open output file /project/code-with-quarkus-1.0.0-SNAPSHOT-runner: Permission denied
collect2: error: ld returned 1 exit status
at org.g... | aad9ce5afbba406a56528ca962b2f352344a2c3c | aa8fd68d94a52368811c77645d1adbea7f9a4f24 | https://github.com/quarkusio/quarkus/compare/aad9ce5afbba406a56528ca962b2f352344a2c3c...aa8fd68d94a52368811c77645d1adbea7f9a4f24 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildLocalContainerRunner.java b/core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildLocalContainerRunner.java
index c5e50652d4d..9d678efb538 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/p... | ['core/deployment/src/main/java/io/quarkus/deployment/pkg/steps/NativeImageBuildLocalContainerRunner.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,544,023 | 5,235,289 | 674,995 | 6,234 | 104 | 26 | 2 | 1 | 2,081 | 149 | 573 | 58 | 1 | 2 | 2023-05-17T12:46:29 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,189 | quarkusio/quarkus/33440/33417 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33417 | https://github.com/quarkusio/quarkus/pull/33440 | https://github.com/quarkusio/quarkus/pull/33440 | 1 | fixes | Custom cdi context not applied for certain bean types | ### Describe the bug
When using a custom `InjectableContext` the context implementation is not beeing used for all bean types.
### Expected behavior
Either all beans that are annotated with my scope annotation should be handled over my context implementation or if not a clear feedback (visible log or exception... | 58374616d0034003359f9e87616a03397144e74e | c4bfc05bedae6945f0ce7da738b67f6cdfebdbcb | https://github.com/quarkusio/quarkus/compare/58374616d0034003359f9e87616a03397144e74e...c4bfc05bedae6945f0ce7da738b67f6cdfebdbcb | diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Methods.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Methods.java
index cfede763330..c6c3c7e4df9 100644
--- a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Methods.java
... | ['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Methods.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,545,682 | 5,235,628 | 675,034 | 6,234 | 589 | 107 | 8 | 1 | 920 | 112 | 198 | 29 | 1 | 1 | 2023-05-17T11:38:57 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,190 | quarkusio/quarkus/33429/33356 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33356 | https://github.com/quarkusio/quarkus/pull/33429 | https://github.com/quarkusio/quarkus/pull/33429 | 1 | fixes | `ConsoleProcessor.java` references `quarkus.log.console.color`, which was deprecated in Quarkus 2.1 | ### Describe the bug
[Line 77 in core/deployment/src/main/java/io/quarkus/deployment/console/ConsoleProcessor.java](https://github.com/quarkusio/quarkus/blob/78c3e36b846168b6cce37c92aa642164436c7228/core/deployment/src/main/java/io/quarkus/deployment/console/ConsoleProcessor.java#L77) references `quarkus.log.console... | d73267b857555515f7e55b65f11e89baa825457d | 8ceee5fdd2dabf6734a5c85d18ea92b192fe18b3 | https://github.com/quarkusio/quarkus/compare/d73267b857555515f7e55b65f11e89baa825457d...8ceee5fdd2dabf6734a5c85d18ea92b192fe18b3 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/console/ConsoleProcessor.java b/core/deployment/src/main/java/io/quarkus/deployment/console/ConsoleProcessor.java
index ee2838f9481..83389f7902a 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/console/ConsoleProcessor.java
+++ b/core/depl... | ['core/deployment/src/main/java/io/quarkus/deployment/console/ConsoleProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,562,404 | 5,238,950 | 675,446 | 6,235 | 225 | 41 | 2 | 1 | 1,048 | 92 | 268 | 46 | 2 | 1 | 2023-05-16T20:59: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,192 | quarkusio/quarkus/33375/33372 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33372 | https://github.com/quarkusio/quarkus/pull/33375 | https://github.com/quarkusio/quarkus/pull/33375 | 1 | fix | Error handling with @WithSpan (OpenTelemetry) | ### Describe the bug
If an exception occurs in a method that's annotated with `@WithSpan`, the error won't be recorded in the trace.
### Expected behavior
Trace will contain error span.
### Actual behavior
Currently the error span is missing from the trace. Or in the reproducer's case the entire trace is missing.
... | 2ddf46ef447771b3094ddfea64f0ba8e04b58327 | e723c0b760cbed5d1be2d65106276f839001734c | https://github.com/quarkusio/quarkus/compare/2ddf46ef447771b3094ddfea64f0ba8e04b58327...e723c0b760cbed5d1be2d65106276f839001734c | diff --git a/extensions/opentelemetry/deployment/src/test/java/io/quarkus/opentelemetry/deployment/WithSpanInterceptorTest.java b/extensions/opentelemetry/deployment/src/test/java/io/quarkus/opentelemetry/deployment/WithSpanInterceptorTest.java
index ee2a43b4721..52de43f905e 100644
--- a/extensions/opentelemetry/deploy... | ['extensions/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/tracing/cdi/WithSpanInterceptor.java', 'extensions/opentelemetry/deployment/src/test/java/io/quarkus/opentelemetry/deployment/WithSpanInterceptorTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 26,521,788 | 5,230,860 | 674,459 | 6,231 | 173 | 35 | 5 | 1 | 1,579 | 182 | 359 | 69 | 2 | 1 | 2023-05-15T11:02: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,544 | quarkusio/quarkus/22621/20904 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/20904 | https://github.com/quarkusio/quarkus/pull/22621 | https://github.com/quarkusio/quarkus/pull/22621 | 1 | fixes | Remote dev mode with gradle throwing connection refused | ### Describe the bug
I am attempting to run remote dev mode via Gradle against a Kubernetes deployment. Everything appears to be working as expected, mutable jar deployed in a container, logs show live coding enabled. When I attempt to connect via `./gradlew quarkusRemoteDev` I get a connection refused.
### Expected ... | 077ea2ffce5cbfbb2217a8a8e11cd952387df142 | b65ae06d982cc461f5c53c19e2955da0ba8da2d9 | https://github.com/quarkusio/quarkus/compare/077ea2ffce5cbfbb2217a8a8e11cd952387df142...b65ae06d982cc461f5c53c19e2955da0ba8da2d9 | diff --git a/extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/devmode/HttpRemoteDevClient.java b/extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/devmode/HttpRemoteDevClient.java
index aacf027f117..f3253f45768 100644
--- a/extensions/vertx-http/deployment/sr... | ['extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/devmode/HttpRemoteDevClient.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 19,040,732 | 3,688,223 | 484,901 | 4,718 | 1,120 | 221 | 15 | 1 | 4,877 | 322 | 1,226 | 78 | 1 | 1 | 2022-01-04T16:50: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,545 | quarkusio/quarkus/22620/21030 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/21030 | https://github.com/quarkusio/quarkus/pull/22620 | https://github.com/quarkusio/quarkus/pull/22620 | 1 | fixes | Warning in `quarkus:dev` when using `quarkus-smallrye-graphql` | ### Describe the bug
When running in dev mode (`quarkus:dev`) with the `quarkus-smallrye-graphql` extension, an unexpected warning is printed out:
```
2021-10-27 09:40:54,889 WARN [io.qua.run.con.ConfigRecorder] (Quarkus Main Thread) Build time property cannot be changed at runtime:
- quarkus.smallrye-graphql.pri... | 077ea2ffce5cbfbb2217a8a8e11cd952387df142 | bed3ac660b3a541ceba9745a5e327c976a68e011 | https://github.com/quarkusio/quarkus/compare/077ea2ffce5cbfbb2217a8a8e11cd952387df142...bed3ac660b3a541ceba9745a5e327c976a68e011 | diff --git a/extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java b/extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java
index 84058828434..8c059f1dfd9 100644
--- a/extensions/smallr... | ['extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java', 'extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/SmallRyeGraphQLConfigMapping.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 19,040,732 | 3,688,223 | 484,901 | 4,718 | 195 | 45 | 3 | 2 | 1,701 | 174 | 551 | 59 | 2 | 4 | 2022-01-04T15:20: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,546 | quarkusio/quarkus/22575/22574 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/22574 | https://github.com/quarkusio/quarkus/pull/22575 | https://github.com/quarkusio/quarkus/pull/22575 | 1 | fixes | x - open last stacktrace not working with vscode/codium | ### Describe the bug
have exception occur and try use `x` to open it and you get code to open "main.java:18" which is not a syntax code supports.
example app:
```
//usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.quarkus.platform:quarkus-bom:2.6.1.Final@pom
//DEPS io.quarkus:quarkus-resteasy
//JAVAC_OPTI... | effb7b4513b37b1be7c0db4697fb68fca650974a | 9a29739f8a4b3fe7b8a7f07a964e1c3aa8804cd7 | https://github.com/quarkusio/quarkus/compare/effb7b4513b37b1be7c0db4697fb68fca650974a...9a29739f8a4b3fe7b8a7f07a964e1c3aa8804cd7 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/console/ConsoleProcessor.java b/core/deployment/src/main/java/io/quarkus/deployment/console/ConsoleProcessor.java
index 3182290ffd1..e945ece2c64 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/console/ConsoleProcessor.java
+++ b/core/depl... | ['core/deployment/src/main/java/io/quarkus/deployment/console/ConsoleProcessor.java', 'core/deployment/src/main/java/io/quarkus/deployment/ide/Ide.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 19,584,066 | 3,793,038 | 498,815 | 4,820 | 2,151 | 458 | 39 | 2 | 1,232 | 145 | 302 | 69 | 0 | 1 | 2022-01-02T11:33: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,547 | quarkusio/quarkus/22504/22495 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/22495 | https://github.com/quarkusio/quarkus/pull/22504 | https://github.com/quarkusio/quarkus/pull/22504 | 1 | fixes | 4 warnings about unknown 'wildfly.sasl.relax-compliance' config when using infinispan-client + smallrye-reactive-messaging-kafka | ### Describe the bug
4 warnings about unknown 'wildfly.sasl.relax-compliance' config when using `infinispan-client` + `smallrye-reactive-messaging-kafka`
I used vanilla application from code.quarkus, using Quarkus 2.6.0.Final
```
__ ____ __ _____ ___ __ ____ ______
--/ __ \\/ / / / _ | / _ \\/ //_/ /... | f133a1bb8a32989b0a1d68da0679d51d1ea98c82 | d54255b1839370534a39fa5e4ad23a1e10574582 | https://github.com/quarkusio/quarkus/compare/f133a1bb8a32989b0a1d68da0679d51d1ea98c82...d54255b1839370534a39fa5e4ad23a1e10574582 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/logging/LogCleanupFilterBuildItem.java b/core/deployment/src/main/java/io/quarkus/deployment/logging/LogCleanupFilterBuildItem.java
index e856ae2b974..7c3b23c5f12 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/logging/LogCleanupFilterBui... | ['extensions/kafka-client/deployment/src/main/java/io/quarkus/kafka/client/deployment/KafkaProcessor.java', 'core/deployment/src/main/java/io/quarkus/deployment/logging/LogCleanupFilterBuildItem.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 19,015,226 | 3,683,588 | 484,290 | 4,717 | 2,211 | 427 | 40 | 2 | 3,997 | 438 | 1,237 | 67 | 1 | 1 | 2021-12-23T16:14:25 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,181 | quarkusio/quarkus/33569/33573 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33573 | https://github.com/quarkusio/quarkus/pull/33569 | https://github.com/quarkusio/quarkus/pull/33569 | 1 | fixes | disableTrustManager is not used in ResteasyReactiveClientProvider | ### Describe the bug
The parameter `disableTrustManager` is not passed to `clientBuilder`.
https://github.com/quarkusio/quarkus/blob/071a89c3b8acc50eb760b6740a547851e8032a0c/extensions/keycloak-admin-client-reactive/runtime/src/main/java/io/quarkus/keycloak/admin/client/reactive/runtime/ResteasyReactiveClientProv... | 8101c3ec85fed92ecfff556a40c68243e93b0c73 | f61b0b37040b28c3eea5f734ef48c1d4977c5f1d | https://github.com/quarkusio/quarkus/compare/8101c3ec85fed92ecfff556a40c68243e93b0c73...f61b0b37040b28c3eea5f734ef48c1d4977c5f1d | diff --git a/extensions/keycloak-admin-client-reactive/runtime/src/main/java/io/quarkus/keycloak/admin/client/reactive/runtime/ResteasyReactiveClientProvider.java b/extensions/keycloak-admin-client-reactive/runtime/src/main/java/io/quarkus/keycloak/admin/client/reactive/runtime/ResteasyReactiveClientProvider.java
index... | ['extensions/keycloak-admin-client-reactive/runtime/src/main/java/io/quarkus/keycloak/admin/client/reactive/runtime/ResteasyReactiveClientProvider.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,579,575 | 5,242,481 | 675,870 | 6,244 | 165 | 31 | 2 | 1 | 339 | 13 | 93 | 6 | 1 | 0 | 2023-05-24T05:58: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,179 | quarkusio/quarkus/33598/33585 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33585 | https://github.com/quarkusio/quarkus/pull/33598 | https://github.com/quarkusio/quarkus/pull/33598 | 1 | fixes | NPE When Constructor Injecting a Microprofile Metric | ### Describe the bug
Quarkus throws an NPE when a bean constructor injects a microprofile metric e.g.
```java
@ApplicationScoped
public class FailsToInjectMetric {
private final Timer timer;
@Inject
public FailsToInjectMetric(
@Metric(name = "my-timer", unit = MetricUnits.MILLISECONDS) final T... | 7a39f3135ae387bc9ed70f6c7d837a2ee259530d | 5ef3b089b13d432210461c1c491799accbf829c7 | https://github.com/quarkusio/quarkus/compare/7a39f3135ae387bc9ed70f6c7d837a2ee259530d...5ef3b089b13d432210461c1c491799accbf829c7 | diff --git a/extensions/micrometer/deployment/src/main/java/io/quarkus/micrometer/deployment/binder/mpmetrics/AnnotationHandler.java b/extensions/micrometer/deployment/src/main/java/io/quarkus/micrometer/deployment/binder/mpmetrics/AnnotationHandler.java
index 1645ffbe59e..50d29838e39 100644
--- a/extensions/micrometer... | ['extensions/micrometer/deployment/src/main/java/io/quarkus/micrometer/deployment/binder/mpmetrics/AnnotationHandler.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,579,737 | 5,242,514 | 675,872 | 6,244 | 1,184 | 195 | 14 | 1 | 3,065 | 231 | 890 | 70 | 1 | 2 | 2023-05-25T09:07: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,549 | quarkusio/quarkus/22475/21694 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/21694 | https://github.com/quarkusio/quarkus/pull/22475 | https://github.com/quarkusio/quarkus/pull/22475 | 1 | fixes | Hibernate Validator warnings are displayed when optional ResourceBundles are missing | ### Describe the bug
When an app depending on the Hibernate Validator extension is package using the native build, the following messages are printed to the output:
```
The bundle named: ContributorValidationMessages, has not been found. If the bundle is part of a module, verify the bundle name is a fully qualifi... | bb06c1a40d8c1c38f507462bf7d89052453f8c1d | 0a1eda3a3d66df33790b1df0ff751eef6003215a | https://github.com/quarkusio/quarkus/compare/bb06c1a40d8c1c38f507462bf7d89052453f8c1d...0a1eda3a3d66df33790b1df0ff751eef6003215a | diff --git a/extensions/hibernate-validator/deployment/src/main/java/io/quarkus/hibernate/validator/deployment/HibernateValidatorProcessor.java b/extensions/hibernate-validator/deployment/src/main/java/io/quarkus/hibernate/validator/deployment/HibernateValidatorProcessor.java
index 81d69df34b4..428d556583f 100644
--- a... | ['extensions/resteasy-classic/resteasy-server-common/deployment/src/main/java/io/quarkus/resteasy/server/common/deployment/ResteasyServerCommonProcessor.java', 'extensions/hibernate-validator/deployment/src/main/java/io/quarkus/hibernate/validator/deployment/HibernateValidatorProcessor.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 19,017,280 | 3,684,097 | 484,310 | 4,718 | 1,883 | 307 | 34 | 2 | 1,931 | 268 | 457 | 50 | 3 | 1 | 2021-12-22T14:33: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,178 | quarkusio/quarkus/33608/33418 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33418 | https://github.com/quarkusio/quarkus/pull/33608 | https://github.com/quarkusio/quarkus/pull/33608 | 1 | fix | Quarkus redis reactive pubsub disconnecting handler | ### Describe the bug
I have the following code:
```
ReactiveRedisDataSource redis; -> Injected
ReactivePubSubCommands<String> pubsub = redis.pubsub(String.class);
pubsub.subscribe('my-channel')
.onItem().call(this::consume)
.subscribe().with(
notificatio... | 9495ee57355c49780c0bca17f80472775a1af54b | f406a26f4e8af255ee2fd31836d2e3be298d761b | https://github.com/quarkusio/quarkus/compare/9495ee57355c49780c0bca17f80472775a1af54b...f406a26f4e8af255ee2fd31836d2e3be298d761b | diff --git a/extensions/redis-client/runtime/src/main/java/io/quarkus/redis/runtime/datasource/ReactivePubSubCommandsImpl.java b/extensions/redis-client/runtime/src/main/java/io/quarkus/redis/runtime/datasource/ReactivePubSubCommandsImpl.java
index c06075075d3..95476dcb225 100644
--- a/extensions/redis-client/runtime/s... | ['extensions/redis-client/runtime/src/main/java/io/quarkus/redis/runtime/datasource/ReactivePubSubCommandsImpl.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,592,968 | 5,245,206 | 676,210 | 6,249 | 794 | 142 | 14 | 1 | 1,795 | 234 | 411 | 45 | 0 | 3 | 2023-05-25T12:34: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,163 | quarkusio/quarkus/33923/33922 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33922 | https://github.com/quarkusio/quarkus/pull/33923 | https://github.com/quarkusio/quarkus/pull/33923 | 1 | fixes | Access-Control-Expose-Headers not returned to request | ### Describe the bug
The Access-Control-Expose-Headers is only returned during the preflight request but not included in the subsequent request itself. Consequently, the header cannot be accessed through JavaScript in the browser.
### Expected behavior
The Access-Control-Expose-Headers should be returned
### Actual... | 1c8d56437bc335f6d5766ccd5eb655794c1f66be | 0fcfc8b517f72f49c780ea96ec8ff6350bda5062 | https://github.com/quarkusio/quarkus/compare/1c8d56437bc335f6d5766ccd5eb655794c1f66be...0fcfc8b517f72f49c780ea96ec8ff6350bda5062 | diff --git a/extensions/reactive-routes/deployment/src/test/java/io/quarkus/vertx/web/cors/CORSFullConfigHandlerTestCase.java b/extensions/reactive-routes/deployment/src/test/java/io/quarkus/vertx/web/cors/CORSFullConfigHandlerTestCase.java
index 445fe9adc05..8b829208564 100644
--- a/extensions/reactive-routes/deployme... | ['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/cors/CORSFilter.java', 'extensions/reactive-routes/deployment/src/test/java/io/quarkus/vertx/web/cors/CORSFullConfigHandlerTestCase.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 26,873,800 | 5,300,578 | 682,384 | 6,290 | 396 | 73 | 10 | 1 | 843 | 118 | 186 | 40 | 0 | 0 | 2023-06-09T04:15: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,164 | quarkusio/quarkus/33910/33658 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33658 | https://github.com/quarkusio/quarkus/pull/33910 | https://github.com/quarkusio/quarkus/pull/33910 | 1 | fix | redirect of /q/dev too permanent? | ### Describe the bug
was using quarkus dev with quarkus 3 using dev UI all good.
now switch to quarkus 2.x by running quarkus dev in https://github.com/quarkusio/todo-demo-app
pressing 'd' gets me to http://localhost:8080/dev which then redirects to http://localhost:8080/dev-ui presumably because of previous qua... | 58f8abb270dfe86925ae235d0b903f5f8f8a2e3d | 4031d6259a25036bdd30536c9806e92486abe8db | https://github.com/quarkusio/quarkus/compare/58f8abb270dfe86925ae235d0b903f5f8f8a2e3d...4031d6259a25036bdd30536c9806e92486abe8db | diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/devui/runtime/DevUIRecorder.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/devui/runtime/DevUIRecorder.java
index 4b8eca0d506..57fc606b1b7 100644
--- a/extensions/vertx-http/runtime/src/main/java/io/quarkus/devui/runtime/DevUIRecorder.ja... | ['extensions/vertx-http/runtime/src/main/java/io/quarkus/devui/runtime/DevUIRecorder.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,834,275 | 5,293,240 | 681,505 | 6,284 | 904 | 183 | 11 | 1 | 861 | 129 | 219 | 43 | 3 | 0 | 2023-06-08T13:17: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,165 | quarkusio/quarkus/33904/33870 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33870 | https://github.com/quarkusio/quarkus/pull/33904 | https://github.com/quarkusio/quarkus/pull/33904 | 1 | fixes | Gradle plugin does not copy all files correctly, when having parent-first-artifacts | ### Describe the bug
I've a Quarkus project, which uses an own Jackson ObjectMapper, with that I had problems using the same ClassLoader for that lib. As a solution I added the lib to the property ```quarkus.class-loading.parent-first-artifacts```.
With Quarkus < 3.x this worked well. Now I've tried to migrate to Q... | 51cb9667c303d62b5c7ffb0c40e47f2d57213f42 | b46341ae8c8af4787d32d4267eacd83ceca3f3c0 | https://github.com/quarkusio/quarkus/compare/51cb9667c303d62b5c7ffb0c40e47f2d57213f42...b46341ae8c8af4787d32d4267eacd83ceca3f3c0 | diff --git a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusBuildDependencies.java b/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusBuildDependencies.java
index 2e7b714ff72..a410e1af412 100644
--- a/devtools/gradle/gradle-application-plugin... | ['devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusBuildDependencies.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,833,245 | 5,293,026 | 681,489 | 6,284 | 3,178 | 601 | 46 | 1 | 1,585 | 213 | 417 | 48 | 1 | 7 | 2023-06-08T10:27: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,167 | quarkusio/quarkus/33901/33842 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33842 | https://github.com/quarkusio/quarkus/pull/33901 | https://github.com/quarkusio/quarkus/pull/33901 | 1 | fixes | AppCDS generation failed with `Permission denied` | ### Describe the bug
Building application with AppCDS `gradle build -Dquarkus.package.create-appcds=true` failed with error
```
> Could not copy file '/home/palo/git/app-cds-fail/build/quarkus-build/app/quarkus-app/app-cds.jsa' to '/home/palo/git/app-cds-fail/build/quarkus-app/app-cds.jsa'.
> /home/palo/git/a... | 51cb9667c303d62b5c7ffb0c40e47f2d57213f42 | 5ee63a01d06e91a493617a73fb493f1cf0826a39 | https://github.com/quarkusio/quarkus/compare/51cb9667c303d62b5c7ffb0c40e47f2d57213f42...5ee63a01d06e91a493617a73fb493f1cf0826a39 | diff --git a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusBuild.java b/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusBuild.java
index 8f9a34bc20c..a2dcbb502b1 100644
--- a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarku... | ['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/tasks/QuarkusGenerateCode.java', 'devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusBuildTask.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 26,833,245 | 5,293,026 | 681,489 | 6,284 | 1,769 | 354 | 43 | 3 | 1,224 | 130 | 395 | 46 | 1 | 1 | 2023-06-08T09:10:55 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,168 | quarkusio/quarkus/33834/33730 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33730 | https://github.com/quarkusio/quarkus/pull/33834 | https://github.com/quarkusio/quarkus/pull/33834 | 1 | fixes | Smallrye Reactive Messaging with Kafka Connector does not support channel names containing a dot | ### Describe the bug
Seems like that a dot in the channel name isn't supported when using ``Smallrye Reactive Messaging`` and ``Kafka``:
```
@ApplicationScoped
public class TestConsumer {
@Incoming("test.test")
public void consume(ChangeEvent event) {
Log.info(event);
}
}
```
This leads to th... | e361121d056f19e7d342427755ca7ca3f1981c60 | 81f3014552446129382abfe6b666bd8881d9eb09 | https://github.com/quarkusio/quarkus/compare/e361121d056f19e7d342427755ca7ca3f1981c60...81f3014552446129382abfe6b666bd8881d9eb09 | diff --git a/extensions/smallrye-reactive-messaging-kafka/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/kafka/deployment/DefaultSerdeDiscoveryState.java b/extensions/smallrye-reactive-messaging-kafka/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/kafka/deployment/DefaultSerdeDiscoverySt... | ['extensions/smallrye-reactive-messaging-kafka/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/kafka/deployment/SmallRyeReactiveMessagingKafkaProcessor.java', 'extensions/smallrye-reactive-messaging-kafka/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/kafka/deployment/DefaultSerdeDiscover... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 26,815,184 | 5,289,505 | 681,189 | 6,285 | 5,971 | 1,122 | 71 | 2 | 9,527 | 566 | 2,318 | 145 | 1 | 4 | 2023-06-05T20:37:47 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,169 | quarkusio/quarkus/33819/33321 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33321 | https://github.com/quarkusio/quarkus/pull/33819 | https://github.com/quarkusio/quarkus/pull/33819 | 1 | fixes | Different behavior in native build using env var in application.properties when build with gradle vs. maven (Quarkus 3.x) | ### Describe the bug
Setting a environment variable which is used like `quarkus.some.var=${MY_ENV_VAR:defaultValue}` in application.properties has no effect when the native image is build with gradle.
The important part is the replacement of `MY_ENV_VAR` with the set value in the property `quarkus.some.var`.
Th... | 5ed7597ea415438a66c9e3f392e15b5d5aff4951 | 2b1f2b1dfa6651fd70b9158984ac72c0a23be1d2 | https://github.com/quarkusio/quarkus/compare/5ed7597ea415438a66c9e3f392e15b5d5aff4951...2b1f2b1dfa6651fd70b9158984ac72c0a23be1d2 | diff --git a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusTask.java b/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusTask.java
index 1fc804e23f4..2e01013032b 100644
--- a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/... | ['devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusTask.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,820,670 | 5,290,630 | 681,304 | 6,285 | 1,112 | 256 | 13 | 1 | 2,708 | 328 | 770 | 101 | 4 | 6 | 2023-06-05T08:13: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,170 | quarkusio/quarkus/33811/33804 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33804 | https://github.com/quarkusio/quarkus/pull/33811 | https://github.com/quarkusio/quarkus/pull/33811 | 1 | fix | Dev Mode fails with Quarkus 3.1 and Kafka client (no vert.x http extension on the classpath) | ### Describe the bug
When starting devservices with `io.quarkus:quarkus-kafka-client:3.1.0.Final`, I get this error:
```
2023-06-02 22:48:36,647 INFO [io.qua.kaf.cli.dep.DevServicesKafkaProcessor] (build-24) Dev Services for Kafka started. Other Quarkus applications in dev mode will find the broker automatically.... | f7cfbd316ae081b8771fb3baae9e602c681340d9 | ffc0d8b5fdf761334e541f2e6e56473e5c856517 | https://github.com/quarkusio/quarkus/compare/f7cfbd316ae081b8771fb3baae9e602c681340d9...ffc0d8b5fdf761334e541f2e6e56473e5c856517 | 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 d2ced26b180..eef8ad985c9 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 | 26,816,867 | 5,289,835 | 681,221 | 6,285 | 668 | 115 | 15 | 1 | 2,833 | 196 | 695 | 67 | 0 | 1 | 2023-06-04T08:24:47 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,172 | quarkusio/quarkus/33757/33744 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33744 | https://github.com/quarkusio/quarkus/pull/33757 | https://github.com/quarkusio/quarkus/pull/33757 | 1 | fixes | Tests run in DEV mode are now logged with short names, previously signature was present | ### Describe the bug
Before https://github.com/quarkusio/quarkus/pull/33685 our DEV mode test contained:
```
17:45:10,608 INFO [app] Running 1/1. Running: io.quarkus.ts.http.minimum.HelloResourceTest#HelloResourceTest
```
now it contains
```
17:53:53,032 INFO [app] Running 1/1. Running: #HelloResourceTest
... | 8d4b3d135bfaffb6dfd6bc455c13eea6c2c026c2 | 2828c0a0a8b3225ba0ef61d4da3c735a84b0d2d3 | https://github.com/quarkusio/quarkus/compare/8d4b3d135bfaffb6dfd6bc455c13eea6c2c026c2...2828c0a0a8b3225ba0ef61d4da3c735a84b0d2d3 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/JunitTestRunner.java b/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/JunitTestRunner.java
index 51fddadc5f5..88453151ec3 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/dev/testing/JunitTestRunner.java
+++ b/... | ['core/deployment/src/main/java/io/quarkus/deployment/dev/testing/JunitTestRunner.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,796,881 | 5,286,158 | 680,782 | 6,284 | 166 | 19 | 3 | 1 | 1,372 | 160 | 372 | 53 | 1 | 2 | 2023-06-01T05:35: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,174 | quarkusio/quarkus/33680/32963 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32963 | https://github.com/quarkusio/quarkus/pull/33680 | https://github.com/quarkusio/quarkus/pull/33680 | 1 | fix | Reactive Client - Mutiny Dropped Exception on Cancel (stream+json) | ### Describe the bug
After canceling a subscription to a Multi from the reactive client, I see error logs like
`2023-04-27 11:51:47,838 ERROR [io.qua.mut.run.MutinyInfrastructure] (vert.x-eventloop-thread-0) Mutiny had to drop the following exception: io.vertx.core.http.HttpClosedException: Connection was closed`
... | 3212b8a6f87dd4860caeea91906824950554ed5f | 42edefe6f39af5ab6110950d7e817720a9eed970 | https://github.com/quarkusio/quarkus/compare/3212b8a6f87dd4860caeea91906824950554ed5f...42edefe6f39af5ab6110950d7e817720a9eed970 | 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 e84f30da72e..9a0efc53b29 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 | 26,605,040 | 5,247,713 | 676,518 | 6,251 | 332 | 54 | 7 | 1 | 1,612 | 204 | 410 | 53 | 2 | 1 | 2023-05-29T18:42: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,175 | quarkusio/quarkus/33667/33623 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33623 | https://github.com/quarkusio/quarkus/pull/33667 | https://github.com/quarkusio/quarkus/pull/33667 | 1 | fix | Regression - Unable to build native binary when using quarkus-kafka-client extension | ### Describe the bug
See https://github.com/quarkusio/quarkus/issues/32968.
Steps to reproduce are the same.
Root cause differs for released Quarkus versions and snapshot:
- `3.0.2.Final` / `3.0.3.Final` / `3.0.4.Final` / `3.1.0.CR1`
```
Caused by: com.oracle.graal.pointsto.constraints.UnresolvedElementExcep... | 7987b282516e6b32ec1dd1a2e2d9e7de12798d44 | 3a3acdf2d3fe651609ac41f0047ff8ca5c8c6739 | https://github.com/quarkusio/quarkus/compare/7987b282516e6b32ec1dd1a2e2d9e7de12798d44...3a3acdf2d3fe651609ac41f0047ff8ca5c8c6739 | 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 2c8f91193f6..d2ced26b180 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 | 26,611,282 | 5,248,802 | 676,636 | 6,251 | 359 | 75 | 11 | 1 | 2,594 | 195 | 767 | 64 | 8 | 2 | 2023-05-29T08:02: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,176 | quarkusio/quarkus/33645/28971 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/28971 | https://github.com/quarkusio/quarkus/pull/33645 | https://github.com/quarkusio/quarkus/pull/33645 | 1 | fix | Quarkus Maven Plugin unable to handle maven exclusions | ### Describe the bug
One of the artifacts in my POM has `ehcache` as a dependency, but when I'm trying to exclude it as follows:
```
<dependency>
<groupId>io.quarkiverse.cxf</groupId>
<artifactId>quarkus-cxf-rt-ws-security</artifactId>
<exclusions>
<exc... | 2a867eea956cf5d83657541c4b60f8b3e426c112 | f79f2c2249c22cb404a6a5ec63299aadbc618a41 | https://github.com/quarkusio/quarkus/compare/2a867eea956cf5d83657541c4b60f8b3e426c112...f79f2c2249c22cb404a6a5ec63299aadbc618a41 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/index/ApplicationArchiveBuildStep.java b/core/deployment/src/main/java/io/quarkus/deployment/index/ApplicationArchiveBuildStep.java
index 89f62b23054..cb4b7289fe2 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/index/ApplicationArchiveBui... | ['core/deployment/src/main/java/io/quarkus/deployment/index/ApplicationArchiveBuildStep.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,592,600 | 5,245,139 | 676,204 | 6,249 | 2,919 | 487 | 42 | 1 | 2,890 | 208 | 676 | 74 | 0 | 2 | 2023-05-27T08:35: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,177 | quarkusio/quarkus/33644/33501 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33501 | https://github.com/quarkusio/quarkus/pull/33644 | https://github.com/quarkusio/quarkus/pull/33644 | 1 | fix | gradle multi module project build fails when quarkus.bootstrap.workspace-discovery is enabled | ### Describe the bug
After upgrading Quarkus to 3.0.3, my multi-module gradle project fails to build with the following error when `quarkus.bootstrap.workspace-discovery` is set as `true`.
```
❯ ./gradlew clean build
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:... | 2a867eea956cf5d83657541c4b60f8b3e426c112 | 30d8579297610f1f3a355b9ae0fc6cbab5c49bff | https://github.com/quarkusio/quarkus/compare/2a867eea956cf5d83657541c4b60f8b3e426c112...30d8579297610f1f3a355b9ae0fc6cbab5c49bff | diff --git a/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusBuildDependencies.java b/devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusBuildDependencies.java
index 10d841997ac..2e7b714ff72 100644
--- a/devtools/gradle/gradle-application-plugin... | ['devtools/gradle/gradle-application-plugin/src/main/java/io/quarkus/gradle/tasks/QuarkusBuildDependencies.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,592,600 | 5,245,139 | 676,204 | 6,249 | 1,440 | 219 | 21 | 1 | 2,182 | 236 | 613 | 66 | 1 | 2 | 2023-05-26T21:01: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,548 | quarkusio/quarkus/22502/21265 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/21265 | https://github.com/quarkusio/quarkus/pull/22502 | https://github.com/quarkusio/quarkus/pull/22502 | 1 | fixes | No instance of TenantResolver was found for persistence unit <default> | ### Describe the bug
After updating from quarkus 2.2.0 to version 2.3.1.Final (I tried also with version 2.4.1.Final) I added the annotation @PersistenceUnitExtension as mentioned in the migration guide here:
[Migration Guide 2.3 Quarkus](https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.3)
I am dynami... | a43f46e60adf656c67a3ea274094c21b857e9fbb | 7aab5f94836afef2c127197a7eec08b8e8532f9a | https://github.com/quarkusio/quarkus/compare/a43f46e60adf656c67a3ea274094c21b857e9fbb...7aab5f94836afef2c127197a7eec08b8e8532f9a | diff --git a/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/tenant/HibernateMultiTenantConnectionProvider.java b/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/tenant/HibernateMultiTenantConnectionProvider.java
index c5fef6c9cc1..1455be9ea39 100644
--- a... | ['extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/tenant/HibernateMultiTenantConnectionProvider.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 19,015,128 | 3,683,567 | 484,285 | 4,717 | 914 | 154 | 18 | 1 | 4,206 | 370 | 990 | 150 | 4 | 3 | 2021-12-23T13:48: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,211 | quarkusio/quarkus/32723/32591 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32591 | https://github.com/quarkusio/quarkus/pull/32723 | https://github.com/quarkusio/quarkus/pull/32723 | 1 | fixes | Unrecognized configuration key set by DevServices | ### Describe the bug
When starting a application that use the postgress jdbc dev services and an empty application.properties, this warning is printed in the startup log:
`Unrecognized configuration key "quarkus.datasource.jdbc.url" was provided; it will be ignored; verify that the dependency extension for this con... | b422d5b26765a35839314f8f746b3b11e59bcdab | e20b37dae461d48094801ed6c325e328bcefec17 | https://github.com/quarkusio/quarkus/compare/b422d5b26765a35839314f8f746b3b11e59bcdab...e20b37dae461d48094801ed6c325e328bcefec17 | diff --git a/extensions/datasource/deployment/src/main/java/io/quarkus/datasource/deployment/devservices/DevServicesDatasourceProcessor.java b/extensions/datasource/deployment/src/main/java/io/quarkus/datasource/deployment/devservices/DevServicesDatasourceProcessor.java
index 83af2b468d6..bfeafc14aa2 100644
--- a/exten... | ['extensions/datasource/deployment/src/main/java/io/quarkus/datasource/deployment/devservices/DevServicesDatasourceProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,294,458 | 5,186,637 | 669,164 | 6,200 | 1,817 | 324 | 27 | 1 | 1,395 | 186 | 390 | 46 | 2 | 0 | 2023-04-18T11:31: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,552 | quarkusio/quarkus/22318/21067 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/21067 | https://github.com/quarkusio/quarkus/pull/22318 | https://github.com/quarkusio/quarkus/pull/22318 | 1 | fixes | Hibernate Panache sorting not working with Named Query | ### Describe the bug
Sorting not working with Named Query
```
@Entity
@NamedQueries({
@NamedQuery(name = "countFruit",
query = "FROM Fruit")
})
public class Fruit extends PanacheEntity {
@Column(length = 40, unique = true)
public String name;
public static List<Fruit... | ab8818d486958a324ec83f55963086b916f47e7a | 0eb6caf4618dc8c6abfbfae5b633f49c5812f40a | https://github.com/quarkusio/quarkus/compare/ab8818d486958a324ec83f55963086b916f47e7a...0eb6caf4618dc8c6abfbfae5b633f49c5812f40a | diff --git a/extensions/panache/hibernate-orm-panache-common/runtime/src/main/java/io/quarkus/hibernate/orm/panache/common/runtime/AbstractJpaOperations.java b/extensions/panache/hibernate-orm-panache-common/runtime/src/main/java/io/quarkus/hibernate/orm/panache/common/runtime/AbstractJpaOperations.java
index 63f987a9f... | ['extensions/panache/hibernate-orm-panache-common/runtime/src/main/java/io/quarkus/hibernate/orm/panache/common/runtime/AbstractJpaOperations.java', 'extensions/panache/hibernate-reactive-panache-common/runtime/src/main/java/io/quarkus/hibernate/reactive/panache/common/runtime/AbstractJpaOperations.java', 'integration-... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 18,981,216 | 3,676,500 | 483,408 | 4,708 | 1,334 | 228 | 24 | 2 | 1,272 | 159 | 310 | 61 | 1 | 1 | 2021-12-17T11:16: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,553 | quarkusio/quarkus/22303/22302 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/22302 | https://github.com/quarkusio/quarkus/pull/22303 | https://github.com/quarkusio/quarkus/pull/22303 | 1 | fixes | QuarkusMainTest intercepts spurious strings | ### Describe the bug
The `QuarkusMainTest`s are spuriously intercepting output coming from different sources.
### Expected behavior
The `QuarkusMainTest`s report back only the output from the specific launched `Process`.
### Actual behavior
_No response_
### How to Reproduce?
I started reducing the error down to... | 0357aae9eb34eeab48e1824c8098bbf1c312933d | 83b3c5d8edfc151a81a757d2b7fcce076fe2ba31 | https://github.com/quarkusio/quarkus/compare/0357aae9eb34eeab48e1824c8098bbf1c312933d...83b3c5d8edfc151a81a757d2b7fcce076fe2ba31 | diff --git a/core/devmode-spi/src/main/java/io/quarkus/dev/console/QuarkusConsole.java b/core/devmode-spi/src/main/java/io/quarkus/dev/console/QuarkusConsole.java
index 8e12135244a..72aef382f78 100644
--- a/core/devmode-spi/src/main/java/io/quarkus/dev/console/QuarkusConsole.java
+++ b/core/devmode-spi/src/main/java/io... | ['test-framework/junit5/src/main/java/io/quarkus/test/junit/QuarkusMainTestExtension.java', 'core/devmode-spi/src/main/java/io/quarkus/dev/console/QuarkusConsole.java', 'integration-tests/picocli-native/src/test/java/io/quarkus/it/picocli/PicocliTest.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 18,954,560 | 3,671,269 | 482,733 | 4,702 | 961 | 191 | 30 | 1 | 1,474 | 174 | 377 | 65 | 0 | 2 | 2021-12-16T19:44:53 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,554 | quarkusio/quarkus/22271/22251 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/22251 | https://github.com/quarkusio/quarkus/pull/22271 | https://github.com/quarkusio/quarkus/pull/22271 | 1 | fixes | `IllegalStateException: The current thread cannot be blocked` using `quarkus-cache` with `quarkus-resteasy-reactive` | ### Describe the bug
Using `quarkus-cache` together with reactive execution model causes an `IllegalStateException`.
Calling e.g. a reactive endpoint:
```java
@NonBlocking
@Path("/value")
public class ReactiveResource {
public static final String CACHE_NAME = "mycache";
private static int counter = ... | 3368ca81c09bef2d74ce8c10cd83a1c389587f7d | 17e42fa5a482c0c3cac8e0a2035d08a8ac3f348c | https://github.com/quarkusio/quarkus/compare/3368ca81c09bef2d74ce8c10cd83a1c389587f7d...17e42fa5a482c0c3cac8e0a2035d08a8ac3f348c | diff --git a/extensions/cache/deployment/src/test/java/io/quarkus/cache/test/runtime/UniValueTest.java b/extensions/cache/deployment/src/test/java/io/quarkus/cache/test/runtime/UniValueTest.java
index 824a65edde1..a75ec898955 100644
--- a/extensions/cache/deployment/src/test/java/io/quarkus/cache/test/runtime/UniValueT... | ['extensions/cache/deployment/src/test/java/io/quarkus/cache/test/runtime/UniValueTest.java', 'extensions/cache/runtime/src/main/java/io/quarkus/cache/runtime/CacheResultInterceptor.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 18,992,204 | 3,678,523 | 483,685 | 4,712 | 5,244 | 831 | 100 | 1 | 9,470 | 351 | 2,151 | 150 | 1 | 4 | 2021-12-16T02:50: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,557 | quarkusio/quarkus/22229/22218 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/22218 | https://github.com/quarkusio/quarkus/pull/22229 | https://github.com/quarkusio/quarkus/pull/22229 | 1 | fixes | Cannot download a large file using RESTEasy Reactive | ### Describe the bug
I recently switched to resteasy-reactive for my application, and I'm now unable to download large files.
If I try to create a response with the following syntax:
```java
response = Response.ok(file);
```
It fails for files larger than 2GB because it tries to buffer them but it is not poss... | 3eb3ee4eab8bbcb498cb0f166a6bc9c176728ec1 | 86978e875afb05352d453ccba393a82a94af0e09 | https://github.com/quarkusio/quarkus/compare/3eb3ee4eab8bbcb498cb0f166a6bc9c176728ec1...86978e875afb05352d453ccba393a82a94af0e09 | diff --git a/independent-projects/resteasy-reactive/common/runtime/src/main/java/org/jboss/resteasy/reactive/common/providers/serialisers/InputStreamMessageBodyHandler.java b/independent-projects/resteasy-reactive/common/runtime/src/main/java/org/jboss/resteasy/reactive/common/providers/serialisers/InputStreamMessageBo... | ['independent-projects/resteasy-reactive/common/runtime/src/main/java/org/jboss/resteasy/reactive/common/providers/serialisers/InputStreamMessageBodyHandler.java', 'independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/providers/serialisers/ServerFileBodyHandler.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 18,953,646 | 3,671,110 | 482,743 | 4,707 | 1,040 | 200 | 24 | 2 | 1,757 | 263 | 452 | 50 | 0 | 1 | 2021-12-15T01:49: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,558 | quarkusio/quarkus/22181/21857 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/21857 | https://github.com/quarkusio/quarkus/pull/22181 | https://github.com/quarkusio/quarkus/pull/22181 | 1 | resolves | Qute: bug in `if` test | ### Describe the bug
I have the following tag:
```html
{#if user && target.status == ContentStatus:NEW && !target.voted(user)}
User: {user}<br/>
Target.status: {target.status}<br/>
Target.voted(user): {target.voted(user)}<br/>
{/if}
```
When I call it with some values, I'm getting this output:
... | 5430201e8df243a4d0c2dc7ee00d2628ee9fc30f | 9710961ae845ca84e96ead8955736cec56b53026 | https://github.com/quarkusio/quarkus/compare/5430201e8df243a4d0c2dc7ee00d2628ee9fc30f...9710961ae845ca84e96ead8955736cec56b53026 | diff --git a/independent-projects/qute/core/src/main/java/io/quarkus/qute/IfSectionHelper.java b/independent-projects/qute/core/src/main/java/io/quarkus/qute/IfSectionHelper.java
index 2bfcaf27a64..ce693ba386d 100644
--- a/independent-projects/qute/core/src/main/java/io/quarkus/qute/IfSectionHelper.java
+++ b/independe... | ['independent-projects/qute/core/src/test/java/io/quarkus/qute/IfSectionTest.java', 'independent-projects/qute/core/src/main/java/io/quarkus/qute/IfSectionHelper.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 18,951,320 | 3,670,689 | 482,685 | 4,707 | 5,923 | 1,164 | 129 | 1 | 1,303 | 190 | 322 | 59 | 0 | 2 | 2021-12-14T09:21: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,559 | quarkusio/quarkus/22179/22158 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/22158 | https://github.com/quarkusio/quarkus/pull/22179 | https://github.com/quarkusio/quarkus/pull/22179 | 1 | fixes | NPE in SmallRyeGraphQLProcessor#buildExecutionService when using quarkus-smallrye-graphql and quarkus-jdbc-oracle | ### Describe the bug
NPE in SmallRyeGraphQLProcessor#buildExecutionService when using `quarkus-smallrye-graphql` and `quarkus-jdbc-oracle`
Regression in Quarkus 2.5.2.Final.
```
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.qu... | 5f817a1c8d0faddd07da1a78fc69037fdc096bf6 | 358305c33df3d9bfc21c9dc661ea0f2f06e61eca | https://github.com/quarkusio/quarkus/compare/5f817a1c8d0faddd07da1a78fc69037fdc096bf6...358305c33df3d9bfc21c9dc661ea0f2f06e61eca | diff --git a/extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java b/extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java
index ffe95cb2673..84058828434 100644
--- a/extensions/smallr... | ['extensions/smallrye-graphql/deployment/src/main/java/io/quarkus/smallrye/graphql/deployment/SmallRyeGraphQLProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 18,951,222 | 3,670,671 | 482,683 | 4,707 | 611 | 112 | 10 | 1 | 2,635 | 179 | 665 | 75 | 1 | 2 | 2021-12-14T07:59:29 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,560 | quarkusio/quarkus/22168/22167 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/22167 | https://github.com/quarkusio/quarkus/pull/22168 | https://github.com/quarkusio/quarkus/pull/22168 | 1 | fixes | quarkus-neo4j requires docker even if devservices are disabled | ### Describe the bug
quarkus-neo4j requires docker even if devservices are disabled
```
mvn quarkus:dev -Dquarkus.devservices.enabled=false
...
2021-12-13 21:07:55,423 INFO [com.git.doc.zer.sha.org.apa.hc.cli.htt.imp.cla.HttpRequestRetryExec] (ducttape-0) Recoverable I/O exception (java.io.IOException) caught... | 1e34199f2361c95dfce7060bab3afd735760645f | 27dde975f6e669f416eb6c08410f075202092d95 | https://github.com/quarkusio/quarkus/compare/1e34199f2361c95dfce7060bab3afd735760645f...27dde975f6e669f416eb6c08410f075202092d95 | diff --git a/extensions/neo4j/deployment/src/main/java/io/quarkus/neo4j/deployment/Neo4jDevServicesProcessor.java b/extensions/neo4j/deployment/src/main/java/io/quarkus/neo4j/deployment/Neo4jDevServicesProcessor.java
index 946b5ce0eec..7abda98f407 100644
--- a/extensions/neo4j/deployment/src/main/java/io/quarkus/neo4j/... | ['extensions/neo4j/deployment/src/main/java/io/quarkus/neo4j/deployment/Neo4jDevServicesProcessor.java', 'extensions/neo4j/deployment/src/test/java/io/quarkus/neo4j/deployment/Neo4jDevModeTests.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 19,208,619 | 3,734,960 | 491,951 | 5,052 | 877 | 189 | 20 | 1 | 2,363 | 218 | 656 | 54 | 1 | 1 | 2021-12-13T21:38:09 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,561 | quarkusio/quarkus/22037/21864 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/21864 | https://github.com/quarkusio/quarkus/pull/22037 | https://github.com/quarkusio/quarkus/pull/22037 | 1 | resolves | Qute: extension tags not registered | ### Describe the bug
I just tried the latest Quarkus/Qute to see if it would pick up my Vixen extension tags, declared in `extensions/vixen/runtime/src/main/resources/templates/tags` (in the runtime module) and they're not visible to the user application, I'm getting errors.
Perhaps I'm doing it wrong and they need... | 963e380f19aa087f1973ff9b5fd8d496aae9a5f4 | 965ec14aee9eb8e4a8aa5668d7e337f1f9785cd1 | https://github.com/quarkusio/quarkus/compare/963e380f19aa087f1973ff9b5fd8d496aae9a5f4...965ec14aee9eb8e4a8aa5668d7e337f1f9785cd1 | diff --git a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java b/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java
index 3594df36ea8..1b91ef972fe 100644
--- a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java
... | ['extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/devconsole/QuteDevConsoleProcessor.java', 'extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/TemplatePathBuildItem.java', 'extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 18,981,616 | 3,676,533 | 483,538 | 4,731 | 4,942 | 816 | 92 | 3 | 798 | 120 | 187 | 41 | 0 | 0 | 2021-12-08T15:17: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,562 | quarkusio/quarkus/22036/21858 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/21858 | https://github.com/quarkusio/quarkus/pull/22036 | https://github.com/quarkusio/quarkus/pull/22036 | 1 | resolves | Qute: bug in expression parser with spaces | ### Describe the bug
I can call a tag with no spaces between parameters of the following method call:
```html
{#form uri:PersonOrGroups.accept(personOrGroup.id,global:requestUrl)}
{/form}
```
But if I add a space between the parameters:
```html
{#form uri:PersonOrGroups... | a95ed4536b15ef6d389fc290b766a050f586ff53 | 7e5f3e4480537e888ddd11c32d7f77cbb5af596e | https://github.com/quarkusio/quarkus/compare/a95ed4536b15ef6d389fc290b766a050f586ff53...7e5f3e4480537e888ddd11c32d7f77cbb5af596e | diff --git a/independent-projects/qute/core/src/main/java/io/quarkus/qute/Parser.java b/independent-projects/qute/core/src/main/java/io/quarkus/qute/Parser.java
index fa4461a393a..f3a873c62c5 100644
--- a/independent-projects/qute/core/src/main/java/io/quarkus/qute/Parser.java
+++ b/independent-projects/qute/core/src/m... | ['independent-projects/qute/core/src/test/java/io/quarkus/qute/ExpressionTest.java', 'independent-projects/qute/core/src/main/java/io/quarkus/qute/Parser.java', 'independent-projects/qute/core/src/test/java/io/quarkus/qute/ParserTest.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 18,954,298 | 3,671,548 | 482,876 | 4,725 | 445 | 78 | 9 | 1 | 1,864 | 154 | 463 | 70 | 0 | 3 | 2021-12-08T14:28: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,563 | quarkusio/quarkus/21986/21984 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/21984 | https://github.com/quarkusio/quarkus/pull/21986 | https://github.com/quarkusio/quarkus/pull/21986 | 1 | fixes | OIDC closes its client after a successful JWK set read when the discovery is disabled | ### Describe the bug
@FroMage has discovered this bug.
As it happens this very code is tested to verify that if the JWK set read fails when the discovery is disabled then the recovery will be attempted during the client request. And all works - because an OIDC `service` application is tested and once JWKs are in, n... | 28207e2b3f0790ef584e36219fedf641530193b2 | 3b1a63570239097a667d1b12166d57cc69d8eb74 | https://github.com/quarkusio/quarkus/compare/28207e2b3f0790ef584e36219fedf641530193b2...3b1a63570239097a667d1b12166d57cc69d8eb74 | 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 051fdbe3a86..2d4cf94ef62 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 | 19,663,277 | 3,821,924 | 503,633 | 5,125 | 148 | 26 | 3 | 2 | 911 | 148 | 210 | 43 | 0 | 0 | 2021-12-07T11:31: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,564 | quarkusio/quarkus/21971/21949 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/21949 | https://github.com/quarkusio/quarkus/pull/21971 | https://github.com/quarkusio/quarkus/pull/21971 | 1 | fixes | MongoDB BsonDateTime is not in the Jandex index | ### Describe the bug
When building a Quarkus application that is using mongodb-client and mongodb-panache extentions, ReflectiveHierarchyStep outputs:
```
WARN [io.qua.dep.ste.ReflectiveHierarchyStep] (build-7) Unable to properly register the hierarchy of the following classes for reflection as they are not in ... | 79e84c8693421244a63fd18d478b6ee8b44561f6 | 728a6c0d752ba447034d866fcb8b385b772f701c | https://github.com/quarkusio/quarkus/compare/79e84c8693421244a63fd18d478b6ee8b44561f6...728a6c0d752ba447034d866fcb8b385b772f701c | diff --git a/extensions/panache/mongodb-panache-common/deployment/src/main/java/io/quarkus/mongodb/panache/deployment/BasePanacheMongoResourceProcessor.java b/extensions/panache/mongodb-panache-common/deployment/src/main/java/io/quarkus/mongodb/panache/deployment/BasePanacheMongoResourceProcessor.java
index f7a190cf027... | ['extensions/panache/mongodb-panache-common/deployment/src/main/java/io/quarkus/mongodb/panache/deployment/BasePanacheMongoResourceProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 19,645,641 | 3,818,068 | 503,283 | 5,123 | 561 | 112 | 7 | 1 | 2,261 | 255 | 569 | 92 | 0 | 5 | 2021-12-06T19:43: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,212 | quarkusio/quarkus/32717/32666 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32666 | https://github.com/quarkusio/quarkus/pull/32717 | https://github.com/quarkusio/quarkus/pull/32717 | 1 | fixes | Get java.nio.file.InvalidPathException on Windows when compile Quarkus 3.0.0.Final Spring Cloud Config Client | ### Describe the bug
mvn -e -Pquick-build
```log
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project quarkus-spring-cloud-config-client: Fatal error compiling: java.nio.file.InvalidPathException: Illegal char <<> at index 106: @io.smallrye.co... | 89ca6e7913365f3b6407da18ae9b8ecdce8472c2 | 3e87a015d922cdddd8b5d2a9c921455a6692c31d | https://github.com/quarkusio/quarkus/compare/89ca6e7913365f3b6407da18ae9b8ecdce8472c2...3e87a015d922cdddd8b5d2a9c921455a6692c31d | diff --git a/core/processor/src/main/java/io/quarkus/annotation/processor/generate_doc/ConfigDocItemFinder.java b/core/processor/src/main/java/io/quarkus/annotation/processor/generate_doc/ConfigDocItemFinder.java
index 26035efd27f..0e5c0643f18 100644
--- a/core/processor/src/main/java/io/quarkus/annotation/processor/ge... | ['core/processor/src/main/java/io/quarkus/annotation/processor/generate_doc/ConfigDocItemFinder.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,290,311 | 5,185,836 | 669,061 | 6,199 | 640 | 116 | 14 | 1 | 16,647 | 689 | 3,881 | 216 | 1 | 1 | 2023-04-18T10:10: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,210 | quarkusio/quarkus/32752/32724 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32724 | https://github.com/quarkusio/quarkus/pull/32752 | https://github.com/quarkusio/quarkus/pull/32752 | 1 | fix | Undertow: Servlet context path failing with `_static` directory | ### Describe the bug
Running PrimeFaces Integration Tests with 999-SNAPSHOT nightly gets this..
```
An error occured while initializing MyFaces:
Unable to get listed resource _static from directory for path from underlying manager io.undertow.server.handlers.resource.ClassPathResourceManager@35c3d6e8
```
... | a26b6ec6be9bfda0d9225f62f767d304ff3e599c | 82cb5edc3a65cf190cf9c7aa224495a2ab5d486e | https://github.com/quarkusio/quarkus/compare/a26b6ec6be9bfda0d9225f62f767d304ff3e599c...82cb5edc3a65cf190cf9c7aa224495a2ab5d486e | diff --git a/extensions/undertow/spi/src/main/java/io/quarkus/undertow/deployment/UndertowStaticResourcesBuildStep.java b/extensions/undertow/spi/src/main/java/io/quarkus/undertow/deployment/UndertowStaticResourcesBuildStep.java
index f0db4f8b070..5846c627da3 100644
--- a/extensions/undertow/spi/src/main/java/io/quarku... | ['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/classloading/QuarkusClassLoader.java', 'extensions/undertow/spi/src/main/java/io/quarkus/undertow/deployment/UndertowStaticResourcesBuildStep.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 26,301,098 | 5,187,902 | 669,324 | 6,200 | 1,807 | 346 | 28 | 2 | 1,301 | 139 | 339 | 49 | 2 | 2 | 2023-04-19T08:03: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,208 | quarkusio/quarkus/32754/32696 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32696 | https://github.com/quarkusio/quarkus/pull/32754 | https://github.com/quarkusio/quarkus/pull/32754 | 1 | fix | Quarkus returns 404 on OPTIONS request for the static resources | ### Describe the bug
I have static resources under the `/src/resources/META-INF/resources` folder (ex.: /src/resources/META-INF/resources/img/document.png.
When I make a GET call for the resource - Qurkus responds with 200 OK and returns the resource
But when I make an OPTIONS call for the same resource - Quarkus ... | bc8fb84fe2b6d027e55dc92c4413e2cda92a0d4a | 703ae09c3cdf7a18a3cc047f2e1eef986eae801a | https://github.com/quarkusio/quarkus/compare/bc8fb84fe2b6d027e55dc92c4413e2cda92a0d4a...703ae09c3cdf7a18a3cc047f2e1eef986eae801a | diff --git a/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/StaticResourcesRecorder.java b/extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/StaticResourcesRecorder.java
index a6a841e585b..7738d9bfe34 100644
--- a/extensions/vertx-http/runtime/src/main/java/io/quarkus/... | ['extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/StaticResourcesRecorder.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,301,098 | 5,187,902 | 669,324 | 6,200 | 50 | 9 | 1 | 1 | 1,733 | 210 | 430 | 61 | 0 | 2 | 2023-04-19T08:50: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,551 | quarkusio/quarkus/22403/22097 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/22097 | https://github.com/quarkusio/quarkus/pull/22403 | https://github.com/quarkusio/quarkus/pull/22403 | 1 | fixes | integration-tests/awt fails with latest GraalVM 22.1-dev | ### Describe the bug
After the merge of https://github.com/quarkusio/quarkus/pull/20850 integration-tests/awt fails with latest GraalVM 22.0-dev
See https://github.com/oracle/graal/runs/4452553267?check_suite_focus=true#step:8:407
### Expected behavior
Test should pass.
### Actual behavior
Test fails with:
`... | d9f25a2216c02ce63d7d6bbb11da6c79501cc39f | f07a9e7a51a024b53dee5b7b298acc111705db05 | https://github.com/quarkusio/quarkus/compare/d9f25a2216c02ce63d7d6bbb11da6c79501cc39f...f07a9e7a51a024b53dee5b7b298acc111705db05 | diff --git a/extensions/awt/runtime/src/main/java/io/quarkus/awt/runtime/JDKSubstitutions.java b/extensions/awt/runtime/src/main/java/io/quarkus/awt/runtime/JDKSubstitutions.java
index 4b8bef90827..cccab5cfe9a 100644
--- a/extensions/awt/runtime/src/main/java/io/quarkus/awt/runtime/JDKSubstitutions.java
+++ b/extension... | ['extensions/awt/runtime/src/main/java/io/quarkus/awt/runtime/JDKSubstitutions.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 19,000,164 | 3,680,292 | 483,913 | 4,714 | 377 | 62 | 5 | 1 | 2,288 | 236 | 601 | 59 | 3 | 1 | 2021-12-20T16:14: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,207 | quarkusio/quarkus/32757/32755 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32755 | https://github.com/quarkusio/quarkus/pull/32757 | https://github.com/quarkusio/quarkus/pull/32757 | 1 | fixes | [Quarkus 3.0.0.CR2] [quarkus-mailer] NullPointerException when sending with MailTemplateInstance | ### Description
Hello,
when sending an email with:
@CheckedTemplate
static class Templates {
public static native MailTemplate.MailTemplateInstance mailTemplate(String something);
}
via
`Templates.mailTemplate("This is an email").to("test@email.org").subject("Something happened").s... | e21d108afef6bf1aa5da6b70d539aa0f57b2b791 | 5e58d94aed9b52b07d83010d15bbc5864b5c655e | https://github.com/quarkusio/quarkus/compare/e21d108afef6bf1aa5da6b70d539aa0f57b2b791...5e58d94aed9b52b07d83010d15bbc5864b5c655e | diff --git a/extensions/mailer/deployment/src/main/java/io/quarkus/mailer/deployment/MailerProcessor.java b/extensions/mailer/deployment/src/main/java/io/quarkus/mailer/deployment/MailerProcessor.java
index 4d5dc582cf7..26efb777517 100644
--- a/extensions/mailer/deployment/src/main/java/io/quarkus/mailer/deployment/Mai... | ['extensions/mailer/deployment/src/main/java/io/quarkus/mailer/deployment/MailerProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,301,098 | 5,187,902 | 669,324 | 6,200 | 451 | 93 | 6 | 1 | 5,879 | 196 | 1,418 | 89 | 0 | 0 | 2023-04-19T09:49:32 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,565 | quarkusio/quarkus/21947/21946 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/21946 | https://github.com/quarkusio/quarkus/pull/21947 | https://github.com/quarkusio/quarkus/pull/21947 | 1 | resolves | StringIndexOutOfBoundsException in invalid parameter declaration Qute parsing | ### Describe the bug
Given this Qute template:
```
{@
}
```
When Qute parse this invalid content, it throws:
```
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: begin 1, end -1, length 1
at java.base/java.lang.String.checkBoundsBeginEnd(String.java:3319)
at java.base/java.lang.... | 4757a61b87556c456724ef63f9b8fd8068b8eacd | 6fdfa378438c2de195149409390237d4048d300d | https://github.com/quarkusio/quarkus/compare/4757a61b87556c456724ef63f9b8fd8068b8eacd...6fdfa378438c2de195149409390237d4048d300d | diff --git a/independent-projects/qute/core/src/main/java/io/quarkus/qute/Parser.java b/independent-projects/qute/core/src/main/java/io/quarkus/qute/Parser.java
index b69b5e9100c..fa4461a393a 100644
--- a/independent-projects/qute/core/src/main/java/io/quarkus/qute/Parser.java
+++ b/independent-projects/qute/core/src/m... | ['independent-projects/qute/core/src/main/java/io/quarkus/qute/Parser.java', 'independent-projects/qute/core/src/test/java/io/quarkus/qute/ParserTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 19,655,104 | 3,819,887 | 503,498 | 5,124 | 513 | 105 | 9 | 1 | 1,880 | 170 | 466 | 76 | 0 | 4 | 2021-12-06T11:27:54 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,194 | quarkusio/quarkus/33302/33284 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33284 | https://github.com/quarkusio/quarkus/pull/33302 | https://github.com/quarkusio/quarkus/pull/33302 | 1 | fix | quarkus with kubernetes and mongodb liquibase generate Job with name always the same | ### Describe the bug
Quarkus service with kubernetes and mongodb-liquibase extensions is generating deployment file with Job for running liquibase scripts. Job name is always `liquibase-mongodb-init`. Deploying 1 service is successfull. Deploying multiple services lead to error:
```
Job.batch "liquibase-mongodb-ini... | 936737b1243c84f08a7139416c74e9474defdbf4 | 5e6f02d0302392fe543540e1acc7f77353b72d1f | https://github.com/quarkusio/quarkus/compare/936737b1243c84f08a7139416c74e9474defdbf4...5e6f02d0302392fe543540e1acc7f77353b72d1f | diff --git a/extensions/flyway/deployment/src/main/java/io/quarkus/flyway/FlywayProcessor.java b/extensions/flyway/deployment/src/main/java/io/quarkus/flyway/FlywayProcessor.java
index ce3fa9db00e..aa879715824 100644
--- a/extensions/flyway/deployment/src/main/java/io/quarkus/flyway/FlywayProcessor.java
+++ b/extension... | ['extensions/liquibase-mongodb/deployment/src/main/java/io/quarkus/liquibase/mongodb/deployment/LiquibaseMongodbProcessor.java', 'extensions/flyway/deployment/src/main/java/io/quarkus/flyway/FlywayProcessor.java', 'extensions/liquibase/deployment/src/main/java/io/quarkus/liquibase/deployment/LiquibaseProcessor.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 26,501,372 | 5,226,683 | 673,918 | 6,227 | 922 | 193 | 15 | 3 | 5,868 | 307 | 1,583 | 46 | 0 | 1 | 2023-05-11T10:31: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,195 | quarkusio/quarkus/33300/33206 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33206 | https://github.com/quarkusio/quarkus/pull/33300 | https://github.com/quarkusio/quarkus/pull/33300 | 1 | fixes | Using duration with hibernate and postgres interval leads to error in native mode | ### Describe the bug
Using hibernate with duration, which now with hibernate 6.2 uses the postgres interval type leads to an error due to `PGInterval` not correctly registered for reflection:
```
Caused by: org.postgresql.util.PSQLException: Failed to create object for: interval.
at org.postgresql.jdbc.PgConnect... | 8ac1024e4b1ff980adf18f0e5560d9bf9337ae0d | 214761792d5e132c28562e39e3414f2439f6b6fc | https://github.com/quarkusio/quarkus/compare/8ac1024e4b1ff980adf18f0e5560d9bf9337ae0d...214761792d5e132c28562e39e3414f2439f6b6fc | diff --git a/extensions/jdbc/jdbc-postgresql/deployment/src/main/java/io/quarkus/jdbc/postgresql/deployment/PostgreSQLJDBCReflections.java b/extensions/jdbc/jdbc-postgresql/deployment/src/main/java/io/quarkus/jdbc/postgresql/deployment/PostgreSQLJDBCReflections.java
index e0e455bb140..6b351c42071 100644
--- a/extension... | ['integration-tests/jpa-postgresql/src/main/java/io/quarkus/it/jpa/postgresql/Person.java', 'integration-tests/jpa-postgresql/src/main/java/io/quarkus/it/jpa/postgresql/JPAFunctionalityTestEndpoint.java', 'extensions/jdbc/jdbc-postgresql/deployment/src/main/java/io/quarkus/jdbc/postgresql/deployment/PostgreSQLJDBCRefle... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 26,820,998 | 5,290,696 | 681,313 | 6,285 | 1,380 | 284 | 21 | 1 | 1,941 | 154 | 465 | 58 | 0 | 1 | 2023-05-11T09:49: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,196 | quarkusio/quarkus/33252/33006 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33006 | https://github.com/quarkusio/quarkus/pull/33252 | https://github.com/quarkusio/quarkus/pull/33252 | 1 | fix | get NPE when force restarting with kubernets dev service running | ### Describe the bug
startup with kubernets-cliet devservice.
Then press 's' for forced restart and I get this error:
```
2023-04-29 01:15:23,961 ERROR [io.qua.kub.cli.dep.DevServicesKubernetesProcessor] (build-5) Failed to stop the Kubernetes cluster [Error Occurred After Shutdown]: java.lang.NullPointerExcep... | 5611919e07deb189c5d414c36a91a432ce9431b2 | 885a3cf640837cbe57a9808d8d0ed42ec21efbe4 | https://github.com/quarkusio/quarkus/compare/5611919e07deb189c5d414c36a91a432ce9431b2...885a3cf640837cbe57a9808d8d0ed42ec21efbe4 | diff --git a/extensions/kubernetes-client/deployment/src/main/java/io/quarkus/kubernetes/client/deployment/DevServicesKubernetesProcessor.java b/extensions/kubernetes-client/deployment/src/main/java/io/quarkus/kubernetes/client/deployment/DevServicesKubernetesProcessor.java
index 54ca2c89d41..b4ffb1df00d 100644
--- a/e... | ['extensions/kubernetes-client/deployment/src/main/java/io/quarkus/kubernetes/client/deployment/DevServicesKubernetesProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,486,946 | 5,224,177 | 673,613 | 6,224 | 93 | 23 | 2 | 1 | 2,218 | 140 | 512 | 59 | 0 | 1 | 2023-05-10T08:55: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,197 | quarkusio/quarkus/33216/33150 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33150 | https://github.com/quarkusio/quarkus/pull/33216 | https://github.com/quarkusio/quarkus/pull/33216 | 1 | fixes | quarkus-hibernate-validator HV000149: http 500 error caused by IllegalArgumentException if accept-language is invalid | ### Describe the bug
Here is a simple endpoint with accept-language header checked with hibernate validator. Header is mandatory and checked with a pattern regex
```java
@GET
@Produces({ "application/json;charset=utf-8" })
public Response hello(@HeaderParam("Accept-Language") @NotNull @Pattern(rege... | d13348b008c5f329333cd6b419b1b7401abade2e | 557058a52dca1e7a54cecc4978ddf48e8b17a22a | https://github.com/quarkusio/quarkus/compare/d13348b008c5f329333cd6b419b1b7401abade2e...557058a52dca1e7a54cecc4978ddf48e8b17a22a | diff --git a/extensions/hibernate-validator/runtime/src/main/java/io/quarkus/hibernate/validator/runtime/locale/AbstractLocaleResolver.java b/extensions/hibernate-validator/runtime/src/main/java/io/quarkus/hibernate/validator/runtime/locale/AbstractLocaleResolver.java
index 9e541214089..2c5674b07e8 100644
--- a/extensi... | ['extensions/smallrye-graphql/runtime/src/main/java/io/quarkus/smallrye/graphql/runtime/SmallRyeGraphQLLocaleResolver.java', 'extensions/hibernate-validator/runtime/src/main/java/io/quarkus/hibernate/validator/runtime/locale/AbstractLocaleResolver.java', 'integration-tests/hibernate-validator/src/test/java/io/quarkus/i... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 26,464,063 | 5,219,973 | 673,013 | 6,219 | 2,025 | 349 | 35 | 2 | 8,561 | 378 | 1,834 | 133 | 1 | 4 | 2023-05-09T09:12: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,198 | quarkusio/quarkus/33140/33170 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33170 | https://github.com/quarkusio/quarkus/pull/33140 | https://github.com/quarkusio/quarkus/pull/33140 | 1 | fixes | Panache Reactive + Reloads | ### Describe the bug
I have a very trivial project using:
```
✬ ArtifactId Extension Name
✬ quarkus-hibernate-reactive-panache Hibernate Reactive with Panache
✬ quarkus-reactive-pg-client Reactive PostgreSQL client
✬ quarkus-resteas... | 0021217a410f873f784e9eeeef406180dc479dcd | fcd28088b154c6bc5c1348e7c018409f4bdbf60d | https://github.com/quarkusio/quarkus/compare/0021217a410f873f784e9eeeef406180dc479dcd...fcd28088b154c6bc5c1348e7c018409f4bdbf60d | diff --git a/extensions/panache/hibernate-reactive-panache-common/deployment/src/main/java/io/quarkus/hibernate/reactive/panache/common/deployment/PanacheJpaCommonResourceProcessor.java b/extensions/panache/hibernate-reactive-panache-common/deployment/src/main/java/io/quarkus/hibernate/reactive/panache/common/deploymen... | ['extensions/panache/hibernate-reactive-panache-common/runtime/src/main/java/io/quarkus/hibernate/reactive/panache/common/runtime/PanacheHibernateRecorder.java', 'extensions/panache/hibernate-reactive-panache-common/deployment/src/main/java/io/quarkus/hibernate/reactive/panache/common/deployment/PanacheJpaCommonResourc... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 26,462,733 | 5,219,695 | 672,990 | 6,219 | 721 | 138 | 21 | 3 | 5,291 | 297 | 1,200 | 121 | 1 | 3 | 2023-05-05T07:01: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,199 | quarkusio/quarkus/33100/33089 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33089 | https://github.com/quarkusio/quarkus/pull/33100 | https://github.com/quarkusio/quarkus/pull/33100 | 1 | fixes | new Info Log since Q3 HHH000157: Lazy property fetching available for | ### Describe the bug
I am currently preparing our migration to quarkus 3.
I noticed a new info log, which was not present in 2.16.6.
Can this please be removed?
This might be distracting in our bigger applications.
```
2023-05-03 10:13:50,149 INFO [org.hib.tup.ent.EntityMetamodel] (JPA Startup Thread) HHH000... | 53a0bc30d63c6f4f72f3c678a3ea3305d4829b89 | 37d2a6c04b1675a8d63ae0d9aa72f24f2e26dfe0 | https://github.com/quarkusio/quarkus/compare/53a0bc30d63c6f4f72f3c678a3ea3305d4829b89...37d2a6c04b1675a8d63ae0d9aa72f24f2e26dfe0 | diff --git a/extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateLogFilterBuildStep.java b/extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateLogFilterBuildStep.java
index 77e9b82f537..46a3844e672 100644
--- a/extensions/hibernate-or... | ['extensions/hibernate-orm/deployment/src/main/java/io/quarkus/hibernate/orm/deployment/HibernateLogFilterBuildStep.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,458,690 | 5,218,972 | 672,897 | 6,218 | 176 | 44 | 2 | 1 | 3,628 | 358 | 1,021 | 100 | 1 | 2 | 2023-05-03T13:38: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,200 | quarkusio/quarkus/33086/33085 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33085 | https://github.com/quarkusio/quarkus/pull/33086 | https://github.com/quarkusio/quarkus/pull/33086 | 1 | fix | quarkus kubernetes creates job with unsupported `on spec.completionMode` | ### Describe the bug
Project containing kubernetes and liquibase extensions creates kubernetes.yml deployment file. Liquibase migration scripts are run inside job defined in this file as following:
```apiVersion: batch/v1
kind: Job
metadata:
name: liquibase-mongodb-init
spec:
completionMode: OnFailure
```
... | 6d6ff21d78a944ab9b59ca4c189e36e4156e1444 | adb04e996d20c77c5e9edbf089afe5b68265a148 | https://github.com/quarkusio/quarkus/compare/6d6ff21d78a944ab9b59ca4c189e36e4156e1444...adb04e996d20c77c5e9edbf089afe5b68265a148 | diff --git a/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/CreateJobResourceFromImageDecorator.java b/extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/CreateJobResourceFromImageDecorator.java
index 307f810095e..c69ca855c51 100644
--- a/ext... | ['extensions/kubernetes/vanilla/deployment/src/main/java/io/quarkus/kubernetes/deployment/CreateJobResourceFromImageDecorator.java', 'integration-tests/kubernetes/quarkus-standard-way/src/test/java/io/quarkus/it/kubernetes/KubernetesWithFlywayInitTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 26,458,690 | 5,218,972 | 672,897 | 6,218 | 452 | 88 | 6 | 1 | 1,465 | 174 | 407 | 50 | 1 | 1 | 2023-05-03T09:43: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,201 | quarkusio/quarkus/33084/32990 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32990 | https://github.com/quarkusio/quarkus/pull/33084 | https://github.com/quarkusio/quarkus/pull/33084 | 1 | fixes | ClassNotFoundException when scheduler calls static @Transactional PanacheEntity method | ### Describe the bug
The following method cannot be called from a `@Scheduled` annotated method, if the entity class is imported from a lib and not part of the same source:
```java
@Entity
public class ExternalEntity extends PanacheEntity {
...
@Transactional
public static long doStuff() { ... }
}
... | 6d6ff21d78a944ab9b59ca4c189e36e4156e1444 | fd48630e1e28a13731d3268d6e2cc0ff6492b0be | https://github.com/quarkusio/quarkus/compare/6d6ff21d78a944ab9b59ca4c189e36e4156e1444...fd48630e1e28a13731d3268d6e2cc0ff6492b0be | diff --git a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/staticmethods/InterceptedStaticMethodBuildItem.java b/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/staticmethods/InterceptedStaticMethodBuildItem.java
index 991405d1cfd..bc565c4bf15 100644
--- a/extensions/arc/deployment... | ['extensions/arc/runtime/src/main/java/io/quarkus/arc/runtime/InterceptedStaticMethodsRecorder.java', 'extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/staticmethods/InterceptedStaticMethodsProcessor.java', 'extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/staticmethods/InterceptedStat... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 26,458,690 | 5,218,972 | 672,897 | 6,218 | 3,280 | 579 | 52 | 3 | 4,850 | 276 | 1,167 | 98 | 1 | 3 | 2023-05-03T09:08: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,202 | quarkusio/quarkus/33042/33007 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33007 | https://github.com/quarkusio/quarkus/pull/33042 | https://github.com/quarkusio/quarkus/pull/33042 | 1 | fix | kubernetes dev service weird error when flavor is kind and setting api value | ### Describe the bug
```
quarkus.kubernetes-client.devservices.flavor=kind
quarkus.kubernetes-client.devservices.api-version=1.22
```
gives:
```
2023-04-29 01:18:07,639 INFO [org.tes.uti.ImageNameSubstitutor] (build-4) Image name substitution will be performed by: DefaultImageNameSubstitutor (composite of '... | 8dd43a487db045d7ad3b0bd9edb33385eb95f24b | 4e32f4a617cb50168a27fe0ac4c07d249266cef6 | https://github.com/quarkusio/quarkus/compare/8dd43a487db045d7ad3b0bd9edb33385eb95f24b...4e32f4a617cb50168a27fe0ac4c07d249266cef6 | diff --git a/extensions/kubernetes-client/deployment/src/main/java/io/quarkus/kubernetes/client/deployment/DevServicesKubernetesProcessor.java b/extensions/kubernetes-client/deployment/src/main/java/io/quarkus/kubernetes/client/deployment/DevServicesKubernetesProcessor.java
index 8deaab773cc..48e507f6126 100644
--- a/e... | ['extensions/kubernetes-client/deployment/src/main/java/io/quarkus/kubernetes/client/deployment/DevServicesKubernetesProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,449,217 | 5,217,170 | 672,745 | 6,218 | 1,959 | 324 | 23 | 1 | 9,806 | 389 | 2,254 | 142 | 0 | 2 | 2023-05-02T10:13:19 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,203 | quarkusio/quarkus/32935/32927 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32927 | https://github.com/quarkusio/quarkus/pull/32935 | https://github.com/quarkusio/quarkus/pull/32935 | 1 | fix | RESTEasy Rective rest client injection into resource fails in native mode over NoSuchMethodException | ### Describe the bug
I have RR app and rest client injection into resource in native mode fails.
```Java
@Inject
@RestClient
MultipartService service;
```
It worked with 3.0.1.Final.
### Expected behavior
Rest client injection to the resource works.
### Actual behavior
```
20:37:40... | 2c39693556444f5d0ab9677445b8dd358c34f196 | 985f9daac6be97b9e971c781a77a46ca40066db9 | https://github.com/quarkusio/quarkus/compare/2c39693556444f5d0ab9677445b8dd358c34f196...985f9daac6be97b9e971c781a77a46ca40066db9 | diff --git a/extensions/resteasy-reactive/rest-client-reactive/deployment/src/main/java/io/quarkus/rest/client/reactive/deployment/RestClientReactiveProcessor.java b/extensions/resteasy-reactive/rest-client-reactive/deployment/src/main/java/io/quarkus/rest/client/reactive/deployment/RestClientReactiveProcessor.java
ind... | ['extensions/resteasy-reactive/rest-client-reactive/deployment/src/main/java/io/quarkus/rest/client/reactive/deployment/RestClientReactiveProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,431,910 | 5,213,834 | 672,419 | 6,217 | 721 | 130 | 15 | 1 | 7,101 | 391 | 2,124 | 103 | 0 | 2 | 2023-04-27T03:14:01 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,205 | quarkusio/quarkus/32812/32210 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32210 | https://github.com/quarkusio/quarkus/pull/32812 | https://github.com/quarkusio/quarkus/pull/32812 | 1 | fixes | Use of the `quarkus-opentelemetry` extension yields config warnings | ### Describe the bug
When running the `opentelemetr-quickstart` using Quarkus from 2d2e1cf4d3c15c250fdd960f868371757b5f77fe, one seems the following warnings:
```posh
2023-03-29 11:14:50,109 WARN [io.qua.config] (Quarkus Main Thread) Unrecognized configuration key "quarkus.opentelemetry.tracer.enabled" was prov... | d1c71a8e9c6222b8b52e32c47ae515ef60e05341 | b12088147b80748c5388b00a9a410bb26658e1c0 | https://github.com/quarkusio/quarkus/compare/d1c71a8e9c6222b8b52e32c47ae515ef60e05341...b12088147b80748c5388b00a9a410bb26658e1c0 | diff --git a/extensions/opentelemetry/deployment/src/test/java/io/quarkus/opentelemetry/deployment/OpenTelemetryLegacyConfigurationTest.java b/extensions/opentelemetry/deployment/src/test/java/io/quarkus/opentelemetry/deployment/OpenTelemetryLegacyConfigurationTest.java
index 79cd04d59c3..6ae06be3500 100644
--- a/exten... | ['extensions/opentelemetry/runtime/src/main/java/io/quarkus/opentelemetry/runtime/config/OtelConfigRelocateConfigSourceInterceptor.java', 'extensions/opentelemetry/deployment/src/test/java/io/quarkus/opentelemetry/deployment/OpenTelemetryLegacyConfigurationTest.java', 'extensions/opentelemetry/runtime/src/main/java/io/... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 26,371,882 | 5,201,916 | 670,982 | 6,210 | 3,534 | 821 | 53 | 2 | 1,637 | 203 | 443 | 47 | 1 | 1 | 2023-04-20T23:43: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,206 | quarkusio/quarkus/32762/32690 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/32690 | https://github.com/quarkusio/quarkus/pull/32762 | https://github.com/quarkusio/quarkus/pull/32762 | 1 | fix | Quarkus dev mode is not working with a certain type of folder tree due to dependency injection | ### Describe the bug
I found a very odd bug. I have a multimodule project and I use maven. I have 2 modules, A and B, with B depending on A. A contains a @ApplicationScoped annotated bean.
If I use this tree, everything is fine:
```
- pom.xml
- A folder
- pom.xml
- B folder
- pom.xml
```
But if I use... | eaf0e8d631b73ea7b63216fbe1ee387af5fc72e9 | 66b06bb1c11f66da9912997f7e1b081073c8d4d4 | https://github.com/quarkusio/quarkus/compare/eaf0e8d631b73ea7b63216fbe1ee387af5fc72e9...66b06bb1c11f66da9912997f7e1b081073c8d4d4 | diff --git a/independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/workspace/WorkspaceLoader.java b/independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/workspace/WorkspaceLoader.java
index 0cab46d8b25..d3772143e0d 100644
--- a/indepen... | ['independent-projects/bootstrap/maven-resolver/src/main/java/io/quarkus/bootstrap/resolver/maven/workspace/WorkspaceLoader.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,302,966 | 5,188,238 | 669,363 | 6,200 | 340 | 62 | 6 | 1 | 3,522 | 388 | 913 | 87 | 1 | 4 | 2023-04-19T12:53: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,162 | quarkusio/quarkus/33924/33875 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33875 | https://github.com/quarkusio/quarkus/pull/33924 | https://github.com/quarkusio/quarkus/pull/33924 | 1 | fix | quarkus-rest-client-reactive-jaxb does not support direct marshalling of JAXBElement<T> | ### Describe the bug
After writing the below explanation, I'm unsure if this should have been filed as a _Feature request_ or I'm just pointing out an implicit inconsistency in the support of JAXB. But anyway:
I'm doing a port of an old SB/camel service and I'm defining a REST client interface and need XML serialis... | 44cea45a45c8b1afa8f5f501d55b42db32c35936 | a8c3c5aa7bbc5f348b624c2cfeab87e423d83141 | https://github.com/quarkusio/quarkus/compare/44cea45a45c8b1afa8f5f501d55b42db32c35936...a8c3c5aa7bbc5f348b624c2cfeab87e423d83141 | diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive-jaxb/deployment/src/test/java/io/quarkus/resteasy/reactive/jaxb/deployment/test/SimpleXmlTest.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive-jaxb/deployment/src/test/java/io/quarkus/resteasy/reactive/jaxb/deployment/test/SimpleXmlTest.ja... | ['extensions/resteasy-reactive/quarkus-resteasy-reactive-jaxb/runtime/src/main/java/io/quarkus/resteasy/reactive/jaxb/runtime/serialisers/ServerJaxbMessageBodyWriter.java', 'extensions/resteasy-reactive/rest-client-reactive-jaxb/deployment/src/test/java/io/quarkus/rest/client/reactive/jaxb/test/SimpleJaxbTest.java', 'e... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 26,835,262 | 5,293,430 | 681,519 | 6,284 | 1,356 | 263 | 22 | 2 | 4,112 | 420 | 1,015 | 95 | 5 | 5 | 2023-06-09T05:29:03 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,160 | quarkusio/quarkus/33970/33966 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33966 | https://github.com/quarkusio/quarkus/pull/33970 | https://github.com/quarkusio/quarkus/pull/33970 | 1 | fixes | Quarkus crashing with dev-mode with Qute (on a specific situation) | ### Describe the bug
```
java.lang.ClassNotFoundException: io.quarkus.qute.runtime.extensions.NumberTemplateExtensions_Extension_ValueResolver_mod_bd066910099671b808afec3771a44518fddd2bc9
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.Cl... | 35e0f9c21c1e0a7f994d5b4fd590280a23693600 | 1cbfb462c4777bcf3fa349b4c7856c2bbb6dd9df | https://github.com/quarkusio/quarkus/compare/35e0f9c21c1e0a7f994d5b4fd590280a23693600...1cbfb462c4777bcf3fa349b4c7856c2bbb6dd9df | diff --git a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java b/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java
index e362d555376..11047be4925 100644
--- a/extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java
... | ['extensions/qute/deployment/src/main/java/io/quarkus/qute/deployment/QuteProcessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,830,597 | 5,292,355 | 681,383 | 6,279 | 212 | 34 | 6 | 1 | 2,860 | 158 | 694 | 72 | 1 | 1 | 2023-06-12T08:15: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,532 | quarkusio/quarkus/22850/22847 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/22847 | https://github.com/quarkusio/quarkus/pull/22850 | https://github.com/quarkusio/quarkus/pull/22850 | 1 | fix | RESTEasy Reactive: null fields in multipart responses cause NullPointerException | ### Describe the bug
When trying to return a multipart response with null fields (see the code below), MultipartMessageBodyWriter throws a NullPointerException
### Expected behavior
_No response_
### Actual behavior
```java
2022-01-12 23:13:34,634 ERROR [io.qua.ver.htt.run.QuarkusErrorHandler] (executor-thread-0)... | a02661469ef1764127e74e7e5f10847e279e19c9 | d3e3ad5c3668f3652ff2748989c1796514941244 | https://github.com/quarkusio/quarkus/compare/a02661469ef1764127e74e7e5f10847e279e19c9...d3e3ad5c3668f3652ff2748989c1796514941244 | diff --git a/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/multipart/MultipartOutputResource.java b/extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/multipart/MultipartOutpu... | ['extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment/src/test/java/io/quarkus/resteasy/reactive/server/test/multipart/MultipartOutputUsingBlockingEndpointsTest.java', 'independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/core/multipart/MultipartMessageBod... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 19,227,578 | 3,724,492 | 490,135 | 4,758 | 1,620 | 278 | 30 | 1 | 4,547 | 301 | 1,121 | 108 | 0 | 2 | 2022-01-13T07:19: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,153 | quarkusio/quarkus/34105/34104 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/34104 | https://github.com/quarkusio/quarkus/pull/34105 | https://github.com/quarkusio/quarkus/pull/34105 | 1 | fixes | OIDC will request UserInfo and TokenIntrospection even if they are cached | ### Describe the bug
Users have discovered that even if OIDC caches UserInfo it will still request UserInfo remotely, thus making cache ineffective as far as the performance savings are concerned. Same applies to caching TokenIntrospection
### Expected behavior
If UserInfo is required and the cache is enabled then r... | 4cc7319595df7b3bfe4bed09d1848777d17f3886 | e2cb17cf9ca1d5c05ec2786f41b796e18e823544 | https://github.com/quarkusio/quarkus/compare/4cc7319595df7b3bfe4bed09d1848777d17f3886...e2cb17cf9ca1d5c05ec2786f41b796e18e823544 | diff --git a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcIdentityProvider.java b/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcIdentityProvider.java
index 2202a7cc74a..5d61792865d 100644
--- a/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcIdentityProvider.ja... | ['integration-tests/oidc-wiremock/src/test/java/io/quarkus/it/keycloak/CodeFlowAuthorizationTest.java', 'extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/OidcIdentityProvider.java', 'integration-tests/oidc-wiremock/src/main/java/io/quarkus/it/keycloak/CodeFlowUserInfoResource.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 26,896,738 | 5,305,205 | 682,822 | 6,291 | 1,402 | 233 | 22 | 1 | 909 | 142 | 192 | 39 | 0 | 0 | 2023-06-16T17:49: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,154 | quarkusio/quarkus/34092/34087 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/34087 | https://github.com/quarkusio/quarkus/pull/34092 | https://github.com/quarkusio/quarkus/pull/34092 | 1 | fixes | quarkus run not working for gradle | ### Describe the bug
quarkus run does not work with gradle apps.
### Expected behavior
_No response_
### Actual behavior
_No response_
### How to Reproduce?
```
jbang app install --name qss io.quarkus:quarkus-cli:999-SNAPSHOT:runner
qss create app --gradle -P io.quarkus:quarkus-bom:999-SNAPSH... | 388cdf961a90be64ff1ad33a6a510aaf32fdcb49 | 999a9b1cb5e1c7dd6527a6dc0081a7668ad4c80d | https://github.com/quarkusio/quarkus/compare/388cdf961a90be64ff1ad33a6a510aaf32fdcb49...999a9b1cb5e1c7dd6527a6dc0081a7668ad4c80d | diff --git a/devtools/cli/src/main/java/io/quarkus/cli/Run.java b/devtools/cli/src/main/java/io/quarkus/cli/Run.java
index 34a5e3edfb1..de6553f6217 100644
--- a/devtools/cli/src/main/java/io/quarkus/cli/Run.java
+++ b/devtools/cli/src/main/java/io/quarkus/cli/Run.java
@@ -9,7 +9,7 @@
public class Run extends BuildTool... | ['devtools/cli/src/main/java/io/quarkus/cli/Run.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,896,064 | 5,305,066 | 682,807 | 6,291 | 84 | 23 | 2 | 1 | 811 | 108 | 214 | 54 | 0 | 1 | 2023-06-16T11:26:56 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,513 | quarkusio/quarkus/23295/22833 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/22833 | https://github.com/quarkusio/quarkus/pull/23295 | https://github.com/quarkusio/quarkus/pull/23295 | 1 | fixes | org.objectweb.asm.ClassTooLargeException when building a project with 2K+ Hibernate entities (hbm.xmls). | ### Describe the bug
When we are trying to build our project with 2K+ Hibernate Entities (hbm.xmls) we are getting below exception.
```
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ---------------------------------------------------------------------... | 644e46fb11603edbc130d77830597e15fd7b4f88 | 0b7a4b458229182ec92fe95b2a6f887da8b600c4 | https://github.com/quarkusio/quarkus/compare/644e46fb11603edbc130d77830597e15fd7b4f88...0b7a4b458229182ec92fe95b2a6f887da8b600c4 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/recording/BytecodeRecorderImpl.java b/core/deployment/src/main/java/io/quarkus/deployment/recording/BytecodeRecorderImpl.java
index 0cfef746ae1..9ce8bf24ff3 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/recording/BytecodeRecorderImpl.ja... | ['core/deployment/src/test/java/io/quarkus/deployment/recording/BytecodeRecorderTestCase.java', 'core/deployment/src/main/java/io/quarkus/deployment/recording/BytecodeRecorderImpl.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 19,608,956 | 3,796,406 | 499,491 | 4,826 | 2,216 | 389 | 40 | 1 | 3,302 | 238 | 892 | 67 | 0 | 1 | 2022-01-31T00:40: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,512 | quarkusio/quarkus/23298/23217 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/23217 | https://github.com/quarkusio/quarkus/pull/23298 | https://github.com/quarkusio/quarkus/pull/23298 | 1 | fixes | Dev mode captures console input destined to the application | ### Describe the bug
Running an interactive CLI (Quarkus command mode) in Quarkus dev mode (`mvn quarkus:dev`), Quarkus dev mode partially captures the keystrokes.
### Expected behavior
I would expect the dev mode to capture the keystrokes only if the application didn't consume them before. Or if this is not... | e32f01e310eb7e08099edc73982a1b0bc6cea4e0 | cd7bc3a4d18afdb1385896bfcf08271a9b3b772e | https://github.com/quarkusio/quarkus/compare/e32f01e310eb7e08099edc73982a1b0bc6cea4e0...cd7bc3a4d18afdb1385896bfcf08271a9b3b772e | 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 3eb446e39c0..b7e144bbbdd 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/console/AeshConsole.java
+++ b/core/deployment/src/main... | ['core/devmode-spi/src/main/java/io/quarkus/dev/console/QuarkusConsole.java', 'core/deployment/src/main/java/io/quarkus/deployment/console/AeshConsole.java', 'core/deployment/src/main/java/io/quarkus/deployment/console/ConsoleHelper.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 19,608,956 | 3,796,406 | 499,491 | 4,826 | 3,629 | 589 | 102 | 3 | 2,396 | 337 | 685 | 54 | 2 | 0 | 2022-01-31T05:40:19 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,511 | quarkusio/quarkus/23322/23315 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/23315 | https://github.com/quarkusio/quarkus/pull/23322 | https://github.com/quarkusio/quarkus/pull/23322 | 1 | close | Gradle Task quarkusRemoteDev not working with version 2.6.3 | ### Describe the bug
`./gradlew quarkusRemoteDev` not working on Quarkus version 2.6.3 (also same on 2.6.1 and 2.6.2)
### Expected behavior
`./gradlew quarkusRemoteDev` runs quarkus in remote dev mode
### Actual behavior
```
18:27:54: Executing 'quarkusRemoteDev'...
> Task :compileJava
> Task :proce... | c70a2478580b43b348f2b1b6cfa77a2d7e3264b4 | 54c8cdb872f2897c6e451bddbe42fea8971d5590 | https://github.com/quarkusio/quarkus/compare/c70a2478580b43b348f2b1b6cfa77a2d7e3264b4...54c8cdb872f2897c6e451bddbe42fea8971d5590 | 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 2a801469594..a914d10adea 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,585,704 | 3,791,947 | 498,811 | 4,819 | 332 | 54 | 5 | 1 | 2,074 | 263 | 580 | 75 | 2 | 1 | 2022-01-31T17:03: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,510 | quarkusio/quarkus/23333/23318 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/23318 | https://github.com/quarkusio/quarkus/pull/23333 | https://github.com/quarkusio/quarkus/pull/23333 | 1 | resolves | A @Disposes @Named method doesn't work / is not invoked | ### Describe the bug
With this simple configuration
```
@Singleton
@Named("myInput")
public Input input() {
return new Input();
}
public void startInput(
@Observes StartupEvent evt,
@Named("myInput") Input input
) {
log.info("Started input...");
... | 651c3d3fbf891f7c00412f04020f6d49f69fe77f | 26f64ca9ac9e996c4cc5def9472933f4b6d6366a | https://github.com/quarkusio/quarkus/compare/651c3d3fbf891f7c00412f04020f6d49f69fe77f...26f64ca9ac9e996c4cc5def9472933f4b6d6366a | diff --git a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanDeployment.java b/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanDeployment.java
index 0cabd420434..66f0320e880 100644
--- a/independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor... | ['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanDeployment.java', 'independent-projects/arc/tests/src/test/java/io/quarkus/arc/test/producer/disposer/DisposerTest.java', 'independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/Beans.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 19,585,656 | 3,791,941 | 498,807 | 4,819 | 2,974 | 536 | 39 | 2 | 5,854 | 270 | 1,287 | 116 | 1 | 2 | 2022-02-01T08:50:16 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,509 | quarkusio/quarkus/23397/23269 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/23269 | https://github.com/quarkusio/quarkus/pull/23397 | https://github.com/quarkusio/quarkus/pull/23397 | 1 | fixes | Hibernate Reactive Session/EntityManager is closed | ### Describe the bug
This may look similar to #22433 (which was fixed in `2.6.3.Final`) but this time the reproducer includes a resteasy-reactive request filter (see `RequestFilter` in the reproducer).
Here's the exception which is thrown randomly when the app is processing concurrent requests:
```
2022-01-28... | 047180b5b3d1916de98bca121fd8f9b3b723eeab | 96c64fd8f09c02a497e2db366c64dd9196582442 | https://github.com/quarkusio/quarkus/compare/047180b5b3d1916de98bca121fd8f9b3b723eeab...96c64fd8f09c02a497e2db366c64dd9196582442 | diff --git a/independent-projects/resteasy-reactive/server/vertx/src/main/java/org/jboss/resteasy/reactive/server/vertx/VertxResteasyReactiveRequestContext.java b/independent-projects/resteasy-reactive/server/vertx/src/main/java/org/jboss/resteasy/reactive/server/vertx/VertxResteasyReactiveRequestContext.java
index 015... | ['independent-projects/resteasy-reactive/server/vertx/src/main/java/org/jboss/resteasy/reactive/server/vertx/VertxResteasyReactiveRequestContext.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 19,616,742 | 3,797,951 | 499,638 | 4,828 | 954 | 178 | 16 | 1 | 11,977 | 485 | 2,720 | 169 | 2 | 1 | 2022-02-03T02:34:09 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,507 | quarkusio/quarkus/23512/23511 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/23511 | https://github.com/quarkusio/quarkus/pull/23512 | https://github.com/quarkusio/quarkus/pull/23512 | 1 | fixes | ClassLoader can't find resource since 2.7.0 | ### Describe the bug
Hi,
After updating from 2.6.3-Final to 2.7.0-FInal, I've been trying to load a certificate file with property:
`quarkus.http.ssl.certificate.file=META-INF/certs/server.pem` (I know it's deprecated)
but it ended with a "FileNotFoundException".
After digging a bit, using this property the... | b8ad9658f99026d80a67805b6d4b44d20dbd34c3 | 3825aeb273fc5cb883711d79c85834ecbb1cc5e3 | https://github.com/quarkusio/quarkus/compare/b8ad9658f99026d80a67805b6d4b44d20dbd34c3...3825aeb273fc5cb883711d79c85834ecbb1cc5e3 | diff --git a/core/runtime/src/main/java/io/quarkus/runtime/util/ClassPathUtils.java b/core/runtime/src/main/java/io/quarkus/runtime/util/ClassPathUtils.java
index 3782c79581b..c8301db988f 100644
--- a/core/runtime/src/main/java/io/quarkus/runtime/util/ClassPathUtils.java
+++ b/core/runtime/src/main/java/io/quarkus/runt... | ['extensions/oidc-common/runtime/src/main/java/io/quarkus/oidc/common/runtime/OidcCommonUtils.java', 'extensions/grpc/runtime/src/main/java/io/quarkus/grpc/runtime/supports/Channels.java', 'extensions/smallrye-openapi/deployment/src/main/java/io/quarkus/smallrye/openapi/deployment/SmallRyeOpenApiProcessor.java', 'exten... | {'.java': 9} | 9 | 9 | 0 | 0 | 9 | 19,660,542 | 3,805,738 | 500,532 | 4,833 | 2,959 | 537 | 47 | 8 | 2,672 | 290 | 629 | 84 | 1 | 1 | 2022-02-08T12:59: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,506 | quarkusio/quarkus/23542/23517 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/23517 | https://github.com/quarkusio/quarkus/pull/23542 | https://github.com/quarkusio/quarkus/pull/23542 | 1 | fix | Quarkus' DiagnosticPrinter incompatible with GraalVM / Mandrel 22.1-dev | ### Describe the bug
A [recent GraalVM refactoring](https://github.com/oracle/graal/commit/56804e7227510acbfac9c658905cb614eec57d73) moved `com.oracle.svm.core.posix.thread.PosixJavaThreads#getPthreadIdentifier` and `com.oracle.svm.core.posix.thread.PosixJavaThreads#hasThreadIdentifier` to a new class `com.oracle.svm.... | e85b6fece0eb6df0c62a70f0c5d2173b0f7a6460 | d928f25a9ccb2ba8956638498ddb234662fd4d3e | https://github.com/quarkusio/quarkus/compare/e85b6fece0eb6df0c62a70f0c5d2173b0f7a6460...d928f25a9ccb2ba8956638498ddb234662fd4d3e | diff --git a/core/runtime/src/main/java/io/quarkus/runtime/graal/DiagnosticPrinter.java b/core/runtime/src/main/java/io/quarkus/runtime/graal/DiagnosticPrinter.java
index b925372a100..98f5e5d9dba 100644
--- a/core/runtime/src/main/java/io/quarkus/runtime/graal/DiagnosticPrinter.java
+++ b/core/runtime/src/main/java/io/... | ['core/runtime/src/main/java/io/quarkus/runtime/graal/DiagnosticPrinter.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 19,661,105 | 3,805,852 | 500,548 | 4,833 | 1,106 | 222 | 26 | 1 | 3,913 | 251 | 991 | 65 | 5 | 1 | 2022-02-09T09:30: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,505 | quarkusio/quarkus/23556/23445 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/23445 | https://github.com/quarkusio/quarkus/pull/23556 | https://github.com/quarkusio/quarkus/pull/23556 | 1 | fixes | Hibernate post-boot schema-validation fails after upgrade to Quarkus 2.6.3 | ### Describe the bug
After upgrade to 2.6.3.Final, post boot schema validation emits some warnings about missing table(s).
Migrations are managed by Flyway and database contains:
1. schema _postboot1_ holds Flyway schema history table
2. schema _postboot_ contains table _product_
Flyway is configured to use _pos... | c7c39f6882cf07352cc5bfebd6e46af5714add07 | ab7a7e8253d65eb3a8e534d8500c76e29d6a33bc | https://github.com/quarkusio/quarkus/compare/c7c39f6882cf07352cc5bfebd6e46af5714add07...ab7a7e8253d65eb3a8e534d8500c76e29d6a33bc | diff --git a/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/schema/SchemaManagementIntegrator.java b/extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/schema/SchemaManagementIntegrator.java
index aed4b79b258..a6c5918dd53 100644
--- a/extensions/hibernate-or... | ['extensions/hibernate-orm/runtime/src/main/java/io/quarkus/hibernate/orm/runtime/schema/SchemaManagementIntegrator.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 19,663,334 | 3,806,297 | 500,611 | 4,835 | 4,210 | 692 | 57 | 1 | 1,948 | 256 | 497 | 62 | 1 | 2 | 2022-02-09T17:17: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,503 | quarkusio/quarkus/23585/23548 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/23548 | https://github.com/quarkusio/quarkus/pull/23585 | https://github.com/quarkusio/quarkus/pull/23585 | 1 | fix | (vert.x-eventloop-thread-1) Unable to look up TXT record for host serverlessinstance0.oagmp.mongodb.net | ### Describe the bug
I get the error:
(vert.x-eventloop-thread-1) Unable to look up TXT record for host serverlessinstance0.oagmp.mongodb.net.
In my contaiver resolv.conf file:
bash-4.4$ cat /etc/resolv.conf
nameserver 127.0.0.11
options ndots:0
I'm using the native image quay.io/quarkus/quarkus-micro-imag... | 98e3a0baecdbc28adb88efae42bcefd958b4e276 | 22264638fcdba026c991761f732095d2a0ed8acc | https://github.com/quarkusio/quarkus/compare/98e3a0baecdbc28adb88efae42bcefd958b4e276...22264638fcdba026c991761f732095d2a0ed8acc | diff --git a/extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/runtime/MongodbConfig.java b/extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/runtime/MongodbConfig.java
index c251966e883..d32223bbb02 100644
--- a/extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/runtim... | ['extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/runtime/MongodbConfig.java', 'extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/runtime/dns/DnsClientProducer.java', 'extensions/mongodb-client/runtime/src/main/java/io/quarkus/mongodb/runtime/graal/MongoClientSubstitutions.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 19,663,270 | 3,806,242 | 500,597 | 4,835 | 1,787 | 352 | 32 | 3 | 1,516 | 181 | 434 | 65 | 0 | 0 | 2022-02-10T15:40:18 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
2,152 | quarkusio/quarkus/34142/33897 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/33897 | https://github.com/quarkusio/quarkus/pull/34142 | https://github.com/quarkusio/quarkus/pull/34142 | 1 | fixes | NPE with shared Keycloak dev services when exiting Quarkus dev mode | ### Describe the bug
I have two Quarkus apps with separate Gradle builds and I am using shared Keycloak dev services. When I exit the Quarkus dev mode with `q + ENTER` I get the following error message with the app that is reusing the shared Keycloak dev service from the other one:
```
2023-06-08 09:12:52,339 ERRO... | 2971d5345d4d5acb1b38347ee325c866aaee0f3b | 28034bbf81db8f5f7199dc98b133a662dcab7b51 | https://github.com/quarkusio/quarkus/compare/2971d5345d4d5acb1b38347ee325c866aaee0f3b...28034bbf81db8f5f7199dc98b133a662dcab7b51 | diff --git a/core/deployment/src/main/java/io/quarkus/deployment/builditem/DevServicesResultBuildItem.java b/core/deployment/src/main/java/io/quarkus/deployment/builditem/DevServicesResultBuildItem.java
index 5ed1385142e..560a9d1f49e 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/builditem/DevServices... | ['core/deployment/src/main/java/io/quarkus/deployment/builditem/DevServicesResultBuildItem.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,898,361 | 5,305,543 | 682,871 | 6,291 | 135 | 24 | 4 | 1 | 2,048 | 187 | 547 | 51 | 0 | 1 | 2023-06-19T17:09: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,214 | quarkusio/quarkus/32681/13464 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/13464 | https://github.com/quarkusio/quarkus/pull/32681 | https://github.com/quarkusio/quarkus/pull/32681 | 1 | resolves | Indexing error with unhelpful error message when a generated class is registered as an additional bean instead of a generated bean | **Describe the bug**
An indexing error with an unhelpful error message is displayed if you add a generated class
as an additional bean at build message
**Expected behavior**
An error message that suggests to use GeneratedBeanGizmoAdaptor .
Ex: "Unable to find class file for ${className}. Maybe ${className} was r... | b687fbb7ba8678d99433be71aca5dd1f358fb6e6 | c9422dc7d5d5c7da6b6e61c48fcce67b0f6d56fc | https://github.com/quarkusio/quarkus/compare/b687fbb7ba8678d99433be71aca5dd1f358fb6e6...c9422dc7d5d5c7da6b6e61c48fcce67b0f6d56fc | diff --git a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/AdditionalBeanBuildItem.java b/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/AdditionalBeanBuildItem.java
index 23afa839228..a2dcde480ed 100644
--- a/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/Addit... | ['extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/AdditionalBeanBuildItem.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 26,284,459 | 5,184,751 | 668,924 | 6,198 | 204 | 51 | 5 | 1 | 3,021 | 254 | 778 | 61 | 1 | 4 | 2023-04-17T13:01: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,531 | quarkusio/quarkus/22879/22507 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/22507 | https://github.com/quarkusio/quarkus/pull/22879 | https://github.com/quarkusio/quarkus/pull/22879 | 1 | close | Qute: "No template found for path ..." only in Eclipse IDE | ### Describe the bug
When I run a Quarkus app from within Eclipse, I get an io.quarkus.qute.TemplateException that the specified template can not be found.
On the other hand, if I run `./gradlew quarkusDev` from the command line, it works perfectly. Also when I build the app and then run the compiled quarkus-app.jar
... | 43a9ef753db6e9c167b79f7cd7deb482097a0734 | 4602c59fe031bc354358a274c59aa4bf43b45857 | https://github.com/quarkusio/quarkus/compare/43a9ef753db6e9c167b79f7cd7deb482097a0734...4602c59fe031bc354358a274c59aa4bf43b45857 | diff --git a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/IDELauncherImpl.java b/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/IDELauncherImpl.java
index 3f90687f610..b0390e2bc91 100644
--- a/independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/IDELau... | ['independent-projects/bootstrap/core/src/main/java/io/quarkus/bootstrap/IDELauncherImpl.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 19,359,535 | 3,750,056 | 493,312 | 4,773 | 874 | 149 | 15 | 1 | 1,589 | 224 | 453 | 46 | 1 | 0 | 2022-01-13T20:55: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,516 | quarkusio/quarkus/23207/21905 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/21905 | https://github.com/quarkusio/quarkus/pull/23207 | https://github.com/quarkusio/quarkus/pull/23207 | 1 | fixes | Adding first registry in CLI erases the default one | ### Describe the bug
By default, registry list in CLI contains a default registry `registry.quarkus.io` and there is an option to add new registries. Although, if user adds a new registry, e.g. `registry.quarkus.redhat.com`, then the default registry will be silently removed from the list and became inaccessible.
###... | 0171a9bc8796297eb0d0d9056dccaf0ec39c5f6f | 208e848060f8c4ade8ebd583a70700d665bde770 | https://github.com/quarkusio/quarkus/compare/0171a9bc8796297eb0d0d9056dccaf0ec39c5f6f...208e848060f8c4ade8ebd583a70700d665bde770 | 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 f9f2c5fc46a..c9d7449d4b9 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/RegistryAddCommand.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 19,603,107 | 3,795,284 | 499,361 | 4,825 | 653 | 109 | 13 | 1 | 1,596 | 226 | 414 | 63 | 0 | 4 | 2022-01-26T10:38: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,517 | quarkusio/quarkus/23185/23167 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/23167 | https://github.com/quarkusio/quarkus/pull/23185 | https://github.com/quarkusio/quarkus/pull/23185 | 1 | fixes | LinkageError when hot reloading project using classes in external dependencies | ### Describe the bug
I have following structure in my reproducer project:
External dependency:
* A class called Configuration. This is a simple pojo, no cdi bean
* META-INF/beans.xml file
Quarkus project:
* ConfigurationProducer - a cdi producer, creating an applicationscoped instance of the Configuration
* ... | 70074316e385e2f3c07c8058e376b76e007fbed2 | 903202f1fac88ce7e1f21dd25b6acc2b92b38750 | https://github.com/quarkusio/quarkus/compare/70074316e385e2f3c07c8058e376b76e007fbed2...903202f1fac88ce7e1f21dd25b6acc2b92b38750 | diff --git a/extensions/arc/deployment/src/test/java/io/quarkus/arc/test/unproxyable/ProducerReturnTypePackagePrivateNoArgsConstructorTest.java b/extensions/arc/deployment/src/test/java/io/quarkus/arc/test/unproxyable/ProducerReturnTypePackagePrivateNoArgsConstructorTest.java
deleted file mode 100644
index 4ebf0abe4de.... | ['independent-projects/arc/processor/src/main/java/io/quarkus/arc/processor/BeanDeployment.java', 'extensions/arc/deployment/src/test/java/io/quarkus/arc/test/unproxyable/some/Resource.java', 'independent-projects/arc/tests/src/test/java/io/quarkus/arc/test/clientproxy/constructor/some/Resource.java', 'independent-proj... | {'.java': 9} | 9 | 9 | 0 | 0 | 9 | 19,612,500 | 3,798,435 | 499,529 | 4,823 | 2,109 | 406 | 42 | 5 | 13,747 | 733 | 3,725 | 185 | 1 | 1 | 2022-01-25T15:10: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,518 | quarkusio/quarkus/23178/23113 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/23113 | https://github.com/quarkusio/quarkus/pull/23178 | https://github.com/quarkusio/quarkus/pull/23178 | 1 | fixes | Native build with quarkus-jdbc-oracle + quarkus-jdbc-db2 extension dependencies fails | ### Describe the bug
Usage of the JDBC Driver extension for Oracle is causing the native build to fail when used together with the JDBC Driver extension for DB2 as following:
```
[INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Running Quarkus native-image plugin on GraalVM 21.3.0 Java 17 CE (Java Ver... | fedc0698d0ae0a1de62354a7f649eb0077346ead | 66cd29ef9af47263dad98958e368a33b03f5da1e | https://github.com/quarkusio/quarkus/compare/fedc0698d0ae0a1de62354a7f649eb0077346ead...66cd29ef9af47263dad98958e368a33b03f5da1e | diff --git a/extensions/jdbc/jdbc-oracle/deployment/src/main/java/io/quarkus/jdbc/oracle/deployment/OracleMetadataOverrides.java b/extensions/jdbc/jdbc-oracle/deployment/src/main/java/io/quarkus/jdbc/oracle/deployment/OracleMetadataOverrides.java
index 4717048d953..87376ec0425 100644
--- a/extensions/jdbc/jdbc-oracle/d... | ['extensions/jdbc/jdbc-oracle/deployment/src/main/java/io/quarkus/jdbc/oracle/deployment/OracleMetadataOverrides.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 19,613,450 | 3,798,734 | 499,475 | 4,823 | 782 | 144 | 8 | 1 | 9,213 | 627 | 2,378 | 106 | 2 | 1 | 2022-01-25T13:39: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,519 | quarkusio/quarkus/23160/23055 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/23055 | https://github.com/quarkusio/quarkus/pull/23160 | https://github.com/quarkusio/quarkus/pull/23160 | 1 | fixes | Resource method String param annotated with @RestForm not decoded automatically | ### Describe the bug
It seems that a String resource method param annotated with `@RestForm` is not decoded automatically. AFAIK the spec version of this annotation, i.e. `@FormParam` is decoded unless used together with `@Encoded`.
### Expected behavior
_No response_
### Actual behavior
_No response_
### How to ... | a78f749866954756bcbdb8b6895aedd29786d452 | 41f2d2092d7f3a8e238554e65dd74bd7b15539f2 | https://github.com/quarkusio/quarkus/compare/a78f749866954756bcbdb8b6895aedd29786d452...41f2d2092d7f3a8e238554e65dd74bd7b15539f2 | diff --git a/extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/form/FormParamTest.java b/extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/form/FormParamTest.java
index 935c5524811..15537bae367 100644
--- a... | ['independent-projects/resteasy-reactive/common/runtime/src/main/java/org/jboss/resteasy/reactive/common/util/URLUtils.java', 'extensions/resteasy-reactive/rest-client-reactive/deployment/src/test/java/io/quarkus/rest/client/reactive/form/FormParamTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 19,608,573 | 3,797,837 | 499,398 | 4,823 | 1,194 | 207 | 32 | 1 | 679 | 102 | 160 | 39 | 0 | 0 | 2022-01-25T03:09: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,521 | quarkusio/quarkus/23123/23110 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/23110 | https://github.com/quarkusio/quarkus/pull/23123 | https://github.com/quarkusio/quarkus/pull/23123 | 1 | fixes | quarkus-resteasy-reactive PathMatcher allows any extra character in the end of valid path | ### Describe the bug
when using **quarkus-resteasy-reactive**, appending any extra character in the end of a valid path doesn't result in 404 but instead gets to the existing valid route
making simple `@Path("hello")` resource, will return a response when calling /hello, but also /helloX (X = any character) and /hell... | 5d51dfe58c802953790b76056ce160acfd745673 | bf677b08faacad5aae8963a1a224aeb4907c1bc5 | https://github.com/quarkusio/quarkus/compare/5d51dfe58c802953790b76056ce160acfd745673...bf677b08faacad5aae8963a1a224aeb4907c1bc5 | diff --git a/independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/mapping/RequestMapper.java b/independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/mapping/RequestMapper.java
index b2baf6c67dc..62b9c71d3f7 100644
--- a/i... | ['independent-projects/resteasy-reactive/server/runtime/src/main/java/org/jboss/resteasy/reactive/server/mapping/RequestMapper.java', 'independent-projects/resteasy-reactive/server/vertx/src/test/java/org/jboss/resteasy/reactive/server/vertx/test/path/RestPathTestCase.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 19,616,012 | 3,799,084 | 499,616 | 4,823 | 611 | 137 | 8 | 1 | 1,757 | 248 | 476 | 59 | 0 | 1 | 2022-01-24T05:38: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,523 | quarkusio/quarkus/23040/23011 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/23011 | https://github.com/quarkusio/quarkus/pull/23040 | https://github.com/quarkusio/quarkus/pull/23040 | 1 | fix | Warnings about MetricCollectingClientInterceptor and MetricCollectingServerInterceptor when using grpc and micrometer | ### Describe the bug
Warnings about `MetricCollectingClientInterceptor` and `MetricCollectingServerInterceptor` when using grpc and micrometer
Warnings:
- At least one unused gRPC client interceptor found: io.micrometer.core.instrument.binder.grpc.MetricCollectingClientInterceptor. If there are meant to be used g... | ad516dc3ead0e8efcda412068201eb0011a47807 | ef6d5f2821d94b27e721e247ef2e4b72f9e7c6cd | https://github.com/quarkusio/quarkus/compare/ad516dc3ead0e8efcda412068201eb0011a47807...ef6d5f2821d94b27e721e247ef2e4b72f9e7c6cd | diff --git a/extensions/grpc/deployment/src/main/java/io/quarkus/grpc/deployment/GrpcClientProcessor.java b/extensions/grpc/deployment/src/main/java/io/quarkus/grpc/deployment/GrpcClientProcessor.java
index 54953a2aea2..862779c9b4a 100644
--- a/extensions/grpc/deployment/src/main/java/io/quarkus/grpc/deployment/GrpcCli... | ['extensions/grpc/deployment/src/main/java/io/quarkus/grpc/deployment/GrpcInterceptors.java', 'extensions/grpc/deployment/src/main/java/io/quarkus/grpc/deployment/GrpcServerProcessor.java', 'extensions/grpc/deployment/src/main/java/io/quarkus/grpc/deployment/GrpcClientProcessor.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 19,586,976 | 3,793,599 | 498,874 | 4,818 | 840 | 187 | 17 | 3 | 2,737 | 282 | 673 | 62 | 1 | 2 | 2022-01-20T07:18: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,524 | quarkusio/quarkus/23038/22595 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/22595 | https://github.com/quarkusio/quarkus/pull/23038 | https://github.com/quarkusio/quarkus/pull/23038 | 1 | fix | Quarkus doesn’t send X-Ray traces to AWS for sub-segments in Native build while using RESTEasy “controller” based approach | ### Describe the bug
I an using "Controller" based approach using RESTEasy. I have added Quarkus AWS Xray dependency in my POM.xml..
And then we are instrumenting calls to AWS Services using below dependency:
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-aws-sdk-v2-ins... | d959a1f1c772622db5933a71d623ebf2b71b8388 | c34afc71358ce289112ede25bdb089a9e52f7805 | https://github.com/quarkusio/quarkus/compare/d959a1f1c772622db5933a71d623ebf2b71b8388...c34afc71358ce289112ede25bdb089a9e52f7805 | diff --git a/extensions/amazon-lambda-xray/runtime/src/main/java/io/quarkus/amazon/lambda/xray/graal/LambdaSegmentContextSubstitution.java b/extensions/amazon-lambda-xray/runtime/src/main/java/io/quarkus/amazon/lambda/xray/graal/LambdaSegmentContextSubstitution.java
deleted file mode 100644
index bd68ad06ee1..000000000... | ['extensions/amazon-lambda/common-runtime/src/main/java/io/quarkus/amazon/lambda/runtime/AbstractLambdaPollLoop.java', 'extensions/amazon-lambda/common-runtime/src/main/java/io/quarkus/amazon/lambda/runtime/TraceId.java', 'extensions/amazon-lambda-xray/runtime/src/main/java/io/quarkus/amazon/lambda/xray/graal/LambdaSeg... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 19,587,392 | 3,793,699 | 498,897 | 4,820 | 1,300 | 250 | 40 | 3 | 1,448 | 188 | 358 | 62 | 1 | 0 | 2022-01-20T01: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,527 | quarkusio/quarkus/22942/22862 | quarkusio | quarkus | https://github.com/quarkusio/quarkus/issues/22862 | https://github.com/quarkusio/quarkus/pull/22942 | https://github.com/quarkusio/quarkus/pull/22942 | 1 | resolves | Rest Client exausts Threads. | ### Describe the bug
This is a major issue for us.
I have dozens of services in prod that from time to time they freeze due to thread exhaustion. The vertex event loop stalls.
his can be traced back to unconfigured timeouts on rest clients that hog connections.
We need to go to all rest clients and specify connec... | 7813adb7dc24384d3bf9a7224f5e1882c888316e | dfe9cc709ad6c5062b855c04d1e404034ad1a605 | https://github.com/quarkusio/quarkus/compare/7813adb7dc24384d3bf9a7224f5e1882c888316e...dfe9cc709ad6c5062b855c04d1e404034ad1a605 | diff --git a/extensions/resteasy-classic/rest-client-config/runtime/src/main/java/io/quarkus/restclient/config/RestClientsConfig.java b/extensions/resteasy-classic/rest-client-config/runtime/src/main/java/io/quarkus/restclient/config/RestClientsConfig.java
index 10e0d804735..ce58a3a5bf0 100644
--- a/extensions/resteasy... | ['extensions/resteasy-reactive/rest-client-reactive/runtime/src/test/java/io/quarkus/rest/client/reactive/runtime/RestClientCDIDelegateBuilderTest.java', 'extensions/resteasy-classic/rest-client/runtime/src/main/java/io/quarkus/restclient/runtime/RestClientBase.java', 'extensions/resteasy-classic/rest-client-config/run... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 19,414,754 | 3,760,797 | 494,558 | 4,781 | 3,639 | 711 | 68 | 3 | 1,903 | 231 | 420 | 61 | 3 | 2 | 2022-01-17T16:13:01 | 12,047 | Java | {'Java': 45174846, 'HTML': 1260641, 'Kotlin': 726044, 'JavaScript': 519044, 'Shell': 51146, 'Groovy': 25140, 'ANTLR': 23342, 'Batchfile': 13971, 'Mustache': 13199, 'Scala': 9778, 'FreeMarker': 8106, 'CSS': 5346, 'Dockerfile': 660, 'PLpgSQL': 109} | Apache License 2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.