From e43210f135a185c214d5a60fb28668df21475d8d Mon Sep 17 00:00:00 2001 From: Vincent Potucek Date: Sat, 14 Jun 2025 11:16:32 +0200 Subject: [PATCH 1/5] use root config for formatter-maven-plugin and impsort-maven-plugin --- build-parent/pom.xml | 81 ------------------ independent-projects/arc/pom.xml | 80 ----------------- independent-projects/bootstrap/pom.xml | 80 ----------------- independent-projects/enforcer-rules/pom.xml | 80 ----------------- .../extension-maven-plugin/pom.xml | 80 ----------------- .../junit5-virtual-threads/pom.xml | 80 ----------------- independent-projects/parent/pom.xml | 74 ++++++++++++++++ independent-projects/qute/pom.xml | 80 ----------------- .../resteasy-reactive/pom.xml | 85 ------------------- independent-projects/tools/pom.xml | 80 ----------------- 10 files changed, 74 insertions(+), 726 deletions(-) diff --git a/build-parent/pom.xml b/build-parent/pom.xml index 7648d20bfb71d..b54d7d63c9efd 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -683,87 +683,6 @@ - - format - - true - - !no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - format - - - - - - net.revelc.code - impsort-maven-plugin - - true - - - - sort-imports - - sort - - - - - - - - - validate - - true - - no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - validate - - - - - - net.revelc.code - impsort-maven-plugin - - true - - - - check-imports - - check - - - - - - - - format-kotlin diff --git a/independent-projects/arc/pom.xml b/independent-projects/arc/pom.xml index 410afac90e806..9f300ce55e72b 100644 --- a/independent-projects/arc/pom.xml +++ b/independent-projects/arc/pom.xml @@ -316,86 +316,6 @@ true - - format - - true - - !no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - format - - - - - - net.revelc.code - impsort-maven-plugin - - - sort-imports - - sort - - - - - true - - - - - - - validate - - true - - no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - validate - - - - - - net.revelc.code - impsort-maven-plugin - - true - - - - check-imports - - check - - - - - - - diff --git a/independent-projects/bootstrap/pom.xml b/independent-projects/bootstrap/pom.xml index b67d5cb2cb1d8..99e147a217ddb 100644 --- a/independent-projects/bootstrap/pom.xml +++ b/independent-projects/bootstrap/pom.xml @@ -228,85 +228,5 @@ true - - format - - true - - !no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - format - - - - - - net.revelc.code - impsort-maven-plugin - - - sort-imports - - sort - - - - - true - - - - - - - validate - - true - - no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - validate - - - - - - net.revelc.code - impsort-maven-plugin - - true - - - - check-imports - - check - - - - - - - diff --git a/independent-projects/enforcer-rules/pom.xml b/independent-projects/enforcer-rules/pom.xml index 3d1a381bbd198..d11b0c772cdfd 100644 --- a/independent-projects/enforcer-rules/pom.xml +++ b/independent-projects/enforcer-rules/pom.xml @@ -162,85 +162,5 @@ true - - format - - true - - !no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - format - - - - - - net.revelc.code - impsort-maven-plugin - - - sort-imports - - sort - - - - - true - - - - - - - validate - - true - - no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - validate - - - - - - net.revelc.code - impsort-maven-plugin - - true - - - - check-imports - - check - - - - - - - diff --git a/independent-projects/extension-maven-plugin/pom.xml b/independent-projects/extension-maven-plugin/pom.xml index fff7ce2423126..2f40e9133ba36 100644 --- a/independent-projects/extension-maven-plugin/pom.xml +++ b/independent-projects/extension-maven-plugin/pom.xml @@ -444,85 +444,5 @@ true - - format - - true - - !no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - format - - - - - - net.revelc.code - impsort-maven-plugin - - - sort-imports - - sort - - - - - true - - - - - - - validate - - true - - no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - validate - - - - - - net.revelc.code - impsort-maven-plugin - - true - - - - check-imports - - check - - - - - - - diff --git a/independent-projects/junit5-virtual-threads/pom.xml b/independent-projects/junit5-virtual-threads/pom.xml index df3fe91a9af04..b8ab621cf736b 100644 --- a/independent-projects/junit5-virtual-threads/pom.xml +++ b/independent-projects/junit5-virtual-threads/pom.xml @@ -207,86 +207,6 @@ true - - format - - true - - !no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - format - - - - - - net.revelc.code - impsort-maven-plugin - - - sort-imports - - sort - - - - - true - - - - - - - validate - - true - - no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - validate - - - - - - net.revelc.code - impsort-maven-plugin - - true - - - - check-imports - - check - - - - - - - diff --git a/independent-projects/parent/pom.xml b/independent-projects/parent/pom.xml index edab08578b05d..2a1125ca10210 100644 --- a/independent-projects/parent/pom.xml +++ b/independent-projects/parent/pom.xml @@ -623,5 +623,79 @@ + + format + + true + + !no-format + + + + + + net.revelc.code.formatter + formatter-maven-plugin + + + process-sources + + format + + + + + + net.revelc.code + impsort-maven-plugin + + + sort-imports + + sort + + + + + + + + + validate + + true + + no-format + + + + + + net.revelc.code.formatter + formatter-maven-plugin + + + process-sources + + validate + + + + + + net.revelc.code + impsort-maven-plugin + + + check-imports + + check + + + + + + + diff --git a/independent-projects/qute/pom.xml b/independent-projects/qute/pom.xml index 6ae14611f928b..3b57ad9150318 100644 --- a/independent-projects/qute/pom.xml +++ b/independent-projects/qute/pom.xml @@ -219,86 +219,6 @@ true - - format - - true - - !no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - format - - - - - - net.revelc.code - impsort-maven-plugin - - - sort-imports - - sort - - - - - true - - - - - - - validate - - true - - no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - validate - - - - - - net.revelc.code - impsort-maven-plugin - - true - - - - check-imports - - check - - - - - - - diff --git a/independent-projects/resteasy-reactive/pom.xml b/independent-projects/resteasy-reactive/pom.xml index 4bed3527582ed..5b555a47e8eec 100644 --- a/independent-projects/resteasy-reactive/pom.xml +++ b/independent-projects/resteasy-reactive/pom.xml @@ -570,91 +570,6 @@ true - - format - - true - - !no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - format - - - - - - net.revelc.code - impsort-maven-plugin - - - sort-imports - - sort - - - - - - .cache/impsort-maven-plugin-${impsort-maven-plugin.version} - java.,javax.,jakarta.,org.,com. - * - ${format.skip} - true - - - - - - - validate - - true - - no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - validate - - - - - - net.revelc.code - impsort-maven-plugin - - true - - - - check-imports - - check - - - - - - - diff --git a/independent-projects/tools/pom.xml b/independent-projects/tools/pom.xml index 70b8a7a32068b..0bd72f2ac2aab 100644 --- a/independent-projects/tools/pom.xml +++ b/independent-projects/tools/pom.xml @@ -295,85 +295,5 @@ true - - format - - true - - !no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - format - - - - - - net.revelc.code - impsort-maven-plugin - - - sort-imports - - sort - - - - - true - - - - - - - validate - - true - - no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - validate - - - - - - net.revelc.code - impsort-maven-plugin - - true - - - - check-imports - - check - - - - - - - From a6770d18b029db085bf2c5a222aa0b86e05d7828 Mon Sep 17 00:00:00 2001 From: Vincent Potucek Date: Sat, 14 Jun 2025 11:28:20 +0200 Subject: [PATCH 2/5] sortpom-maven-plugin --- independent-projects/parent/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/independent-projects/parent/pom.xml b/independent-projects/parent/pom.xml index 2a1125ca10210..09b04b3d57fdd 100644 --- a/independent-projects/parent/pom.xml +++ b/independent-projects/parent/pom.xml @@ -393,6 +393,11 @@ true + + com.github.ekryd.sortpom + sortpom-maven-plugin + 3.4.1 + org.apache.maven.plugins maven-surefire-plugin From 4ffb5daa1219e7608692a82583d99f156ac716db Mon Sep 17 00:00:00 2001 From: Vincent Potucek Date: Sat, 14 Jun 2025 11:30:15 +0200 Subject: [PATCH 3/5] sortpom-maven-plugin --- independent-projects/parent/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/independent-projects/parent/pom.xml b/independent-projects/parent/pom.xml index 09b04b3d57fdd..c76ebd4b59267 100644 --- a/independent-projects/parent/pom.xml +++ b/independent-projects/parent/pom.xml @@ -662,6 +662,18 @@ + + com.github.ekryd.sortpom + sortpom-maven-plugin + + + sort-sortpom + + sort + + + + @@ -699,6 +711,18 @@ + + com.github.ekryd.sortpom + sortpom-maven-plugin + + + verify-sortpom + + verify + + + + From 52ea6130c0fc33abb68122a16fb92115176fe8ca Mon Sep 17 00:00:00 2001 From: Vincent Potucek Date: Sat, 14 Jun 2025 11:33:48 +0200 Subject: [PATCH 4/5] sortpom-maven-plugin --- bom/application/pom.xml | 13329 ++++++++-------- bom/dev-ui/pom.xml | 713 +- bom/test/pom.xml | 170 +- build-parent/pom.xml | 1990 ++- core/builder/pom.xml | 138 +- core/class-change-agent/pom.xml | 64 +- core/deployment/pom.xml | 524 +- core/devmode-spi/pom.xml | 27 +- core/junit4-mock/pom.xml | 23 +- core/launcher/pom.xml | 192 +- core/pom.xml | 44 +- core/processor/pom.xml | 178 +- core/runtime/pom.xml | 602 +- devtools/platform-properties/pom.xml | 96 +- devtools/pom.xml | 48 +- extensions/arc/pom.xml | 38 +- extensions/arc/runtime/pom.xml | 116 +- extensions/hibernate-validator/pom.xml | 34 +- extensions/hibernate-validator/spi/pom.xml | 42 +- extensions/pom.xml | 462 +- .../smallrye-context-propagation/pom.xml | 34 +- .../smallrye-context-propagation/spi/pom.xml | 44 +- extensions/vertx-http/dev-ui-spi/pom.xml | 38 +- extensions/vertx-http/pom.xml | 42 +- independent-projects/arc/pom.xml | 622 +- independent-projects/arc/processor/pom.xml | 152 +- independent-projects/arc/runtime/pom.xml | 112 +- .../arc/tcks/arquillian/pom.xml | 80 +- .../arc/tcks/atinject-tck-runner/pom.xml | 102 +- .../arc/tcks/cdi-tck-porting-pkg/pom.xml | 44 +- .../arc/tcks/cdi-tck-runner/pom.xml | 152 +- .../arc/tcks/lang-model-tck-runner/pom.xml | 82 +- independent-projects/arc/tests/pom.xml | 294 +- .../bootstrap/app-model/pom.xml | 190 +- .../bootstrap/benchmarks/pom.xml | 163 +- .../bootstrap/bom-test/pom.xml | 133 +- independent-projects/bootstrap/bom/pom.xml | 993 +- .../bootstrap/classloader-commons/pom.xml | 70 +- independent-projects/bootstrap/core/pom.xml | 232 +- .../bootstrap/gradle-resolver/pom.xml | 256 +- .../bootstrap/maven-resolver/pom.xml | 367 +- independent-projects/bootstrap/pom.xml | 459 +- independent-projects/bootstrap/runner/pom.xml | 192 +- independent-projects/enforcer-rules/pom.xml | 310 +- .../extension-maven-plugin/pom.xml | 867 +- independent-projects/ide-config/pom.xml | 201 +- .../junit5-virtual-threads/pom.xml | 388 +- independent-projects/parent/pom.xml | 1371 +- independent-projects/qute/core/pom.xml | 63 +- independent-projects/qute/generator/pom.xml | 79 +- independent-projects/qute/pom.xml | 416 +- .../resteasy-reactive/build-support/pom.xml | 44 +- .../resteasy-reactive/client/pom.xml | 30 +- .../client/processor/pom.xml | 126 +- .../resteasy-reactive/client/runtime/pom.xml | 146 +- .../resteasy-reactive/common/pom.xml | 32 +- .../common/processor/pom.xml | 124 +- .../resteasy-reactive/common/runtime/pom.xml | 114 +- .../resteasy-reactive/common/types/pom.xml | 32 +- .../resteasy-reactive/pom.xml | 1133 +- .../resteasy-reactive/server/jackson/pom.xml | 132 +- .../resteasy-reactive/server/jsonb/pom.xml | 140 +- .../resteasy-reactive/server/pom.xml | 36 +- .../server/processor/pom.xml | 140 +- .../resteasy-reactive/server/runtime/pom.xml | 114 +- .../resteasy-reactive/server/vertx/pom.xml | 222 +- independent-projects/revapi/pom.xml | 176 +- .../tools/analytics-common/pom.xml | 167 +- .../tools/base-codestarts/pom.xml | 42 +- independent-projects/tools/codestarts/pom.xml | 118 +- .../tools/devtools-common/pom.xml | 256 +- .../tools/devtools-testing/pom.xml | 109 +- .../tools/message-writer/pom.xml | 34 +- independent-projects/tools/pom.xml | 572 +- .../tools/registry-client/pom.xml | 110 +- independent-projects/tools/utilities/pom.xml | 23 +- independent-projects/vertx-utils/pom.xml | 56 +- pom.xml | 626 +- test-framework/common/pom.xml | 104 +- test-framework/derby/pom.xml | 48 +- test-framework/grpc/pom.xml | 84 +- test-framework/h2/pom.xml | 40 +- test-framework/junit5-config/pom.xml | 56 +- test-framework/junit5-internal/pom.xml | 128 +- test-framework/junit5-mockito-config/pom.xml | 38 +- test-framework/junit5/pom.xml | 110 +- test-framework/kubernetes-client/pom.xml | 169 +- test-framework/pom.xml | 138 +- 88 files changed, 16468 insertions(+), 16679 deletions(-) diff --git a/bom/application/pom.xml b/bom/application/pom.xml index e09d5600ed856..b4bd214a7f7e7 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -1,6754 +1,6765 @@ - - - - io.quarkus - quarkus-project - 999-SNAPSHOT - ../../pom.xml - - 4.0.0 - quarkus-bom - Quarkus - BOM - pom + + + 4.0.0 + + io.quarkus + quarkus-project + 999-SNAPSHOT + ../../pom.xml + + quarkus-bom + pom + Quarkus - BOM - - 2.0.2 - 2.0.3 - 1.81 - 1.0.2.5 - 1.0.19 - 9.0.5 - 6.0.0 - 3.0.2 - 3.3.1 - 1.3.2 - 1 - 1.1.7 - 3.0.1.Final - 3.2.0.Final - 6.2.12.Final - 2.10.0-alpha - 1.29.0-alpha - 5.3.5 - 1.14.7 - 2.2.2 - 0.22.0 - 22.2 - 3.1 - 4.0.1 - 4.0.1 - 1.3 - 4.1.2 - 3.0.1 - 4.0 - 2.1 - 2.0.1 - 4.0.2 - 2.12.0 - 3.13.1 - 4.2.0 - 4.0.0 - 4.0.11 - 2.13.0 - 6.9.1 - 4.6.2 - 2.2.1 - 1.0.13 - 3.0.3 - 3.19.0 - 4.28.0 - 2.7.3 - 2.1.3 - 3.0.0 - 3.0.0 - 2.1.0 - 6.0.1 - 4.1.0 - 2.0.1 - 2.2.0 - 2.1.3 - 3.0.1 - 2.1.3 - - 1.0.1 - 2.1.0 - 6.0.0 - 2.0.1 - 3.1.0 - 2.1.1 - 3.1.0 - 4.0.2 - 4.0.5 - 9.8 - 2.19.0 - 16.1.0.Final - 3.0-alpha-2 - 2.1.0 - - 23.1.2 - 1.9.0 - 2.19.0 - 1.0.0.Final - 3.17.0 - 1.18.0 - 1.7.0 - + 1.81 + 1.0.2.5 + 1.0.19 + 9.0.5 + 6.0.0 + 3.0.2 + 3.3.1 + 1.3.2 + 1 + 1.1.7 + 3.0.1.Final + 3.2.0.Final + 6.2.12.Final + 2.10.0-alpha + 1.29.0-alpha + 5.3.5 + 1.14.7 + + 2.2.2 + + 0.22.0 + 22.2 + + 3.1 + 4.0.1 + 4.0.1 + 1.3 + 4.1.2 + 3.0.1 + 4.0 + 2.1 + 2.0.1 + 4.0.2 + 2.12.0 + 3.13.1 + 4.2.0 + 4.0.0 + 4.0.11 + 2.13.0 + 6.9.1 + 4.6.2 + 2.2.1 + 1.0.13 + 3.0.3 + 3.19.0 + 4.28.0 + 2.7.3 + 2.1.3 + 3.0.0 + 3.0.0 + 2.1.0 + 6.0.1 + 4.1.0 + 2.0.1 + 2.2.0 + 2.1.3 + 3.0.1 + 2.1.3 + + 1.0.1 + 2.1.0 + 6.0.0 + 2.0.1 + 3.1.0 + 2.1.1 + 3.1.0 + 4.0.2 + 4.0.5 + 9.8 + 2.19.0 + 16.1.0.Final + 3.0-alpha-2 + 2.1.0 + + 23.1.2 + 1.9.0 + 2.19.0 + 1.0.0.Final + 3.17.0 + 1.18.0 + 1.7.0 + - 7.2.2.Final - 1.0.1.Final - 2.7.1 - 8.0.0.Final - 9.0.2 - 2.2.21 - 2.2.5.Final - 2.2.2.SP01 - 3.0.4.Final - 2.0.0.Final - 2.0.1 - 1.0.1.Final - 2.6.4.Final - 2.2.3.Final - 3.9.1 - 4.5.14 - 4.5.14 - 4.4.16 - 4.1.5 - 9.2.1 - 2.5.0 - 2.3.230 - 42.7.7 - 3.5.3 - 8.3.0 - 12.10.0.jre11 - 1.6.7 - 23.6.0.24.10 - 10.16.1.1 - 12.1.0.0 - 1.2.6 - 2.2 - 5.13.1 - 15.0.15.Final - 5.0.13.Final - 3.2.0 - 4.1.121.Final - 1.16.0 - 1.0.4 - 3.6.1.Final - 2.9.0 - 4.0.5 - 4.0.0 - 1.8.0 - 1.1.10.5 - 0.109.1 - - 2.13.16 - 1.3.0 - 3.15.0 - 2.18.2 - 3.0.0 - 3.1.0 - 1.0.0 - 2.1.21 - 1.10.2 - 1.8.1 - 0.53.0 - 4.1.5 - 3.2.0 - 4.3.0 - 3.1.2.Final - 11.9.1 - 3.0.4 - - 4.29.1 - 4.29.1 - 2.4 - 6.0.0 - 5.5.1 - 0.34.1 - 3.26.4 - 0.3.1 - 4.20.1 - 6.2.SP1 - 3.4 - 6.4 - 3.4 - 5.18.0 - 5.8.0 - 2.2.1 - 26.0.5 - 1.15.1 - 3.49.4 - 2.38.0 - 0.27.3 - 1.47.0 - 2.1 - 4.7.7 - 1.1.4 - 1.27.1 - 1.13.1 - 2.13.1 - 2.0.1.Final - 2.24.3 - 1.3.1.Final - 1.12.0 - 2.6.11.Final - 0.1.18.Final - 1.21.1 - 3.4.2 - - 2.0.2 - 1.4.9 - 2.8.2 - 2.6 - 2.4.0 - - 0.16.1 - 10.3 - 0.9.6 - 0.0.14 - 0.1.3 - 2.12.1 - 0.8.12 - 1.1.1 - 3.3.0 - 2.12.4 - - 0.16.0 - - 1.0.11 - 0.28.0.RELEASE - + 42.7.7 + 3.5.3 + 8.3.0 + 12.10.0.jre11 + 1.6.7 + 23.6.0.24.10 + 10.16.1.1 + 12.1.0.0 + 1.2.6 + 2.2 + + 5.13.1 + 15.0.15.Final + 5.0.13.Final + 3.2.0 + 4.1.121.Final + 1.16.0 + 1.0.4 + 3.6.1.Final + 2.9.0 + 4.0.5 + 4.0.0 + 1.8.0 + + 1.1.10.5 + 0.109.1 + + 2.13.16 + 1.3.0 + 3.15.0 + 2.18.2 + 3.0.0 + 3.1.0 + 1.0.0 + 2.1.21 + 1.10.2 + 1.8.1 + 0.53.0 + 4.1.5 + + 3.2.0 + 4.3.0 + 3.1.2.Final + 11.9.1 + 3.0.4 + + 4.29.1 + 4.29.1 + 2.4 + 6.0.0 + 5.5.1 + 0.34.1 + 3.26.4 + 0.3.1 + 4.20.1 + 6.2.SP1 + 3.4 + 6.4 + 3.4 + 5.18.0 + 5.8.0 + + 2.2.1 + 26.0.5 + 1.15.1 + 3.49.4 + 2.38.0 + 0.27.3 + 1.47.0 + 2.1 + 4.7.7 + 1.1.4 + 1.27.1 + + 1.13.1 + 2.13.1 + 2.0.1.Final + 2.24.3 + 1.3.1.Final + 1.12.0 + 2.6.11.Final + 0.1.18.Final + + 1.21.1 + + 3.4.2 + + + 2.0.2 + 1.4.9 + 2.8.2 + 2.6 + 2.4.0 + + + 0.16.1 + 10.3 + 0.9.6 + 0.0.14 + 0.1.3 + 2.12.1 + 0.8.12 + 1.1.1 + 3.3.0 + 2.12.4 + + 0.16.0 + + 1.0.11 + 0.28.0.RELEASE + - - - - - io.quarkus - quarkus-bom-quarkus-platform-descriptor - ${project.version} - json - ${project.version} - - - - io.quarkus - quarkus-bom-quarkus-platform-properties - ${project.version} - properties - - - - io.quarkus - quarkus-bootstrap-bom - ${project.version} - pom - import - + + + + + io.quarkus + quarkus-bom-quarkus-platform-descriptor + ${project.version} + ${project.version} + json + + + + io.quarkus + quarkus-bom-quarkus-platform-properties + ${project.version} + properties + - - - io.quarkus - quarkus-bom-dev-ui - ${project.version} - pom - import - + + io.quarkus + quarkus-bootstrap-bom + ${project.version} + pom + import + - + + + io.quarkus + quarkus-bom-dev-ui + ${project.version} + pom + import + - - - io.smallrye.common - smallrye-common-bom - ${smallrye-common.version} - import - pom - + - - - io.netty - netty-bom - ${netty.version} - pom - import - - - com.aayushatharva.brotli4j - brotli4j - ${brotli4j.version} - - - com.aayushatharva.brotli4j - native-linux-x86_64 - ${brotli4j.version} - - - com.aayushatharva.brotli4j - native-linux-s390x - ${brotli4j.version} - - - com.aayushatharva.brotli4j - native-linux-ppc64le - ${brotli4j.version} - - - com.aayushatharva.brotli4j - native-linux-aarch64 - ${brotli4j.version} - - - com.aayushatharva.brotli4j - native-linux-armv7 - ${brotli4j.version} - - - com.aayushatharva.brotli4j - native-linux-riscv64 - ${brotli4j.version} - - - com.aayushatharva.brotli4j - native-windows-x86_64 - ${brotli4j.version} - - - com.aayushatharva.brotli4j - native-windows-aarch64 - ${brotli4j.version} - - - com.aayushatharva.brotli4j - native-osx-x86_64 - ${brotli4j.version} - - - com.aayushatharva.brotli4j - native-osx-aarch64 - ${brotli4j.version} - + + + io.smallrye.common + smallrye-common-bom + ${smallrye-common.version} + pom + import + - - io.smallrye.certs - smallrye-certificate-generator - ${smallrye-certificate-generator.version} - + + + io.netty + netty-bom + ${netty.version} + pom + import + + + com.aayushatharva.brotli4j + brotli4j + ${brotli4j.version} + + + com.aayushatharva.brotli4j + native-linux-x86_64 + ${brotli4j.version} + + + com.aayushatharva.brotli4j + native-linux-s390x + ${brotli4j.version} + + + com.aayushatharva.brotli4j + native-linux-ppc64le + ${brotli4j.version} + + + com.aayushatharva.brotli4j + native-linux-aarch64 + ${brotli4j.version} + + + com.aayushatharva.brotli4j + native-linux-armv7 + ${brotli4j.version} + + + com.aayushatharva.brotli4j + native-linux-riscv64 + ${brotli4j.version} + + + com.aayushatharva.brotli4j + native-windows-x86_64 + ${brotli4j.version} + + + com.aayushatharva.brotli4j + native-windows-aarch64 + ${brotli4j.version} + + + com.aayushatharva.brotli4j + native-osx-x86_64 + ${brotli4j.version} + + + com.aayushatharva.brotli4j + native-osx-aarch64 + ${brotli4j.version} + - - io.smallrye.certs - smallrye-private-key-pem-parser - ${smallrye-certificate-generator.version} - + + io.smallrye.certs + smallrye-certificate-generator + ${smallrye-certificate-generator.version} + - - - com.fasterxml.jackson - jackson-bom - ${jackson-bom.version} - import - pom - + + io.smallrye.certs + smallrye-private-key-pem-parser + ${smallrye-certificate-generator.version} + - - - - org.jboss.resteasy - resteasy-bom - ${resteasy.version} - pom - import - + + + com.fasterxml.jackson + jackson-bom + ${jackson-bom.version} + pom + import + - - - org.junit - junit-bom - ${junit.jupiter.version} - import - pom - + + + + org.jboss.resteasy + resteasy-bom + ${resteasy.version} + pom + import + - - - io.fabric8 - kubernetes-client-bom - ${kubernetes-client.version} - pom - import - + + + org.junit + junit-bom + ${junit.jupiter.version} + pom + import + - - - io.vertx - vertx-dependencies - ${vertx.version} - import - pom - + + + io.fabric8 + kubernetes-client-bom + ${kubernetes-client.version} + pom + import + - - - io.grpc - grpc-bom - ${grpc.version} - import - pom - - - io.perfmark - perfmark-api - ${perfmark.version} - + + + io.vertx + vertx-dependencies + ${vertx.version} + pom + import + + + + io.grpc + grpc-bom + ${grpc.version} + pom + import + + + io.perfmark + perfmark-api + ${perfmark.version} + - - - io.micrometer - micrometer-bom - ${micrometer.version} - pom - import - + + + io.micrometer + micrometer-bom + ${micrometer.version} + pom + import + - - - org.testcontainers - testcontainers-bom - ${testcontainers.version} - pom - import - - - org.testcontainers - testcontainers - ${testcontainers.version} - - - org.hamcrest - hamcrest-core - - - - - org.opensearch - opensearch-testcontainers - ${opensearch-testcontainers.version} - - - - - - io.opentelemetry.instrumentation - opentelemetry-instrumentation-bom-alpha - ${opentelemetry-instrumentation.version} - pom - import - + + + org.testcontainers + testcontainers-bom + ${testcontainers.version} + pom + import + + + org.testcontainers + testcontainers + ${testcontainers.version} + + + org.hamcrest + hamcrest-core + + + + + org.opensearch + opensearch-testcontainers + ${opensearch-testcontainers.version} + + + + + + io.opentelemetry.instrumentation + opentelemetry-instrumentation-bom-alpha + ${opentelemetry-instrumentation.version} + pom + import + - - - com.oracle.database.jdbc - ojdbc-bom - ${oracle-jdbc.version} - pom - import - + + + com.oracle.database.jdbc + ojdbc-bom + ${oracle-jdbc.version} + pom + import + - - - org.hibernate.search - hibernate-search-bom - ${hibernate-search.version} - pom - import - + + + org.hibernate.search + hibernate-search-bom + ${hibernate-search.version} + pom + import + - - - io.smallrye.reactive - mutiny-bom - ${mutiny.version} - import - pom - - - org.jctools - jctools-core - ${jctools-core.version} - - - io.smallrye.reactive - vertx-mutiny-clients-bom - ${smallrye-mutiny-vertx-binding.version} - import - pom - + + + io.smallrye.reactive + mutiny-bom + ${mutiny.version} + pom + import + + + org.jctools + jctools-core + ${jctools-core.version} + + + io.smallrye.reactive + vertx-mutiny-clients-bom + ${smallrye-mutiny-vertx-binding.version} + pom + import + - - - com.google.http-client - google-http-client-bom - ${google-http-client.version} - import - pom - + + + com.google.http-client + google-http-client-bom + ${google-http-client.version} + pom + import + - - - org.jetbrains.kotlin - kotlin-bom - ${kotlin.version} - pom - import - - - org.jetbrains - annotations - 26.0.2 - - - - org.jetbrains.kotlinx - kotlinx-coroutines-bom - ${kotlin.coroutine.version} - pom - import - + + + org.jetbrains.kotlin + kotlin-bom + ${kotlin.version} + pom + import + + + org.jetbrains + annotations + 26.0.2 + + + + org.jetbrains.kotlinx + kotlinx-coroutines-bom + ${kotlin.coroutine.version} + pom + import + - - - org.mockito - mockito-bom - ${mockito.version} - pom - import - + + + org.mockito + mockito-bom + ${mockito.version} + pom + import + - - - io.smallrye.reactive - smallrye-reactive-messaging-bom - ${smallrye-reactive-messaging.version} - pom - import - + + + io.smallrye.reactive + smallrye-reactive-messaging-bom + ${smallrye-reactive-messaging.version} + pom + import + - - - io.prometheus - simpleclient - ${prometheus.version} - - - io.prometheus - simpleclient_common - ${prometheus.version} - + + + io.prometheus + simpleclient + ${prometheus.version} + + + io.prometheus + simpleclient_common + ${prometheus.version} + - + - - io.quarkus - quarkus-core - ${project.version} - - - io.quarkus - quarkus-core-deployment - ${project.version} - - - io.quarkus - quarkus-development-mode-spi - ${project.version} - - - io.quarkus - quarkus-junit4-mock - ${project.version} - - - io.quarkus - quarkus-class-change-agent - ${project.version} - - - io.quarkus - quarkus-ide-launcher - ${project.version} - - - - * - * - - - - - io.quarkus - quarkus-arc - ${project.version} - - - io.quarkus - quarkus-arc-dev - ${project.version} - - - io.quarkus - quarkus-arc-deployment - ${project.version} - + + io.quarkus + quarkus-core + ${project.version} + + + io.quarkus + quarkus-core-deployment + ${project.version} + + + io.quarkus + quarkus-development-mode-spi + ${project.version} + + + io.quarkus + quarkus-junit4-mock + ${project.version} + + + io.quarkus + quarkus-class-change-agent + ${project.version} + + + io.quarkus + quarkus-ide-launcher + ${project.version} + + + + * + * + + + + + io.quarkus + quarkus-arc + ${project.version} + + + io.quarkus + quarkus-arc-dev + ${project.version} + + + io.quarkus + quarkus-arc-deployment + ${project.version} + - - - io.quarkus - quarkus-assistant - ${project.version} - - - io.quarkus - quarkus-assistant-dev - ${project.version} - - - io.quarkus - quarkus-assistant-deployment - ${project.version} - - - io.quarkus - quarkus-assistant-deployment-spi - ${project.version} - - - io.quarkus - quarkus-caffeine - ${project.version} - - - io.quarkus - quarkus-caffeine-deployment - ${project.version} - - - io.quarkus - quarkus-jacoco - ${project.version} - - - io.quarkus - quarkus-jacoco-deployment - ${project.version} - - - io.quarkus - quarkus-jaxb - ${project.version} - - - io.quarkus - quarkus-jaxb-deployment - ${project.version} - - - io.quarkus - quarkus-jaxp - ${project.version} - - - io.quarkus - quarkus-jaxp-deployment - ${project.version} - - - io.quarkus - quarkus-jackson - ${project.version} - - - io.quarkus - quarkus-jackson-deployment - ${project.version} - - - io.quarkus - quarkus-jackson-spi - ${project.version} - - - io.quarkus - quarkus-jsonb - ${project.version} - - - io.quarkus - quarkus-jsonb-deployment - ${project.version} - - - io.quarkus - quarkus-jsonb-spi - ${project.version} - - - io.quarkus - quarkus-jsonp - ${project.version} - - - io.quarkus - quarkus-jsonp-deployment - ${project.version} - - - io.quarkus - quarkus-hal - ${project.version} - - - io.quarkus - quarkus-hal-deployment - ${project.version} - - - io.quarkus - quarkus-rest-kotlin-serialization - ${project.version} - - - io.quarkus - quarkus-rest-kotlin-serialization-deployment - ${project.version} - - - io.quarkus - quarkus-netty - ${project.version} - - - io.quarkus - quarkus-netty-deployment - ${project.version} - + + + io.quarkus + quarkus-assistant + ${project.version} + + + io.quarkus + quarkus-assistant-dev + ${project.version} + + + io.quarkus + quarkus-assistant-deployment + ${project.version} + + + io.quarkus + quarkus-assistant-deployment-spi + ${project.version} + + + io.quarkus + quarkus-caffeine + ${project.version} + + + io.quarkus + quarkus-caffeine-deployment + ${project.version} + + + io.quarkus + quarkus-jacoco + ${project.version} + + + io.quarkus + quarkus-jacoco-deployment + ${project.version} + + + io.quarkus + quarkus-jaxb + ${project.version} + + + io.quarkus + quarkus-jaxb-deployment + ${project.version} + + + io.quarkus + quarkus-jaxp + ${project.version} + + + io.quarkus + quarkus-jaxp-deployment + ${project.version} + + + io.quarkus + quarkus-jackson + ${project.version} + + + io.quarkus + quarkus-jackson-deployment + ${project.version} + + + io.quarkus + quarkus-jackson-spi + ${project.version} + + + io.quarkus + quarkus-jsonb + ${project.version} + + + io.quarkus + quarkus-jsonb-deployment + ${project.version} + + + io.quarkus + quarkus-jsonb-spi + ${project.version} + + + io.quarkus + quarkus-jsonp + ${project.version} + + + io.quarkus + quarkus-jsonp-deployment + ${project.version} + + + io.quarkus + quarkus-hal + ${project.version} + + + io.quarkus + quarkus-hal-deployment + ${project.version} + + + io.quarkus + quarkus-rest-kotlin-serialization + ${project.version} + + + io.quarkus + quarkus-rest-kotlin-serialization-deployment + ${project.version} + + + io.quarkus + quarkus-netty + ${project.version} + + + io.quarkus + quarkus-netty-deployment + ${project.version} + - - io.quarkus - quarkus-tls-registry - ${project.version} - - - io.quarkus - quarkus-tls-registry-spi - ${project.version} - - - io.quarkus - quarkus-tls-registry-deployment - ${project.version} - - - io.quarkus - quarkus-tls-registry-deployment-spi - ${project.version} - + + io.quarkus + quarkus-tls-registry + ${project.version} + + + io.quarkus + quarkus-tls-registry-spi + ${project.version} + + + io.quarkus + quarkus-tls-registry-deployment + ${project.version} + + + io.quarkus + quarkus-tls-registry-deployment-spi + ${project.version} + - + - - io.quarkus - quarkus-agroal - ${project.version} - - - io.quarkus - quarkus-agroal-dev - ${project.version} - - - io.quarkus - quarkus-agroal-deployment - ${project.version} - - - io.quarkus - quarkus-agroal-spi - ${project.version} - - - io.quarkus - quarkus-config-yaml - ${project.version} - - - io.quarkus - quarkus-config-yaml-deployment - ${project.version} - - - io.quarkus - quarkus-cyclonedx - ${project.version} - - - io.quarkus - quarkus-cyclonedx-deployment - ${project.version} - - - io.quarkus - quarkus-cyclonedx-generator - ${project.version} - - - io.quarkus - quarkus-datasource-common - ${project.version} - - - io.quarkus - quarkus-datasource-deployment-spi - ${project.version} - - - io.quarkus - quarkus-datasource - ${project.version} - - - io.quarkus - quarkus-datasource-dev - ${project.version} - - - io.quarkus - quarkus-datasource-deployment - ${project.version} - - - io.quarkus - quarkus-devservices-postgresql - ${project.version} - - - io.quarkus - quarkus-devservices-h2 - ${project.version} - - - io.quarkus - quarkus-devservices-mysql - ${project.version} - - - io.quarkus - quarkus-devservices-mariadb - ${project.version} - - - io.quarkus - quarkus-devservices-derby - ${project.version} - - - io.quarkus - quarkus-devservices-db2 - ${project.version} - - - io.quarkus - quarkus-devservices-mssql - ${project.version} - - - io.quarkus - quarkus-devservices-oracle - ${project.version} - - - io.quarkus - quarkus-devservices-common - ${project.version} - - - io.quarkus - quarkus-devservices-deployment - ${project.version} - - - io.quarkus - quarkus-elasticsearch-rest-client-common - ${project.version} - - - io.quarkus - quarkus-elasticsearch-rest-client-common-deployment - ${project.version} - - - io.quarkus - quarkus-elasticsearch-rest-client - ${project.version} - - - io.quarkus - quarkus-elasticsearch-rest-client-deployment - ${project.version} - - - io.quarkus - quarkus-elasticsearch-java-client - ${project.version} - - - io.quarkus - quarkus-elasticsearch-java-client-deployment - ${project.version} - - - io.quarkus - quarkus-security - ${project.version} - - - io.quarkus - quarkus-security-runtime-spi - ${project.version} - - - io.quarkus - quarkus-security-deployment - ${project.version} - - - io.quarkus - quarkus-elytron-security-common - ${project.version} - - - io.quarkus - quarkus-elytron-security-common-deployment - ${project.version} - - - io.quarkus - quarkus-elytron-security - ${project.version} - - - io.quarkus - quarkus-elytron-security-deployment - ${project.version} - - - io.quarkus - quarkus-elytron-security-properties-file - ${project.version} - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - ${project.version} - - - io.quarkus - quarkus-elytron-security-oauth2 - ${project.version} - - - io.quarkus - quarkus-elytron-security-oauth2-deployment - ${project.version} - - - io.quarkus - quarkus-rest-csrf - ${project.version} - - - io.quarkus - quarkus-rest-csrf-deployment - ${project.version} - - - io.quarkus - quarkus-oidc - ${project.version} - - - io.quarkus - quarkus-oidc-dev - ${project.version} - - - io.quarkus - quarkus-test-oidc-server - ${project.version} - - - io.quarkus - quarkus-test-keycloak-server - ${project.version} - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - - - io.quarkus - quarkus-oidc-client - ${project.version} - - - io.quarkus - quarkus-oidc-client-deployment - ${project.version} - - - io.quarkus - quarkus-oidc-client-spi - ${project.version} - - - io.quarkus - quarkus-resteasy-client-oidc-filter - ${project.version} - - - io.quarkus - quarkus-resteasy-client-oidc-filter-deployment - ${project.version} - - - io.quarkus - quarkus-rest-client-oidc-filter - ${project.version} - - - io.quarkus - quarkus-rest-client-oidc-filter-deployment - ${project.version} - - - io.quarkus - quarkus-oidc-client-registration - ${project.version} - - - io.quarkus - quarkus-oidc-client-registration-deployment - ${project.version} - - - io.quarkus - quarkus-oidc-client-graphql - ${project.version} - - - io.quarkus - quarkus-oidc-client-graphql-deployment - ${project.version} - - - io.quarkus - quarkus-oidc-token-propagation-common-deployment - ${project.version} - - - io.quarkus - quarkus-oidc-token-propagation-common - ${project.version} - - - io.quarkus - quarkus-resteasy-client-oidc-token-propagation - ${project.version} - - - io.quarkus - quarkus-resteasy-client-oidc-token-propagation-deployment - ${project.version} - - - io.quarkus - quarkus-oidc-db-token-state-manager - ${project.version} - - - io.quarkus - quarkus-oidc-db-token-state-manager-deployment - ${project.version} - - - io.quarkus - quarkus-oidc-redis-token-state-manager - ${project.version} - - - io.quarkus - quarkus-oidc-redis-token-state-manager-deployment - ${project.version} - - - io.quarkus - quarkus-rest-client-oidc-token-propagation - ${project.version} - - - io.quarkus - quarkus-rest-client-oidc-token-propagation-deployment - ${project.version} - - - io.quarkus - quarkus-oidc-common - ${project.version} - - - io.quarkus - quarkus-oidc-common-deployment - ${project.version} - - - io.quarkus - quarkus-keycloak-authorization - ${project.version} - - - io.quarkus - quarkus-keycloak-authorization-deployment - ${project.version} - - - io.quarkus - quarkus-keycloak-admin-resteasy-client - ${project.version} - - - io.quarkus - quarkus-keycloak-admin-resteasy-client-deployment - ${project.version} - - - io.quarkus - quarkus-keycloak-admin-rest-client - ${project.version} - - - io.quarkus - quarkus-keycloak-admin-rest-client-deployment - ${project.version} - - - io.quarkus - quarkus-keycloak-admin-client-common - ${project.version} - - - io.quarkus - quarkus-keycloak-admin-client-common-deployment - ${project.version} - - - io.quarkus - quarkus-devservices-keycloak - ${project.version} - - - io.quarkus - quarkus-devservices-oidc - ${project.version} - - - io.quarkus - quarkus-flyway - ${project.version} - - - io.quarkus - quarkus-flyway-dev - ${project.version} - - - io.quarkus - quarkus-flyway-deployment - ${project.version} - - - io.quarkus - quarkus-flyway-postgresql - ${project.version} - - - io.quarkus - quarkus-flyway-postgresql-deployment - ${project.version} - - - io.quarkus - quarkus-flyway-oracle - ${project.version} - - - io.quarkus - quarkus-flyway-oracle-deployment - ${project.version} - - - io.quarkus - quarkus-flyway-mysql - ${project.version} - - - io.quarkus - quarkus-flyway-mysql-deployment - ${project.version} - - - io.quarkus - quarkus-flyway-mssql - ${project.version} - - - io.quarkus - quarkus-flyway-mssql-deployment - ${project.version} - - - io.quarkus - quarkus-flyway-derby - ${project.version} - - - io.quarkus - quarkus-flyway-derby-deployment - ${project.version} - - - io.quarkus - quarkus-flyway-db2 - ${project.version} - - - io.quarkus - quarkus-flyway-db2-deployment - ${project.version} - - - io.quarkus - quarkus-liquibase-common - ${project.version} - - - io.quarkus - quarkus-liquibase - ${project.version} - - - io.quarkus - quarkus-liquibase-dev - ${project.version} - - - io.quarkus - quarkus-liquibase-deployment - ${project.version} - - - io.quarkus - quarkus-liquibase-mongodb - ${project.version} - - - io.quarkus - quarkus-liquibase-mongodb-deployment - ${project.version} - - - io.quarkus - quarkus-hibernate-orm - ${project.version} - - - io.quarkus - quarkus-hibernate-orm-deployment-spi - ${project.version} - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - - - io.quarkus - quarkus-hibernate-orm-derby - ${project.version} - - - io.quarkus - quarkus-hibernate-orm-derby-deployment - ${project.version} - - - io.quarkus - quarkus-hibernate-envers - ${project.version} - - - io.quarkus - quarkus-hibernate-envers-deployment - ${project.version} - - - io.quarkus - quarkus-hibernate-reactive - ${project.version} - - - io.quarkus - quarkus-hibernate-reactive-deployment - ${project.version} - - - io.quarkus - quarkus-panache-common - ${project.version} - - - io.quarkus - quarkus-panache-common-deployment - ${project.version} - - - io.quarkus - quarkus-panache-hibernate-common - ${project.version} - - - io.quarkus - quarkus-panache-hibernate-common-deployment - ${project.version} - - - io.quarkus - quarkus-panache-mock - ${project.version} - - - io.quarkus - quarkus-panacheql - ${project.version} - - - io.quarkus - quarkus-hibernate-orm-panache - ${project.version} - - - io.quarkus - quarkus-hibernate-orm-panache-deployment - ${project.version} - - - io.quarkus - quarkus-hibernate-reactive-panache - ${project.version} - - - io.quarkus - quarkus-hibernate-reactive-panache-deployment - ${project.version} - - - io.quarkus - quarkus-hibernate-reactive-panache-kotlin - ${project.version} - - - io.quarkus - quarkus-hibernate-reactive-panache-kotlin-deployment - ${project.version} - - - io.quarkus - quarkus-hibernate-orm-panache-kotlin - ${project.version} - - - io.quarkus - quarkus-hibernate-orm-panache-kotlin-deployment - ${project.version} - - - io.quarkus - quarkus-hibernate-orm-panache-common - ${project.version} - - - io.quarkus - quarkus-hibernate-orm-panache-common-deployment - ${project.version} - - - io.quarkus - quarkus-hibernate-reactive-panache-common - ${project.version} - - - io.quarkus - quarkus-hibernate-reactive-panache-common-deployment - ${project.version} - - - io.quarkus - quarkus-hibernate-reactive-rest-data-panache - ${project.version} - - - io.quarkus - quarkus-hibernate-reactive-rest-data-panache-deployment - ${project.version} - - - io.quarkus - quarkus-rest-data-panache - ${project.version} - - - io.quarkus - quarkus-rest-data-panache-deployment - ${project.version} - - - io.quarkus - quarkus-hibernate-orm-rest-data-panache - ${project.version} - - - io.quarkus - quarkus-hibernate-orm-rest-data-panache-deployment - ${project.version} - - - io.quarkus - quarkus-mongodb-rest-data-panache - ${project.version} - - - io.quarkus - quarkus-mongodb-rest-data-panache-deployment - ${project.version} - - - io.quarkus - quarkus-mongodb-panache - ${project.version} - - - io.quarkus - quarkus-mongodb-panache-deployment - ${project.version} - - - io.quarkus - quarkus-mongodb-panache-kotlin - ${project.version} - - - io.quarkus - quarkus-mongodb-panache-kotlin-deployment - ${project.version} - - - io.quarkus - quarkus-mongodb-panache-common - ${project.version} - - - io.quarkus - quarkus-mongodb-panache-common-deployment - ${project.version} - - - io.quarkus - quarkus-hibernate-search-backend-elasticsearch-common - ${project.version} - - - io.quarkus - quarkus-hibernate-search-backend-elasticsearch-common-deployment - ${project.version} - - - io.quarkus - quarkus-hibernate-search-orm-elasticsearch - ${project.version} - - - io.quarkus - quarkus-hibernate-search-orm-elasticsearch-deployment - ${project.version} - - - io.quarkus - quarkus-hibernate-search-orm-outbox-polling - ${project.version} - - - io.quarkus - quarkus-hibernate-search-orm-outbox-polling-deployment - ${project.version} - - - io.quarkus - quarkus-hibernate-search-standalone-elasticsearch - ${project.version} - - - io.quarkus - quarkus-hibernate-search-standalone-elasticsearch-deployment - ${project.version} - - - io.quarkus - quarkus-hibernate-validator - ${project.version} - - - io.quarkus - quarkus-hibernate-validator-deployment - ${project.version} - - - io.quarkus - quarkus-hibernate-validator-spi - ${project.version} - - - io.quarkus - quarkus-infinispan-client - ${project.version} - - - io.quarkus - quarkus-infinispan-client-dev - ${project.version} - - - io.quarkus - quarkus-infinispan-client-deployment - ${project.version} - - - io.quarkus - quarkus-infinispan-cache - ${project.version} - - - io.quarkus - quarkus-infinispan-cache-deployment - ${project.version} - - - io.quarkus - quarkus-jdbc-db2 - ${project.version} - - - io.quarkus - quarkus-jdbc-db2-deployment - ${project.version} - - - io.quarkus - quarkus-jdbc-postgresql - ${project.version} - - - io.quarkus - quarkus-jdbc-postgresql-deployment - ${project.version} - - - io.quarkus - quarkus-jdbc-h2 - ${project.version} - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - - - io.quarkus - quarkus-jdbc-mariadb - ${project.version} - - - io.quarkus - quarkus-jdbc-mariadb-deployment - ${project.version} - - - io.quarkus - quarkus-jdbc-mssql - ${project.version} - - - io.quarkus - quarkus-jdbc-mssql-deployment - ${project.version} - - - io.quarkus - quarkus-jdbc-mysql - ${project.version} - - - io.quarkus - quarkus-jdbc-mysql-deployment - ${project.version} - - - io.quarkus - quarkus-jdbc-oracle - ${project.version} - - - io.quarkus - quarkus-jdbc-oracle-deployment - ${project.version} - - - io.quarkus - quarkus-jdbc-derby - ${project.version} - - - io.quarkus - quarkus-jdbc-derby-deployment - ${project.version} - - - io.quarkus - quarkus-jms-spi-deployment - ${project.version} - - - io.quarkus - quarkus-kafka-client - ${project.version} - - - io.quarkus - quarkus-kafka-client-dev - ${project.version} - - - io.quarkus - quarkus-kafka-client-deployment - ${project.version} - - - io.quarkus - quarkus-kafka-streams - ${project.version} - - - io.quarkus - quarkus-kafka-streams-dev - ${project.version} - - - io.quarkus - quarkus-kafka-streams-deployment - ${project.version} - - - io.quarkus - quarkus-test-kafka-companion - ${project.version} - - - io.quarkus - quarkus-avro - ${project.version} - - - io.quarkus - quarkus-avro-deployment - ${project.version} - - - io.quarkus - quarkus-apicurio-registry-common - ${project.version} - - - io.quarkus - quarkus-apicurio-registry-common-deployment - ${project.version} - - - io.quarkus - quarkus-apicurio-registry-avro - ${project.version} - - - io.quarkus - quarkus-apicurio-registry-avro-deployment - ${project.version} - - - io.quarkus - quarkus-apicurio-registry-json-schema - ${project.version} - - - io.quarkus - quarkus-apicurio-registry-json-schema-deployment - ${project.version} - - - io.quarkus - quarkus-confluent-registry-common - ${project.version} - - - io.quarkus - quarkus-confluent-registry-common-deployment - ${project.version} - - - io.quarkus - quarkus-confluent-registry-avro - ${project.version} - - - io.quarkus - quarkus-confluent-registry-json-schema - ${project.version} - - - io.quarkus - quarkus-confluent-registry-json-schema-deployment - ${project.version} - - - io.quarkus - quarkus-confluent-registry-avro-deployment - ${project.version} - - - io.quarkus - quarkus-schema-registry-devservice - ${project.version} - - - io.quarkus - quarkus-schema-registry-devservice-deployment - ${project.version} - - - io.quarkus - quarkus-smallrye-health - ${project.version} - - - io.quarkus - quarkus-smallrye-health-dev - ${project.version} - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - - - io.quarkus - quarkus-smallrye-jwt - ${project.version} - - - io.quarkus - quarkus-smallrye-jwt-deployment - ${project.version} - - - io.quarkus - quarkus-smallrye-jwt-build - ${project.version} - - - io.quarkus - quarkus-smallrye-jwt-build-deployment - ${project.version} - - - io.quarkus - quarkus-smallrye-context-propagation - ${project.version} - - - io.quarkus - quarkus-smallrye-context-propagation-deployment - ${project.version} - - - io.quarkus - quarkus-smallrye-context-propagation-spi - ${project.version} - - - io.quarkus - quarkus-smallrye-reactive-streams-operators - ${project.version} - - - io.quarkus - quarkus-smallrye-reactive-streams-operators-deployment - ${project.version} - - - io.quarkus - quarkus-mutiny-reactive-streams-operators - ${project.version} - - - io.quarkus - quarkus-mutiny-reactive-streams-operators-deployment - ${project.version} - - - io.quarkus - quarkus-smallrye-reactive-type-converters - ${project.version} - - - io.quarkus - quarkus-smallrye-reactive-type-converters-deployment - ${project.version} - - - io.quarkus - quarkus-messaging - ${project.version} - - - io.quarkus - quarkus-messaging-dev - ${project.version} - - - io.quarkus - quarkus-messaging-kotlin - ${project.version} - - - io.quarkus - quarkus-messaging-deployment - ${project.version} - - - io.quarkus - quarkus-messaging-kafka - ${project.version} - - - io.quarkus - quarkus-messaging-kafka-deployment - ${project.version} - - - io.quarkus - quarkus-messaging-pulsar - ${project.version} - - - io.quarkus - quarkus-messaging-pulsar-deployment - ${project.version} - - - io.quarkus - quarkus-messaging-amqp - ${project.version} - - - io.quarkus - quarkus-messaging-amqp-deployment - ${project.version} - - - io.quarkus - quarkus-messaging-mqtt - ${project.version} - - - io.quarkus - quarkus-messaging-mqtt-deployment - ${project.version} - - - io.quarkus - quarkus-messaging-rabbitmq - ${project.version} - - - io.quarkus - quarkus-messaging-rabbitmq-dev - ${project.version} - - - io.quarkus - quarkus-messaging-rabbitmq-deployment - ${project.version} - - - io.quarkus - quarkus-smallrye-metrics - ${project.version} - - - io.quarkus - quarkus-smallrye-metrics-deployment - ${project.version} - - - io.quarkus - quarkus-smallrye-openapi - ${project.version} - - - org.jboss.shrinkwrap - shrinkwrap-api - - - - - io.quarkus - quarkus-smallrye-openapi-dev - ${project.version} - - - io.quarkus - quarkus-smallrye-openapi-deployment - ${project.version} - - - org.jboss.shrinkwrap - shrinkwrap-api - - - - - io.quarkus - quarkus-smallrye-openapi-spi - ${project.version} - - - io.quarkus - quarkus-smallrye-graphql - ${project.version} - - - io.quarkus - quarkus-smallrye-graphql-dev - ${project.version} - - - io.quarkus - quarkus-smallrye-graphql-deployment - ${project.version} - - - io.quarkus - quarkus-smallrye-graphql-client - ${project.version} - - - io.quarkus - quarkus-smallrye-graphql-client-deployment - ${project.version} - - - io.quarkus - quarkus-smallrye-stork - ${project.version} - - - io.quarkus - quarkus-smallrye-stork-deployment - ${project.version} - - - io.quarkus - quarkus-rest-client-config - ${project.version} - - - io.quarkus - quarkus-rest-client-config-deployment - ${project.version} - - - io.quarkus - quarkus-resteasy-client - ${project.version} - - - io.quarkus - quarkus-resteasy-client-deployment - ${project.version} - - - io.quarkus - quarkus-resteasy-client-jackson - ${project.version} - - - io.quarkus - quarkus-resteasy-client-jackson-deployment - ${project.version} - - - io.quarkus - quarkus-resteasy-client-jaxb - ${project.version} - - - io.quarkus - quarkus-resteasy-client-jaxb-deployment - ${project.version} - - - io.quarkus - quarkus-resteasy-client-jsonb - ${project.version} - - - io.quarkus - quarkus-resteasy-client-jsonb-deployment - ${project.version} - - - io.quarkus - quarkus-resteasy-client-mutiny - ${project.version} - - - io.quarkus - quarkus-resteasy-client-mutiny-deployment - ${project.version} - - - io.quarkus - quarkus-resteasy-common - ${project.version} - - - io.quarkus - quarkus-resteasy-common-deployment - ${project.version} - - - io.quarkus - quarkus-resteasy - ${project.version} - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - - - io.quarkus - quarkus-resteasy-jackson - ${project.version} - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - - - io.quarkus - quarkus-resteasy-jsonb - ${project.version} - - - io.quarkus - quarkus-resteasy-jsonb-deployment - ${project.version} - - - io.quarkus - quarkus-resteasy-jaxb - ${project.version} - - - io.quarkus - quarkus-resteasy-jaxb-deployment - ${project.version} - - - io.quarkus - quarkus-resteasy-links - ${project.version} - - - io.quarkus - quarkus-resteasy-links-deployment - ${project.version} - - - io.quarkus - quarkus-resteasy-multipart - ${project.version} - - - io.quarkus - quarkus-resteasy-multipart-deployment - ${project.version} - - - io.quarkus - quarkus-resteasy-server-common - ${project.version} - - - io.quarkus - quarkus-resteasy-server-common-deployment - ${project.version} - - - io.quarkus - quarkus-transaction-annotations - ${project.version} - - - io.quarkus - quarkus-narayana-jta - ${project.version} - - - io.quarkus - quarkus-narayana-jta-deployment - ${project.version} - - - io.quarkus - quarkus-narayana-lra - ${project.version} - - - io.quarkus - quarkus-narayana-lra-deployment - ${project.version} - - - io.quarkus - quarkus-undertow - ${project.version} - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - - - io.quarkus - quarkus-smallrye-fault-tolerance - ${project.version} - - - io.quarkus - quarkus-smallrye-fault-tolerance-dev - ${project.version} - - - io.quarkus - quarkus-smallrye-fault-tolerance-deployment - ${project.version} - - - io.quarkus - quarkus-smallrye-health-spi - ${project.version} - - - io.quarkus - quarkus-smallrye-metrics-spi - ${project.version} - - - io.quarkus - quarkus-smallrye-openapi-common-deployment - ${project.version} - - - io.quarkus - quarkus-load-shedding - ${project.version} - - - io.quarkus - quarkus-load-shedding-deployment - ${project.version} - - - io.quarkus - quarkus-vertx - ${project.version} - - - io.quarkus - quarkus-vertx-deployment - ${project.version} - - - io.quarkus - quarkus-vertx-deployment-spi - ${project.version} - - - io.quarkus - quarkus-vertx-latebound-mdc-provider - ${project.version} - - - io.quarkus - quarkus-vertx-http - ${project.version} - - - io.quarkus - quarkus-vertx-http-dev - ${project.version} - - - io.quarkus - quarkus-vertx-http-dev-console-spi - ${project.version} - - - io.quarkus - quarkus-vertx-http-dev-console-runtime-spi - ${project.version} - - - io.quarkus - quarkus-vertx-http-deployment - ${project.version} - - - io.quarkus - quarkus-vertx-http-deployment-spi - ${project.version} - - - io.quarkus - quarkus-vertx-http-dev-ui-spi - ${project.version} - - - io.quarkus - quarkus-vertx-http-dev-ui-tests - ${project.version} - - - io.quarkus - quarkus-vertx-http-dev-ui-resources - ${project.version} - - - io.quarkus - quarkus-vertx-kotlin - ${project.version} - - - io.quarkus - quarkus-vertx-kotlin-deployment - ${project.version} - + + io.quarkus + quarkus-agroal + ${project.version} + + + io.quarkus + quarkus-agroal-dev + ${project.version} + + + io.quarkus + quarkus-agroal-deployment + ${project.version} + + + io.quarkus + quarkus-agroal-spi + ${project.version} + + + io.quarkus + quarkus-config-yaml + ${project.version} + + + io.quarkus + quarkus-config-yaml-deployment + ${project.version} + + + io.quarkus + quarkus-cyclonedx + ${project.version} + + + io.quarkus + quarkus-cyclonedx-deployment + ${project.version} + + + io.quarkus + quarkus-cyclonedx-generator + ${project.version} + + + io.quarkus + quarkus-datasource-common + ${project.version} + + + io.quarkus + quarkus-datasource-deployment-spi + ${project.version} + + + io.quarkus + quarkus-datasource + ${project.version} + + + io.quarkus + quarkus-datasource-dev + ${project.version} + + + io.quarkus + quarkus-datasource-deployment + ${project.version} + + + io.quarkus + quarkus-devservices-postgresql + ${project.version} + + + io.quarkus + quarkus-devservices-h2 + ${project.version} + + + io.quarkus + quarkus-devservices-mysql + ${project.version} + + + io.quarkus + quarkus-devservices-mariadb + ${project.version} + + + io.quarkus + quarkus-devservices-derby + ${project.version} + + + io.quarkus + quarkus-devservices-db2 + ${project.version} + + + io.quarkus + quarkus-devservices-mssql + ${project.version} + + + io.quarkus + quarkus-devservices-oracle + ${project.version} + + + io.quarkus + quarkus-devservices-common + ${project.version} + + + io.quarkus + quarkus-devservices-deployment + ${project.version} + + + io.quarkus + quarkus-elasticsearch-rest-client-common + ${project.version} + + + io.quarkus + quarkus-elasticsearch-rest-client-common-deployment + ${project.version} + + + io.quarkus + quarkus-elasticsearch-rest-client + ${project.version} + + + io.quarkus + quarkus-elasticsearch-rest-client-deployment + ${project.version} + + + io.quarkus + quarkus-elasticsearch-java-client + ${project.version} + + + io.quarkus + quarkus-elasticsearch-java-client-deployment + ${project.version} + + + io.quarkus + quarkus-security + ${project.version} + + + io.quarkus + quarkus-security-runtime-spi + ${project.version} + + + io.quarkus + quarkus-security-deployment + ${project.version} + + + io.quarkus + quarkus-elytron-security-common + ${project.version} + + + io.quarkus + quarkus-elytron-security-common-deployment + ${project.version} + + + io.quarkus + quarkus-elytron-security + ${project.version} + + + io.quarkus + quarkus-elytron-security-deployment + ${project.version} + + + io.quarkus + quarkus-elytron-security-properties-file + ${project.version} + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + ${project.version} + + + io.quarkus + quarkus-elytron-security-oauth2 + ${project.version} + + + io.quarkus + quarkus-elytron-security-oauth2-deployment + ${project.version} + + + io.quarkus + quarkus-rest-csrf + ${project.version} + + + io.quarkus + quarkus-rest-csrf-deployment + ${project.version} + + + io.quarkus + quarkus-oidc + ${project.version} + + + io.quarkus + quarkus-oidc-dev + ${project.version} + + + io.quarkus + quarkus-test-oidc-server + ${project.version} + + + io.quarkus + quarkus-test-keycloak-server + ${project.version} + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + + + io.quarkus + quarkus-oidc-client + ${project.version} + + + io.quarkus + quarkus-oidc-client-deployment + ${project.version} + + + io.quarkus + quarkus-oidc-client-spi + ${project.version} + + + io.quarkus + quarkus-resteasy-client-oidc-filter + ${project.version} + + + io.quarkus + quarkus-resteasy-client-oidc-filter-deployment + ${project.version} + + + io.quarkus + quarkus-rest-client-oidc-filter + ${project.version} + + + io.quarkus + quarkus-rest-client-oidc-filter-deployment + ${project.version} + + + io.quarkus + quarkus-oidc-client-registration + ${project.version} + + + io.quarkus + quarkus-oidc-client-registration-deployment + ${project.version} + + + io.quarkus + quarkus-oidc-client-graphql + ${project.version} + + + io.quarkus + quarkus-oidc-client-graphql-deployment + ${project.version} + + + io.quarkus + quarkus-oidc-token-propagation-common-deployment + ${project.version} + + + io.quarkus + quarkus-oidc-token-propagation-common + ${project.version} + + + io.quarkus + quarkus-resteasy-client-oidc-token-propagation + ${project.version} + + + io.quarkus + quarkus-resteasy-client-oidc-token-propagation-deployment + ${project.version} + + + io.quarkus + quarkus-oidc-db-token-state-manager + ${project.version} + + + io.quarkus + quarkus-oidc-db-token-state-manager-deployment + ${project.version} + + + io.quarkus + quarkus-oidc-redis-token-state-manager + ${project.version} + + + io.quarkus + quarkus-oidc-redis-token-state-manager-deployment + ${project.version} + + + io.quarkus + quarkus-rest-client-oidc-token-propagation + ${project.version} + + + io.quarkus + quarkus-rest-client-oidc-token-propagation-deployment + ${project.version} + + + io.quarkus + quarkus-oidc-common + ${project.version} + + + io.quarkus + quarkus-oidc-common-deployment + ${project.version} + + + io.quarkus + quarkus-keycloak-authorization + ${project.version} + + + io.quarkus + quarkus-keycloak-authorization-deployment + ${project.version} + + + io.quarkus + quarkus-keycloak-admin-resteasy-client + ${project.version} + + + io.quarkus + quarkus-keycloak-admin-resteasy-client-deployment + ${project.version} + + + io.quarkus + quarkus-keycloak-admin-rest-client + ${project.version} + + + io.quarkus + quarkus-keycloak-admin-rest-client-deployment + ${project.version} + + + io.quarkus + quarkus-keycloak-admin-client-common + ${project.version} + + + io.quarkus + quarkus-keycloak-admin-client-common-deployment + ${project.version} + + + io.quarkus + quarkus-devservices-keycloak + ${project.version} + + + io.quarkus + quarkus-devservices-oidc + ${project.version} + + + io.quarkus + quarkus-flyway + ${project.version} + + + io.quarkus + quarkus-flyway-dev + ${project.version} + + + io.quarkus + quarkus-flyway-deployment + ${project.version} + + + io.quarkus + quarkus-flyway-postgresql + ${project.version} + + + io.quarkus + quarkus-flyway-postgresql-deployment + ${project.version} + + + io.quarkus + quarkus-flyway-oracle + ${project.version} + + + io.quarkus + quarkus-flyway-oracle-deployment + ${project.version} + + + io.quarkus + quarkus-flyway-mysql + ${project.version} + + + io.quarkus + quarkus-flyway-mysql-deployment + ${project.version} + + + io.quarkus + quarkus-flyway-mssql + ${project.version} + + + io.quarkus + quarkus-flyway-mssql-deployment + ${project.version} + + + io.quarkus + quarkus-flyway-derby + ${project.version} + + + io.quarkus + quarkus-flyway-derby-deployment + ${project.version} + + + io.quarkus + quarkus-flyway-db2 + ${project.version} + + + io.quarkus + quarkus-flyway-db2-deployment + ${project.version} + + + io.quarkus + quarkus-liquibase-common + ${project.version} + + + io.quarkus + quarkus-liquibase + ${project.version} + + + io.quarkus + quarkus-liquibase-dev + ${project.version} + + + io.quarkus + quarkus-liquibase-deployment + ${project.version} + + + io.quarkus + quarkus-liquibase-mongodb + ${project.version} + + + io.quarkus + quarkus-liquibase-mongodb-deployment + ${project.version} + + + io.quarkus + quarkus-hibernate-orm + ${project.version} + + + io.quarkus + quarkus-hibernate-orm-deployment-spi + ${project.version} + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + + + io.quarkus + quarkus-hibernate-orm-derby + ${project.version} + + + io.quarkus + quarkus-hibernate-orm-derby-deployment + ${project.version} + + + io.quarkus + quarkus-hibernate-envers + ${project.version} + + + io.quarkus + quarkus-hibernate-envers-deployment + ${project.version} + + + io.quarkus + quarkus-hibernate-reactive + ${project.version} + + + io.quarkus + quarkus-hibernate-reactive-deployment + ${project.version} + + + io.quarkus + quarkus-panache-common + ${project.version} + + + io.quarkus + quarkus-panache-common-deployment + ${project.version} + + + io.quarkus + quarkus-panache-hibernate-common + ${project.version} + + + io.quarkus + quarkus-panache-hibernate-common-deployment + ${project.version} + + + io.quarkus + quarkus-panache-mock + ${project.version} + + + io.quarkus + quarkus-panacheql + ${project.version} + + + io.quarkus + quarkus-hibernate-orm-panache + ${project.version} + + + io.quarkus + quarkus-hibernate-orm-panache-deployment + ${project.version} + + + io.quarkus + quarkus-hibernate-reactive-panache + ${project.version} + + + io.quarkus + quarkus-hibernate-reactive-panache-deployment + ${project.version} + + + io.quarkus + quarkus-hibernate-reactive-panache-kotlin + ${project.version} + + + io.quarkus + quarkus-hibernate-reactive-panache-kotlin-deployment + ${project.version} + + + io.quarkus + quarkus-hibernate-orm-panache-kotlin + ${project.version} + + + io.quarkus + quarkus-hibernate-orm-panache-kotlin-deployment + ${project.version} + + + io.quarkus + quarkus-hibernate-orm-panache-common + ${project.version} + + + io.quarkus + quarkus-hibernate-orm-panache-common-deployment + ${project.version} + + + io.quarkus + quarkus-hibernate-reactive-panache-common + ${project.version} + + + io.quarkus + quarkus-hibernate-reactive-panache-common-deployment + ${project.version} + + + io.quarkus + quarkus-hibernate-reactive-rest-data-panache + ${project.version} + + + io.quarkus + quarkus-hibernate-reactive-rest-data-panache-deployment + ${project.version} + + + io.quarkus + quarkus-rest-data-panache + ${project.version} + + + io.quarkus + quarkus-rest-data-panache-deployment + ${project.version} + + + io.quarkus + quarkus-hibernate-orm-rest-data-panache + ${project.version} + + + io.quarkus + quarkus-hibernate-orm-rest-data-panache-deployment + ${project.version} + + + io.quarkus + quarkus-mongodb-rest-data-panache + ${project.version} + + + io.quarkus + quarkus-mongodb-rest-data-panache-deployment + ${project.version} + + + io.quarkus + quarkus-mongodb-panache + ${project.version} + + + io.quarkus + quarkus-mongodb-panache-deployment + ${project.version} + + + io.quarkus + quarkus-mongodb-panache-kotlin + ${project.version} + + + io.quarkus + quarkus-mongodb-panache-kotlin-deployment + ${project.version} + + + io.quarkus + quarkus-mongodb-panache-common + ${project.version} + + + io.quarkus + quarkus-mongodb-panache-common-deployment + ${project.version} + + + io.quarkus + quarkus-hibernate-search-backend-elasticsearch-common + ${project.version} + + + io.quarkus + quarkus-hibernate-search-backend-elasticsearch-common-deployment + ${project.version} + + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch + ${project.version} + + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch-deployment + ${project.version} + + + io.quarkus + quarkus-hibernate-search-orm-outbox-polling + ${project.version} + + + io.quarkus + quarkus-hibernate-search-orm-outbox-polling-deployment + ${project.version} + + + io.quarkus + quarkus-hibernate-search-standalone-elasticsearch + ${project.version} + + + io.quarkus + quarkus-hibernate-search-standalone-elasticsearch-deployment + ${project.version} + + + io.quarkus + quarkus-hibernate-validator + ${project.version} + + + io.quarkus + quarkus-hibernate-validator-deployment + ${project.version} + + + io.quarkus + quarkus-hibernate-validator-spi + ${project.version} + + + io.quarkus + quarkus-infinispan-client + ${project.version} + + + io.quarkus + quarkus-infinispan-client-dev + ${project.version} + + + io.quarkus + quarkus-infinispan-client-deployment + ${project.version} + + + io.quarkus + quarkus-infinispan-cache + ${project.version} + + + io.quarkus + quarkus-infinispan-cache-deployment + ${project.version} + + + io.quarkus + quarkus-jdbc-db2 + ${project.version} + + + io.quarkus + quarkus-jdbc-db2-deployment + ${project.version} + + + io.quarkus + quarkus-jdbc-postgresql + ${project.version} + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + + + io.quarkus + quarkus-jdbc-h2 + ${project.version} + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + + + io.quarkus + quarkus-jdbc-mariadb + ${project.version} + + + io.quarkus + quarkus-jdbc-mariadb-deployment + ${project.version} + + + io.quarkus + quarkus-jdbc-mssql + ${project.version} + + + io.quarkus + quarkus-jdbc-mssql-deployment + ${project.version} + + + io.quarkus + quarkus-jdbc-mysql + ${project.version} + + + io.quarkus + quarkus-jdbc-mysql-deployment + ${project.version} + + + io.quarkus + quarkus-jdbc-oracle + ${project.version} + + + io.quarkus + quarkus-jdbc-oracle-deployment + ${project.version} + + + io.quarkus + quarkus-jdbc-derby + ${project.version} + + + io.quarkus + quarkus-jdbc-derby-deployment + ${project.version} + + + io.quarkus + quarkus-jms-spi-deployment + ${project.version} + + + io.quarkus + quarkus-kafka-client + ${project.version} + + + io.quarkus + quarkus-kafka-client-dev + ${project.version} + + + io.quarkus + quarkus-kafka-client-deployment + ${project.version} + + + io.quarkus + quarkus-kafka-streams + ${project.version} + + + io.quarkus + quarkus-kafka-streams-dev + ${project.version} + + + io.quarkus + quarkus-kafka-streams-deployment + ${project.version} + + + io.quarkus + quarkus-test-kafka-companion + ${project.version} + + + io.quarkus + quarkus-avro + ${project.version} + + + io.quarkus + quarkus-avro-deployment + ${project.version} + + + io.quarkus + quarkus-apicurio-registry-common + ${project.version} + + + io.quarkus + quarkus-apicurio-registry-common-deployment + ${project.version} + + + io.quarkus + quarkus-apicurio-registry-avro + ${project.version} + + + io.quarkus + quarkus-apicurio-registry-avro-deployment + ${project.version} + + + io.quarkus + quarkus-apicurio-registry-json-schema + ${project.version} + + + io.quarkus + quarkus-apicurio-registry-json-schema-deployment + ${project.version} + + + io.quarkus + quarkus-confluent-registry-common + ${project.version} + + + io.quarkus + quarkus-confluent-registry-common-deployment + ${project.version} + + + io.quarkus + quarkus-confluent-registry-avro + ${project.version} + + + io.quarkus + quarkus-confluent-registry-json-schema + ${project.version} + + + io.quarkus + quarkus-confluent-registry-json-schema-deployment + ${project.version} + + + io.quarkus + quarkus-confluent-registry-avro-deployment + ${project.version} + + + io.quarkus + quarkus-schema-registry-devservice + ${project.version} + + + io.quarkus + quarkus-schema-registry-devservice-deployment + ${project.version} + + + io.quarkus + quarkus-smallrye-health + ${project.version} + + + io.quarkus + quarkus-smallrye-health-dev + ${project.version} + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + + + io.quarkus + quarkus-smallrye-jwt + ${project.version} + + + io.quarkus + quarkus-smallrye-jwt-deployment + ${project.version} + + + io.quarkus + quarkus-smallrye-jwt-build + ${project.version} + + + io.quarkus + quarkus-smallrye-jwt-build-deployment + ${project.version} + + + io.quarkus + quarkus-smallrye-context-propagation + ${project.version} + + + io.quarkus + quarkus-smallrye-context-propagation-deployment + ${project.version} + + + io.quarkus + quarkus-smallrye-context-propagation-spi + ${project.version} + + + io.quarkus + quarkus-smallrye-reactive-streams-operators + ${project.version} + + + io.quarkus + quarkus-smallrye-reactive-streams-operators-deployment + ${project.version} + + + io.quarkus + quarkus-mutiny-reactive-streams-operators + ${project.version} + + + io.quarkus + quarkus-mutiny-reactive-streams-operators-deployment + ${project.version} + + + io.quarkus + quarkus-smallrye-reactive-type-converters + ${project.version} + + + io.quarkus + quarkus-smallrye-reactive-type-converters-deployment + ${project.version} + + + io.quarkus + quarkus-messaging + ${project.version} + + + io.quarkus + quarkus-messaging-dev + ${project.version} + + + io.quarkus + quarkus-messaging-kotlin + ${project.version} + + + io.quarkus + quarkus-messaging-deployment + ${project.version} + + + io.quarkus + quarkus-messaging-kafka + ${project.version} + + + io.quarkus + quarkus-messaging-kafka-deployment + ${project.version} + + + io.quarkus + quarkus-messaging-pulsar + ${project.version} + + + io.quarkus + quarkus-messaging-pulsar-deployment + ${project.version} + + + io.quarkus + quarkus-messaging-amqp + ${project.version} + + + io.quarkus + quarkus-messaging-amqp-deployment + ${project.version} + + + io.quarkus + quarkus-messaging-mqtt + ${project.version} + + + io.quarkus + quarkus-messaging-mqtt-deployment + ${project.version} + + + io.quarkus + quarkus-messaging-rabbitmq + ${project.version} + + + io.quarkus + quarkus-messaging-rabbitmq-dev + ${project.version} + + + io.quarkus + quarkus-messaging-rabbitmq-deployment + ${project.version} + + + io.quarkus + quarkus-smallrye-metrics + ${project.version} + + + io.quarkus + quarkus-smallrye-metrics-deployment + ${project.version} + + + io.quarkus + quarkus-smallrye-openapi + ${project.version} + + + org.jboss.shrinkwrap + shrinkwrap-api + + + + + io.quarkus + quarkus-smallrye-openapi-dev + ${project.version} + + + io.quarkus + quarkus-smallrye-openapi-deployment + ${project.version} + + + org.jboss.shrinkwrap + shrinkwrap-api + + + + + io.quarkus + quarkus-smallrye-openapi-spi + ${project.version} + + + io.quarkus + quarkus-smallrye-graphql + ${project.version} + + + io.quarkus + quarkus-smallrye-graphql-dev + ${project.version} + + + io.quarkus + quarkus-smallrye-graphql-deployment + ${project.version} + + + io.quarkus + quarkus-smallrye-graphql-client + ${project.version} + + + io.quarkus + quarkus-smallrye-graphql-client-deployment + ${project.version} + + + io.quarkus + quarkus-smallrye-stork + ${project.version} + + + io.quarkus + quarkus-smallrye-stork-deployment + ${project.version} + + + io.quarkus + quarkus-rest-client-config + ${project.version} + + + io.quarkus + quarkus-rest-client-config-deployment + ${project.version} + + + io.quarkus + quarkus-resteasy-client + ${project.version} + + + io.quarkus + quarkus-resteasy-client-deployment + ${project.version} + + + io.quarkus + quarkus-resteasy-client-jackson + ${project.version} + + + io.quarkus + quarkus-resteasy-client-jackson-deployment + ${project.version} + + + io.quarkus + quarkus-resteasy-client-jaxb + ${project.version} + + + io.quarkus + quarkus-resteasy-client-jaxb-deployment + ${project.version} + + + io.quarkus + quarkus-resteasy-client-jsonb + ${project.version} + + + io.quarkus + quarkus-resteasy-client-jsonb-deployment + ${project.version} + + + io.quarkus + quarkus-resteasy-client-mutiny + ${project.version} + + + io.quarkus + quarkus-resteasy-client-mutiny-deployment + ${project.version} + + + io.quarkus + quarkus-resteasy-common + ${project.version} + + + io.quarkus + quarkus-resteasy-common-deployment + ${project.version} + + + io.quarkus + quarkus-resteasy + ${project.version} + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + + + io.quarkus + quarkus-resteasy-jackson + ${project.version} + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + + + io.quarkus + quarkus-resteasy-jsonb + ${project.version} + + + io.quarkus + quarkus-resteasy-jsonb-deployment + ${project.version} + + + io.quarkus + quarkus-resteasy-jaxb + ${project.version} + + + io.quarkus + quarkus-resteasy-jaxb-deployment + ${project.version} + + + io.quarkus + quarkus-resteasy-links + ${project.version} + + + io.quarkus + quarkus-resteasy-links-deployment + ${project.version} + + + io.quarkus + quarkus-resteasy-multipart + ${project.version} + + + io.quarkus + quarkus-resteasy-multipart-deployment + ${project.version} + + + io.quarkus + quarkus-resteasy-server-common + ${project.version} + + + io.quarkus + quarkus-resteasy-server-common-deployment + ${project.version} + + + io.quarkus + quarkus-transaction-annotations + ${project.version} + + + io.quarkus + quarkus-narayana-jta + ${project.version} + + + io.quarkus + quarkus-narayana-jta-deployment + ${project.version} + + + io.quarkus + quarkus-narayana-lra + ${project.version} + + + io.quarkus + quarkus-narayana-lra-deployment + ${project.version} + + + io.quarkus + quarkus-undertow + ${project.version} + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + + + io.quarkus + quarkus-smallrye-fault-tolerance + ${project.version} + + + io.quarkus + quarkus-smallrye-fault-tolerance-dev + ${project.version} + + + io.quarkus + quarkus-smallrye-fault-tolerance-deployment + ${project.version} + + + io.quarkus + quarkus-smallrye-health-spi + ${project.version} + + + io.quarkus + quarkus-smallrye-metrics-spi + ${project.version} + + + io.quarkus + quarkus-smallrye-openapi-common-deployment + ${project.version} + + + io.quarkus + quarkus-load-shedding + ${project.version} + + + io.quarkus + quarkus-load-shedding-deployment + ${project.version} + + + io.quarkus + quarkus-vertx + ${project.version} + + + io.quarkus + quarkus-vertx-deployment + ${project.version} + + + io.quarkus + quarkus-vertx-deployment-spi + ${project.version} + + + io.quarkus + quarkus-vertx-latebound-mdc-provider + ${project.version} + + + io.quarkus + quarkus-vertx-http + ${project.version} + + + io.quarkus + quarkus-vertx-http-dev + ${project.version} + + + io.quarkus + quarkus-vertx-http-dev-console-spi + ${project.version} + + + io.quarkus + quarkus-vertx-http-dev-console-runtime-spi + ${project.version} + + + io.quarkus + quarkus-vertx-http-deployment + ${project.version} + + + io.quarkus + quarkus-vertx-http-deployment-spi + ${project.version} + + + io.quarkus + quarkus-vertx-http-dev-ui-spi + ${project.version} + + + io.quarkus + quarkus-vertx-http-dev-ui-tests + ${project.version} + + + io.quarkus + quarkus-vertx-http-dev-ui-resources + ${project.version} + + + io.quarkus + quarkus-vertx-kotlin + ${project.version} + + + io.quarkus + quarkus-vertx-kotlin-deployment + ${project.version} + - - io.quarkus - quarkus-reactive-routes - ${project.version} - - - io.quarkus - quarkus-reactive-routes-deployment - ${project.version} - - - io.quarkus - quarkus-reactive-datasource-deployment - ${project.version} - - - io.quarkus - quarkus-reactive-db2-client - ${project.version} - - - io.quarkus - quarkus-reactive-db2-client-deployment - ${project.version} - - - io.quarkus - quarkus-reactive-pg-client - ${project.version} - - - io.quarkus - quarkus-reactive-pg-client-deployment - ${project.version} - - - io.quarkus - quarkus-reactive-mysql-client - ${project.version} - - - io.quarkus - quarkus-reactive-mysql-client-deployment - ${project.version} - - - io.quarkus - quarkus-reactive-mssql-client - ${project.version} - - - io.quarkus - quarkus-reactive-mssql-client-deployment - ${project.version} - - - io.quarkus - quarkus-reactive-oracle-client - ${project.version} - - - io.quarkus - quarkus-reactive-oracle-client-deployment - ${project.version} - - - io.quarkus - quarkus-mailer - ${project.version} - - - io.quarkus - quarkus-mailer-deployment - ${project.version} - - - io.quarkus - quarkus-mongodb-client - ${project.version} - - - io.quarkus - quarkus-mongodb-client-deployment - ${project.version} - - - io.quarkus - quarkus-test-mongodb - ${project.version} - - - io.quarkus - quarkus-grpc - ${project.version} - - - com.google.android - annotations - - - - - io.quarkus - quarkus-grpc-dev - ${project.version} - - - io.quarkus - quarkus-grpc-xds - ${project.version} - - - io.quarkus - quarkus-grpc-inprocess - ${project.version} - - - io.quarkus - quarkus-grpc-api - ${project.version} - - - io.quarkus - quarkus-grpc-common - ${project.version} - - - io.quarkus - quarkus-grpc-codegen - ${project.version} - - - io.quarkus - quarkus-grpc-stubs - ${project.version} - - - io.quarkus - quarkus-grpc-reflection - ${project.version} - - - io.quarkus - quarkus-grpc-cli - ${project.version} - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - - - io.quarkus - quarkus-grpc-common-deployment - ${project.version} - - - io.quarkus - quarkus-grpc-protoc-plugin - ${project.version} - shaded - - - io.quarkus - quarkus-websockets - ${project.version} - - - io.quarkus - quarkus-websockets-deployment - ${project.version} - - - io.quarkus - quarkus-websockets-client - ${project.version} - - - io.quarkus - quarkus-websockets-client-deployment - ${project.version} - - - io.quarkus - quarkus-websockets-next - ${project.version} - - - io.quarkus - quarkus-websockets-next-dev - ${project.version} - - - io.quarkus - quarkus-websockets-next-deployment - ${project.version} - - - io.quarkus - quarkus-websockets-next-kotlin - ${project.version} - - - io.quarkus - quarkus-websockets-next-spi - ${project.version} - - - io.quarkus - quarkus-undertow-spi - ${project.version} - - - io.quarkus - quarkus-scheduler-api - ${project.version} - - - io.quarkus - quarkus-scheduler-spi - ${project.version} - - - io.quarkus - quarkus-scheduler-common - ${project.version} - - - io.quarkus - quarkus-scheduler-kotlin - ${project.version} - - - io.quarkus - quarkus-scheduler - ${project.version} - - - io.quarkus - quarkus-scheduler-dev - ${project.version} - - - io.quarkus - quarkus-scheduler-deployment - ${project.version} - - - io.quarkus - quarkus-quartz - ${project.version} - - - io.quarkus - quarkus-quartz-deployment - ${project.version} - - - io.quarkus - quarkus-spring-di - ${project.version} - - - io.quarkus - quarkus-spring-di-deployment - ${project.version} - - - io.quarkus - quarkus-spring-security - ${project.version} - - - io.quarkus - quarkus-spring-security-deployment - ${project.version} - - - io.quarkus - quarkus-spring-scheduled - ${project.version} - - - io.quarkus - quarkus-spring-scheduled-deployment - ${project.version} - - - io.quarkus - quarkus-spring-web-common - ${project.version} - - - io.quarkus - quarkus-spring-web - ${project.version} - - - io.quarkus - quarkus-spring-web-deployment - ${project.version} - - - io.quarkus - quarkus-spring-web-resteasy - ${project.version} - - - io.quarkus - quarkus-spring-web-resteasy-deployment - ${project.version} - - - io.quarkus - quarkus-spring-web-rest - ${project.version} - - - io.quarkus - quarkus-spring-web-rest-deployment - ${project.version} - - - io.quarkus - quarkus-spring-data-jpa - ${project.version} - - - io.quarkus - quarkus-spring-data-jpa-deployment - ${project.version} - - - io.quarkus - quarkus-spring-data-rest - ${project.version} - - - io.quarkus - quarkus-spring-data-rest-deployment - ${project.version} - - - io.quarkus - quarkus-spring-boot-properties - ${project.version} - - - io.quarkus - quarkus-spring-boot-properties-deployment - ${project.version} - - - io.quarkus - quarkus-spring-cloud-config-client - ${project.version} - - - io.quarkus - quarkus-spring-cloud-config-client-deployment - ${project.version} - - - io.quarkus - quarkus-spring-cache - ${project.version} - - - io.quarkus - quarkus-spring-cache-deployment - ${project.version} - - - io.quarkus - quarkus-swagger-ui - ${project.version} - - - io.quarkus - quarkus-swagger-ui-deployment - ${project.version} - - - io.quarkus - quarkus-kotlin - ${project.version} - - - io.quarkus - quarkus-kotlin-deployment - ${project.version} - - - io.quarkus - quarkus-funqy-amazon-lambda - ${project.version} - - - io.quarkus - quarkus-funqy-amazon-lambda-deployment - ${project.version} - - - io.quarkus - quarkus-funqy-google-cloud-functions - ${project.version} - - - io.quarkus - quarkus-funqy-google-cloud-functions-deployment - ${project.version} - - - io.quarkus - quarkus-funqy-knative-events - ${project.version} - - - io.quarkus - quarkus-funqy-knative-events-deployment - ${project.version} - - - io.quarkus - quarkus-funqy-http - ${project.version} - - - io.quarkus - quarkus-funqy-http-deployment - ${project.version} - - - io.quarkus - quarkus-funqy-server-common - ${project.version} - - - io.quarkus - quarkus-funqy-server-common-deployment - ${project.version} - - - io.quarkus - quarkus-amazon-lambda-common - ${project.version} - - - io.quarkus - quarkus-amazon-lambda-common-deployment - ${project.version} - - - io.quarkus - quarkus-amazon-lambda - ${project.version} - - - io.quarkus - quarkus-amazon-lambda-deployment - ${project.version} - - - io.quarkus - quarkus-amazon-lambda-xray - ${project.version} - - - io.quarkus - quarkus-amazon-lambda-xray-deployment - ${project.version} - - - io.quarkus - quarkus-amazon-lambda-http - ${project.version} - - - io.quarkus - quarkus-amazon-lambda-http-deployment - ${project.version} - - - io.quarkus - quarkus-amazon-lambda-rest - ${project.version} - - - io.quarkus - quarkus-amazon-lambda-rest-deployment - ${project.version} - - - io.quarkus - quarkus-amazon-lambda-event-server - ${project.version} - - - io.quarkus - quarkus-amazon-lambda-http-event-server - ${project.version} - - - io.quarkus - quarkus-amazon-lambda-rest-event-server - ${project.version} - - - io.quarkus - quarkus-rest-common - ${project.version} - - - io.quarkus - quarkus-rest-common-deployment - ${project.version} - - - io.quarkus - quarkus-rest - ${project.version} - - - io.quarkus - quarkus-rest-dev - ${project.version} - - - io.quarkus - quarkus-rest-kotlin - ${project.version} - - - io.quarkus - quarkus-rest-kotlin-deployment - ${project.version} - - - io.quarkus - quarkus-rest-spi-deployment - ${project.version} - - - io.quarkus - quarkus-rest-server-spi-deployment - ${project.version} - - - io.quarkus - quarkus-rest-deployment - ${project.version} - - - io.quarkus - quarkus-rest-servlet-deployment - ${project.version} - - - io.quarkus - quarkus-rest-servlet - ${project.version} - - - io.quarkus - quarkus-rest-client-jaxrs - ${project.version} - - - io.quarkus - quarkus-rest-client-jaxrs-deployment - ${project.version} - - - io.quarkus - quarkus-rest-client - ${project.version} - - - io.quarkus - quarkus-rest-client-deployment - ${project.version} - - - io.quarkus - quarkus-rest-client-spi-deployment - ${project.version} - - - io.quarkus - quarkus-rest-client-jackson - ${project.version} - - - io.quarkus - quarkus-rest-client-jackson-deployment - ${project.version} - - - io.quarkus - quarkus-rest-client-jaxb - ${project.version} - - - io.quarkus - quarkus-rest-client-jaxb-deployment - ${project.version} - - - io.quarkus - quarkus-rest-client-jsonb - ${project.version} - - - io.quarkus - quarkus-rest-client-jsonb-deployment - ${project.version} - - - io.quarkus - quarkus-rest-kotlin-serialization-common - ${project.version} - - - io.quarkus - quarkus-rest-kotlin-serialization-common-deployment - ${project.version} - - - io.quarkus - quarkus-rest-client-kotlin-serialization - ${project.version} - - - io.quarkus - quarkus-rest-client-kotlin-serialization-deployment - ${project.version} - - - io.quarkus - quarkus-rest-qute - ${project.version} - - - io.quarkus - quarkus-rest-qute-deployment - ${project.version} - - - io.quarkus - quarkus-rest-jsonb - ${project.version} - - - io.quarkus - quarkus-rest-jsonb-deployment - ${project.version} - - - io.quarkus - quarkus-rest-jsonb-common - ${project.version} - - - io.quarkus - quarkus-rest-jsonb-common-deployment - ${project.version} - - - io.quarkus - quarkus-rest-jaxb - ${project.version} - - - io.quarkus - quarkus-rest-jaxb-deployment - ${project.version} - - - io.quarkus - quarkus-rest-jackson - ${project.version} - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - - - io.quarkus - quarkus-rest-jackson-common - ${project.version} - - - io.quarkus - quarkus-rest-jackson-common-deployment - ${project.version} - - - io.quarkus - quarkus-rest-links - ${project.version} - - - io.quarkus - quarkus-rest-links-deployment - ${project.version} - - - io.quarkus - quarkus-reactive-datasource - ${project.version} - - - io.quarkus - quarkus-azure-functions - ${project.version} - - - io.quarkus - quarkus-azure-functions-deployment - ${project.version} - - - io.quarkus - quarkus-azure-functions-http - ${project.version} - - - io.quarkus - quarkus-azure-functions-http-deployment - ${project.version} - - - io.quarkus - quarkus-container-image-buildpack - ${project.version} - - - io.quarkus - quarkus-container-image-buildpack-deployment - ${project.version} - - - io.quarkus - quarkus-container-image-docker - ${project.version} - - - io.quarkus - quarkus-container-image-docker-deployment - ${project.version} - - - io.quarkus - quarkus-container-image-podman - ${project.version} - - - io.quarkus - quarkus-container-image-podman-deployment - ${project.version} - - - io.quarkus - quarkus-container-image-jib - ${project.version} - - - io.quarkus - quarkus-container-image-jib-deployment - ${project.version} - - - io.quarkus - quarkus-container-image-openshift - ${project.version} - - - io.quarkus - quarkus-container-image-openshift-deployment - ${project.version} - - - io.quarkus - quarkus-container-image-deployment - ${project.version} - - - io.quarkus - quarkus-container-image-docker-common - ${project.version} - - - io.quarkus - quarkus-container-image-docker-common-deployment - ${project.version} - - - io.quarkus - quarkus-container-image - ${project.version} - - - io.quarkus - quarkus-container-image-dev - ${project.version} - - - io.quarkus - quarkus-container-image-spi - ${project.version} - - - io.quarkus - quarkus-container-image-util - ${project.version} - - - io.quarkus - quarkus-kubernetes - ${project.version} - - - io.quarkus - quarkus-kubernetes-deployment - ${project.version} - - - io.quarkus - quarkus-openshift - ${project.version} - - - io.quarkus - quarkus-openshift-deployment - ${project.version} - - - io.quarkus - quarkus-minikube - ${project.version} - - - io.quarkus - quarkus-minikube-deployment - ${project.version} - - - io.quarkus - quarkus-kind - ${project.version} - - - io.quarkus - quarkus-kind-deployment - ${project.version} - - - io.quarkus - quarkus-kubernetes-client - ${project.version} - - - io.quarkus - quarkus-kubernetes-client-deployment - ${project.version} - - - io.quarkus - quarkus-kubernetes-client-internal - ${project.version} - - - io.quarkus - quarkus-kubernetes-config - ${project.version} - - - io.quarkus - quarkus-kubernetes-config-deployment - ${project.version} - - - io.quarkus - quarkus-kubernetes-spi - ${project.version} - - - io.quarkus - quarkus-kubernetes-client-spi - ${project.version} - - - io.quarkus - quarkus-kubernetes-client-internal-deployment - ${project.version} - - - io.quarkus - quarkus-kubernetes-service-binding - ${project.version} - - - io.quarkus - quarkus-kubernetes-service-binding-spi - ${project.version} - - - io.quarkus - quarkus-kubernetes-service-binding-deployment - ${project.version} - - - io.quarkus - quarkus-openshift-client - ${project.version} - - - io.quarkus - quarkus-openshift-client-deployment - ${project.version} - - - io.quarkus - quarkus-scala - ${project.version} - - - io.quarkus - quarkus-scala-deployment - ${project.version} - - - io.quarkus - quarkus-narayana-stm - ${project.version} - - - io.quarkus - quarkus-narayana-stm-deployment - ${project.version} - - - io.quarkus - quarkus-elytron-security-jdbc - ${project.version} - - - io.quarkus - quarkus-elytron-security-jdbc-deployment - ${project.version} - - - io.quarkus - quarkus-security-jpa - ${project.version} - - - io.quarkus - quarkus-security-jpa-deployment - ${project.version} - - - io.quarkus - quarkus-security-jpa-reactive - ${project.version} - - - io.quarkus - quarkus-security-jpa-reactive-deployment - ${project.version} - - - io.quarkus - quarkus-security-jpa-common - ${project.version} - - - io.quarkus - quarkus-security-jpa-common-deployment - ${project.version} - - - io.quarkus - quarkus-security-webauthn - ${project.version} - - - io.quarkus - quarkus-security-webauthn-deployment - ${project.version} - - - io.quarkus - quarkus-elytron-security-ldap - ${project.version} - - - io.quarkus - quarkus-elytron-security-ldap-deployment - ${project.version} - - - io.quarkus - quarkus-credentials - ${project.version} - - - io.quarkus - quarkus-credentials-deployment - ${project.version} - - - io.quarkus - quarkus-logging-json - ${project.version} - - - io.quarkus - quarkus-logging-json-deployment - ${project.version} - - - io.quarkus - quarkus-logging-gelf - ${project.version} - - - io.quarkus - quarkus-logging-gelf-deployment - ${project.version} - - - io.quarkus - quarkus-cache - ${project.version} - - - io.quarkus - quarkus-cache-dev - ${project.version} - - - io.quarkus - quarkus-cache-deployment - ${project.version} - - - io.quarkus - quarkus-cache-deployment-spi - ${project.version} - - - io.quarkus - quarkus-cache-runtime-spi - ${project.version} - - - io.quarkus - quarkus-google-cloud-functions - ${project.version} - - - io.quarkus - quarkus-google-cloud-functions-deployment - ${project.version} - - - io.quarkus - quarkus-google-cloud-functions-http - ${project.version} - - - io.quarkus - quarkus-google-cloud-functions-http-deployment - ${project.version} - - - io.quarkus - quarkus-test-google-cloud-functions - ${project.version} - - - io.quarkus - quarkus-micrometer-deployment - ${project.version} - - - io.quarkus - quarkus-micrometer - ${project.version} - - - io.quarkus - quarkus-micrometer-opentelemetry-deployment - ${project.version} - - - io.quarkus - quarkus-micrometer-opentelemetry - ${project.version} - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - - - io.quarkus - quarkus-micrometer-registry-prometheus - ${project.version} - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - - - io.quarkus - quarkus-opentelemetry - ${project.version} - + + io.quarkus + quarkus-reactive-routes + ${project.version} + + + io.quarkus + quarkus-reactive-routes-deployment + ${project.version} + + + io.quarkus + quarkus-reactive-datasource-deployment + ${project.version} + + + io.quarkus + quarkus-reactive-db2-client + ${project.version} + + + io.quarkus + quarkus-reactive-db2-client-deployment + ${project.version} + + + io.quarkus + quarkus-reactive-pg-client + ${project.version} + + + io.quarkus + quarkus-reactive-pg-client-deployment + ${project.version} + + + io.quarkus + quarkus-reactive-mysql-client + ${project.version} + + + io.quarkus + quarkus-reactive-mysql-client-deployment + ${project.version} + + + io.quarkus + quarkus-reactive-mssql-client + ${project.version} + + + io.quarkus + quarkus-reactive-mssql-client-deployment + ${project.version} + + + io.quarkus + quarkus-reactive-oracle-client + ${project.version} + + + io.quarkus + quarkus-reactive-oracle-client-deployment + ${project.version} + + + io.quarkus + quarkus-mailer + ${project.version} + + + io.quarkus + quarkus-mailer-deployment + ${project.version} + + + io.quarkus + quarkus-mongodb-client + ${project.version} + + + io.quarkus + quarkus-mongodb-client-deployment + ${project.version} + + + io.quarkus + quarkus-test-mongodb + ${project.version} + + + io.quarkus + quarkus-grpc + ${project.version} + + + com.google.android + annotations + + + + + io.quarkus + quarkus-grpc-dev + ${project.version} + + + io.quarkus + quarkus-grpc-xds + ${project.version} + + + io.quarkus + quarkus-grpc-inprocess + ${project.version} + + + io.quarkus + quarkus-grpc-api + ${project.version} + + + io.quarkus + quarkus-grpc-common + ${project.version} + + + io.quarkus + quarkus-grpc-codegen + ${project.version} + + + io.quarkus + quarkus-grpc-stubs + ${project.version} + + + io.quarkus + quarkus-grpc-reflection + ${project.version} + + + io.quarkus + quarkus-grpc-cli + ${project.version} + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + + + io.quarkus + quarkus-grpc-common-deployment + ${project.version} + + + io.quarkus + quarkus-grpc-protoc-plugin + ${project.version} + shaded + + + io.quarkus + quarkus-websockets + ${project.version} + + + io.quarkus + quarkus-websockets-deployment + ${project.version} + + + io.quarkus + quarkus-websockets-client + ${project.version} + + + io.quarkus + quarkus-websockets-client-deployment + ${project.version} + + + io.quarkus + quarkus-websockets-next + ${project.version} + + + io.quarkus + quarkus-websockets-next-dev + ${project.version} + + + io.quarkus + quarkus-websockets-next-deployment + ${project.version} + + + io.quarkus + quarkus-websockets-next-kotlin + ${project.version} + + + io.quarkus + quarkus-websockets-next-spi + ${project.version} + + + io.quarkus + quarkus-undertow-spi + ${project.version} + + + io.quarkus + quarkus-scheduler-api + ${project.version} + + + io.quarkus + quarkus-scheduler-spi + ${project.version} + + + io.quarkus + quarkus-scheduler-common + ${project.version} + + + io.quarkus + quarkus-scheduler-kotlin + ${project.version} + + + io.quarkus + quarkus-scheduler + ${project.version} + + + io.quarkus + quarkus-scheduler-dev + ${project.version} + + + io.quarkus + quarkus-scheduler-deployment + ${project.version} + + + io.quarkus + quarkus-quartz + ${project.version} + + + io.quarkus + quarkus-quartz-deployment + ${project.version} + + + io.quarkus + quarkus-spring-di + ${project.version} + + + io.quarkus + quarkus-spring-di-deployment + ${project.version} + + + io.quarkus + quarkus-spring-security + ${project.version} + + + io.quarkus + quarkus-spring-security-deployment + ${project.version} + + + io.quarkus + quarkus-spring-scheduled + ${project.version} + + + io.quarkus + quarkus-spring-scheduled-deployment + ${project.version} + + + io.quarkus + quarkus-spring-web-common + ${project.version} + + + io.quarkus + quarkus-spring-web + ${project.version} + + + io.quarkus + quarkus-spring-web-deployment + ${project.version} + + + io.quarkus + quarkus-spring-web-resteasy + ${project.version} + + + io.quarkus + quarkus-spring-web-resteasy-deployment + ${project.version} + + + io.quarkus + quarkus-spring-web-rest + ${project.version} + + + io.quarkus + quarkus-spring-web-rest-deployment + ${project.version} + + + io.quarkus + quarkus-spring-data-jpa + ${project.version} + + + io.quarkus + quarkus-spring-data-jpa-deployment + ${project.version} + + + io.quarkus + quarkus-spring-data-rest + ${project.version} + + + io.quarkus + quarkus-spring-data-rest-deployment + ${project.version} + + + io.quarkus + quarkus-spring-boot-properties + ${project.version} + + + io.quarkus + quarkus-spring-boot-properties-deployment + ${project.version} + + + io.quarkus + quarkus-spring-cloud-config-client + ${project.version} + + + io.quarkus + quarkus-spring-cloud-config-client-deployment + ${project.version} + + + io.quarkus + quarkus-spring-cache + ${project.version} + + + io.quarkus + quarkus-spring-cache-deployment + ${project.version} + + + io.quarkus + quarkus-swagger-ui + ${project.version} + + + io.quarkus + quarkus-swagger-ui-deployment + ${project.version} + + + io.quarkus + quarkus-kotlin + ${project.version} + + + io.quarkus + quarkus-kotlin-deployment + ${project.version} + + + io.quarkus + quarkus-funqy-amazon-lambda + ${project.version} + + + io.quarkus + quarkus-funqy-amazon-lambda-deployment + ${project.version} + + + io.quarkus + quarkus-funqy-google-cloud-functions + ${project.version} + + + io.quarkus + quarkus-funqy-google-cloud-functions-deployment + ${project.version} + + + io.quarkus + quarkus-funqy-knative-events + ${project.version} + + + io.quarkus + quarkus-funqy-knative-events-deployment + ${project.version} + + + io.quarkus + quarkus-funqy-http + ${project.version} + + + io.quarkus + quarkus-funqy-http-deployment + ${project.version} + + + io.quarkus + quarkus-funqy-server-common + ${project.version} + + + io.quarkus + quarkus-funqy-server-common-deployment + ${project.version} + + + io.quarkus + quarkus-amazon-lambda-common + ${project.version} + + + io.quarkus + quarkus-amazon-lambda-common-deployment + ${project.version} + + + io.quarkus + quarkus-amazon-lambda + ${project.version} + + + io.quarkus + quarkus-amazon-lambda-deployment + ${project.version} + + + io.quarkus + quarkus-amazon-lambda-xray + ${project.version} + + + io.quarkus + quarkus-amazon-lambda-xray-deployment + ${project.version} + + + io.quarkus + quarkus-amazon-lambda-http + ${project.version} + + + io.quarkus + quarkus-amazon-lambda-http-deployment + ${project.version} + + + io.quarkus + quarkus-amazon-lambda-rest + ${project.version} + + + io.quarkus + quarkus-amazon-lambda-rest-deployment + ${project.version} + + + io.quarkus + quarkus-amazon-lambda-event-server + ${project.version} + + + io.quarkus + quarkus-amazon-lambda-http-event-server + ${project.version} + + + io.quarkus + quarkus-amazon-lambda-rest-event-server + ${project.version} + + + io.quarkus + quarkus-rest-common + ${project.version} + + + io.quarkus + quarkus-rest-common-deployment + ${project.version} + + + io.quarkus + quarkus-rest + ${project.version} + + + io.quarkus + quarkus-rest-dev + ${project.version} + + + io.quarkus + quarkus-rest-kotlin + ${project.version} + + + io.quarkus + quarkus-rest-kotlin-deployment + ${project.version} + + + io.quarkus + quarkus-rest-spi-deployment + ${project.version} + + + io.quarkus + quarkus-rest-server-spi-deployment + ${project.version} + + + io.quarkus + quarkus-rest-deployment + ${project.version} + + + io.quarkus + quarkus-rest-servlet-deployment + ${project.version} + + + io.quarkus + quarkus-rest-servlet + ${project.version} + + + io.quarkus + quarkus-rest-client-jaxrs + ${project.version} + + + io.quarkus + quarkus-rest-client-jaxrs-deployment + ${project.version} + + + io.quarkus + quarkus-rest-client + ${project.version} + + + io.quarkus + quarkus-rest-client-deployment + ${project.version} + + + io.quarkus + quarkus-rest-client-spi-deployment + ${project.version} + + + io.quarkus + quarkus-rest-client-jackson + ${project.version} + + + io.quarkus + quarkus-rest-client-jackson-deployment + ${project.version} + + + io.quarkus + quarkus-rest-client-jaxb + ${project.version} + + + io.quarkus + quarkus-rest-client-jaxb-deployment + ${project.version} + + + io.quarkus + quarkus-rest-client-jsonb + ${project.version} + + + io.quarkus + quarkus-rest-client-jsonb-deployment + ${project.version} + + + io.quarkus + quarkus-rest-kotlin-serialization-common + ${project.version} + + + io.quarkus + quarkus-rest-kotlin-serialization-common-deployment + ${project.version} + + + io.quarkus + quarkus-rest-client-kotlin-serialization + ${project.version} + + + io.quarkus + quarkus-rest-client-kotlin-serialization-deployment + ${project.version} + + + io.quarkus + quarkus-rest-qute + ${project.version} + + + io.quarkus + quarkus-rest-qute-deployment + ${project.version} + + + io.quarkus + quarkus-rest-jsonb + ${project.version} + + + io.quarkus + quarkus-rest-jsonb-deployment + ${project.version} + + + io.quarkus + quarkus-rest-jsonb-common + ${project.version} + + + io.quarkus + quarkus-rest-jsonb-common-deployment + ${project.version} + + + io.quarkus + quarkus-rest-jaxb + ${project.version} + + + io.quarkus + quarkus-rest-jaxb-deployment + ${project.version} + + + io.quarkus + quarkus-rest-jackson + ${project.version} + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + + + io.quarkus + quarkus-rest-jackson-common + ${project.version} + + + io.quarkus + quarkus-rest-jackson-common-deployment + ${project.version} + + + io.quarkus + quarkus-rest-links + ${project.version} + + + io.quarkus + quarkus-rest-links-deployment + ${project.version} + + + io.quarkus + quarkus-reactive-datasource + ${project.version} + + + io.quarkus + quarkus-azure-functions + ${project.version} + + + io.quarkus + quarkus-azure-functions-deployment + ${project.version} + + + io.quarkus + quarkus-azure-functions-http + ${project.version} + + + io.quarkus + quarkus-azure-functions-http-deployment + ${project.version} + + + io.quarkus + quarkus-container-image-buildpack + ${project.version} + + + io.quarkus + quarkus-container-image-buildpack-deployment + ${project.version} + + + io.quarkus + quarkus-container-image-docker + ${project.version} + + + io.quarkus + quarkus-container-image-docker-deployment + ${project.version} + + + io.quarkus + quarkus-container-image-podman + ${project.version} + + + io.quarkus + quarkus-container-image-podman-deployment + ${project.version} + + + io.quarkus + quarkus-container-image-jib + ${project.version} + + + io.quarkus + quarkus-container-image-jib-deployment + ${project.version} + + + io.quarkus + quarkus-container-image-openshift + ${project.version} + + + io.quarkus + quarkus-container-image-openshift-deployment + ${project.version} + + + io.quarkus + quarkus-container-image-deployment + ${project.version} + + + io.quarkus + quarkus-container-image-docker-common + ${project.version} + + + io.quarkus + quarkus-container-image-docker-common-deployment + ${project.version} + + + io.quarkus + quarkus-container-image + ${project.version} + + + io.quarkus + quarkus-container-image-dev + ${project.version} + + + io.quarkus + quarkus-container-image-spi + ${project.version} + + + io.quarkus + quarkus-container-image-util + ${project.version} + + + io.quarkus + quarkus-kubernetes + ${project.version} + + + io.quarkus + quarkus-kubernetes-deployment + ${project.version} + + + io.quarkus + quarkus-openshift + ${project.version} + + + io.quarkus + quarkus-openshift-deployment + ${project.version} + + + io.quarkus + quarkus-minikube + ${project.version} + + + io.quarkus + quarkus-minikube-deployment + ${project.version} + + + io.quarkus + quarkus-kind + ${project.version} + + + io.quarkus + quarkus-kind-deployment + ${project.version} + + + io.quarkus + quarkus-kubernetes-client + ${project.version} + + + io.quarkus + quarkus-kubernetes-client-deployment + ${project.version} + + + io.quarkus + quarkus-kubernetes-client-internal + ${project.version} + + + io.quarkus + quarkus-kubernetes-config + ${project.version} + + + io.quarkus + quarkus-kubernetes-config-deployment + ${project.version} + + + io.quarkus + quarkus-kubernetes-spi + ${project.version} + + + io.quarkus + quarkus-kubernetes-client-spi + ${project.version} + + + io.quarkus + quarkus-kubernetes-client-internal-deployment + ${project.version} + + + io.quarkus + quarkus-kubernetes-service-binding + ${project.version} + + + io.quarkus + quarkus-kubernetes-service-binding-spi + ${project.version} + + + io.quarkus + quarkus-kubernetes-service-binding-deployment + ${project.version} + + + io.quarkus + quarkus-openshift-client + ${project.version} + + + io.quarkus + quarkus-openshift-client-deployment + ${project.version} + + + io.quarkus + quarkus-scala + ${project.version} + + + io.quarkus + quarkus-scala-deployment + ${project.version} + + + io.quarkus + quarkus-narayana-stm + ${project.version} + + + io.quarkus + quarkus-narayana-stm-deployment + ${project.version} + + + io.quarkus + quarkus-elytron-security-jdbc + ${project.version} + + + io.quarkus + quarkus-elytron-security-jdbc-deployment + ${project.version} + + + io.quarkus + quarkus-security-jpa + ${project.version} + + + io.quarkus + quarkus-security-jpa-deployment + ${project.version} + + + io.quarkus + quarkus-security-jpa-reactive + ${project.version} + + + io.quarkus + quarkus-security-jpa-reactive-deployment + ${project.version} + + + io.quarkus + quarkus-security-jpa-common + ${project.version} + + + io.quarkus + quarkus-security-jpa-common-deployment + ${project.version} + + + io.quarkus + quarkus-security-webauthn + ${project.version} + + + io.quarkus + quarkus-security-webauthn-deployment + ${project.version} + + + io.quarkus + quarkus-elytron-security-ldap + ${project.version} + + + io.quarkus + quarkus-elytron-security-ldap-deployment + ${project.version} + + + io.quarkus + quarkus-credentials + ${project.version} + + + io.quarkus + quarkus-credentials-deployment + ${project.version} + + + io.quarkus + quarkus-logging-json + ${project.version} + + + io.quarkus + quarkus-logging-json-deployment + ${project.version} + + + io.quarkus + quarkus-logging-gelf + ${project.version} + + + io.quarkus + quarkus-logging-gelf-deployment + ${project.version} + + + io.quarkus + quarkus-cache + ${project.version} + + + io.quarkus + quarkus-cache-dev + ${project.version} + + + io.quarkus + quarkus-cache-deployment + ${project.version} + + + io.quarkus + quarkus-cache-deployment-spi + ${project.version} + + + io.quarkus + quarkus-cache-runtime-spi + ${project.version} + + + io.quarkus + quarkus-google-cloud-functions + ${project.version} + + + io.quarkus + quarkus-google-cloud-functions-deployment + ${project.version} + + + io.quarkus + quarkus-google-cloud-functions-http + ${project.version} + + + io.quarkus + quarkus-google-cloud-functions-http-deployment + ${project.version} + + + io.quarkus + quarkus-test-google-cloud-functions + ${project.version} + + + io.quarkus + quarkus-micrometer-deployment + ${project.version} + + + io.quarkus + quarkus-micrometer + ${project.version} + + + io.quarkus + quarkus-micrometer-opentelemetry-deployment + ${project.version} + + + io.quarkus + quarkus-micrometer-opentelemetry + ${project.version} + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + + + io.quarkus + quarkus-micrometer-registry-prometheus + ${project.version} + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + + + io.quarkus + quarkus-opentelemetry + ${project.version} + - - io.quarkus - quarkus-info-deployment-spi - ${project.version} - - - io.quarkus - quarkus-info-deployment - ${project.version} - - - io.quarkus - quarkus-info-runtime-spi - ${project.version} - - - io.quarkus - quarkus-info - ${project.version} - - - io.quarkus - quarkus-virtual-threads - ${project.version} - - - io.quarkus - quarkus-virtual-threads-deployment - ${project.version} - - - io.quarkus - quarkus-observability-devservices-common - ${project.version} - - - io.quarkus - quarkus-observability-devservices - ${project.version} - - - io.quarkus - quarkus-observability-devservices-deployment - ${project.version} - - - io.quarkus - quarkus-observability-devservices-lgtm - ${project.version} - provided - - - io.quarkus - quarkus-observability-testcontainers - ${project.version} - - - io.quarkus - quarkus-observability-devresource-common - ${project.version} - - - io.quarkus - quarkus-observability-devresource-testcontainers - ${project.version} - - - io.quarkus - quarkus-observability-devresource-lgtm - ${project.version} - + + io.quarkus + quarkus-info-deployment-spi + ${project.version} + + + io.quarkus + quarkus-info-deployment + ${project.version} + + + io.quarkus + quarkus-info-runtime-spi + ${project.version} + + + io.quarkus + quarkus-info + ${project.version} + + + io.quarkus + quarkus-virtual-threads + ${project.version} + + + io.quarkus + quarkus-virtual-threads-deployment + ${project.version} + + + io.quarkus + quarkus-observability-devservices-common + ${project.version} + + + io.quarkus + quarkus-observability-devservices + ${project.version} + + + io.quarkus + quarkus-observability-devservices-deployment + ${project.version} + + + io.quarkus + quarkus-observability-devservices-lgtm + ${project.version} + provided + + + io.quarkus + quarkus-observability-testcontainers + ${project.version} + + + io.quarkus + quarkus-observability-devresource-common + ${project.version} + + + io.quarkus + quarkus-observability-devresource-testcontainers + ${project.version} + + + io.quarkus + quarkus-observability-devresource-lgtm + ${project.version} + - - - io.quarkus - quarkus-junit5 - ${project.version} - - - io.quarkus - quarkus-junit5-config - ${project.version} - - - io.quarkus - quarkus-test-security - ${project.version} - - - io.quarkus - quarkus-test-security-jwt - ${project.version} - - - io.quarkus - quarkus-test-security-oidc - ${project.version} - - - io.quarkus - quarkus-test-security-webauthn - ${project.version} - - - io.quarkus - quarkus-junit5-component - ${project.version} - - - io.quarkus - quarkus-junit5-internal - ${project.version} - - - io.quarkus - quarkus-test-common - ${project.version} - - - io.quarkus - quarkus-junit5-mockito - ${project.version} - - - io.quarkus - quarkus-junit5-mockito-config - ${project.version} - - - io.quarkus - quarkus-test-vertx - ${project.version} - - - io.quarkus - quarkus-test-hibernate-reactive-panache - ${project.version} - - - io.quarkus - quarkus-arquillian - ${project.version} - - - io.quarkus - quarkus-test-h2 - ${project.version} - - - io.quarkus - quarkus-test-ldap - ${project.version} - - - io.quarkus - quarkus-test-derby - ${project.version} - - - io.quarkus - quarkus-test-kubernetes-client - ${project.version} - - - io.quarkus - quarkus-test-amazon-lambda - ${project.version} - - - io.quarkus - quarkus-qute - ${project.version} - - - io.quarkus - quarkus-qute-deployment - ${project.version} - - - io.quarkus - quarkus-resteasy-qute - ${project.version} - - - io.quarkus - quarkus-resteasy-qute-deployment - ${project.version} - - - io.quarkus - quarkus-picocli - ${project.version} - - - io.quarkus - quarkus-picocli-deployment - ${project.version} - - - io.quarkus - quarkus-web-dependency-locator - ${project.version} - - - io.quarkus - quarkus-web-dependency-locator-deployment - ${project.version} - - - io.quarkus - quarkus-devtools-utilities - ${project.version} - - - io.quarkus - quarkus-project-core-extension-codestarts - ${project.version} - - - io.quarkus.junit5 - junit5-virtual-threads - ${project.version} - + + + io.quarkus + quarkus-junit5 + ${project.version} + + + io.quarkus + quarkus-junit5-config + ${project.version} + + + io.quarkus + quarkus-test-security + ${project.version} + + + io.quarkus + quarkus-test-security-jwt + ${project.version} + + + io.quarkus + quarkus-test-security-oidc + ${project.version} + + + io.quarkus + quarkus-test-security-webauthn + ${project.version} + + + io.quarkus + quarkus-junit5-component + ${project.version} + + + io.quarkus + quarkus-junit5-internal + ${project.version} + + + io.quarkus + quarkus-test-common + ${project.version} + + + io.quarkus + quarkus-junit5-mockito + ${project.version} + + + io.quarkus + quarkus-junit5-mockito-config + ${project.version} + + + io.quarkus + quarkus-test-vertx + ${project.version} + + + io.quarkus + quarkus-test-hibernate-reactive-panache + ${project.version} + + + io.quarkus + quarkus-arquillian + ${project.version} + + + io.quarkus + quarkus-test-h2 + ${project.version} + + + io.quarkus + quarkus-test-ldap + ${project.version} + + + io.quarkus + quarkus-test-derby + ${project.version} + + + io.quarkus + quarkus-test-kubernetes-client + ${project.version} + + + io.quarkus + quarkus-test-amazon-lambda + ${project.version} + + + io.quarkus + quarkus-qute + ${project.version} + + + io.quarkus + quarkus-qute-deployment + ${project.version} + + + io.quarkus + quarkus-resteasy-qute + ${project.version} + + + io.quarkus + quarkus-resteasy-qute-deployment + ${project.version} + + + io.quarkus + quarkus-picocli + ${project.version} + + + io.quarkus + quarkus-picocli-deployment + ${project.version} + + + io.quarkus + quarkus-web-dependency-locator + ${project.version} + + + io.quarkus + quarkus-web-dependency-locator-deployment + ${project.version} + + + io.quarkus + quarkus-devtools-utilities + ${project.version} + + + io.quarkus + quarkus-project-core-extension-codestarts + ${project.version} + + + io.quarkus.junit5 + junit5-virtual-threads + ${project.version} + - + - - - net.bytebuddy - byte-buddy - ${bytebuddy.version} - + + net.bytebuddy + byte-buddy + ${bytebuddy.version} + - - - com.google.api.grpc - proto-google-common-protos - ${proto-google-common-protos.version} - - - com.google.code.findbugs - jsr305 - ${findbugs.version} - + + + com.google.api.grpc + proto-google-common-protos + ${proto-google-common-protos.version} + + + com.google.code.findbugs + jsr305 + ${findbugs.version} + - - - org.bouncycastle - bcprov-jdk18on - ${bouncycastle.version} - - - org.bouncycastle - bctls-jdk18on - ${bouncycastle.version} - - - org.bouncycastle - bcpkix-jdk18on - ${bouncycastle.version} - - - org.bouncycastle - bcutil-jdk18on - ${bouncycastle.version} - - - org.bouncycastle - bcpg-jdk18on - ${bouncycastle.version} - - - org.bouncycastle - bc-fips - ${bouncycastle.fips.version} - - - org.bouncycastle - bctls-fips - ${bouncycastle.tls.fips.version} - - - - io.dekorate - kubernetes-annotations - ${dekorate.version} - noapt - - - io.dekorate - openshift-annotations - ${dekorate.version} - noapt - - - io.dekorate - knative-annotations - ${dekorate.version} - noapt - - - io.dekorate - servicebinding-annotations - ${dekorate.version} - noapt - - - io.dekorate - helm-annotations - ${dekorate.version} - noapt - - - io.dekorate - certmanager-annotations - ${dekorate.version} - noapt - - - io.dekorate - kind-annotations - ${dekorate.version} - noapt - - - io.dekorate - prometheus-annotations - ${dekorate.version} - noapt - - - io.dekorate - s2i-annotations - ${dekorate.version} - - - io.dekorate - docker-annotations - ${dekorate.version} - - - io.dekorate - option-annotations - ${dekorate.version} - - - io.dekorate - dekorate-core - ${dekorate.version} - - - org.jboss.logging - jboss-logging - ${jboss-logging.version} - - - org.jboss.logging - commons-logging-jboss-logging - ${commons-logging-jboss-logging.version} - - - - - org.jboss.logmanager - jboss-logmanager-embedded - 1.2.0.Final - - - org.jboss.logmanager - jboss-logmanager - ${jboss-logmanager.version} - - - org.jboss.modules - jboss-modules - - - org.eclipse.parsson - jakarta.json - - - - - org.jboss.logmanager - log4j2-jboss-logmanager - ${log4j2-jboss-logmanager.version} - - + + org.bouncycastle + bcprov-jdk18on + ${bouncycastle.version} + + + org.bouncycastle + bctls-jdk18on + ${bouncycastle.version} + + + org.bouncycastle + bcpkix-jdk18on + ${bouncycastle.version} + + + org.bouncycastle + bcutil-jdk18on + ${bouncycastle.version} + + + org.bouncycastle + bcpg-jdk18on + ${bouncycastle.version} + + + org.bouncycastle + bc-fips + ${bouncycastle.fips.version} + + + org.bouncycastle + bctls-fips + ${bouncycastle.tls.fips.version} + + + + io.dekorate + kubernetes-annotations + ${dekorate.version} + noapt + + + io.dekorate + openshift-annotations + ${dekorate.version} + noapt + + + io.dekorate + knative-annotations + ${dekorate.version} + noapt + + + io.dekorate + servicebinding-annotations + ${dekorate.version} + noapt + + + io.dekorate + helm-annotations + ${dekorate.version} + noapt + + + io.dekorate + certmanager-annotations + ${dekorate.version} + noapt + + + io.dekorate + kind-annotations + ${dekorate.version} + noapt + + + io.dekorate + prometheus-annotations + ${dekorate.version} + noapt + + + io.dekorate + s2i-annotations + ${dekorate.version} + + + io.dekorate + docker-annotations + ${dekorate.version} + + + io.dekorate + option-annotations + ${dekorate.version} + + + io.dekorate + dekorate-core + ${dekorate.version} + + + org.jboss.logging + jboss-logging + ${jboss-logging.version} + + + org.jboss.logging + commons-logging-jboss-logging + ${commons-logging-jboss-logging.version} + + + + + org.jboss.logmanager + jboss-logmanager-embedded + 1.2.0.Final + + + org.jboss.logmanager + jboss-logmanager + ${jboss-logmanager.version} + + + org.jboss.modules + jboss-modules + + + org.eclipse.parsson + jakarta.json + + + + + org.jboss.logmanager + log4j2-jboss-logmanager + ${log4j2-jboss-logmanager.version} + + - - org.apache.logging.log4j - log4j-api - ${log4j2-api.version} - - - org.jboss.logmanager - log4j-jboss-logmanager - ${log4j-jboss-logmanager.version} - + + org.apache.logging.log4j + log4j-api + ${log4j2-api.version} + + + org.jboss.logmanager + log4j-jboss-logmanager + ${log4j-jboss-logmanager.version} + - - io.quarkus.gizmo - gizmo - ${gizmo.version} - - - io.quarkus.gizmo - gizmo - test-jar - ${gizmo.version} - + + io.quarkus.gizmo + gizmo + ${gizmo.version} + + + io.quarkus.gizmo + gizmo + ${gizmo.version} + test-jar + - - - - io.mvnpm - importmap - ${importmap.version} - + + + + io.mvnpm + importmap + ${importmap.version} + - - - biz.paluch.logging - logstash-gelf - ${logstash-gelf.version} - - - org.apache.commons - commons-lang3 - ${commons-lang3.version} - - - org.apache.commons - commons-text - ${commons-text.version} - - - commons-codec - commons-codec - ${commons-codec.version} - - - com.github.ben-manes.caffeine - caffeine - ${caffeine.version} - - - org.checkerframework - checker-qual - - - - - com.github.docker-java - docker-java-bom - ${docker-java.version} - pom - import - - - com.google.cloud.functions - functions-framework-api - ${google-cloud-functions.version} - - - com.google.code.gson - gson - ${gson.version} - - - com.fasterxml - classmate - ${classmate.version} - - - org.eclipse.angus - angus-activation - ${angus-activation.version} - - - org.eclipse.angus - angus-mail - ${angus-mail.version} - - - com.h2database - h2 - ${h2.version} - - - io.agroal - agroal-api - ${agroal.version} - + + + biz.paluch.logging + logstash-gelf + ${logstash-gelf.version} + + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + + org.apache.commons + commons-text + ${commons-text.version} + + + commons-codec + commons-codec + ${commons-codec.version} + + + com.github.ben-manes.caffeine + caffeine + ${caffeine.version} + + + org.checkerframework + checker-qual + + + + + com.github.docker-java + docker-java-bom + ${docker-java.version} + pom + import + + + com.google.cloud.functions + functions-framework-api + ${google-cloud-functions.version} + + + com.google.code.gson + gson + ${gson.version} + + + com.fasterxml + classmate + ${classmate.version} + + + org.eclipse.angus + angus-activation + ${angus-activation.version} + + + org.eclipse.angus + angus-mail + ${angus-mail.version} + + + com.h2database + h2 + ${h2.version} + + + io.agroal + agroal-api + ${agroal.version} + - - io.agroal - agroal-narayana - ${agroal.version} - + + io.agroal + agroal-narayana + ${agroal.version} + - - io.agroal - agroal-pool - ${agroal.version} - - - io.apicurio - apicurio-registry-client - ${apicurio-registry.version} - - - io.apicurio - apicurio-registry-serdes-avro-serde - ${apicurio-registry.version} - - - io.apicurio - apicurio-registry-serdes-jsonschema-serde - ${apicurio-registry.version} - - - io.apicurio - apicurio-common-rest-client-vertx - ${apicurio-common-rest-client.version} - - - io.quarkus - quarkus-mutiny - ${project.version} - - - io.quarkus - quarkus-mutiny-deployment - ${project.version} - - - io.quarkus - quarkus-resteasy-mutiny - ${project.version} - - - io.quarkus - quarkus-resteasy-mutiny-deployment - ${project.version} - - - io.quarkus - quarkus-resteasy-mutiny-common - ${project.version} - - - io.quarkus - quarkus-resteasy-mutiny-common-deployment - ${project.version} - - - io.quarkus - quarkus-resteasy-server-common-spi - ${project.version} - - - io.quarkus - quarkus-resteasy-common-spi - ${project.version} - - - io.reactivex.rxjava2 - rxjava - ${rxjava.version} - - - io.rest-assured - rest-assured - ${rest-assured.version} - - - javax.activation - activation - - - javax.activation - javax.activation-api - - - jakarta.activation - jakarta.activation-api - - - - com.sun.xml.bind - jaxb-osgi - - - commons-logging - commons-logging - - - - - io.rest-assured - json-schema-validator - ${rest-assured.version} - - - javax.activation - activation - - - - com.google.code.findbugs - jsr305 - - - - com.sun.xml.bind - jaxb-osgi - - - commons-logging - commons-logging - - - - - io.rest-assured - kotlin-extensions - ${rest-assured.version} - - - javax.activation - activation - - - javax.activation - javax.activation-api - - - - com.sun.xml.bind - jaxb-osgi - - - commons-logging - commons-logging - - - - - org.hamcrest - hamcrest - ${hamcrest.version} - + + io.agroal + agroal-pool + ${agroal.version} + + + io.apicurio + apicurio-registry-client + ${apicurio-registry.version} + + + io.apicurio + apicurio-registry-serdes-avro-serde + ${apicurio-registry.version} + + + io.apicurio + apicurio-registry-serdes-jsonschema-serde + ${apicurio-registry.version} + + + io.apicurio + apicurio-common-rest-client-vertx + ${apicurio-common-rest-client.version} + + + io.quarkus + quarkus-mutiny + ${project.version} + + + io.quarkus + quarkus-mutiny-deployment + ${project.version} + + + io.quarkus + quarkus-resteasy-mutiny + ${project.version} + + + io.quarkus + quarkus-resteasy-mutiny-deployment + ${project.version} + + + io.quarkus + quarkus-resteasy-mutiny-common + ${project.version} + + + io.quarkus + quarkus-resteasy-mutiny-common-deployment + ${project.version} + + + io.quarkus + quarkus-resteasy-server-common-spi + ${project.version} + + + io.quarkus + quarkus-resteasy-common-spi + ${project.version} + + + io.reactivex.rxjava2 + rxjava + ${rxjava.version} + + + io.rest-assured + rest-assured + ${rest-assured.version} + + + javax.activation + activation + + + javax.activation + javax.activation-api + + + jakarta.activation + jakarta.activation-api + + + + com.sun.xml.bind + jaxb-osgi + + + commons-logging + commons-logging + + + + + io.rest-assured + json-schema-validator + ${rest-assured.version} + + + javax.activation + activation + + + + com.google.code.findbugs + jsr305 + + + + com.sun.xml.bind + jaxb-osgi + + + commons-logging + commons-logging + + + + + io.rest-assured + kotlin-extensions + ${rest-assured.version} + + + javax.activation + activation + + + javax.activation + javax.activation-api + + + + com.sun.xml.bind + jaxb-osgi + + + commons-logging + commons-logging + + + + + org.hamcrest + hamcrest + ${hamcrest.version} + - - org.antlr - antlr4-runtime - ${antlr.version} - - - org.antlr - antlr4 - ${antlr.version} - - - org.scala-lang - scala-reflect - ${scala.version} - - - org.scala-lang - scala-library - ${scala.version} - - - org.scala-lang - scala-compiler - ${scala.version} - - - io.quarkus.http - quarkus-http-vertx-backend - ${quarkus-http.version} - - - io.netty - netty-all - - - - - io.quarkus.http - quarkus-http-core - ${quarkus-http.version} - - - io.quarkus.http - quarkus-http-http-core - ${quarkus-http.version} - - - io.quarkus.http - quarkus-http-servlet - ${quarkus-http.version} - - - org.jboss.spec.javax.annotation - jboss-annotations-api_1.2_spec - - - - - io.quarkus.http - quarkus-http-websocket-vertx - ${quarkus-http.version} - - - org.jboss.spec.javax.annotation - jboss-annotations-api_1.2_spec - - - - - io.quarkus.http - quarkus-http-websocket-core - ${quarkus-http.version} - - - org.jboss.spec.javax.annotation - jboss-annotations-api_1.2_spec - - - - - io.quarkus.security - quarkus-security - ${quarkus-security.version} - - - javax.inject - javax.inject - - - javax.enterprise - cdi-api - - - - - io.quarkus - quarkus-security-spi - ${project.version} - - - io.quarkus - quarkus-jaxrs-spi-deployment - ${project.version} - - - io.smallrye.config - smallrye-config-bom - ${smallrye-config.version} - pom - import - - - io.smallrye.config - smallrye-config - ${smallrye-config.version} - - - org.ow2.asm - asm - - - - - io.smallrye - smallrye-health - ${smallrye-health.version} - - - io.smallrye - smallrye-health-api - ${smallrye-health.version} - - - io.smallrye - smallrye-health-ui - ${smallrye-health.version} - - - io.smallrye - smallrye-health-provided-checks - ${smallrye-health.version} - - - io.smallrye - smallrye-metrics - ${smallrye-metrics.version} - - - javax - javaee-api - - - org.osgi - org.osgi.annotation.versioning - - - - - io.smallrye - smallrye-metrics-api - ${smallrye-metrics.version} - - - io.smallrye - smallrye-open-api-core - ${smallrye-open-api.version} - - - org.osgi - org.osgi.annotation.versioning - - - - - io.smallrye - smallrye-open-api-jaxrs - ${smallrye-open-api.version} - - - org.osgi - org.osgi.annotation.versioning - - - - - io.smallrye - smallrye-open-api-spring - ${smallrye-open-api.version} - - - org.osgi - org.osgi.annotation.versioning - - - - - io.smallrye - smallrye-open-api-vertx - ${smallrye-open-api.version} - - - org.osgi - org.osgi.annotation.versioning - - - - - io.smallrye - smallrye-open-api-ui - ${smallrye-open-api.version} - - - com.graphql-java - graphql-java - ${graphql-java.version} - - - io.smallrye - smallrye-graphql - ${smallrye-graphql.version} - - - io.smallrye - smallrye-graphql-api - ${smallrye-graphql.version} - - - io.smallrye - smallrye-graphql-schema-model - ${smallrye-graphql.version} - - - io.smallrye - smallrye-graphql-cdi - ${smallrye-graphql.version} - - - org.osgi - org.osgi.annotation.versioning - - - - - io.smallrye - smallrye-graphql-schema-builder - ${smallrye-graphql.version} - - - io.smallrye - smallrye-graphql-ui-graphiql - ${smallrye-graphql.version} - - - io.smallrye - smallrye-graphql-client-api - ${smallrye-graphql.version} - - - io.smallrye - smallrye-graphql-client - ${smallrye-graphql.version} - - - io.smallrye - smallrye-graphql-client-implementation-vertx - ${smallrye-graphql.version} - - - io.smallrye - smallrye-graphql-client-model-builder - ${smallrye-graphql.version} - - - io.smallrye - smallrye-graphql-client-model - ${smallrye-graphql.version} - - - io.smallrye - smallrye-fault-tolerance - ${smallrye-fault-tolerance.version} - - - io.smallrye - smallrye-fault-tolerance-api - ${smallrye-fault-tolerance.version} - - - io.smallrye - smallrye-fault-tolerance-autoconfig-core - ${smallrye-fault-tolerance.version} - - - io.smallrye - smallrye-fault-tolerance-core - ${smallrye-fault-tolerance.version} - - - io.smallrye - smallrye-fault-tolerance-context-propagation - ${smallrye-fault-tolerance.version} - - - io.smallrye - smallrye-fault-tolerance-kotlin - ${smallrye-fault-tolerance.version} - - - io.smallrye - smallrye-fault-tolerance-mutiny - ${smallrye-fault-tolerance.version} - - - io.smallrye - smallrye-fault-tolerance-tracing-propagation - ${smallrye-fault-tolerance.version} - - - io.smallrye - smallrye-fault-tolerance-vertx - ${smallrye-fault-tolerance.version} - - - io.smallrye - smallrye-context-propagation - ${smallrye-context-propagation.version} - - - io.smallrye - smallrye-context-propagation-propagators-rxjava1 - ${smallrye-context-propagation.version} - - - io.smallrye - smallrye-context-propagation-propagators-rxjava2 - ${smallrye-context-propagation.version} - - - io.smallrye - smallrye-context-propagation-api - ${smallrye-context-propagation.version} - - - io.smallrye - smallrye-context-propagation-jta - ${smallrye-context-propagation.version} - - - io.smallrye - smallrye-context-propagation-storage - ${smallrye-context-propagation.version} - - - io.smallrye - smallrye-jwt - ${smallrye-jwt.version} - - - org.jboss.logging - jboss-logging - - - javax - javaee-api - - - javax.annotation - javax.annotation-api - - - io.smallrye - smallrye-jwt-build - - - - - io.smallrye - smallrye-jwt-build - ${smallrye-jwt.version} - - - io.smallrye - smallrye-jwt-common - ${smallrye-jwt.version} - - - io.smallrye.stork - stork-bom - ${smallrye-stork.version} - pom - import - - - jakarta.activation - jakarta.activation-api - ${jakarta.activation.version} - - - jakarta.inject - jakarta.inject-api - ${jakarta.inject-api.version} - - - jakarta.annotation - jakarta.annotation-api - ${jakarta.annotation-api.version} - - - jakarta.authentication - jakarta.authentication-api - ${jakarta.authentication-api} - - - jakarta.authorization - jakarta.authorization-api - ${jakarta.authorization-api.version} - - - jakarta.el - jakarta.el-api - ${jakarta.el-api.version} - - - jakarta.mail - jakarta.mail-api - ${jakarta.mail-api.version} - - - jakarta.persistence - jakarta.persistence-api - ${jakarta.persistence-api.version} - - - jakarta.data - jakarta.data-api - ${jakarta.data-api.version} - - - jakarta.resource - jakarta.resource-api - ${jakarta.resource-api.version} - - - jakarta.servlet - jakarta.servlet-api - ${jakarta.servlet-api.version} - - - jakarta.transaction - jakarta.transaction-api - ${jakarta.transaction-api.version} - - - jakarta.validation - jakarta.validation-api - ${jakarta.validation-api.version} - - - jakarta.interceptor - jakarta.interceptor-api - ${jakarta.interceptor-api.version} - - - - - jakarta.ejb - jakarta.ejb-api - - - - - jakarta.json - jakarta.json-api - ${jakarta.json-api.version} - - - org.apache.qpid - proton-j - ${proton-j.version} - - - org.apache.httpcomponents - httpclient - ${httpclient.version} - - - commons-logging - * - - - - - org.apache.httpcomponents - httpclient-cache - ${httpclient.version} - - - commons-logging - * - - - - - org.apache.httpcomponents - httpmime - ${httpclient.version} - - - org.apache.httpcomponents - httpasyncclient - ${httpasync.version} - - - org.apache.httpcomponents - httpcore - ${httpcore.version} - - - org.apache.httpcomponents - httpcore-nio - ${httpcore.version} - - - org.apache.kafka - kafka-clients - ${kafka3.version} - - - org.lz4 - lz4-java - ${lz4.version} - - - org.xerial.snappy - snappy-java - ${snappy.version} - - - org.apache.avro - avro - ${avro.version} - - - org.apache.avro - avro-compiler - ${avro.version} - - - org.apache.kafka - kafka-streams - ${kafka3.version} - - - org.apache.kafka - kafka-streams-test-utils - ${kafka3.version} - - - org.apache.kafka - kafka_2.13 - ${kafka3.version} - - - com.google.code.findbugs - jsr305 - - - - - io.strimzi - kafka-oauth-client - ${strimzi-oauth.version} - - - io.strimzi - kafka-oauth-common - ${strimzi-oauth.version} - - - io.strimzi - strimzi-test-container - ${strimzi-test-container.version} - - - junit - junit - - - org.apache.logging.log4j - log4j-slf4j-impl - - - - - com.nimbusds - nimbus-jose-jwt - ${strimzi-oauth.nimbus.version} - - - org.bitbucket.b_c - jose4j - ${jose4j.version} - - - org.apache.maven - maven-toolchain - ${maven-toolchain.version} - - - org.codehaus.plexus - plexus-classworlds - - - - - org.mongodb - mongodb-driver-sync - ${mongo-client.version} - - - org.mongodb - mongodb-driver-core - ${mongo-client.version} - - - - org.mongodb - mongodb-driver-legacy - ${mongo-client.version} - - - org.mongodb - mongodb-driver-reactivestreams - ${mongo-client.version} - - - org.mongodb - bson - ${mongo-client.version} - - - org.mongodb - mongodb-crypt - ${mongo-client.version} - - - - - - net.java.dev.jna - jna - ${jna.version} - - - net.java.dev.jna - jna-platform - ${jna.version} - - - org.codehaus.plexus - plexus-component-annotations - ${plexus-component-annotations.version} - - - org.eclipse.microprofile.config - microprofile-config-api - ${microprofile-config-api.version} - - - org.osgi - org.osgi.annotation.versioning - - - - - org.eclipse.microprofile.health - microprofile-health-api - ${microprofile-health-api.version} - - - org.eclipse.microprofile.metrics - microprofile-metrics-api - ${microprofile-metrics-api.version} - - - org.osgi - org.osgi.annotation.versioning - - - - - org.eclipse.microprofile.context-propagation - microprofile-context-propagation-api - ${microprofile-context-propagation.version} - - - org.eclipse.microprofile.fault-tolerance - microprofile-fault-tolerance-api - ${microprofile-fault-tolerance-api.version} - - - org.eclipse.microprofile.rest.client - microprofile-rest-client-api - ${microprofile-rest-client.version} - - - org.eclipse.parsson - parsson - ${parsson.version} - - - org.eclipse - yasson - ${yasson.version} - - - org.eclipse.microprofile.jwt - microprofile-jwt-auth-api - ${microprofile-jwt.version} - - - org.osgi - org.osgi.annotation.versioning - - - - - org.eclipse.microprofile.openapi - microprofile-openapi-api - ${microprofile-openapi.version} - - - org.glassfish.expressly - expressly - ${expressly.version} - - - jakarta.json.bind - jakarta.json.bind-api - ${jakarta.json.bind-api.version} - - - org.glassfish.jaxb - jaxb-runtime - ${jaxb-runtime.version} - - - org.glassfish.jaxb - jaxb-core - ${jaxb-runtime.version} - - - org.glassfish.jaxb - txw2 - ${jaxb-runtime.version} - - - jakarta.xml.bind - jakarta.xml.bind-api - ${jakarta.xml.bind-api.version} - - - javax.annotation - javax.annotation-api - ${javax.annotation-api.version} - - - javax.inject - javax.inject - ${javax.inject.version} - - - jakarta.websocket - jakarta.websocket-api - ${jakarta.websocket-api.version} - - - jakarta.ws.rs - jakarta.ws.rs-api - ${jakarta.ws.rs-api.version} - - - - org.graalvm.sdk - graal-sdk - ${graal-sdk.version} - + + + jakarta.ejb + jakarta.ejb-api + + + + + jakarta.json + jakarta.json-api + ${jakarta.json-api.version} + + + org.apache.qpid + proton-j + ${proton-j.version} + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + commons-logging + * + + + + + org.apache.httpcomponents + httpclient-cache + ${httpclient.version} + + + commons-logging + * + + + + + org.apache.httpcomponents + httpmime + ${httpclient.version} + + + org.apache.httpcomponents + httpasyncclient + ${httpasync.version} + + + org.apache.httpcomponents + httpcore + ${httpcore.version} + + + org.apache.httpcomponents + httpcore-nio + ${httpcore.version} + + + org.apache.kafka + kafka-clients + ${kafka3.version} + + + org.lz4 + lz4-java + ${lz4.version} + + + org.xerial.snappy + snappy-java + ${snappy.version} + + + org.apache.avro + avro + ${avro.version} + + + org.apache.avro + avro-compiler + ${avro.version} + + + org.apache.kafka + kafka-streams + ${kafka3.version} + + + org.apache.kafka + kafka-streams-test-utils + ${kafka3.version} + + + org.apache.kafka + kafka_2.13 + ${kafka3.version} + + + com.google.code.findbugs + jsr305 + + + + + io.strimzi + kafka-oauth-client + ${strimzi-oauth.version} + + + io.strimzi + kafka-oauth-common + ${strimzi-oauth.version} + + + io.strimzi + strimzi-test-container + ${strimzi-test-container.version} + + + junit + junit + + + org.apache.logging.log4j + log4j-slf4j-impl + + + + + com.nimbusds + nimbus-jose-jwt + ${strimzi-oauth.nimbus.version} + + + org.bitbucket.b_c + jose4j + ${jose4j.version} + + + org.apache.maven + maven-toolchain + ${maven-toolchain.version} + + + org.codehaus.plexus + plexus-classworlds + + + + + org.mongodb + mongodb-driver-sync + ${mongo-client.version} + + + org.mongodb + mongodb-driver-core + ${mongo-client.version} + + + + org.mongodb + mongodb-driver-legacy + ${mongo-client.version} + + + org.mongodb + mongodb-driver-reactivestreams + ${mongo-client.version} + + + org.mongodb + bson + ${mongo-client.version} + + + org.mongodb + mongodb-crypt + ${mongo-client.version} + + + + + + net.java.dev.jna + jna + ${jna.version} + + + net.java.dev.jna + jna-platform + ${jna.version} + + + org.codehaus.plexus + plexus-component-annotations + ${plexus-component-annotations.version} + + + org.eclipse.microprofile.config + microprofile-config-api + ${microprofile-config-api.version} + + + org.osgi + org.osgi.annotation.versioning + + + + + org.eclipse.microprofile.health + microprofile-health-api + ${microprofile-health-api.version} + + + org.eclipse.microprofile.metrics + microprofile-metrics-api + ${microprofile-metrics-api.version} + + + org.osgi + org.osgi.annotation.versioning + + + + + org.eclipse.microprofile.context-propagation + microprofile-context-propagation-api + ${microprofile-context-propagation.version} + + + org.eclipse.microprofile.fault-tolerance + microprofile-fault-tolerance-api + ${microprofile-fault-tolerance-api.version} + + + org.eclipse.microprofile.rest.client + microprofile-rest-client-api + ${microprofile-rest-client.version} + + + org.eclipse.parsson + parsson + ${parsson.version} + + + org.eclipse + yasson + ${yasson.version} + + + org.eclipse.microprofile.jwt + microprofile-jwt-auth-api + ${microprofile-jwt.version} + + + org.osgi + org.osgi.annotation.versioning + + + + + org.eclipse.microprofile.openapi + microprofile-openapi-api + ${microprofile-openapi.version} + + + org.glassfish.expressly + expressly + ${expressly.version} + + + jakarta.json.bind + jakarta.json.bind-api + ${jakarta.json.bind-api.version} + + + org.glassfish.jaxb + jaxb-runtime + ${jaxb-runtime.version} + + + org.glassfish.jaxb + jaxb-core + ${jaxb-runtime.version} + + + org.glassfish.jaxb + txw2 + ${jaxb-runtime.version} + + + jakarta.xml.bind + jakarta.xml.bind-api + ${jakarta.xml.bind-api.version} + + + javax.annotation + javax.annotation-api + ${javax.annotation-api.version} + + + javax.inject + javax.inject + ${javax.inject.version} + + + jakarta.websocket + jakarta.websocket-api + ${jakarta.websocket-api.version} + + + jakarta.ws.rs + jakarta.ws.rs-api + ${jakarta.ws.rs-api.version} + + + + org.graalvm.sdk + graal-sdk + ${graal-sdk.version} + - - - org.graalvm.polyglot - polyglot - - - - - org.graalvm.sdk - nativeimage - ${graal-sdk.version} - - - org.graalvm.polyglot - js-community - ${graal-sdk.version} - - - - org.graalvm.polyglot - js - ${graal-sdk.version} - - - io.smallrye - jandex - ${jandex.version} - - - - org.jboss - jandex - ${jandex.version} - + + + org.graalvm.polyglot + polyglot + + + + + org.graalvm.sdk + nativeimage + ${graal-sdk.version} + + + org.graalvm.polyglot + js-community + ${graal-sdk.version} + + + + org.graalvm.polyglot + js + ${graal-sdk.version} + + + io.smallrye + jandex + ${jandex.version} + + + + org.jboss + jandex + ${jandex.version} + - - org.jboss.logging - jboss-logging-annotations - ${jboss-logging-annotations.version} - provided - - - org.jboss.logging - jboss-logging-processor - ${jboss-logging-annotations.version} - - - org.jboss.metadata - jboss-metadata-web - ${jboss-metadata-web.version} - - - org.jboss.logging - jboss-logging - - - + + org.jboss.logging + jboss-logging-annotations + ${jboss-logging-annotations.version} + provided + + + org.jboss.logging + jboss-logging-processor + ${jboss-logging-annotations.version} + + + org.jboss.metadata + jboss-metadata-web + ${jboss-metadata-web.version} + + + org.jboss.logging + jboss-logging + + + - - org.jboss.narayana.jta - narayana-jta - ${narayana.version} - - - org.jboss.narayana.jts - narayana-jts-integration - ${narayana.version} - - - org.jboss.narayana.stm - stm - ${narayana.version} - - - org.jboss.narayana.lra - lra-coordinator-jar - ${narayana-lra.version} - - - org.jboss.spec.javax.servlet - jboss-servlet-api_3.1_spec - - - - - org.eclipse.microprofile.lra - microprofile-lra-api - ${microprofile-lra.version} - - - org.jboss.narayana.lra - narayana-lra - ${narayana-lra.version} - - - commons-logging - commons-logging - - - org.jboss.resteasy - resteasy-client - - - org.jboss.resteasy - resteasy-jackson2-provider - - - - - org.jboss.narayana.lra - lra-service-base - ${narayana-lra.version} - - - commons-logging - commons-logging - - - - org.jboss.spec.javax.ws.rs - jboss-jaxrs-api_2.1_spec - - - - - org.jboss.narayana.lra - lra-proxy-api - ${narayana-lra.version} - - - org.jboss.narayana.lra - lra-client - ${narayana-lra.version} - - - jakarta.activation - jakarta.activation-api - - - - - org.jboss.resteasy - resteasy-core - ${resteasy.version} - - - org.jboss.spec.javax.annotation - jboss-annotations-api_1.3_spec - - - javax.activation - activation - - - org.jboss - jandex - - - - - org.jboss.resteasy - resteasy-core-spi - ${resteasy.version} - - - org.jboss.spec.javax.annotation - jboss-annotations-api_1.3_spec - - - javax.activation - activation - - - - - org.jboss.resteasy.microprofile - microprofile-rest-client - ${resteasy-microprofile.version} - - - org.eclipse.microprofile.config - microprofile-config-api - - - - - org.jboss.resteasy - resteasy-json-binding-provider - ${resteasy.version} - - - org.jboss.resteasy - resteasy-json-p-provider - ${resteasy.version} - - - org.jboss.resteasy - resteasy-jaxb-provider - ${resteasy.version} - - - org.jboss.resteasy - resteasy-jackson2-provider - ${resteasy.version} - - - org.jboss.resteasy - resteasy-rxjava2 - ${resteasy.version} - - - org.jboss.resteasy - resteasy-context-propagation - - - - - org.jboss.resteasy.spring - resteasy-spring-web - ${resteasy-spring-web.version} - - - org.jboss.spec.javax.annotation - jboss-annotations-api_1.3_spec - - - javax.activation - activation - - - - - org.jboss.resteasy.microprofile - microprofile-config - ${resteasy-microprofile.version} - - - org.jboss.resteasy - resteasy-links - ${resteasy.version} - - - org.jboss.spec.javax.annotation - jboss-annotations-api_1.3_spec - - - org.hibernate.javax.persistence - hibernate-jpa-2.1-api - - - org.checkerframework - checker-qual - - - jakarta.activation - jakarta.activation-api - - - + + org.jboss.narayana.jta + narayana-jta + ${narayana.version} + + + org.jboss.narayana.jts + narayana-jts-integration + ${narayana.version} + + + org.jboss.narayana.stm + stm + ${narayana.version} + + + org.jboss.narayana.lra + lra-coordinator-jar + ${narayana-lra.version} + + + org.jboss.spec.javax.servlet + jboss-servlet-api_3.1_spec + + + + + org.eclipse.microprofile.lra + microprofile-lra-api + ${microprofile-lra.version} + + + org.jboss.narayana.lra + narayana-lra + ${narayana-lra.version} + + + commons-logging + commons-logging + + + org.jboss.resteasy + resteasy-client + + + org.jboss.resteasy + resteasy-jackson2-provider + + + + + org.jboss.narayana.lra + lra-service-base + ${narayana-lra.version} + + + commons-logging + commons-logging + + + + org.jboss.spec.javax.ws.rs + jboss-jaxrs-api_2.1_spec + + + + + org.jboss.narayana.lra + lra-proxy-api + ${narayana-lra.version} + + + org.jboss.narayana.lra + lra-client + ${narayana-lra.version} + + + jakarta.activation + jakarta.activation-api + + + + + org.jboss.resteasy + resteasy-core + ${resteasy.version} + + + org.jboss.spec.javax.annotation + jboss-annotations-api_1.3_spec + + + javax.activation + activation + + + org.jboss + jandex + + + + + org.jboss.resteasy + resteasy-core-spi + ${resteasy.version} + + + org.jboss.spec.javax.annotation + jboss-annotations-api_1.3_spec + + + javax.activation + activation + + + + + org.jboss.resteasy.microprofile + microprofile-rest-client + ${resteasy-microprofile.version} + + + org.eclipse.microprofile.config + microprofile-config-api + + + + + org.jboss.resteasy + resteasy-json-binding-provider + ${resteasy.version} + + + org.jboss.resteasy + resteasy-json-p-provider + ${resteasy.version} + + + org.jboss.resteasy + resteasy-jaxb-provider + ${resteasy.version} + + + org.jboss.resteasy + resteasy-jackson2-provider + ${resteasy.version} + + + org.jboss.resteasy + resteasy-rxjava2 + ${resteasy.version} + + + org.jboss.resteasy + resteasy-context-propagation + + + + + org.jboss.resteasy.spring + resteasy-spring-web + ${resteasy-spring-web.version} + + + org.jboss.spec.javax.annotation + jboss-annotations-api_1.3_spec + + + javax.activation + activation + + + + + org.jboss.resteasy.microprofile + microprofile-config + ${resteasy-microprofile.version} + + + org.jboss.resteasy + resteasy-links + ${resteasy.version} + + + org.jboss.spec.javax.annotation + jboss-annotations-api_1.3_spec + + + org.hibernate.javax.persistence + hibernate-jpa-2.1-api + + + org.checkerframework + checker-qual + + + jakarta.activation + jakarta.activation-api + + + - - org.jboss.shrinkwrap - shrinkwrap-depchain - ${shrinkwrap.version} - pom - + + org.jboss.shrinkwrap + shrinkwrap-depchain + ${shrinkwrap.version} + pom + - - org.jboss.marshalling - jboss-marshalling - ${jboss-marshalling.version} - - - org.jboss.threads - jboss-threads - ${jboss-threads.version} - - - org.jboss - jboss-transaction-spi - ${jboss-transaction-spi.version} - - - io.quarkus.arc - arc-processor - ${project.version} - - - io.quarkus.arc - arc - ${project.version} - - - io.quarkus.resteasy.reactive - resteasy-reactive-processor - ${project.version} - - - io.quarkus.resteasy.reactive - resteasy-reactive - ${project.version} - - - io.quarkus.resteasy.reactive - resteasy-reactive-vertx - ${project.version} - - - io.quarkus.resteasy.reactive - resteasy-reactive-common - ${project.version} - - - io.quarkus.resteasy.reactive - resteasy-reactive-common-processor - ${project.version} - - - io.quarkus.resteasy.reactive - resteasy-reactive-common-types - ${project.version} - - - io.quarkus.resteasy.reactive - resteasy-reactive-client - ${project.version} - - - io.quarkus.resteasy.reactive - resteasy-reactive-jsonb - ${project.version} - - - io.quarkus.resteasy.reactive - resteasy-reactive-jackson - ${project.version} - - - io.quarkus.resteasy.reactive - resteasy-reactive-client-processor - ${project.version} - - - io.quarkus.vertx.utils - quarkus-vertx-utils - ${project.version} - - - org.wildfly.common - wildfly-common - ${wildfly-common.version} - + + org.jboss.marshalling + jboss-marshalling + ${jboss-marshalling.version} + + + org.jboss.threads + jboss-threads + ${jboss-threads.version} + + + org.jboss + jboss-transaction-spi + ${jboss-transaction-spi.version} + + + io.quarkus.arc + arc-processor + ${project.version} + + + io.quarkus.arc + arc + ${project.version} + + + io.quarkus.resteasy.reactive + resteasy-reactive-processor + ${project.version} + + + io.quarkus.resteasy.reactive + resteasy-reactive + ${project.version} + + + io.quarkus.resteasy.reactive + resteasy-reactive-vertx + ${project.version} + + + io.quarkus.resteasy.reactive + resteasy-reactive-common + ${project.version} + + + io.quarkus.resteasy.reactive + resteasy-reactive-common-processor + ${project.version} + + + io.quarkus.resteasy.reactive + resteasy-reactive-common-types + ${project.version} + + + io.quarkus.resteasy.reactive + resteasy-reactive-client + ${project.version} + + + io.quarkus.resteasy.reactive + resteasy-reactive-jsonb + ${project.version} + + + io.quarkus.resteasy.reactive + resteasy-reactive-jackson + ${project.version} + + + io.quarkus.resteasy.reactive + resteasy-reactive-client-processor + ${project.version} + + + io.quarkus.vertx.utils + quarkus-vertx-utils + ${project.version} + + + org.wildfly.common + wildfly-common + ${wildfly-common.version} + - - org.cyclonedx - cyclonedx-core-java - ${cyclonedx.version} - + + org.cyclonedx + cyclonedx-core-java + ${cyclonedx.version} + - - org.wildfly.openssl - wildfly-openssl-java - ${wildfly.openssl-java.version} - - - org.wildfly.openssl - wildfly-openssl-linux-x86_64 - ${wildfly.openssl-linux.version} - + + org.wildfly.openssl + wildfly-openssl-java + ${wildfly.openssl-java.version} + + + org.wildfly.openssl + wildfly-openssl-linux-x86_64 + ${wildfly.openssl-linux.version} + - - org.wildfly.client - wildfly-client-config - ${wildfly-client-config.version} - - - org.wildfly.security - wildfly-elytron - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-ssh-util - ${wildfly-elytron.version} - - - org.slf4j - jcl-over-slf4j - - - - - org.wildfly.security - wildfly-elytron-auth-server - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-password-impl - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-realm - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-realm-token - ${wildfly-elytron.version} - - - org.slf4j - jcl-over-slf4j - - - - - org.wildfly.security - wildfly-elytron-realm-jdbc - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-realm-ldap - ${wildfly-elytron.version} - - - org.slf4j - jcl-over-slf4j - - - - - org.wildfly.security - wildfly-elytron-ssl - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-sasl-plain - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-sasl-digest - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-sasl-external - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-sasl-oauth2 - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-sasl-scram - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-x500-cert - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-x500-cert-acme - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-credential - ${wildfly-elytron.version} - - - org.slf4j - jcl-over-slf4j - - - - - org.apache.sshd - sshd-common - ${sshd-common.version} - - - org.apache.sshd - sshd-core - ${sshd-common.version} - - - org.wildfly.security - wildfly-elytron-sasl-gs2 - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-asn1 - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-sasl-gssapi - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-security-manager-action - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-auth - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-base - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-http - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-keystore - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-mechanism-digest - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-mechanism-gssapi - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-mechanism-oauth2 - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-mechanism-scram - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-mechanism - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-permission - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-provider-util - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-sasl - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-util - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-x500-cert-util - ${wildfly-elytron.version} - - - org.wildfly.security - wildfly-elytron-x500 - ${wildfly-elytron.version} - + + org.wildfly.client + wildfly-client-config + ${wildfly-client-config.version} + + + org.wildfly.security + wildfly-elytron + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-ssh-util + ${wildfly-elytron.version} + + + org.slf4j + jcl-over-slf4j + + + + + org.wildfly.security + wildfly-elytron-auth-server + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-password-impl + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-realm + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-realm-token + ${wildfly-elytron.version} + + + org.slf4j + jcl-over-slf4j + + + + + org.wildfly.security + wildfly-elytron-realm-jdbc + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-realm-ldap + ${wildfly-elytron.version} + + + org.slf4j + jcl-over-slf4j + + + + + org.wildfly.security + wildfly-elytron-ssl + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-sasl-plain + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-sasl-digest + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-sasl-external + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-sasl-oauth2 + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-sasl-scram + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-x500-cert + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-x500-cert-acme + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-credential + ${wildfly-elytron.version} + + + org.slf4j + jcl-over-slf4j + + + + + org.apache.sshd + sshd-common + ${sshd-common.version} + + + org.apache.sshd + sshd-core + ${sshd-common.version} + + + org.wildfly.security + wildfly-elytron-sasl-gs2 + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-asn1 + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-sasl-gssapi + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-security-manager-action + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-auth + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-base + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-http + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-keystore + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-mechanism-digest + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-mechanism-gssapi + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-mechanism-oauth2 + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-mechanism-scram + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-mechanism + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-permission + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-provider-util + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-sasl + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-util + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-x500-cert-util + ${wildfly-elytron.version} + + + org.wildfly.security + wildfly-elytron-x500 + ${wildfly-elytron.version} + - - org.ow2.asm - asm - ${asm.version} - - - org.ow2.asm - asm-commons - ${asm.version} - - - org.ow2.asm - asm-tree - ${asm.version} - - - org.ow2.asm - asm-analysis - ${asm.version} - - - org.ow2.asm - asm-util - ${asm.version} - - - org.jboss.slf4j - slf4j-jboss-logmanager - ${slf4j-jboss-logmanager.version} - - - jakarta.enterprise - jakarta.enterprise.cdi-api - ${jakarta.enterprise.cdi-api.version} - - - commons-io - commons-io - ${commons-io.version} - - - org.hibernate.validator - hibernate-validator - ${hibernate-validator.version} - - - org.hibernate.orm - hibernate-core - ${hibernate-orm.version} - - - org.hibernate.orm - hibernate-graalvm - ${hibernate-orm.version} - - - org.hibernate.orm - hibernate-envers - ${hibernate-orm.version} - - - org.hibernate.orm - hibernate-processor - ${hibernate-orm.version} - - - org.hibernate.orm - hibernate-jpamodelgen - ${hibernate-orm.version} - - - - org.hibernate - hibernate-jpamodelgen - ${hibernate-orm.version} - - - org.hibernate.models - hibernate-models - ${hibernate-models.version} - - - org.hibernate.orm - hibernate-community-dialects - ${hibernate-orm.version} - - - org.hibernate.orm - hibernate-vector - ${hibernate-orm.version} - - - org.hibernate.reactive - hibernate-reactive-core - ${hibernate-reactive.version} - - - org.hibernate - quarkus-local-cache - ${hibernate-quarkus-local-cache.version} - - - org.hibernate.search - hibernate-search-mapper-orm - ${hibernate-search.version} - - - - org.hibernate.common - hibernate-commons-annotations - - - - io.smallrye - jandex - - - org.hibernate.models - hibernate-models-jandex - - - - - org.hibernate.search - hibernate-search-engine - ${hibernate-search.version} - - - - io.smallrye - jandex - - - - - org.hibernate.search - hibernate-search-mapper-pojo-base - ${hibernate-search.version} - - - - io.smallrye - jandex - - - org.hibernate.models - hibernate-models-jandex - - - - - org.hibernate.search - hibernate-search-util-common - ${hibernate-search.version} - - - - io.smallrye - jandex - - - - - org.postgresql - postgresql - ${postgresql-jdbc.version} - - - org.checkerframework - checker-qual - - - - - org.mariadb.jdbc - mariadb-java-client - ${mariadb-jdbc.version} - - - org.checkerframework - checker-qual - - - org.slf4j - jcl-over-slf4j - - - - - - mysql - mysql-connector-java - ${mysql-jdbc.version} - - - com.google.protobuf - protobuf-java - - - - - com.mysql - mysql-connector-j - ${mysql-jdbc.version} - - - com.google.protobuf - protobuf-java - - - - - - org.apache.derby - derbyshared - ${derby-jdbc.version} - - - org.apache.derby - derbyclient - ${derby-jdbc.version} - - - org.apache.derby - derbynet - ${derby-jdbc.version} - - - org.apache.derby - derbytools - ${derby-jdbc.version} - - - com.ibm.db2 - jcc - ${db2-jdbc.version} - - - com.microsoft.sqlserver - mssql-jdbc - ${mssql-jdbc.version} - - - com.microsoft.azure - msal4j - - - - - org.elasticsearch.client - elasticsearch-rest-client - ${elasticsearch-opensource-components.version} - - - co.elastic.clients - elasticsearch-java - ${elasticsearch-opensource-components.version} - - - - commons-logging - commons-logging - - - - - org.elasticsearch.client - elasticsearch-rest-client-sniffer - ${elasticsearch-opensource-components.version} - - - org.jacoco - org.jacoco.core - ${jacoco.version} - - - org.jacoco - org.jacoco.report - ${jacoco.version} - - - org.jacoco - org.jacoco.agent - ${jacoco.version} - - - org.jacoco - org.jacoco.agent - ${jacoco.version} - runtime - - - io.smallrye.reactive - smallrye-mutiny-vertx-core - ${smallrye-mutiny-vertx-binding.version} - - - com.fasterxml.jackson.core - jackson-databind - - - - - - com.ongres.scram - client - ${scram-client.version} - - - com.cronutils - cron-utils - ${cronutils.version} - - - org.quartz-scheduler - quartz - ${quartz.version} - - - - io.smallrye.reactive - smallrye-reactive-messaging-kafka - ${smallrye-reactive-messaging.version} - - - com.fasterxml.jackson.core - jackson-core - - - org.scala-lang - scala-reflect - - - org.apache.kafka - kafka-clients - - - com.101tec - zkclient - - - org.slf4j - slf4j-log4j12 - - - log4j - log4j - - - - - org.apache.pulsar - pulsar-client-original - ${pulsar-client.version} - - - org.checkerframework - checker-qual - - - commons-logging - commons-logging - - - javax.validation - validation-api - - - javax.ws.rs - javax.ws.rs-api - - - - - org.apache.pulsar - pulsar-client-messagecrypto-bc - ${pulsar-client.version} - - - org.asynchttpclient - async-http-client - ${async-http-client.version} - - - com.sun.activation - jakarta.activation - - - - - io.smallrye.reactive - smallrye-reactive-messaging-kafka-test-companion - ${smallrye-reactive-messaging.version} - - - commons-logging - commons-logging - - - - - io.smallrye.reactive - smallrye-reactive-messaging-amqp - ${smallrye-reactive-messaging.version} - - - com.fasterxml.jackson.core - jackson-core - - - org.slf4j - slf4j-log4j12 - - - - - - org.infinispan - infinispan-api - ${infinispan.version} - - - org.infinispan - infinispan-core - ${infinispan.version} - jakarta - - - org.infinispan - infinispan-client-hotrod - ${infinispan.version} - - - org.infinispan - infinispan-remote-query-client - ${infinispan.version} - - - org.infinispan - infinispan-query-dsl - ${infinispan.version} - - - org.infinispan - infinispan-server-hotrod - ${infinispan.version} - - - org.infinispan - infinispan-remote-query-server - ${infinispan.version} - - - org.infinispan - infinispan-commons-test - ${infinispan.version} - - - org.infinispan - infinispan-core - ${infinispan.version} - test-jar - jakarta - - - org.infinispan - infinispan-server-hotrod - ${infinispan.version} - test-jar - - - org.infinispan - infinispan-commons - ${infinispan.version} - - - org.infinispan - infinispan-query - ${infinispan.version} - - - org.infinispan - infinispan-objectfilter - ${infinispan.version} - - - org.infinispan - infinispan-server-testdriver-core - ${infinispan.version} - - - org.infinispan.protostream - protostream-processor - ${infinispan.protostream.version} - - - org.infinispan.protostream - protostream-types - ${infinispan.protostream.version} - - - org.infinispan.protostream - protostream - ${infinispan.protostream.version} - - - org.infinispan - infinispan-component-annotations - ${infinispan.version} - - - org.reactivestreams - reactive-streams - ${reactive-streams.version} - - - org.osgi - org.osgi.annotation.versioning - - - - - io.smallrye.reactive - mutiny-zero - ${mutiny-zero.version} - - - io.smallrye.reactive - mutiny-zero-flow-adapters - ${mutiny-zero.version} - - - org.eclipse.microprofile.reactive-streams-operators - microprofile-reactive-streams-operators-api - ${microprofile-reactive-streams-operators.version} - - - org.osgi - org.osgi.annotation.versioning - - - - - org.eclipse.microprofile.reactive-streams-operators - microprofile-reactive-streams-operators-core - ${microprofile-reactive-streams-operators.version} - - - io.smallrye.reactive - smallrye-reactive-streams-operators - ${smallrye-reactive-streams-operators.version} - - - io.smallrye.reactive - smallrye-reactive-converter-api - ${smallrye-reactive-types-converter.version} - - - io.smallrye.reactive - smallrye-reactive-converter-mutiny - ${smallrye-reactive-types-converter.version} - - - io.smallrye.reactive - smallrye-reactive-converter-rxjava2 - ${smallrye-reactive-types-converter.version} - + + org.hibernate + hibernate-jpamodelgen + ${hibernate-orm.version} + + + org.hibernate.models + hibernate-models + ${hibernate-models.version} + + + org.hibernate.orm + hibernate-community-dialects + ${hibernate-orm.version} + + + org.hibernate.orm + hibernate-vector + ${hibernate-orm.version} + + + org.hibernate.reactive + hibernate-reactive-core + ${hibernate-reactive.version} + + + org.hibernate + quarkus-local-cache + ${hibernate-quarkus-local-cache.version} + + + org.hibernate.search + hibernate-search-mapper-orm + ${hibernate-search.version} + + + + org.hibernate.common + hibernate-commons-annotations + + + + io.smallrye + jandex + + + org.hibernate.models + hibernate-models-jandex + + + + + org.hibernate.search + hibernate-search-engine + ${hibernate-search.version} + + + + io.smallrye + jandex + + + + + org.hibernate.search + hibernate-search-mapper-pojo-base + ${hibernate-search.version} + + + + io.smallrye + jandex + + + org.hibernate.models + hibernate-models-jandex + + + + + org.hibernate.search + hibernate-search-util-common + ${hibernate-search.version} + + + + io.smallrye + jandex + + + + + org.postgresql + postgresql + ${postgresql-jdbc.version} + + + org.checkerframework + checker-qual + + + + + org.mariadb.jdbc + mariadb-java-client + ${mariadb-jdbc.version} + + + org.checkerframework + checker-qual + + + org.slf4j + jcl-over-slf4j + + + + + + mysql + mysql-connector-java + ${mysql-jdbc.version} + + + com.google.protobuf + protobuf-java + + + + + com.mysql + mysql-connector-j + ${mysql-jdbc.version} + + + com.google.protobuf + protobuf-java + + + + + + org.apache.derby + derbyshared + ${derby-jdbc.version} + + + org.apache.derby + derbyclient + ${derby-jdbc.version} + + + org.apache.derby + derbynet + ${derby-jdbc.version} + + + org.apache.derby + derbytools + ${derby-jdbc.version} + + + com.ibm.db2 + jcc + ${db2-jdbc.version} + + + com.microsoft.sqlserver + mssql-jdbc + ${mssql-jdbc.version} + + + com.microsoft.azure + msal4j + + + + + org.elasticsearch.client + elasticsearch-rest-client + ${elasticsearch-opensource-components.version} + + + co.elastic.clients + elasticsearch-java + ${elasticsearch-opensource-components.version} + + + + commons-logging + commons-logging + + + + + org.elasticsearch.client + elasticsearch-rest-client-sniffer + ${elasticsearch-opensource-components.version} + + + org.jacoco + org.jacoco.core + ${jacoco.version} + + + org.jacoco + org.jacoco.report + ${jacoco.version} + + + org.jacoco + org.jacoco.agent + ${jacoco.version} + + + org.jacoco + org.jacoco.agent + ${jacoco.version} + runtime + + + io.smallrye.reactive + smallrye-mutiny-vertx-core + ${smallrye-mutiny-vertx-binding.version} + + + com.fasterxml.jackson.core + jackson-databind + + + + + + com.ongres.scram + client + ${scram-client.version} + + + com.cronutils + cron-utils + ${cronutils.version} + + + org.quartz-scheduler + quartz + ${quartz.version} + - - org.jetbrains.kotlinx - kotlinx-serialization-json - ${kotlin-serialization.version} - + + io.smallrye.reactive + smallrye-reactive-messaging-kafka + ${smallrye-reactive-messaging.version} + + + com.fasterxml.jackson.core + jackson-core + + + org.scala-lang + scala-reflect + + + org.apache.kafka + kafka-clients + + + com.101tec + zkclient + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + + + + org.apache.pulsar + pulsar-client-original + ${pulsar-client.version} + + + org.checkerframework + checker-qual + + + commons-logging + commons-logging + + + javax.validation + validation-api + + + javax.ws.rs + javax.ws.rs-api + + + + + org.apache.pulsar + pulsar-client-messagecrypto-bc + ${pulsar-client.version} + + + org.asynchttpclient + async-http-client + ${async-http-client.version} + + + com.sun.activation + jakarta.activation + + + + + io.smallrye.reactive + smallrye-reactive-messaging-kafka-test-companion + ${smallrye-reactive-messaging.version} + + + commons-logging + commons-logging + + + + + io.smallrye.reactive + smallrye-reactive-messaging-amqp + ${smallrye-reactive-messaging.version} + + + com.fasterxml.jackson.core + jackson-core + + + org.slf4j + slf4j-log4j12 + + + - - com.amazonaws - aws-lambda-java-core - ${aws-lambda-java.version} - - - com.amazonaws - aws-lambda-java-events - ${aws-lambda-java-events.version} - - - com.amazonaws - aws-xray-recorder-sdk-aws-sdk-v2 - ${aws-xray.version} - - - commons-logging - commons-logging - - - joda-time - joda-time - - - + + org.infinispan + infinispan-api + ${infinispan.version} + + + org.infinispan + infinispan-core + ${infinispan.version} + jakarta + + + org.infinispan + infinispan-client-hotrod + ${infinispan.version} + + + org.infinispan + infinispan-remote-query-client + ${infinispan.version} + + + org.infinispan + infinispan-query-dsl + ${infinispan.version} + + + org.infinispan + infinispan-server-hotrod + ${infinispan.version} + + + org.infinispan + infinispan-remote-query-server + ${infinispan.version} + + + org.infinispan + infinispan-commons-test + ${infinispan.version} + + + org.infinispan + infinispan-core + ${infinispan.version} + jakarta + test-jar + + + org.infinispan + infinispan-server-hotrod + ${infinispan.version} + test-jar + + + org.infinispan + infinispan-commons + ${infinispan.version} + + + org.infinispan + infinispan-query + ${infinispan.version} + + + org.infinispan + infinispan-objectfilter + ${infinispan.version} + + + org.infinispan + infinispan-server-testdriver-core + ${infinispan.version} + + + org.infinispan.protostream + protostream-processor + ${infinispan.protostream.version} + + + org.infinispan.protostream + protostream-types + ${infinispan.protostream.version} + + + org.infinispan.protostream + protostream + ${infinispan.protostream.version} + + + org.infinispan + infinispan-component-annotations + ${infinispan.version} + + + org.reactivestreams + reactive-streams + ${reactive-streams.version} + + + org.osgi + org.osgi.annotation.versioning + + + + + io.smallrye.reactive + mutiny-zero + ${mutiny-zero.version} + + + io.smallrye.reactive + mutiny-zero-flow-adapters + ${mutiny-zero.version} + + + org.eclipse.microprofile.reactive-streams-operators + microprofile-reactive-streams-operators-api + ${microprofile-reactive-streams-operators.version} + + + org.osgi + org.osgi.annotation.versioning + + + + + org.eclipse.microprofile.reactive-streams-operators + microprofile-reactive-streams-operators-core + ${microprofile-reactive-streams-operators.version} + + + io.smallrye.reactive + smallrye-reactive-streams-operators + ${smallrye-reactive-streams-operators.version} + + + io.smallrye.reactive + smallrye-reactive-converter-api + ${smallrye-reactive-types-converter.version} + + + io.smallrye.reactive + smallrye-reactive-converter-mutiny + ${smallrye-reactive-types-converter.version} + + + io.smallrye.reactive + smallrye-reactive-converter-rxjava2 + ${smallrye-reactive-types-converter.version} + - - io.cloudevents - cloudevents-api - ${cloudevents-api.version} - + + org.jetbrains.kotlinx + kotlinx-serialization-json + ${kotlin-serialization.version} + - - com.microsoft.azure.functions - azure-functions-java-library - ${azure-functions-java-library.version} - - - com.microsoft.azure.functions - azure-functions-java-spi - ${azure-functions-java-spi.version} - - - com.microsoft.azure - azure-toolkit-common-lib - ${azure.toolkit-lib.version} - - - com.microsoft.azure - azure-toolkit-auth-lib - ${azure.toolkit-lib.version} - - - com.microsoft.azure - azure-toolkit-appservice-lib - ${azure.toolkit-lib.version} - - - com.microsoft.azure - azure-toolkit-applicationinsights-lib - ${azure.toolkit-lib.version} - - - org.apache.maven.shared - maven-invoker - ${maven-invoker.version} - - - javax.inject - javax.inject - - - - - org.awaitility - awaitility - ${awaitility.version} - - - org.awaitility - awaitility-kotlin - ${awaitility.version} - - - org.awaitility - awaitility-scala - ${awaitility.version} - - - de.flapdoodle.embed - de.flapdoodle.embed.mongo - ${flapdoodle.mongo.version} - + + com.amazonaws + aws-lambda-java-core + ${aws-lambda-java.version} + + + com.amazonaws + aws-lambda-java-events + ${aws-lambda-java-events.version} + + + com.amazonaws + aws-xray-recorder-sdk-aws-sdk-v2 + ${aws-xray.version} + + + commons-logging + commons-logging + + + joda-time + joda-time + + + - - org.flywaydb - flyway-core - ${flyway.version} - - - org.flywaydb - flyway-sqlserver - ${flyway.version} - - - org.flywaydb - flyway-mysql - ${flyway.version} - - - org.flywaydb - flyway-database-oracle - ${flyway.version} - - - org.flywaydb - flyway-database-postgresql - ${flyway.version} - - - org.flywaydb - flyway-database-db2 - ${flyway.version} - - - org.flywaydb - flyway-database-derby - ${flyway.version} - - - org.flywaydb - flyway-database-mongodb - ${flyway.version} - - - org.liquibase - liquibase-core - ${liquibase.version} - - - ch.qos.logback - logback-classic - - - javax.xml.bind - jaxb-api - - - javax.activation - * - - - - - - org.osgi - osgi.core - ${osgi.version} - - - org.liquibase.ext - liquibase-mongodb - ${liquibase-mongodb.version} - - - org.codehaus.groovy - groovy-all - - - - - org.yaml - snakeyaml - ${snakeyaml.version} - + + io.cloudevents + cloudevents-api + ${cloudevents-api.version} + - - org.checkerframework - checker-qual - ${checker-qual.version} - - - com.google.errorprone - error_prone_annotations - ${error-prone-annotations.version} - - - org.codehaus.mojo - animal-sniffer-annotations - - - + + com.microsoft.azure.functions + azure-functions-java-library + ${azure-functions-java-library.version} + + + com.microsoft.azure.functions + azure-functions-java-spi + ${azure-functions-java-spi.version} + + + com.microsoft.azure + azure-toolkit-common-lib + ${azure.toolkit-lib.version} + + + com.microsoft.azure + azure-toolkit-auth-lib + ${azure.toolkit-lib.version} + + + com.microsoft.azure + azure-toolkit-appservice-lib + ${azure.toolkit-lib.version} + + + com.microsoft.azure + azure-toolkit-applicationinsights-lib + ${azure.toolkit-lib.version} + + + org.apache.maven.shared + maven-invoker + ${maven-invoker.version} + + + javax.inject + javax.inject + + + + + org.awaitility + awaitility + ${awaitility.version} + + + org.awaitility + awaitility-kotlin + ${awaitility.version} + + + org.awaitility + awaitility-scala + ${awaitility.version} + + + de.flapdoodle.embed + de.flapdoodle.embed.mongo + ${flapdoodle.mongo.version} + - - - io.quarkus - quarkus-spring-core-api - ${quarkus-spring-api.version} - - - io.quarkus - quarkus-spring-context-api - ${quarkus-spring-api.version} - - - io.quarkus - quarkus-spring-beans-api - ${quarkus-spring-api.version} - - - io.quarkus - quarkus-spring-aop-api - ${quarkus-spring-api.version} - - - io.quarkus - quarkus-spring-data-jpa-api - ${quarkus-spring-data-api.version} - - - io.quarkus - quarkus-spring-boot-orm-api - ${quarkus-spring-boot-api.version} - - - io.quarkus - quarkus-spring-data-commons-api - ${quarkus-spring-data-api.version} - - - io.quarkus - quarkus-spring-data-rest-api - ${quarkus-spring-data-api.version} - - - io.quarkus - quarkus-spring-web-api - ${quarkus-spring-api.version} - - - io.quarkus - quarkus-spring-webmvc-api - ${quarkus-spring-api.version} - - - io.quarkus - quarkus-spring-security-core-api - ${quarkus-spring-security-api.version} - - - io.quarkus - quarkus-spring-boot-properties-api - ${quarkus-spring-boot-api.version} - + + org.flywaydb + flyway-core + ${flyway.version} + + + org.flywaydb + flyway-sqlserver + ${flyway.version} + + + org.flywaydb + flyway-mysql + ${flyway.version} + + + org.flywaydb + flyway-database-oracle + ${flyway.version} + + + org.flywaydb + flyway-database-postgresql + ${flyway.version} + + + org.flywaydb + flyway-database-db2 + ${flyway.version} + + + org.flywaydb + flyway-database-derby + ${flyway.version} + + + org.flywaydb + flyway-database-mongodb + ${flyway.version} + + + org.liquibase + liquibase-core + ${liquibase.version} + + + ch.qos.logback + logback-classic + + + javax.xml.bind + jaxb-api + + + javax.activation + * + + + + + + org.osgi + osgi.core + ${osgi.version} + + + org.liquibase.ext + liquibase-mongodb + ${liquibase-mongodb.version} + + + org.codehaus.groovy + groovy-all + + + + + org.yaml + snakeyaml + ${snakeyaml.version} + - - org.keycloak - keycloak-admin-client - ${keycloak-client.version} - - - org.keycloak - keycloak-authz-client - ${keycloak-client.version} - - - org.keycloak - keycloak-policy-enforcer - ${keycloak-client.version} - - - org.keycloak - keycloak-client-common-synced - ${keycloak-client.version} - - - io.quarkus - quarkus-vertx-graphql - ${project.version} - - - io.quarkus - quarkus-vertx-graphql-deployment - ${project.version} - + + org.checkerframework + checker-qual + ${checker-qual.version} + + + com.google.errorprone + error_prone_annotations + ${error-prone-annotations.version} + + + org.codehaus.mojo + animal-sniffer-annotations + + + - - io.quarkus - quarkus-redis-client - ${project.version} - - - io.quarkus - quarkus-redis-cache - ${project.version} - + + + io.quarkus + quarkus-spring-core-api + ${quarkus-spring-api.version} + + + io.quarkus + quarkus-spring-context-api + ${quarkus-spring-api.version} + + + io.quarkus + quarkus-spring-beans-api + ${quarkus-spring-api.version} + + + io.quarkus + quarkus-spring-aop-api + ${quarkus-spring-api.version} + + + io.quarkus + quarkus-spring-data-jpa-api + ${quarkus-spring-data-api.version} + + + io.quarkus + quarkus-spring-boot-orm-api + ${quarkus-spring-boot-api.version} + + + io.quarkus + quarkus-spring-data-commons-api + ${quarkus-spring-data-api.version} + + + io.quarkus + quarkus-spring-data-rest-api + ${quarkus-spring-data-api.version} + + + io.quarkus + quarkus-spring-web-api + ${quarkus-spring-api.version} + + + io.quarkus + quarkus-spring-webmvc-api + ${quarkus-spring-api.version} + + + io.quarkus + quarkus-spring-security-core-api + ${quarkus-spring-security-api.version} + + + io.quarkus + quarkus-spring-boot-properties-api + ${quarkus-spring-boot-api.version} + - - io.quarkus - quarkus-redis-client-deployment - ${project.version} - - - io.quarkus - quarkus-redis-cache-deployment - ${project.version} - + + org.keycloak + keycloak-admin-client + ${keycloak-client.version} + + + org.keycloak + keycloak-authz-client + ${keycloak-client.version} + + + org.keycloak + keycloak-policy-enforcer + ${keycloak-client.version} + + + org.keycloak + keycloak-client-common-synced + ${keycloak-client.version} + + + io.quarkus + quarkus-vertx-graphql + ${project.version} + + + io.quarkus + quarkus-vertx-graphql-deployment + ${project.version} + - - - io.quarkus.qute - qute-core - ${project.version} - - - io.quarkus.qute - qute-generator - ${project.version} - + + io.quarkus + quarkus-redis-client + ${project.version} + + + io.quarkus + quarkus-redis-cache + ${project.version} + - - - dev.snowdrop - buildpack-client - ${java-buildpack-client.version} - + + io.quarkus + quarkus-redis-client-deployment + ${project.version} + + + io.quarkus + quarkus-redis-cache-deployment + ${project.version} + - - - com.google.cloud.tools - jib-core - ${jib-core.version} - - - commons-logging - commons-logging - - - org.checkerframework - checker-qual - - - com.google.code.findbugs - jsr305 - - - + + + io.quarkus.qute + qute-core + ${project.version} + + + io.quarkus.qute + qute-generator + ${project.version} + - - - com.salesforce.servicelibs - jprotoc - ${grpc-jprotoc.version} - - - com.google.protobuf - protobuf-java - ${protobuf-java.version} - - - com.google.protobuf - protobuf-java-util - ${protobuf-java.version} - - - org.checkerframework - checker-qual - - - - - com.google.protobuf - protobuf-kotlin - ${protobuf-kotlin.version} - compile - - - com.google.protobuf - protoc - linux-aarch_64 - exe - ${protoc.version} - - - com.google.protobuf - protoc - linux-ppcle_64 - exe - ${protoc.version} - - - com.google.protobuf - protoc - linux-s390_64 - exe - ${protoc.version} - - - com.google.protobuf - protoc - linux-x86_32 - exe - ${protoc.version} - - - com.google.protobuf - protoc - linux-x86_64 - exe - ${protoc.version} - - - com.google.protobuf - protoc - osx-aarch_64 - exe - ${protoc.version} - - - com.google.protobuf - protoc - osx-x86_64 - exe - ${protoc.version} - - - com.google.protobuf - protoc - windows-x86_32 - exe - ${protoc.version} - - - com.google.protobuf - protoc - windows-x86_64 - exe - ${protoc.version} - - - io.grpc - protoc-gen-grpc-java - exe - linux-aarch_64 - ${grpc.version} - - - io.grpc - protoc-gen-grpc-java - exe - linux-ppcle_64 - ${grpc.version} - - - io.grpc - protoc-gen-grpc-java - exe - linux-s390_64 - ${grpc.version} - - - io.grpc - protoc-gen-grpc-java - exe - linux-x86_32 - ${grpc.version} - - - io.grpc - protoc-gen-grpc-java - exe - linux-x86_64 - ${grpc.version} - - - io.grpc - protoc-gen-grpc-java - exe - osx-aarch_64 - ${grpc.version} - - - io.grpc - protoc-gen-grpc-java - exe - osx-x86_64 - ${grpc.version} - - - io.grpc - protoc-gen-grpc-java - exe - windows-x86_32 - ${grpc.version} - - - io.grpc - protoc-gen-grpc-java - exe - windows-x86_64 - ${grpc.version} - - - com.github.javaparser - javaparser-core - ${javaparser.version} - - - org.aesh - readline - ${aesh-readline.version} - - - org.fusesource.jansi - jansi - ${jansi.version} - - - org.aesh - aesh - ${aesh.version} - + + + dev.snowdrop + buildpack-client + ${java-buildpack-client.version} + - - - info.picocli - picocli - ${picocli.version} - - - info.picocli - picocli-codegen - ${picocli.version} - + + + com.google.cloud.tools + jib-core + ${jib-core.version} + + + commons-logging + commons-logging + + + org.checkerframework + checker-qual + + + com.google.code.findbugs + jsr305 + + + + + + com.salesforce.servicelibs + jprotoc + ${grpc-jprotoc.version} + + + com.google.protobuf + protobuf-java + ${protobuf-java.version} + + + com.google.protobuf + protobuf-java-util + ${protobuf-java.version} + + + org.checkerframework + checker-qual + + + + + com.google.protobuf + protobuf-kotlin + ${protobuf-kotlin.version} + compile + + + com.google.protobuf + protoc + ${protoc.version} + linux-aarch_64 + exe + + + com.google.protobuf + protoc + ${protoc.version} + linux-ppcle_64 + exe + + + com.google.protobuf + protoc + ${protoc.version} + linux-s390_64 + exe + + + com.google.protobuf + protoc + ${protoc.version} + linux-x86_32 + exe + + + com.google.protobuf + protoc + ${protoc.version} + linux-x86_64 + exe + + + com.google.protobuf + protoc + ${protoc.version} + osx-aarch_64 + exe + + + com.google.protobuf + protoc + ${protoc.version} + osx-x86_64 + exe + + + com.google.protobuf + protoc + ${protoc.version} + windows-x86_32 + exe + + + com.google.protobuf + protoc + ${protoc.version} + windows-x86_64 + exe + + + io.grpc + protoc-gen-grpc-java + ${grpc.version} + linux-aarch_64 + exe + + + io.grpc + protoc-gen-grpc-java + ${grpc.version} + linux-ppcle_64 + exe + + + io.grpc + protoc-gen-grpc-java + ${grpc.version} + linux-s390_64 + exe + + + io.grpc + protoc-gen-grpc-java + ${grpc.version} + linux-x86_32 + exe + + + io.grpc + protoc-gen-grpc-java + ${grpc.version} + linux-x86_64 + exe + + + io.grpc + protoc-gen-grpc-java + ${grpc.version} + osx-aarch_64 + exe + + + io.grpc + protoc-gen-grpc-java + ${grpc.version} + osx-x86_64 + exe + + + io.grpc + protoc-gen-grpc-java + ${grpc.version} + windows-x86_32 + exe + + + io.grpc + protoc-gen-grpc-java + ${grpc.version} + windows-x86_64 + exe + + + com.github.javaparser + javaparser-core + ${javaparser.version} + + + org.aesh + readline + ${aesh-readline.version} + + + org.fusesource.jansi + jansi + ${jansi.version} + + + org.aesh + aesh + ${aesh.version} + - - - org.hdrhistogram - HdrHistogram - ${hdrhistogram.version} - + + + info.picocli + picocli + ${picocli.version} + + + info.picocli + picocli-codegen + ${picocli.version} + - - - org.apache.commons - commons-compress - ${commons-compress.version} - - - io.quarkus - quarkus-builder - ${project.version} - - - io.quarkus - quarkus-devtools-registry-client - ${project.version} - - - io.quarkus - quarkus-devtools-testing - ${project.version} - - - io.quarkus - quarkus-devtools-common - ${project.version} - - - io.quarkus - quarkus-analytics-common - ${project.version} - - - io.quarkus - quarkus-apache-httpclient - ${project.version} - - - io.quarkus - quarkus-apache-httpclient-deployment - ${project.version} - - - io.quarkus - quarkus-awt - ${project.version} - - - io.quarkus - quarkus-awt-deployment - ${project.version} - - - io.github.crac - org-crac - ${org-crac.version} - - - com.dajudge.kindcontainer - kindcontainer - ${com.dajudge.kindcontainer} - - - junit - junit - - - - - org.apache.james - apache-mime4j-core - ${mime4j.version} - - - org.apache.james - apache-mime4j-dom - ${mime4j.version} - - - org.apache.james - apache-mime4j-storage - ${mime4j.version} - - - - io.opentelemetry.semconv - opentelemetry-semconv-incubating - ${opentelemetry-semconv.version} - + + + org.hdrhistogram + HdrHistogram + ${hdrhistogram.version} + - - - io.quarkus - quarkus-jfr - ${project.version} - - - io.quarkus - quarkus-jfr-deployment - ${project.version} - + + + org.apache.commons + commons-compress + ${commons-compress.version} + + + io.quarkus + quarkus-builder + ${project.version} + + + io.quarkus + quarkus-devtools-registry-client + ${project.version} + + + io.quarkus + quarkus-devtools-testing + ${project.version} + + + io.quarkus + quarkus-devtools-common + ${project.version} + + + io.quarkus + quarkus-analytics-common + ${project.version} + + + io.quarkus + quarkus-apache-httpclient + ${project.version} + + + io.quarkus + quarkus-apache-httpclient-deployment + ${project.version} + + + io.quarkus + quarkus-awt + ${project.version} + + + io.quarkus + quarkus-awt-deployment + ${project.version} + + + io.github.crac + org-crac + ${org-crac.version} + + + com.dajudge.kindcontainer + kindcontainer + ${com.dajudge.kindcontainer} + + + junit + junit + + + + + org.apache.james + apache-mime4j-core + ${mime4j.version} + + + org.apache.james + apache-mime4j-dom + ${mime4j.version} + + + org.apache.james + apache-mime4j-storage + ${mime4j.version} + + + + io.opentelemetry.semconv + opentelemetry-semconv-incubating + ${opentelemetry-semconv.version} + - - - com.webauthn4j - webauthn4j-core-async - ${webauthn4j.version} - - - com.webauthn4j - webauthn4j-metadata-async - ${webauthn4j.version} - + + + io.quarkus + quarkus-jfr + ${project.version} + + + io.quarkus + quarkus-jfr-deployment + ${project.version} + - - - io.quarkus - quarkus-hibernate-search-orm-coordination-outbox-polling - ${project.version} - - - io.quarkus - quarkus-hibernate-search-orm-coordination-outbox-polling-deployment - ${project.version} - + + + com.webauthn4j + webauthn4j-core-async + ${webauthn4j.version} + + + com.webauthn4j + webauthn4j-metadata-async + ${webauthn4j.version} + - - io.quarkus - quarkus-webjars-locator - ${project.version} - - - io.quarkus - quarkus-webjars-locator-deployment - ${project.version} - - + + + io.quarkus + quarkus-hibernate-search-orm-coordination-outbox-polling + ${project.version} + + + io.quarkus + quarkus-hibernate-search-orm-coordination-outbox-polling-deployment + ${project.version} + - - + + io.quarkus + quarkus-webjars-locator + ${project.version} + + + io.quarkus + quarkus-webjars-locator-deployment + ${project.version} + + - - - io.quarkus - quarkus-bootstrap-bom - ${project.version} - pom - test - - - * - * - - - + - - - - io.quarkus - quarkus-platform-bom-maven-plugin - - - process-resources - - flatten-platform-bom - - - test - - junit:junit + + + io.quarkus + quarkus-bootstrap-bom + ${project.version} + pom + test + + + * + * + + + + + + + + + io.quarkus + quarkus-platform-bom-maven-plugin + + + + flatten-platform-bom + + process-resources + + test + + junit:junit + - - com.squareup.okhttp3:* - com.squareup.okhttp:* - com.squareup.okio:* + + com.squareup.okhttp3:* + com.squareup.okhttp:* + com.squareup.okio:* - - - - - org.jboss:jdk-misc + + + + + org.jboss:jdk-misc - - io.opentelemetry.javaagent:* - io.opentelemetry.javaagent.instrumentation:* - - - - - - - + + io.opentelemetry.javaagent:* + io.opentelemetry.javaagent.instrumentation:* + + + + + + + diff --git a/bom/dev-ui/pom.xml b/bom/dev-ui/pom.xml index 05e7282bd7aad..2873c9ae938a8 100644 --- a/bom/dev-ui/pom.xml +++ b/bom/dev-ui/pom.xml @@ -1,367 +1,368 @@ + - 4.0.0 - - io.quarkus - quarkus-project - 999-SNAPSHOT - ../../pom.xml - - quarkus-bom-dev-ui - Quarkus - BOM - Dev UI - pom + 4.0.0 + + io.quarkus + quarkus-project + 999-SNAPSHOT + ../../pom.xml + + quarkus-bom-dev-ui + pom + Quarkus - BOM - Dev UI - Dependency management for dev-ui. Importable by third party extension developers. + Dependency management for dev-ui. Importable by third party extension developers. - - 24.7.8 - 3.2.1 - 4.1.1 - 3.2.1 - 1.2.1 - 2.0.7 - 2.0.4 - 2.1.3 - 2.0.7 - 3.5.2 - 1.11.2 - 1.4.0 - 1.7.5 - 1.7.0 - 5.6.0 - 2.0.10 - 2.4.0 - 1.1.1 - 1.0.4 - 1.1.7 - 1.0.3 - 2.15.3 - 17.7.2 - 8.0.1 - 3.1.2 - 2.0.5 - 2.1.1 - 4.2.3 - 5.0.8 - 21.1.1 - 6.0.1 - 7.0.0 - 8.0.0 - 3.0.0 - 5.0.1 - 4.3.0 - 2.0.1 - 1.1.4 - 0.0.1 - 3.12.0 - + + 24.7.8 + 3.2.1 + 4.1.1 + 3.2.1 + 1.2.1 + 2.0.7 + 2.0.4 + 2.1.3 + 2.0.7 + 3.5.2 + 1.11.2 + 1.4.0 + 1.7.5 + 1.7.0 + 5.6.0 + 2.0.10 + 2.4.0 + 1.1.1 + 1.0.4 + 1.1.7 + 1.0.3 + 2.15.3 + 17.7.2 + 8.0.1 + 3.1.2 + 2.0.5 + 2.1.1 + 4.2.3 + 5.0.8 + 21.1.1 + 6.0.1 + 7.0.0 + 8.0.0 + 3.0.0 + 5.0.1 + 4.3.0 + 2.0.1 + 1.1.4 + 0.0.1 + 3.12.0 + - - - - - org.mvnpm.at.vaadin - router - ${vaadin-router.version} - runtime - - - org.mvnpm - path-to-regexp - ${path-to-regexp.version} - runtime - - - - org.mvnpm.at.mvnpm - vaadin-webcomponents - ${vaadin.version} - runtime - - - org.mvnpm.at.vaadin - vaadin-usage-statistics - ${vaadin-usage-statistics.version} - runtime - - - org.mvnpm.at.vaadin - vaadin-development-mode-detector - ${vaadin-development-mode-detector.version} - runtime - - - org.mvnpm.at.polymer - polymer - ${polymer.version} - runtime - - - org.mvnpm.at.webcomponents - shadycss - ${shadycss.version} - runtime - - - org.mvnpm.at.open-wc - dedupe-mixin - ${dedupe-mixin.version} - runtime - + + + + + org.mvnpm.at.vaadin + router + ${vaadin-router.version} + runtime + + + org.mvnpm + path-to-regexp + ${path-to-regexp.version} + runtime + + + + org.mvnpm.at.mvnpm + vaadin-webcomponents + ${vaadin.version} + runtime + + + org.mvnpm.at.vaadin + vaadin-usage-statistics + ${vaadin-usage-statistics.version} + runtime + + + org.mvnpm.at.vaadin + vaadin-development-mode-detector + ${vaadin-development-mode-detector.version} + runtime + + + org.mvnpm.at.polymer + polymer + ${polymer.version} + runtime + + + org.mvnpm.at.webcomponents + shadycss + ${shadycss.version} + runtime + + + org.mvnpm.at.open-wc + dedupe-mixin + ${dedupe-mixin.version} + runtime + - - - org.mvnpm - lit - ${lit.version} - runtime - - - org.mvnpm.at.lit - reactive-element - ${reactive-element.version} - runtime - - - org.mvnpm - lit-element - ${lit-element.version} - runtime - - - org.mvnpm - lit-html - ${lit-html.version} - runtime - - - org.mvnpm.at.lit-labs - ssr-dom-shim - ${ssr-dom-shim.version} - runtime - - - org.mvnpm.at.types - trusted-types - ${trusted-types.version} - runtime - - - org.mvnpm - lit-element-state - ${lit-state.version} - runtime - + + + org.mvnpm + lit + ${lit.version} + runtime + + + org.mvnpm.at.lit + reactive-element + ${reactive-element.version} + runtime + + + org.mvnpm + lit-element + ${lit-element.version} + runtime + + + org.mvnpm + lit-html + ${lit-html.version} + runtime + + + org.mvnpm.at.lit-labs + ssr-dom-shim + ${ssr-dom-shim.version} + runtime + + + org.mvnpm.at.types + trusted-types + ${trusted-types.version} + runtime + + + org.mvnpm + lit-element-state + ${lit-state.version} + runtime + - - - org.mvnpm - echarts - ${echarts.version} - runtime - + + + org.mvnpm + echarts + ${echarts.version} + runtime + - - - org.mvnpm.at.hpcc-js - wasm - ${hpcc-js-wasm.version} - runtime - - - org.mvnpm - yargs - ${yargs.version} - runtime - - - org.mvnpm - cliui - ${cliui.version} - runtime - - - org.mvnpm - escalade - ${escalade.version} - runtime - - - org.mvnpm - get-caller-file - ${get-caller-file.version} - runtime - - - org.mvnpm - require-directory - ${require-directory.version} - runtime - - - org.mvnpm - string-width - ${string-width.version} - runtime - - - org.mvnpm - y18n - ${y18n.version} - runtime - - - org.mvnpm - yargs-parser - ${yargs-parser.version} - runtime - - - org.mvnpm - strip-ansi - ${strip-ansi.version} - runtime - - - org.mvnpm - wrap-ansi - ${wrap-ansi.version} - runtime - - - org.mvnpm - emoji-regex - ${emoji-regex} - runtime - - - org.mvnpm - is-fullwidth-code-point - ${is-fullwidth-code-point.version} - runtime - - - org.mvnpm - ansi-regex - ${ansi-regex.version} - runtime - - - org.mvnpm - ansi-styles - ${ansi-styles.version} - runtime - - - org.mvnpm - color-convert - ${color-convert.version} - runtime - - - org.mvnpm - color-name - ${color-name.version} - runtime - + + + org.mvnpm.at.hpcc-js + wasm + ${hpcc-js-wasm.version} + runtime + + + org.mvnpm + yargs + ${yargs.version} + runtime + + + org.mvnpm + cliui + ${cliui.version} + runtime + + + org.mvnpm + escalade + ${escalade.version} + runtime + + + org.mvnpm + get-caller-file + ${get-caller-file.version} + runtime + + + org.mvnpm + require-directory + ${require-directory.version} + runtime + + + org.mvnpm + string-width + ${string-width.version} + runtime + + + org.mvnpm + y18n + ${y18n.version} + runtime + + + org.mvnpm + yargs-parser + ${yargs-parser.version} + runtime + + + org.mvnpm + strip-ansi + ${strip-ansi.version} + runtime + + + org.mvnpm + wrap-ansi + ${wrap-ansi.version} + runtime + + + org.mvnpm + emoji-regex + ${emoji-regex} + runtime + + + org.mvnpm + is-fullwidth-code-point + ${is-fullwidth-code-point.version} + runtime + + + org.mvnpm + ansi-regex + ${ansi-regex.version} + runtime + + + org.mvnpm + ansi-styles + ${ansi-styles.version} + runtime + + + org.mvnpm + color-convert + ${color-convert.version} + runtime + + + org.mvnpm + color-name + ${color-name.version} + runtime + - - - org.mvnpm.at.mvnpm - codeblock - ${codeblock.version} - runtime - - - - - org.mvnpm.at.qomponent - qui-directory-tree - ${directory-tree.version} - runtime - - - - - org.mvnpm - markdown-it - 14.1.0 - runtime - - - org.mvnpm - argparse - 2.0.1 - runtime - - - org.mvnpm - entities - 4.5.0 - runtime - - - org.mvnpm - linkify-it - 5.0.0 - runtime - - - org.mvnpm - mdurl - 2.0.0 - runtime - - - org.mvnpm - punycode.js - 2.3.1 - runtime - - - org.mvnpm - uc.micro - 2.1.0 - runtime - - - - org.mvnpm.at.mvnpm - qomponent - ${qomponent.version} - runtime - - - - - org.mvnpm - ldrs - ${ldrs.version} - runtime - + + + org.mvnpm.at.mvnpm + codeblock + ${codeblock.version} + runtime + - - - org.mvnpm - es-module-shims - ${es-module-shims.version} - runtime - - - - - org.mvnpm.at.qomponent - qui-dot - ${dot.version} - runtime - + + + org.mvnpm.at.qomponent + qui-directory-tree + ${directory-tree.version} + runtime + - - - org.mvnpm.at.viz-js - viz - ${viz-js.version} - runtime - - - + + + org.mvnpm + markdown-it + 14.1.0 + runtime + + + org.mvnpm + argparse + 2.0.1 + runtime + + + org.mvnpm + entities + 4.5.0 + runtime + + + org.mvnpm + linkify-it + 5.0.0 + runtime + + + org.mvnpm + mdurl + 2.0.0 + runtime + + + org.mvnpm + punycode.js + 2.3.1 + runtime + + + org.mvnpm + uc.micro + 2.1.0 + runtime + + + + org.mvnpm.at.mvnpm + qomponent + ${qomponent.version} + runtime + + + + + org.mvnpm + ldrs + ${ldrs.version} + runtime + + + + + org.mvnpm + es-module-shims + ${es-module-shims.version} + runtime + + + + + org.mvnpm.at.qomponent + qui-dot + ${dot.version} + runtime + + + + + org.mvnpm.at.viz-js + viz + ${viz-js.version} + runtime + + + diff --git a/bom/test/pom.xml b/bom/test/pom.xml index 369c08cb9167c..96310c93dc2c5 100644 --- a/bom/test/pom.xml +++ b/bom/test/pom.xml @@ -1,99 +1,97 @@ - - - - io.quarkus - quarkus-project - 999-SNAPSHOT - ../../pom.xml - - 4.0.0 - quarkus-bom-test - Quarkus - BOM - Test - pom + + + 4.0.0 + + io.quarkus + quarkus-project + 999-SNAPSHOT + ../../pom.xml + + quarkus-bom-test + pom + Quarkus - BOM - Test - Dependency management for integration tests. Importable by third party extension developers. + Dependency management for integration tests. Importable by third party extension developers. - - - 2.3.1 + + + 2.3.1 - 1.3.8 - 0.109.1 + 1.3.8 + 0.109.1 - 1.3.2-alpha - + 1.3.2-alpha + - - - - - io.reactivex - rxjava - ${rxjava1.version} - + + - - io.smallrye.certs - smallrye-certificate-generator-junit5 - ${smallrye-certificate-generator.version} - test - + + io.reactivex + rxjava + ${rxjava1.version} + - - io.strimzi - strimzi-test-container - ${strimzi-test-container.version} - test - - - org.slf4j - slf4j-simple - - - org.apache.logging.log4j - log4j-core - - - com.github.docker-java - docker-java-api - - - org.apache.logging.log4j - log4j-slf4j-impl - - - + + io.smallrye.certs + smallrye-certificate-generator-junit5 + ${smallrye-certificate-generator.version} + test + - - javax.xml.bind - jaxb-api - ${jaxb-api.version} - + + io.strimzi + strimzi-test-container + ${strimzi-test-container.version} + test + + + org.slf4j + slf4j-simple + + + org.apache.logging.log4j + log4j-core + + + com.github.docker-java + docker-java-api + + + org.apache.logging.log4j + log4j-slf4j-impl + + + - - io.opentelemetry.proto - opentelemetry-proto - ${opentelemetry-proto.version} - + + javax.xml.bind + jaxb-api + ${jaxb-api.version} + - - + + io.opentelemetry.proto + opentelemetry-proto + ${opentelemetry-proto.version} + - - - io.quarkus - quarkus-bom - ${project.version} - pom - test - - - * - * - - - + + + + + io.quarkus + quarkus-bom + ${project.version} + pom + test + + + * + * + + + + diff --git a/build-parent/pom.xml b/build-parent/pom.xml index b54d7d63c9efd..619becf1726c2 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -1,1084 +1,1058 @@ - - - io.quarkus - quarkus-project - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-project + 999-SNAPSHOT + ../pom.xml + - quarkus-build-parent - Quarkus - Build Parent - Build parent to bring in required dependencies - pom + quarkus-build-parent + pom + Quarkus - Build Parent + Build parent to bring in required dependencies - - + + - - ${version.compiler.plugin} - 2.1.21 - 2.0.0 - 2.13.12 - 4.9.5 - - ${scala-maven-plugin.version} - 1.6.Final + + ${version.compiler.plugin} + 2.1.21 + 2.0.0 + 2.13.12 + 4.9.5 + + ${scala-maven-plugin.version} + 1.6.Final - - 3.3.1 - 1.0.0 + + 3.3.1 + 1.0.0 - 2.5.13 - 4.13.0 - 3.26.4 - 2.0.3.Final - 6.0.1 + 2.5.13 + 4.13.0 + 3.26.4 + 2.0.3.Final + 6.0.1 - - 2.3.34 - 0.24.0 - 7.3.0.202506031305-r + + 2.3.34 + 0.24.0 + 7.3.0.202506031305-r - - 1.7.0.Final + + 1.7.0.Final - - jdt_apt + + jdt_apt - - ${maven.compiler.release} - 21 + + ${maven.compiler.release} + 21 - - - [3.8.6,) + + [3.8.6,) - - 3.9.9 - 3.3.2 - 8.14 - ${project.version} - ${project.version} - 3.8.1 + + 3.9.9 + 3.3.2 + 8.14 + ${project.version} + ${project.version} + 3.8.1 - + - - :Z + + :Z - - 9.0.2 - docker.io/elastic/elasticsearch:${elasticsearch-server.version} - docker.io/elastic/logstash:${elasticsearch-server.version} - docker.io/elastic/kibana:${elasticsearch-server.version} - http - 3.0.0 - docker.io/opensearchproject/opensearch:${opensearch-server.version} - http - 2.2.0 + + 9.0.2 + docker.io/elastic/elasticsearch:${elasticsearch-server.version} + docker.io/elastic/logstash:${elasticsearch-server.version} + docker.io/elastic/kibana:${elasticsearch-server.version} + http + 3.0.0 + docker.io/opensearchproject/opensearch:${opensearch-server.version} + http + 2.2.0 - - docker.io/postgres:17 - docker.io/mariadb:10.11 - icr.io/db2_community/db2:12.1.0.0 - mcr.microsoft.com/mssql/server:2022-latest - docker.io/mysql:8.4 - docker.io/gvenzl/oracle-free:23-slim-faststart - docker.io/mongo:7.0 + + docker.io/postgres:17 + docker.io/mariadb:10.11 + icr.io/db2_community/db2:12.1.0.0 + mcr.microsoft.com/mssql/server:2022-latest + docker.io/mysql:8.4 + docker.io/gvenzl/oracle-free:23-slim-faststart + docker.io/mongo:7.0 - - 4.13.2 + + 4.13.2 - - 26.2.4 - 19.0.3 - quay.io/keycloak/keycloak:${keycloak.server.version} - quay.io/keycloak/keycloak:${keycloak.wildfly.version}-legacy + + 26.2.4 + 19.0.3 + quay.io/keycloak/keycloak:${keycloak.server.version} + quay.io/keycloak/keycloak:${keycloak.wildfly.version}-legacy - 7.0.2 + 7.0.2 - 3.27.3 + 3.27.3 - 3.13.1 - 7.3.0 + 3.13.1 + 7.3.0 - - 2.41.0 + + 2.41.0 - - + + - 2.0.0 - 0.46.0 - 3.9.0 + 2.0.0 + 0.46.0 + 3.9.0 - - 0.14.7 - 0.26.1 - 3.6.1 - 0.14.5 - 0.4.5 - - 1.6.0.Final - ${project.version} - - nonBreaking - - true - - true - - Run "jbang revapi-update" to update api-changes.xml file and also add the justification for those changes in that file. + + 0.14.7 + 0.26.1 + 3.6.1 + 0.14.5 + 0.4.5 + + 1.6.0.Final + ${project.version} + + nonBreaking + + true + + true + + Run "jbang revapi-update" to update api-changes.xml file and also add the justification for those changes in that file. - - mandrel + + mandrel - sh - ${maven.multiModuleProjectDirectory}/.github/docker-prune.${script.extension} + sh + ${maven.multiModuleProjectDirectory}/.github/docker-prune.${script.extension} - - ${surefire.argLine.additional} + + ${surefire.argLine.additional} - - 1.4.1 - - 3.1.0 + + 1.4.1 + + 3.1.0 - - 1.2.1 - true + + 1.2.1 + true - - false - - false - + + false + + false + - - + + - - - io.quarkus - quarkus-bom - ${project.version} - pom - import - + + + io.quarkus + quarkus-bom + ${project.version} + pom + import + - - - io.quarkus - quarkus-devmode-test-utils - ${project.version} - - - org.freemarker - freemarker - ${freemarker.version} - - - org.commonmark - commonmark - ${commonmark.version} - - - org.eclipse.jgit - org.eclipse.jgit - ${jgit.version} - + + + io.quarkus + quarkus-devmode-test-utils + ${project.version} + + + org.freemarker + freemarker + ${freemarker.version} + + + org.commonmark + commonmark + ${commonmark.version} + + + org.eclipse.jgit + org.eclipse.jgit + ${jgit.version} + - - - org.jboss.jdeparser - jdeparser - ${jdeparser.version} - - - com.github.javaparser - javaparser-core - ${javaparser-core.version} - + + + org.jboss.jdeparser + jdeparser + ${jdeparser.version} + + + com.github.javaparser + javaparser-core + ${javaparser-core.version} + - - - io.quarkus - quarkus-bootstrap-core - ${project.version} - test-jar - test - - - io.quarkus - quarkus-reactive-datasource-deployment - ${project.version} - test - test-jar - - - io.quarkus - quarkus-rest-deployment - ${project.version} - test - test-jar - - - io.quarkus - quarkus-war-launcher-runner - ${project.version} - - - io.quarkus - quarkus-legacy-launcher - ${project.version} - - - com.unboundid - unboundid-ldapsdk - ${unboundid-ldap.version} - - - org.wiremock - wiremock-standalone - ${wiremock.version} - - - io.quarkus - quarkus-integration-test-class-transformer - ${project.version} - - - io.quarkus - quarkus-integration-test-shared-library - ${project.version} - - - io.quarkus - quarkus-test-maven - ${project.version} - - - io.quarkus - quarkus-security-test-utils - ${project.version} - test - - - io.quarkus - quarkus-arc-test-supplement - ${project.version} - - - io.quarkus - quarkus-arc-test-supplement-decorator - ${project.version} - - - org.assertj - assertj-core - ${assertj.version} - test - - - org.junit-pioneer - junit-pioneer - ${junit-pioneer.version} - test - - - - org.asciidoctor - asciidoctorj - ${asciidoctorj.version} - - - javax.annotation - javax.annotation-api - - - + + + io.quarkus + quarkus-bootstrap-core + ${project.version} + test-jar + test + + + io.quarkus + quarkus-reactive-datasource-deployment + ${project.version} + test-jar + test + + + io.quarkus + quarkus-rest-deployment + ${project.version} + test-jar + test + + + io.quarkus + quarkus-war-launcher-runner + ${project.version} + + + io.quarkus + quarkus-legacy-launcher + ${project.version} + + + com.unboundid + unboundid-ldapsdk + ${unboundid-ldap.version} + + + org.wiremock + wiremock-standalone + ${wiremock.version} + + + io.quarkus + quarkus-integration-test-class-transformer + ${project.version} + + + io.quarkus + quarkus-integration-test-shared-library + ${project.version} + + + io.quarkus + quarkus-test-maven + ${project.version} + + + io.quarkus + quarkus-security-test-utils + ${project.version} + test + + + io.quarkus + quarkus-arc-test-supplement + ${project.version} + + + io.quarkus + quarkus-arc-test-supplement-decorator + ${project.version} + + + org.assertj + assertj-core + ${assertj.version} + test + + + org.junit-pioneer + junit-pioneer + ${junit-pioneer.version} + test + - - org.htmlunit - htmlunit - ${htmlunit.version} - - - org.apache.httpcomponents - httpmime - - - commons-logging - commons-logging - - - - - jakarta.jms - jakarta.jms-api - ${jakarta.jms-api.version} - - - com.github.davidmoten - subethasmtp - ${subethasmtp.version} - test - + + org.asciidoctor + asciidoctorj + ${asciidoctorj.version} + + + javax.annotation + javax.annotation-api + + + - - - org.apache.activemq - artemis-server - ${artemis.version} - test - - - org.checkerframework - checker-qual - - - org.apache.geronimo.specs - geronimo-json_1.0_spec - - - org.apache.johnzon - johnzon-core - - - org.jboss.logmanager - jboss-logmanager - - - commons-logging - commons-logging - - - - - org.apache.activemq - artemis-amqp-protocol - ${artemis.version} - test - - - org.apache.activemq - artemis-server - - - + + org.htmlunit + htmlunit + ${htmlunit.version} + + + org.apache.httpcomponents + httpmime + + + commons-logging + commons-logging + + + + + jakarta.jms + jakarta.jms-api + ${jakarta.jms-api.version} + + + com.github.davidmoten + subethasmtp + ${subethasmtp.version} + test + - - io.smallrye.certs - smallrye-certificate-generator-junit5 - ${smallrye-certificate-generator.version} - test - + + + org.apache.activemq + artemis-server + ${artemis.version} + test + + + org.checkerframework + checker-qual + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + + org.apache.johnzon + johnzon-core + + + org.jboss.logmanager + jboss-logmanager + + + commons-logging + commons-logging + + + + + org.apache.activemq + artemis-amqp-protocol + ${artemis.version} + test + + + org.apache.activemq + artemis-server + + + - - + + io.smallrye.certs + smallrye-certificate-generator-junit5 + ${smallrye-certificate-generator.version} + test + - - - io.quarkus - quarkus-bom - ${project.version} - pom - test - - - * - * - - - + - - - - - maven-compiler-plugin - - - org.codehaus.mojo - properties-maven-plugin - ${properties-maven-plugin.version} - - - - set-system-properties - - - - - quarkus.analytics.disabled - ${quarkus.analytics.disabled} - - - - - - - - maven-surefire-plugin - - - - ${develocity.pts.active} - - - - - org.jboss.logmanager.LogManager - ${maven.home} - ${settings.localRepository} - ${session.request.userSettingsFile.path} - - ${project.version} - ${project.groupId} - - - - + + org.jboss.logmanager.LogManager + ${maven.home} + ${settings.localRepository} + ${session.request.userSettingsFile.path} + + ${project.version} + ${project.groupId} + + + + - - ${jacoco.agent.argLine} -Xmx1500m -XX:MaxMetaspaceSize=1500m -Djava.io.tmpdir="${project.build.directory}" ${surefire.argLine.additional} --add-opens java.naming/com.sun.naming.internal=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED - MAVEN_OPTS - - - - maven-failsafe-plugin - - - - ${develocity.pts.active} - - - - org.jboss.logmanager.LogManager - ${maven.home} - ${settings.localRepository} - ${session.request.userSettingsFile.path} - - ${project.version} - ${project.groupId} - - - -Djava.io.tmpdir="${project.build.directory}" ${failsafe.argLine.additional} - MAVEN_OPTS - - - - io.quarkus - quarkus-maven-plugin - ${project.version} - - - io.quarkus - quarkus-extension-maven-plugin - ${project.version} - - - generate-extension-descriptor - - extension-descriptor - - process-resources - - ${project.groupId}:${project.artifactId}-deployment:${project.version} - - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - io.quarkus - quarkus-enforcer-rules - ${project.version} - - - - - enforce - ${maven-enforcer-plugin.phase} - - - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - classpath:enforcer-rules/quarkus-banned-dependencies-okhttp.xml - - - classpath:enforcer-rules/quarkus-banned-dependencies-test.xml - - - - - enforce - - - - - - io.fabric8 - docker-maven-plugin - ${docker-maven-plugin.version} - - - maven-javadoc-plugin - - true - none - package - - - - io.smallrye - jandex-maven-plugin - ${jandex.version} - - - maven-resources-plugin - - - eot - ttf - woff - woff2 - svg - ico - js - - - - - org.antlr - antlr4-maven-plugin - ${antlr.version} - - - uk.co.automatictester - wiremock-maven-plugin - ${wiremock-maven-plugin.version} - - - org.wiremock - wiremock-standalone - ${wiremock.version} - - - - - org.codehaus.mojo - build-helper-maven-plugin - ${build-helper-plugin.version} - - - org.revapi - revapi-maven-plugin - ${revapi-maven-plugin.version} - - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin.version} - - true - ${maven.compiler.release} - - - - maven-invoker-plugin - ${maven-invoker-plugin.version} - - - org.apache.groovy - groovy - 4.0.27 - - - - - org.asciidoctor - asciidoctor-maven-plugin - ${asciidoctor-maven-plugin.version} - - - de.thetaphi - forbiddenapis - - - verify-forbidden-apis - - - false - - ${maven.multiModuleProjectDirectory}/.forbiddenapis/banned-signatures-common.txt - - false - true - **.SuppressForbidden - - ${forbiddenapis-maven-plugin.phase} - - check - - - - - - org.apache.maven.plugins - maven-plugin-plugin - - true - - - - help-goal - - helpmojo - - - - - - org.jboss.bridger - bridger - ${jboss-bridger-plugin.version} - - - weave - process-classes - - transform - - - - - - io.smallrye.certs - smallrye-certificate-generator-maven-plugin - ${smallrye-certificate-generator.version} - - - com.diffplug.spotless - spotless-maven-plugin - 2.44.4 - - - - + ${jacoco.agent.argLine} -Xmx1500m -XX:MaxMetaspaceSize=1500m -Djava.io.tmpdir="${project.build.directory}" ${surefire.argLine.additional} --add-opens java.naming/com.sun.naming.internal=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED + MAVEN_OPTS + + + + maven-failsafe-plugin + + + + ${develocity.pts.active} + + + + org.jboss.logmanager.LogManager + ${maven.home} + ${settings.localRepository} + ${session.request.userSettingsFile.path} + + ${project.version} + ${project.groupId} + + + -Djava.io.tmpdir="${project.build.directory}" ${failsafe.argLine.additional} + MAVEN_OPTS + + + + io.quarkus + quarkus-maven-plugin + ${project.version} + + + io.quarkus + quarkus-extension-maven-plugin + ${project.version} + + + generate-extension-descriptor + + extension-descriptor + + process-resources + + ${project.groupId}:${project.artifactId}-deployment:${project.version} + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + io.quarkus + quarkus-enforcer-rules + ${project.version} + + + + + enforce + + enforce + + ${maven-enforcer-plugin.phase} + + + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + classpath:enforcer-rules/quarkus-banned-dependencies-okhttp.xml + + + classpath:enforcer-rules/quarkus-banned-dependencies-test.xml + + + + + + + + io.fabric8 + docker-maven-plugin + ${docker-maven-plugin.version} + + + maven-javadoc-plugin + + true + none + package + + + + io.smallrye + jandex-maven-plugin + ${jandex.version} + + + maven-resources-plugin + + + eot + ttf + woff + woff2 + svg + ico + js + + + + + org.antlr + antlr4-maven-plugin + ${antlr.version} + + + + uk.co.automatictester + wiremock-maven-plugin + ${wiremock-maven-plugin.version} + + + org.wiremock + wiremock-standalone + ${wiremock.version} + + + + + org.codehaus.mojo + build-helper-maven-plugin + ${build-helper-plugin.version} + + + org.revapi + revapi-maven-plugin + ${revapi-maven-plugin.version} + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + true + ${maven.compiler.release} + + + + maven-invoker-plugin + ${maven-invoker-plugin.version} + + + org.apache.groovy + groovy + 4.0.27 + + + + + org.asciidoctor + asciidoctor-maven-plugin + ${asciidoctor-maven-plugin.version} + + + de.thetaphi + forbiddenapis + + + verify-forbidden-apis + + check + + ${forbiddenapis-maven-plugin.phase} + + + false + + ${maven.multiModuleProjectDirectory}/.forbiddenapis/banned-signatures-common.txt + + false + true + + **.SuppressForbidden + + + + + + + org.apache.maven.plugins + maven-plugin-plugin + + true + + + + help-goal + + helpmojo + + + + + + org.jboss.bridger + bridger + ${jboss-bridger-plugin.version} + + + weave + + transform + + process-classes + + + + + io.smallrye.certs + smallrye-certificate-generator-maven-plugin + ${smallrye-certificate-generator.version} + + + com.diffplug.spotless + spotless-maven-plugin + 2.44.4 + + + + - - - format-kotlin - - true - - !no-format - - - src/main/kotlin - - - - - - com.diffplug.spotless - spotless-maven-plugin - - - format-kotlin - process-sources - - apply - - - + + + format-kotlin + + true + + !no-format + + + src/main/kotlin + + + + + + com.diffplug.spotless + spotless-maven-plugin - - - - - - + + + + + + - - - - - - - - - dokka - - - dokka - - - src/main/kotlin - - - - - - org.jetbrains.dokka - dokka-maven-plugin - ${dokka.version} - - - dokka - package - - dokka - - - - - 17 - html - - - - https://docs.oracle.com/en/java/javase/17/docs/api/ - - - - - + + + + + format-kotlin + + apply + + process-sources + + + + + + + + dokka + + + dokka + + + src/main/kotlin + + + + + + org.jetbrains.dokka + dokka-maven-plugin + ${dokka.version} + + 17 + html + + + + https://docs.oracle.com/en/java/javase/17/docs/api/ + + + + + + dokka + + dokka + + package + + + + + org.apache.maven.plugins + maven-jar-plugin + + + dokka-jar + + jar + + package + + javadoc + ${project.build.directory}/dokka + true + + + + + + + + + eclipse + + + + m2e.version + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + io.fabric8 + docker-maven-plugin + [0.26.1,) + + start + stop + + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.8,) + + run + + + + + + + + org.apache.maven.plugins - maven-jar-plugin - - - dokka-jar - package - - jar - - - javadoc - ${project.build.directory}/dokka - true - - - - - - - - - eclipse - - - - m2e.version - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - io.fabric8 - - docker-maven-plugin - - - [0.26.1,) - - - start - stop - - - - - - - - - - org.apache.maven.plugins - - - maven-antrun-plugin - - - [1.8,) - - - run - - - - - - - - - - org.apache.maven.plugins - - - maven-dependency-plugin - - - [3.1.1,) - - - resolve - - - - - - - - - - io.smallrye - - - jandex-maven-plugin - - - [1.1.0,) - - - jandex - - - - - - - - - io.quarkus - - quarkus-extension-plugin - - - [0.1.0,) - - - extension-list - - - - - - - - - - - - - - + maven-dependency-plugin + [3.1.1,) + + resolve + + + + + + + + + io.smallrye + jandex-maven-plugin + [1.1.0,) + + jandex + + + + + + + + + io.quarkus + quarkus-extension-plugin + [0.1.0,) + + extension-list + + + + + + + + + + + + + + - - test-coverage - - ${jacoco.activated.agent.argLine} - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - agent - - prepare-agent - - - - io.quarkus* - - jacoco.activated.agent.argLine - - - - - - - + + test-coverage + + ${jacoco.activated.agent.argLine} + + + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + agent + + prepare-agent + + + + io.quarkus* + + jacoco.activated.agent.argLine + + + + + + + - - api-check - - false - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - parse-version - - parse-version - - validate - - - - - org.revapi - revapi-maven-plugin - - - io.quarkus - quarkus-revapi-config - ${project.version} - - - org.revapi - revapi-java - ${revapi-java-plugin.version} - - - org.revapi - revapi-reporter-json - ${revapi-reporter-json.version} - - - org.revapi - revapi-reporter-text - ${revapi-reporter-text.version} - - - - - ${project.groupId}:${project.artifactId}:${revapi.oldVersion} - - - ${project.groupId}:${project.artifactId}:${revapi.newVersion} - - - false - - \d+\.\d+\.\d+\.Final - - - - - revapi/revapi-configuration.xml - - - api-changes.xml - - versions/v${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} - - - - + + + revapi/revapi-configuration.xml + + + api-changes.xml + + versions/v${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion} + + + + - nonBreaking - potentiallyBreaking - true - ${revapi.checkdeps} - ${revapi.buildFailureMessage} - xml - ${project.build.directory}/api-changes-suggestions.xml - true - - - - - api-check - - check - - verify - - - - api-report - - report - - package - - - - - - - - Windows - - - Windows - - - - bat - - + + + api-check + + check + + verify + + + + api-report + + report + + package + + + + + + + + Windows + + + Windows + + + + bat + + - - mac-m1 - - - aarch64 - - - - - + + mac-m1 + + + aarch64 + + + + + - - arm64v8/mysql:8-oracle + arm64v8/mysql:8-oracle - - mcr.microsoft.com/azure-sql-edge:latest - - - + mcr.microsoft.com/azure-sql-edge:latest + + + diff --git a/core/builder/pom.xml b/core/builder/pom.xml index 450e83a0ac9ec..33e0c55bcbaf9 100644 --- a/core/builder/pom.xml +++ b/core/builder/pom.xml @@ -1,84 +1,82 @@ - - 4.0.0 + + 4.0.0 - quarkus-builder - Quarkus - Builder + + io.quarkus + quarkus-build-parent + 999-SNAPSHOT + ../../build-parent/pom.xml + - - io.quarkus - quarkus-build-parent - 999-SNAPSHOT - ../../build-parent/pom.xml - + quarkus-builder + Quarkus - Builder - - INFO - + + INFO + - - + + - - org.wildfly.common - wildfly-common - - - io.smallrye.common - smallrye-common-constraint - - - org.jboss.logging - jboss-logging - - - org.jboss.threads - jboss-threads - + + org.wildfly.common + wildfly-common + + + io.smallrye.common + smallrye-common-constraint + + + org.jboss.logging + jboss-logging + + + org.jboss.threads + jboss-threads + - + - + - - org.jboss.logmanager - jboss-logmanager - test - + + org.jboss.logmanager + jboss-logmanager + test + - - org.junit.jupiter - junit-jupiter - test - + + org.junit.jupiter + junit-jupiter + test + - - org.assertj - assertj-core - test - - + + org.assertj + assertj-core + test + + - - - - ${project.build.sourceDirectory} - - **/Version.properties - - true - - - - - maven-surefire-plugin - - 1 - - - - + + + + true + ${project.build.sourceDirectory} + + **/Version.properties + + + + + + maven-surefire-plugin + + 1 + + + + diff --git a/core/class-change-agent/pom.xml b/core/class-change-agent/pom.xml index 2285eb4e58290..014a622553d39 100644 --- a/core/class-change-agent/pom.xml +++ b/core/class-change-agent/pom.xml @@ -1,42 +1,38 @@ - - 4.0.0 + + 4.0.0 - - quarkus-build-parent - io.quarkus - 999-SNAPSHOT - ../../build-parent/pom.xml - + + io.quarkus + quarkus-build-parent + 999-SNAPSHOT + ../../build-parent/pom.xml + - quarkus-class-change-agent - Quarkus - Core - Class Change Agent - - A Java Agent that exposes the instrumentation API. This allows for super fast + quarkus-class-change-agent + Quarkus - Core - Class Change Agent + A Java Agent that exposes the instrumentation API. This allows for super fast hot reloads if there have been no changes to the structure of the class files. This agent is not required for hot reload, it just provides an optimisation in - some circumstances. - + some circumstances. - - - - org.apache.maven.plugins - maven-jar-plugin - - - - io.quarkus.changeagent.ClassChangeAgent - true - - quarkus.klass.change.agent - - - - - - + + + + org.apache.maven.plugins + maven-jar-plugin + + + + io.quarkus.changeagent.ClassChangeAgent + true + + quarkus.klass.change.agent + + + + + + diff --git a/core/deployment/pom.xml b/core/deployment/pom.xml index c597b2ecd47e7..957992622d40a 100644 --- a/core/deployment/pom.xml +++ b/core/deployment/pom.xml @@ -1,276 +1,274 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-core-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-core-parent + 999-SNAPSHOT + - quarkus-core-deployment - Quarkus - Core - Deployment + quarkus-core-deployment + Quarkus - Core - Deployment - - - io.quarkus - quarkus-classloader-commons - - - org.aesh - readline - - - org.aesh - aesh - - - org.apache.commons - commons-lang3 - - - org.wildfly.common - wildfly-common - - - io.quarkus.gizmo - gizmo - - - io.smallrye - jandex - - - org.ow2.asm - asm - - - org.ow2.asm - asm-commons - - - io.quarkus - quarkus-development-mode-spi - - - io.quarkus - quarkus-hibernate-validator-spi - - - io.quarkus - quarkus-class-change-agent - - - io.quarkus - quarkus-bootstrap-core - - - org.eclipse.sisu - org.eclipse.sisu.inject - - - com.google.guava - listenablefuture - - - - - io.quarkus - quarkus-bootstrap-maven-resolver - provided - - - io.quarkus - quarkus-bootstrap-gradle-resolver - provided - - - io.quarkus - quarkus-devtools-utilities - - - - org.eclipse.sisu - org.eclipse.sisu.inject - runtime - - - io.quarkus - quarkus-core - - - io.quarkus.gizmo - gizmo - test-jar - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-builder - - - org.graalvm.sdk - nativeimage - - - io.quarkus - quarkus-bootstrap-core - test-jar - test - - - io.quarkus - quarkus-bom-quarkus-platform-properties - pom - ${project.version} - - - * - * - - - test - - - org.junit.platform - junit-platform-launcher - - - org.junit.jupiter - junit-jupiter - - - org.bouncycastle - bcpkix-jdk18on - test - - - org.jboss.shrinkwrap - shrinkwrap-depchain - test - pom - - + org.eclipse.sisu + org.eclipse.sisu.inject + runtime + + + io.quarkus + quarkus-core + + + io.quarkus.gizmo + gizmo + test-jar + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-builder + + + org.graalvm.sdk + nativeimage + + + io.quarkus + quarkus-bootstrap-core + test-jar + test + + + io.quarkus + quarkus-bom-quarkus-platform-properties + ${project.version} + pom + test + + + * + * + + + + + org.junit.platform + junit-platform-launcher + + + org.junit.jupiter + junit-jupiter + + + org.bouncycastle + bcpkix-jdk18on + test + + + org.jboss.shrinkwrap + shrinkwrap-depchain + pom + test + + - - - - maven-surefire-plugin - - - - true - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce - ${maven-enforcer-plugin.phase} - - enforce - - - + true + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce + + enforce + + ${maven-enforcer-plugin.phase} + + - - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - classpath:enforcer-rules/quarkus-banned-dependencies-okhttp.xml - - - - - - com.google.code.findbugs:jsr305 - - com.google.guava:listenablefuture - - commons-io:commons-io - - - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - -AsplitOnConfigRootDescription=true - - - - - - - de.thetaphi - forbiddenapis - - - verify-forbidden-apis - - - ./banned-signatures.txt - ${maven.multiModuleProjectDirectory}/.forbiddenapis/banned-signatures-common.txt - - - - - - - + + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + classpath:enforcer-rules/quarkus-banned-dependencies-okhttp.xml + + + + + + com.google.code.findbugs:jsr305 + + com.google.guava:listenablefuture + + commons-io:commons-io + + + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + -AsplitOnConfigRootDescription=true + + + + + + + de.thetaphi + forbiddenapis + + + verify-forbidden-apis + + + ./banned-signatures.txt + ${maven.multiModuleProjectDirectory}/.forbiddenapis/banned-signatures-common.txt + + + + + + + - - - test-native-container-build - - - start-containers - - - - - - maven-surefire-plugin - - - - false - - - - - - - + + + test-native-container-build + + + start-containers + + + + + + maven-surefire-plugin + + + + false + + + + + + + diff --git a/core/devmode-spi/pom.xml b/core/devmode-spi/pom.xml index 377814ec6712c..e96e308b8a977 100644 --- a/core/devmode-spi/pom.xml +++ b/core/devmode-spi/pom.xml @@ -1,20 +1,17 @@ - - - quarkus-build-parent - io.quarkus - 999-SNAPSHOT - ../../build-parent/pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-build-parent + 999-SNAPSHOT + ../../build-parent/pom.xml + - quarkus-development-mode-spi - Quarkus - Development mode - SPI - SPI classes for Quarkus Development mode. + quarkus-development-mode-spi + Quarkus - Development mode - SPI + SPI classes for Quarkus Development mode. - - + diff --git a/core/junit4-mock/pom.xml b/core/junit4-mock/pom.xml index 4e94d0989ff92..0b27e33a386d0 100644 --- a/core/junit4-mock/pom.xml +++ b/core/junit4-mock/pom.xml @@ -1,19 +1,16 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-core-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-core-parent + 999-SNAPSHOT + - quarkus-junit4-mock - Quarkus - JUnit 4 Mock - Module with some empty JUnit4 classes to allow Testcontainers + quarkus-junit4-mock + Quarkus - JUnit 4 Mock + Module with some empty JUnit4 classes to allow Testcontainers to run without needing to include JUnit4 on the class path - diff --git a/core/launcher/pom.xml b/core/launcher/pom.xml index c549657617861..c47c1fbb9c862 100644 --- a/core/launcher/pom.xml +++ b/core/launcher/pom.xml @@ -1,103 +1,101 @@ - - - quarkus-build-parent - io.quarkus - 999-SNAPSHOT - ../../build-parent/pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-build-parent + 999-SNAPSHOT + ../../build-parent/pom.xml + - quarkus-ide-launcher - Quarkus - IDE Launcher + quarkus-ide-launcher + Quarkus - IDE Launcher - - - io.quarkus - quarkus-bootstrap-core - provided - - - io.quarkus - quarkus-bootstrap-maven-resolver - provided - - - io.quarkus - quarkus-bootstrap-gradle-resolver - provided - - + + + io.quarkus + quarkus-bootstrap-core + provided + + + io.quarkus + quarkus-bootstrap-maven-resolver + provided + + + io.quarkus + quarkus-bootstrap-gradle-resolver + provided + + - - - - src/main/resources - true - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-dependencies - prepare-package - - unpack-dependencies - - - pom - - - $ - .ide-launcher-res - - - ${project.build.directory}/unpacked-deps - true - false - true - - - - - - org.codehaus.mojo - exec-maven-plugin - - - copy-dependencies - prepare-package - - java - - - io.quarkus.launcher.LauncherShader - - ${project.build.directory}/unpacked-deps - ${project.build.directory}/classes/META-INF/ide-deps - - - ${env.MAVEN_CMD_LINE_ARGS} - - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - **/LauncherShader.class - - - - - + + + + true + src/main/resources + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-dependencies + + unpack-dependencies + + prepare-package + + pom + + + $ + .ide-launcher-res + + + ${project.build.directory}/unpacked-deps + true + false + true + + + + + + org.codehaus.mojo + exec-maven-plugin + + + copy-dependencies + + java + + prepare-package + + io.quarkus.launcher.LauncherShader + + ${project.build.directory}/unpacked-deps + ${project.build.directory}/classes/META-INF/ide-deps + + + ${env.MAVEN_CMD_LINE_ARGS} + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + **/LauncherShader.class + + + + + diff --git a/core/pom.xml b/core/pom.xml index bd2477b254f75..8b71793b5d04c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,26 +1,24 @@ - - - quarkus-build-parent - io.quarkus - 999-SNAPSHOT - ../build-parent/pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-build-parent + 999-SNAPSHOT + ../build-parent/pom.xml + - quarkus-core-parent - Quarkus - Core - pom - - deployment - runtime - processor - builder - devmode-spi - launcher - class-change-agent - junit4-mock - + quarkus-core-parent + pom + Quarkus - Core + + deployment + runtime + processor + builder + devmode-spi + launcher + class-change-agent + junit4-mock + diff --git a/core/processor/pom.xml b/core/processor/pom.xml index 44d6366b1499b..35d37d07dc80b 100644 --- a/core/processor/pom.xml +++ b/core/processor/pom.xml @@ -1,98 +1,96 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-core-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-core-parent + 999-SNAPSHOT + - quarkus-extension-processor - Quarkus - Core - Extension Processor + quarkus-extension-processor + Quarkus - Core - Extension Processor - - - org.jboss.jdeparser - jdeparser - - - org.jsoup - jsoup - - 1.15.3 - - - com.github.javaparser - javaparser-core - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - - - com.fasterxml.jackson.module - jackson-module-parameter-names - - - io.quarkus - quarkus-bootstrap-app-model - - - * - * - - - + + + org.jboss.jdeparser + jdeparser + + + org.jsoup + jsoup + + 1.15.3 + + + com.github.javaparser + javaparser-core + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + + + com.fasterxml.jackson.module + jackson-module-parameter-names + + + io.quarkus + quarkus-bootstrap-app-model + + + * + * + + + - - - org.junit.jupiter - junit-jupiter - test - - - org.asciidoctor - asciidoctorj - test - - - org.jboss.logmanager - jboss-logmanager - test - - - com.karuslabs - elementary - 3.0.0 - test - - - io.quarkus - quarkus-builder - test - - + + + org.junit.jupiter + junit-jupiter + test + + + org.asciidoctor + asciidoctorj + test + + + org.jboss.logmanager + jboss-logmanager + test + + + com.karuslabs + elementary + 3.0.0 + test + + + io.quarkus + quarkus-builder + test + + - - - - maven-compiler-plugin - - -proc:none - - - - org.jboss.bridger - bridger - - - + + + + maven-compiler-plugin + + -proc:none + + + + org.jboss.bridger + bridger + + + diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml index deff312c08107..9bc2746c6b4a9 100644 --- a/core/runtime/pom.xml +++ b/core/runtime/pom.xml @@ -1,319 +1,317 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-core-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-core-parent + 999-SNAPSHOT + - quarkus-core - Quarkus - Core - Runtime - Quarkus core components + quarkus-core + Quarkus - Core - Runtime + Quarkus core components - - - jakarta.annotation - jakarta.annotation-api - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - jakarta.inject - jakarta.inject-api - - - io.smallrye.common - smallrye-common-os - - - io.quarkus - quarkus-ide-launcher - - - io.quarkus - quarkus-development-mode-spi - - - io.smallrye.config - smallrye-config - - - javax.enterprise - cdi-api - - - javax.annotation - javax.annotation-api - - - - - org.jboss.logging - jboss-logging - - - org.jboss.logmanager - jboss-logmanager - - - org.jboss.logging - jboss-logging-annotations - provided - - - org.jboss.threads - jboss-threads - - - org.slf4j - slf4j-api - - - org.jboss.slf4j - slf4j-jboss-logmanager - - - org.graalvm.sdk - nativeimage - provided - - - org.wildfly.common - wildfly-common - - - io.quarkus - quarkus-bootstrap-runner - - - io.quarkus - quarkus-fs-util - - - - io.quarkus - quarkus-extension-processor - ${project.version} - pom - test - - - * - * - - - + + io.quarkus + quarkus-extension-processor + ${project.version} + pom + test + + + * + * + + + - - - com.github.javaparser - javaparser-core - test - - - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - + + + com.github.javaparser + javaparser-core + test + + + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus:quarkus-junit4-mock - - - io.quarkus:quarkus-bootstrap-runner - io.quarkus:quarkus-classloader-commons - io.smallrye.common:smallrye-common-constraint - io.smallrye.common:smallrye-common-cpu - io.smallrye.common:smallrye-common-expression - io.smallrye.common:smallrye-common-function - io.smallrye.common:smallrye-common-io - io.smallrye.common:smallrye-common-net - io.smallrye.common:smallrye-common-os - io.smallrye.common:smallrye-common-ref - org.graalvm.sdk:nativeimage - - org.graalvm.polyglot:js-community - org.graalvm.js:js-language - org.graalvm.js:js-scriptengine - org.graalvm.polyglot:js - org.graalvm.polyglot:polyglot - org.graalvm.regex:regex - org.graalvm.truffle:truffle-api - org.graalvm.truffle:truffle-runtime - org.graalvm.truffle:truffle-compiler - org.graalvm.truffle:truffle-enterprise - org.graalvm.shadowed:icu4j - org.graalvm.sdk:jniutils - org.graalvm.sdk:word - org.graalvm.sdk:collections - org.graalvm.sdk:native-bridge - - io.quarkus:quarkus-bootstrap-core - io.quarkus:quarkus-development-mode-spi - io.quarkus:quarkus-bootstrap-app-model - io.quarkus:quarkus-bootstrap-maven-resolver - org.slf4j:slf4j-api - org.jboss.slf4j:slf4j-jboss-logmanager - org.jboss.logmanager:jboss-logmanager - org.jboss.logging:jboss-logging - org.apache.maven:maven-model - org.apache.maven.resolver:maven-resolver-api - org.apache.maven.resolver:maven-resolver-impl - org.codehaus.plexus:plexus-utils - xml-apis:xml-apis - + org.graalvm.polyglot:js-community + org.graalvm.js:js-language + org.graalvm.js:js-scriptengine + org.graalvm.polyglot:js + org.graalvm.polyglot:polyglot + org.graalvm.regex:regex + org.graalvm.truffle:truffle-api + org.graalvm.truffle:truffle-runtime + org.graalvm.truffle:truffle-compiler + org.graalvm.truffle:truffle-enterprise + org.graalvm.shadowed:icu4j + org.graalvm.sdk:jniutils + org.graalvm.sdk:word + org.graalvm.sdk:collections + org.graalvm.sdk:native-bridge + + io.quarkus:quarkus-bootstrap-core + io.quarkus:quarkus-development-mode-spi + io.quarkus:quarkus-bootstrap-app-model + io.quarkus:quarkus-bootstrap-maven-resolver + org.slf4j:slf4j-api + org.jboss.slf4j:slf4j-jboss-logmanager + org.jboss.logmanager:jboss-logmanager + org.jboss.logging:jboss-logging + org.apache.maven:maven-model + org.apache.maven.resolver:maven-resolver-api + org.apache.maven.resolver:maven-resolver-impl + org.codehaus.plexus:plexus-utils + xml-apis:xml-apis + - org.opentest4j:opentest4j - org.mockito:mockito-core - org.objenesis:objenesis - net.bytebuddy:byte-buddy - net.bytebuddy:byte-buddy-agent - org.junit.jupiter:junit-jupiter-api - org.junit.jupiter:junit-jupiter-engine - org.junit.jupiter:junit-jupiter-params - org.junit.platform:junit-platform-commons - org.junit.platform:junit-platform-engine - io.quarkus:quarkus-class-change-agent - org.jacoco:org.jacoco.agent:runtime - io.quarkus:quarkus-bootstrap-gradle-resolver - io.quarkus:quarkus-junit5-mockito-config + org.opentest4j:opentest4j + org.mockito:mockito-core + org.objenesis:objenesis + net.bytebuddy:byte-buddy + net.bytebuddy:byte-buddy-agent + org.junit.jupiter:junit-jupiter-api + org.junit.jupiter:junit-jupiter-engine + org.junit.jupiter:junit-jupiter-params + org.junit.platform:junit-platform-commons + org.junit.platform:junit-platform-engine + io.quarkus:quarkus-class-change-agent + org.jacoco:org.jacoco.agent:runtime + io.quarkus:quarkus-bootstrap-gradle-resolver + io.quarkus:quarkus-junit5-mockito-config - - org.junit.platform:junit-platform-launcher - org.apiguardian:apiguardian-api - org.junit.platform:junit-platform-engine - org.opentest4j:opentest4j - org.junit.platform:junit-platform-commons + org.junit.platform:junit-platform-launcher + org.apiguardian:apiguardian-api + org.junit.platform:junit-platform-engine + org.opentest4j:opentest4j + org.junit.platform:junit-platform-commons - - org.jboss.byteman:byteman - - - org.graalvm.sdk:nativeimage - - org.graalvm.polyglot:js-community - org.graalvm.js:js-language - org.graalvm.js:js-scriptengine - org.graalvm.polyglot:js - org.graalvm.polyglot:polyglot - org.graalvm.regex:regex - org.graalvm.truffle:truffle-api - org.graalvm.truffle:truffle-runtime - org.graalvm.truffle:truffle-compiler - org.graalvm.truffle:truffle-enterprise - org.graalvm.shadowed:icu4j - org.graalvm.sdk:jniutils - org.graalvm.sdk:word - org.graalvm.sdk:collections - org.graalvm.sdk:native-bridge - - io.quarkus:quarkus-bootstrap-runner - io.quarkus:quarkus-classloader-commons - io.quarkus:quarkus-development-mode-spi - - org.jboss.logging:jboss-logging - org.jboss.logmanager:jboss-logmanager - - io.smallrye.common:smallrye-common-constraint - io.smallrye.common:smallrye-common-cpu - io.smallrye.common:smallrye-common-expression - io.smallrye.common:smallrye-common-function - - io.smallrye.common:smallrye-common-io - io.smallrye.common:smallrye-common-net - io.smallrye.common:smallrye-common-os - io.smallrye.common:smallrye-common-ref - - io.github.crac:org-crac - - org.jboss.byteman:byteman - - - io.smallrye:smallrye-config - javax.enterprise:cdi-api - org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec - org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec - - org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec - org.glassfish:javax.el - javax.annotation:javax.annotation-api - com.sun.activation:jakarta.activation - com.sun.activation:javax.activation - org.glassfish:jakarta.el - org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec - org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec - org.jboss.spec.javax.transaction:jboss-transaction-api_1.3_spec - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - default-compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - -AsplitOnConfigRootDescription=true - - -XDstringConcat=inline - - - - - - - de.thetaphi - forbiddenapis - - - **/Target_org_wildfly_common_net* - - - - - + + org.jboss.byteman:byteman + + + org.graalvm.sdk:nativeimage + + org.graalvm.polyglot:js-community + org.graalvm.js:js-language + org.graalvm.js:js-scriptengine + org.graalvm.polyglot:js + org.graalvm.polyglot:polyglot + org.graalvm.regex:regex + org.graalvm.truffle:truffle-api + org.graalvm.truffle:truffle-runtime + org.graalvm.truffle:truffle-compiler + org.graalvm.truffle:truffle-enterprise + org.graalvm.shadowed:icu4j + org.graalvm.sdk:jniutils + org.graalvm.sdk:word + org.graalvm.sdk:collections + org.graalvm.sdk:native-bridge + + io.quarkus:quarkus-bootstrap-runner + io.quarkus:quarkus-classloader-commons + io.quarkus:quarkus-development-mode-spi + + org.jboss.logging:jboss-logging + org.jboss.logmanager:jboss-logmanager + + io.smallrye.common:smallrye-common-constraint + io.smallrye.common:smallrye-common-cpu + io.smallrye.common:smallrye-common-expression + io.smallrye.common:smallrye-common-function + + io.smallrye.common:smallrye-common-io + io.smallrye.common:smallrye-common-net + io.smallrye.common:smallrye-common-os + io.smallrye.common:smallrye-common-ref + + io.github.crac:org-crac + + org.jboss.byteman:byteman + + + io.smallrye:smallrye-config + javax.enterprise:cdi-api + org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec + org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec + + org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.2_spec + org.glassfish:javax.el + javax.annotation:javax.annotation-api + com.sun.activation:jakarta.activation + com.sun.activation:javax.activation + org.glassfish:jakarta.el + org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec + org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec + org.jboss.spec.javax.transaction:jboss-transaction-api_1.3_spec + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + default-compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + -AsplitOnConfigRootDescription=true + + -XDstringConcat=inline + + + + + + + de.thetaphi + forbiddenapis + + + **/Target_org_wildfly_common_net* + + + + + diff --git a/devtools/platform-properties/pom.xml b/devtools/platform-properties/pom.xml index 8a50f6a52fed6..48168d93982f9 100644 --- a/devtools/platform-properties/pom.xml +++ b/devtools/platform-properties/pom.xml @@ -1,56 +1,52 @@ - - - quarkus-devtools-all - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-bom-quarkus-platform-properties - pom - Quarkus - Platform Properties + + 4.0.0 + + io.quarkus + quarkus-devtools-all + 999-SNAPSHOT + - - + quarkus-bom-quarkus-platform-properties + pom + Quarkus - Platform Properties - - - - src/main/resources - true - - - - - org.apache.maven.plugins - maven-resources-plugin - - - - process-resources - - resources - - - - - - io.quarkus - quarkus-platform-bom-maven-plugin - - - process-resources - - platform-properties - - - - - - + + + + + true + src/main/resources + + + + + org.apache.maven.plugins + maven-resources-plugin + + + + + resources + + process-resources + + + + + io.quarkus + quarkus-platform-bom-maven-plugin + + + + platform-properties + + process-resources + + + + + diff --git a/devtools/pom.xml b/devtools/pom.xml index b1cd04e9e4a38..36578d8791789 100644 --- a/devtools/pom.xml +++ b/devtools/pom.xml @@ -1,31 +1,29 @@ - - 4.0.0 + + 4.0.0 - - quarkus-build-parent - io.quarkus - 999-SNAPSHOT - ../build-parent/pom.xml - + + io.quarkus + quarkus-build-parent + 999-SNAPSHOT + ../build-parent/pom.xml + - quarkus-devtools-all - pom - Quarkus - Dev tools + quarkus-devtools-all + pom + Quarkus - Dev tools - - INFO - + + project-core-extension-codestarts + platform-properties + bom-descriptor-json + maven + gradle + cli + config-doc-maven-plugin + - - project-core-extension-codestarts - platform-properties - bom-descriptor-json - maven - gradle - cli - config-doc-maven-plugin - + + INFO + diff --git a/extensions/arc/pom.xml b/extensions/arc/pom.xml index bc7791e4327a3..ec3c1091c5e6c 100644 --- a/extensions/arc/pom.xml +++ b/extensions/arc/pom.xml @@ -1,24 +1,22 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-arc-parent - Quarkus - ArC - pom - - deployment - runtime - test-supplement - test-supplement-decorator - runtime-dev - + quarkus-arc-parent + pom + Quarkus - ArC + + deployment + runtime + test-supplement + test-supplement-decorator + runtime-dev + diff --git a/extensions/arc/runtime/pom.xml b/extensions/arc/runtime/pom.xml index 1c618b1b97645..0d389e7414eaa 100644 --- a/extensions/arc/runtime/pom.xml +++ b/extensions/arc/runtime/pom.xml @@ -1,64 +1,62 @@ - - - quarkus-arc-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-arc-parent + 999-SNAPSHOT + - quarkus-arc - Quarkus - ArC - Runtime - Build time CDI dependency injection + quarkus-arc + Quarkus - ArC - Runtime + Build time CDI dependency injection - - - io.quarkus.arc - arc - - - io.quarkus - quarkus-core - - - org.eclipse.microprofile.context-propagation - microprofile-context-propagation-api - - + + + io.quarkus.arc + arc + + + io.quarkus + quarkus-core + + + org.eclipse.microprofile.context-propagation + microprofile-context-propagation-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.cdi - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.cdi + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/hibernate-validator/pom.xml b/extensions/hibernate-validator/pom.xml index 75167f43bc85b..7ea31335c54c9 100644 --- a/extensions/hibernate-validator/pom.xml +++ b/extensions/hibernate-validator/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-hibernate-validator-parent - Quarkus - Hibernate Validator - pom - - spi - deployment - runtime - + quarkus-hibernate-validator-parent + pom + Quarkus - Hibernate Validator + + spi + deployment + runtime + diff --git a/extensions/hibernate-validator/spi/pom.xml b/extensions/hibernate-validator/spi/pom.xml index a65028dc4e82d..ba5f7a89ebbc7 100644 --- a/extensions/hibernate-validator/spi/pom.xml +++ b/extensions/hibernate-validator/spi/pom.xml @@ -1,26 +1,24 @@ - - - quarkus-hibernate-validator-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-validator-parent + 999-SNAPSHOT + - quarkus-hibernate-validator-spi - Quarkus - Hibernate Validator - SPI - Artifact that provides BuildItems specific to Hibernate Validator + quarkus-hibernate-validator-spi + Quarkus - Hibernate Validator - SPI + Artifact that provides BuildItems specific to Hibernate Validator - - - io.quarkus - quarkus-builder - - - io.smallrye - jandex - - + + + io.quarkus + quarkus-builder + + + io.smallrye + jandex + + diff --git a/extensions/pom.xml b/extensions/pom.xml index 772cb6b63fe78..6b6ff50a759a3 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -1,260 +1,258 @@ - - - quarkus-build-parent - io.quarkus - 999-SNAPSHOT - ../build-parent/pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-build-parent + 999-SNAPSHOT + ../build-parent/pom.xml + - quarkus-extensions-parent - Quarkus - Extensions - Parent pom - pom - - virtual-threads - tls-registry + quarkus-extensions-parent + pom + Quarkus - Extensions - Parent pom + + virtual-threads + tls-registry - - arc - scheduler - quartz - jaxp - smallrye-stork + + arc + scheduler + quartz + jaxp + smallrye-stork - - config-yaml + + config-yaml - - jackson - jaxb - jsonp - jsonb - hal + + jackson + jaxb + jsonp + jsonb + hal - - vertx-http - undertow - websockets - websockets-next - web-dependency-locator - resteasy-reactive - reactive-routes - apache-httpclient - jaxrs-spi + + vertx-http + undertow + websockets + websockets-next + web-dependency-locator + resteasy-reactive + reactive-routes + apache-httpclient + jaxrs-spi - - smallrye-health - smallrye-metrics - smallrye-fault-tolerance - micrometer - micrometer-registry-prometheus - micrometer-opentelemetry - opentelemetry - info - observability-devservices - jfr - load-shedding + + smallrye-health + smallrye-metrics + smallrye-fault-tolerance + micrometer + micrometer-registry-prometheus + micrometer-opentelemetry + opentelemetry + info + observability-devservices + jfr + load-shedding - - resteasy-classic - smallrye-openapi-common - smallrye-openapi - swagger-ui + + resteasy-classic + smallrye-openapi-common + smallrye-openapi + swagger-ui - - mutiny - vertx - netty - reactive-streams-operators - smallrye-reactive-messaging - smallrye-reactive-messaging-kafka - smallrye-reactive-messaging-amqp - smallrye-reactive-messaging-pulsar - smallrye-reactive-messaging-mqtt - smallrye-reactive-messaging-rabbitmq - smallrye-context-propagation - reactive-datasource - reactive-db2-client - reactive-pg-client - reactive-mysql-client - reactive-mssql-client - reactive-oracle-client - mailer - grpc - redis-client - redis-cache + + mutiny + vertx + netty + reactive-streams-operators + smallrye-reactive-messaging + smallrye-reactive-messaging-kafka + smallrye-reactive-messaging-amqp + smallrye-reactive-messaging-pulsar + smallrye-reactive-messaging-mqtt + smallrye-reactive-messaging-rabbitmq + smallrye-context-propagation + reactive-datasource + reactive-db2-client + reactive-pg-client + reactive-mysql-client + reactive-mssql-client + reactive-oracle-client + mailer + grpc + redis-client + redis-cache - - transaction-annotations - narayana-jta - narayana-stm - narayana-lra - datasource - agroal - jdbc - hibernate-orm - hibernate-orm-derby - hibernate-envers - hibernate-reactive - hibernate-validator - panache - hibernate-search-backend-elasticsearch-common - hibernate-search-orm-elasticsearch - hibernate-search-orm-outbox-polling - hibernate-search-standalone-elasticsearch - elasticsearch-rest-client-common - elasticsearch-rest-client - elasticsearch-java-client - kafka-client - kafka-streams - mongodb-client - avro - schema-registry - devservices + + transaction-annotations + narayana-jta + narayana-stm + narayana-lra + datasource + agroal + jdbc + hibernate-orm + hibernate-orm-derby + hibernate-envers + hibernate-reactive + hibernate-validator + panache + hibernate-search-backend-elasticsearch-common + hibernate-search-orm-elasticsearch + hibernate-search-orm-outbox-polling + hibernate-search-standalone-elasticsearch + elasticsearch-rest-client-common + elasticsearch-rest-client + elasticsearch-java-client + kafka-client + kafka-streams + mongodb-client + avro + schema-registry + devservices - - spring-di - spring-web - spring-data-jpa - spring-security - spring-boot-properties - spring-cloud-config-client - spring-cache - spring-scheduled - spring-data-rest + + spring-di + spring-web + spring-data-jpa + spring-security + spring-boot-properties + spring-cloud-config-client + spring-cache + spring-scheduled + spring-data-rest - - security - security-jpa - security-jpa-reactive - security-jpa-common - security-webauthn - elytron-security-common - elytron-security - elytron-security-jdbc - elytron-security-ldap - elytron-security-properties-file - elytron-security-oauth2 - smallrye-jwt-build - smallrye-jwt - oidc-common - oidc - oidc-client - oidc-client-filter - oidc-client-reactive-filter - oidc-client-registration - oidc-client-graphql - oidc-token-propagation-common - oidc-token-propagation - oidc-token-propagation-reactive - oidc-db-token-state-manager - oidc-redis-token-state-manager - keycloak-authorization - keycloak-admin-client-common - keycloak-admin-rest-client - keycloak-admin-resteasy-client - credentials + + security + security-jpa + security-jpa-reactive + security-jpa-common + security-webauthn + elytron-security-common + elytron-security + elytron-security-jdbc + elytron-security-ldap + elytron-security-properties-file + elytron-security-oauth2 + smallrye-jwt-build + smallrye-jwt + oidc-common + oidc + oidc-client + oidc-client-filter + oidc-client-reactive-filter + oidc-client-registration + oidc-client-graphql + oidc-token-propagation-common + oidc-token-propagation + oidc-token-propagation-reactive + oidc-db-token-state-manager + oidc-redis-token-state-manager + keycloak-authorization + keycloak-admin-client-common + keycloak-admin-rest-client + keycloak-admin-resteasy-client + credentials - - cyclonedx + + cyclonedx - - infinispan-client - infinispan-cache + + infinispan-client + infinispan-cache - - caffeine - cache + + caffeine + cache - - amazon-lambda - amazon-lambda-xray - - amazon-lambda-http - - amazon-lambda-rest - azure-functions - azure-functions-http + + amazon-lambda + amazon-lambda-xray + + amazon-lambda-http + + amazon-lambda-rest + azure-functions + azure-functions-http - - funqy + + funqy - - kotlin - scala + + kotlin + scala - - container-image - kubernetes - kubernetes-client - kubernetes-config - openshift-client - kubernetes-service-binding + + container-image + kubernetes + kubernetes-client + kubernetes-config + openshift-client + kubernetes-service-binding - - flyway - flyway-postgresql - flyway-oracle - flyway-mysql - flyway-mssql - flyway-derby - flyway-db2 - liquibase + + flyway + flyway-postgresql + flyway-oracle + flyway-mysql + flyway-mssql + flyway-derby + flyway-db2 + liquibase - - vertx-graphql - smallrye-graphql - smallrye-graphql-client + + vertx-graphql + smallrye-graphql + smallrye-graphql-client - - logging-json - logging-gelf + + logging-json + logging-gelf - - qute + + qute - - picocli - google-cloud-functions-http - google-cloud-functions - grpc-common + + picocli + google-cloud-functions-http + google-cloud-functions + grpc-common - awt + awt - - jms-spi - assistant - + + jms-spi + assistant + - - - - src/main/resources - true - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce - ${maven-enforcer-plugin.phase} - - enforce - - - - - - - - - - - + + + + true + src/main/resources + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce + + enforce + + ${maven-enforcer-plugin.phase} + + + + + + + + + + diff --git a/extensions/smallrye-context-propagation/pom.xml b/extensions/smallrye-context-propagation/pom.xml index 94f0d789ffcf7..c73cc0d3767b9 100644 --- a/extensions/smallrye-context-propagation/pom.xml +++ b/extensions/smallrye-context-propagation/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-smallrye-context-propagation-parent - Quarkus - SmallRye Context Propagation + quarkus-smallrye-context-propagation-parent - pom - - deployment - runtime - spi - + pom + Quarkus - SmallRye Context Propagation + + deployment + runtime + spi + diff --git a/extensions/smallrye-context-propagation/spi/pom.xml b/extensions/smallrye-context-propagation/spi/pom.xml index 3f2672224e5f1..a2a50dc43e203 100644 --- a/extensions/smallrye-context-propagation/spi/pom.xml +++ b/extensions/smallrye-context-propagation/spi/pom.xml @@ -1,27 +1,25 @@ - - - quarkus-smallrye-context-propagation-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-context-propagation-parent + 999-SNAPSHOT + ../ + - quarkus-smallrye-context-propagation-spi - Quarkus - SmallRye Context Propagation - SPI + quarkus-smallrye-context-propagation-spi + Quarkus - SmallRye Context Propagation - SPI + + + + org.eclipse.microprofile.context-propagation + microprofile-context-propagation-api + + + io.quarkus + quarkus-core-deployment + + - - - org.eclipse.microprofile.context-propagation - microprofile-context-propagation-api - - - io.quarkus - quarkus-core-deployment - - - diff --git a/extensions/vertx-http/dev-ui-spi/pom.xml b/extensions/vertx-http/dev-ui-spi/pom.xml index 13b458a6e2e33..e2bcc62eb7387 100644 --- a/extensions/vertx-http/dev-ui-spi/pom.xml +++ b/extensions/vertx-http/dev-ui-spi/pom.xml @@ -1,21 +1,21 @@ - 4.0.0 - - quarkus-vertx-http-parent - io.quarkus - 999-SNAPSHOT - ../ - - - quarkus-vertx-http-dev-ui-spi - Quarkus - Vert.x - HTTP - Dev UI SPI - - - - io.quarkus - quarkus-core-deployment - - - - \ No newline at end of file + 4.0.0 + + io.quarkus + quarkus-vertx-http-parent + 999-SNAPSHOT + ../ + + + quarkus-vertx-http-dev-ui-spi + Quarkus - Vert.x - HTTP - Dev UI SPI + + + + io.quarkus + quarkus-core-deployment + + + + diff --git a/extensions/vertx-http/pom.xml b/extensions/vertx-http/pom.xml index 5387bd15253ea..0ce2c1ddf9f49 100644 --- a/extensions/vertx-http/pom.xml +++ b/extensions/vertx-http/pom.xml @@ -1,25 +1,23 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-vertx-http-parent - Quarkus - Vert.x - HTTP - pom - - deployment - runtime - deployment-spi - dev-ui-spi - dev-ui-resources - dev-ui-tests - runtime-dev - + quarkus-vertx-http-parent + pom + Quarkus - Vert.x - HTTP + + deployment + runtime + deployment-spi + dev-ui-spi + dev-ui-resources + dev-ui-tests + runtime-dev + diff --git a/independent-projects/arc/pom.xml b/independent-projects/arc/pom.xml index 9f300ce55e72b..1baf717c4a77a 100644 --- a/independent-projects/arc/pom.xml +++ b/independent-projects/arc/pom.xml @@ -1,321 +1,315 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-parent - 999-SNAPSHOT - ../parent/pom.xml - - io.quarkus.arc - arc-parent - ArC - Parent pom - https://github.com/quarkusio/quarkus - pom + + io.quarkus + quarkus-parent 999-SNAPSHOT - - - - Apache License, Version 2.0 - repo - https://www.apache.org/licenses/LICENSE-2.0.html - - - - - https://github.com/quarkusio/quarkus - scm:git:git@github.com:quarkusio/quarkus.git - scm:git:git@github.com:quarkusio/quarkus.git - HEAD - - - - UTF-8 - - - 4.1.0 - 3.0.0 - 3.1.0 - 2.0.1 - - 1.9.0 - 3.3.1 - 3.6.1.Final - 2.9.0 - 1.6.Final - 2.12.0 - - 3.27.3 - 5.13.1 - 2.1.21 - 1.10.2 - 5.18.0 - - 1.7.0.Final - 2.0.1 - 4.1.0 - 4.13.2 - - - - runtime - processor - tests - - tcks/arquillian - tcks/atinject-tck-runner - tcks/cdi-tck-porting-pkg - tcks/cdi-tck-runner - tcks/lang-model-tck-runner - - - - - - - io.smallrye.common - smallrye-common-bom - ${version.smallrye-common} - pom - import - - - - org.mockito - mockito-bom - ${version.mockito} - import - pom - - - - org.jetbrains.kotlinx - kotlinx-coroutines-bom - ${version.kotlin-coroutines} - pom - import - - - - io.quarkus.arc - arc - ${project.version} - - - - io.quarkus.arc - arc-processor - ${project.version} - - - - io.quarkus.arc - arc-arquillian - ${project.version} - - - - io.quarkus.arc - arc-cdi-tck-porting-pkg - ${project.version} - - - - jakarta.enterprise - jakarta.enterprise.cdi-api - ${version.cdi} - - - - io.smallrye - jandex - ${version.jandex} - - - - io.quarkus.gizmo - gizmo - ${version.gizmo} - - - - io.smallrye.reactive - mutiny-bom - ${version.mutiny} - pom - import - - - - - org.junit - junit-bom - ${version.junit5} - import - pom - - - - - org.jboss.logging - jboss-logging - ${version.jboss-logging} - - - - jakarta.annotation - jakarta.annotation-api - ${version.jakarta-annotation} - - - - - jakarta.transaction - jakarta.transaction-api - ${version.jta} - - - - jakarta.persistence - jakarta.persistence-api - ${version.jpa} - test - - - - org.assertj - assertj-core - ${version.assertj} - test - - + ../parent/pom.xml + + io.quarkus.arc + arc-parent + 999-SNAPSHOT + pom + ArC - Parent pom + https://github.com/quarkusio/quarkus + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + + runtime + processor + tests + + tcks/arquillian + tcks/atinject-tck-runner + tcks/cdi-tck-porting-pkg + tcks/cdi-tck-runner + tcks/lang-model-tck-runner + + + + scm:git:git@github.com:quarkusio/quarkus.git + scm:git:git@github.com:quarkusio/quarkus.git + HEAD + https://github.com/quarkusio/quarkus + + + + UTF-8 + + + 4.1.0 + 3.0.0 + 3.1.0 + 2.0.1 + + 1.9.0 + 3.3.1 + 3.6.1.Final + 2.9.0 + 1.6.Final + 2.12.0 + + 3.27.3 + 5.13.1 + 2.1.21 + 1.10.2 + 5.18.0 + + 1.7.0.Final + 2.0.1 + 4.1.0 + 4.13.2 + + + + + + + io.smallrye.common + smallrye-common-bom + ${version.smallrye-common} + pom + import + + + + org.mockito + mockito-bom + ${version.mockito} + pom + import + + + + org.jetbrains.kotlinx + kotlinx-coroutines-bom + ${version.kotlin-coroutines} + pom + import + + + + io.quarkus.arc + arc + ${project.version} + + + + io.quarkus.arc + arc-processor + ${project.version} + + + + io.quarkus.arc + arc-arquillian + ${project.version} + + + + io.quarkus.arc + arc-cdi-tck-porting-pkg + ${project.version} + + + + jakarta.enterprise + jakarta.enterprise.cdi-api + ${version.cdi} + + + + io.smallrye + jandex + ${version.jandex} + + + + io.quarkus.gizmo + gizmo + ${version.gizmo} + + + + io.smallrye.reactive + mutiny-bom + ${version.mutiny} + pom + import + + + + + org.junit + junit-bom + ${version.junit5} + pom + import + + + + org.jboss.logging + jboss-logging + ${version.jboss-logging} + + + + jakarta.annotation + jakarta.annotation-api + ${version.jakarta-annotation} + + + + + jakarta.transaction + jakarta.transaction-api + ${version.jta} + + + + jakarta.persistence + jakarta.persistence-api + ${version.jpa} + test + + + + org.assertj + assertj-core + ${version.assertj} + test + + + + io.quarkus.gizmo + gizmo + ${version.gizmo} + test-jar + test + + + + + + + + + + + maven-compiler-plugin + + + maven-javadoc-plugin + + true + none + + + + org.apache.maven.plugins + maven-enforcer-plugin + - io.quarkus.gizmo - gizmo - ${version.gizmo} - test-jar - test + io.quarkus + quarkus-enforcer-rules + ${project.version} - - - - - - - - - - maven-compiler-plugin - - - maven-javadoc-plugin - - true - none - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - io.quarkus - quarkus-enforcer-rules - ${project.version} - - - - - enforce - ${maven-enforcer-plugin.phase} - - - - - classpath:enforcer-rules/quarkus-require-java-version.xml - - - classpath:enforcer-rules/quarkus-require-maven-version.xml - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - - - enforce - - - - - - maven-surefire-plugin - - - - - -Djava.io.tmpdir="${project.build.directory}" - MAVEN_OPTS - - - - - - - - - quick-build - - - quickly - - - - true - true - true - - - clean install - - - - quick-build-docs - - - quicklyDocs - - - - true - true - true - - - clean install - - - - - quick-build-ci - - - quickly-ci - - - - true - true - true - true - - - + + + + enforce + + enforce + + ${maven-enforcer-plugin.phase} + + + + + classpath:enforcer-rules/quarkus-require-java-version.xml + + + classpath:enforcer-rules/quarkus-require-maven-version.xml + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + + + + + + maven-surefire-plugin + + + + + -Djava.io.tmpdir="${project.build.directory}" + MAVEN_OPTS + + + + + + + + + quick-build + + + quickly + + + + true + true + true + + + clean install + + + + quick-build-docs + + + quicklyDocs + + + + true + true + true + + + clean install + + + + + quick-build-ci + + + quickly-ci + + + + true + true + true + true + + + diff --git a/independent-projects/arc/processor/pom.xml b/independent-projects/arc/processor/pom.xml index 4b8d6f1a36109..b820ec0dff7f7 100644 --- a/independent-projects/arc/processor/pom.xml +++ b/independent-projects/arc/processor/pom.xml @@ -1,92 +1,90 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.arc - arc-parent - 999-SNAPSHOT - + + io.quarkus.arc + arc-parent + 999-SNAPSHOT + - arc-processor - ArC - Processor + arc-processor + ArC - Processor - + - - io.quarkus.arc - arc - + + io.quarkus.arc + arc + - - jakarta.enterprise - jakarta.enterprise.cdi-api - + + jakarta.enterprise + jakarta.enterprise.cdi-api + - - org.jboss.logging - jboss-logging - + + org.jboss.logging + jboss-logging + - - io.smallrye - jandex - + + io.smallrye + jandex + - - io.quarkus.gizmo - gizmo - + + io.quarkus.gizmo + gizmo + - - jakarta.annotation - jakarta.annotation-api - + + jakarta.annotation + jakarta.annotation-api + - - org.junit.jupiter - junit-jupiter - test - + + org.junit.jupiter + junit-jupiter + test + - - org.assertj - assertj-core - + + org.assertj + assertj-core + - - io.quarkus.gizmo - gizmo - test-jar - + + io.quarkus.gizmo + gizmo + test-jar + - - - - - de.thetaphi - forbiddenapis - - - verify-forbidden-apis - - - ./banned-signatures.txt - - true - - **.SuppressForbidden - - - compile - - check - - - - - - + + + + + de.thetaphi + forbiddenapis + + + verify-forbidden-apis + + check + + compile + + + ./banned-signatures.txt + + true + + **.SuppressForbidden + + + + + + + diff --git a/independent-projects/arc/runtime/pom.xml b/independent-projects/arc/runtime/pom.xml index 91061affda06c..3a4932c9b444e 100644 --- a/independent-projects/arc/runtime/pom.xml +++ b/independent-projects/arc/runtime/pom.xml @@ -1,70 +1,68 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.arc - arc-parent - 999-SNAPSHOT - + + io.quarkus.arc + arc-parent + 999-SNAPSHOT + - arc - ArC - Runtime + arc + ArC - Runtime - + - - jakarta.enterprise - jakarta.enterprise.cdi-api - + + jakarta.enterprise + jakarta.enterprise.cdi-api + - - jakarta.annotation - jakarta.annotation-api - + + jakarta.annotation + jakarta.annotation-api + - - jakarta.transaction - jakarta.transaction-api - + + jakarta.transaction + jakarta.transaction-api + - - io.smallrye.reactive - mutiny - + + io.smallrye.reactive + mutiny + - - org.junit.jupiter - junit-jupiter - test - + + org.junit.jupiter + junit-jupiter + test + - - org.jboss.logging - jboss-logging - + + org.jboss.logging + jboss-logging + - - - - - - org.jboss.bridger - bridger - ${version.bridger} - - - weave - process-classes - - transform - - - - - - + + + + + + org.jboss.bridger + bridger + ${version.bridger} + + + weave + + transform + + process-classes + + + + + diff --git a/independent-projects/arc/tcks/arquillian/pom.xml b/independent-projects/arc/tcks/arquillian/pom.xml index bb2d55ac3cacf..42a9992050185 100644 --- a/independent-projects/arc/tcks/arquillian/pom.xml +++ b/independent-projects/arc/tcks/arquillian/pom.xml @@ -1,49 +1,47 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.arc - arc-parent - 999-SNAPSHOT - ../../pom.xml - + + io.quarkus.arc + arc-parent + 999-SNAPSHOT + ../../pom.xml + - arc-arquillian - ArC - Arquillian Container - - - - - org.jboss.arquillian - arquillian-bom - ${version.arquillian} - pom - import - - - + arc-arquillian + ArC - Arquillian Container + - - io.quarkus.arc - arc-processor - - - - org.jboss.arquillian.container - arquillian-container-spi - - - org.jboss.arquillian.container - arquillian-container-test-spi - - - org.jboss.arquillian.container - arquillian-container-test-impl-base - + + org.jboss.arquillian + arquillian-bom + ${version.arquillian} + pom + import + + + + + + io.quarkus.arc + arc-processor + + + + org.jboss.arquillian.container + arquillian-container-spi + + + org.jboss.arquillian.container + arquillian-container-test-spi + + + org.jboss.arquillian.container + arquillian-container-test-impl-base + + diff --git a/independent-projects/arc/tcks/atinject-tck-runner/pom.xml b/independent-projects/arc/tcks/atinject-tck-runner/pom.xml index 34927b7e3e937..9b96558cb1d7b 100644 --- a/independent-projects/arc/tcks/atinject-tck-runner/pom.xml +++ b/independent-projects/arc/tcks/atinject-tck-runner/pom.xml @@ -1,60 +1,58 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.arc - arc-parent - 999-SNAPSHOT - ../../pom.xml - + + io.quarkus.arc + arc-parent + 999-SNAPSHOT + ../../pom.xml + - arc-atinject-tck-runner - ArC - AtInject TCK Runner - - - - - org.jboss.arquillian - arquillian-bom - ${version.arquillian} - pom - import - - - + arc-atinject-tck-runner + ArC - AtInject TCK Runner + - - io.quarkus.arc - arc-arquillian - - - jakarta.inject - jakarta.inject-tck - ${version.atinject-tck} - - - jakarta.inject - jakarta.inject-api - - - junit - junit - - - - - junit - junit - ${version.junit4} - - - org.jboss.arquillian.junit - arquillian-junit-container - + + org.jboss.arquillian + arquillian-bom + ${version.arquillian} + pom + import + + + + + + io.quarkus.arc + arc-arquillian + + + jakarta.inject + jakarta.inject-tck + ${version.atinject-tck} + + + jakarta.inject + jakarta.inject-api + + + junit + junit + + + + + junit + junit + ${version.junit4} + + + org.jboss.arquillian.junit + arquillian-junit-container + + diff --git a/independent-projects/arc/tcks/cdi-tck-porting-pkg/pom.xml b/independent-projects/arc/tcks/cdi-tck-porting-pkg/pom.xml index 8871967b8b731..e3dff94020013 100644 --- a/independent-projects/arc/tcks/cdi-tck-porting-pkg/pom.xml +++ b/independent-projects/arc/tcks/cdi-tck-porting-pkg/pom.xml @@ -1,29 +1,27 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.arc - arc-parent - 999-SNAPSHOT - ../../pom.xml - + + io.quarkus.arc + arc-parent + 999-SNAPSHOT + ../../pom.xml + - arc-cdi-tck-porting-pkg - ArC - CDI TCK Porting Package + arc-cdi-tck-porting-pkg + ArC - CDI TCK Porting Package - - - io.quarkus.arc - arc - - - jakarta.enterprise - cdi-tck-api - ${version.cdi-tck} - - + + + io.quarkus.arc + arc + + + jakarta.enterprise + cdi-tck-api + ${version.cdi-tck} + + diff --git a/independent-projects/arc/tcks/cdi-tck-runner/pom.xml b/independent-projects/arc/tcks/cdi-tck-runner/pom.xml index 3201783827daa..5021468f42364 100644 --- a/independent-projects/arc/tcks/cdi-tck-runner/pom.xml +++ b/independent-projects/arc/tcks/cdi-tck-runner/pom.xml @@ -1,86 +1,84 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.arc - arc-parent - 999-SNAPSHOT - ../../pom.xml - + + io.quarkus.arc + arc-parent + 999-SNAPSHOT + ../../pom.xml + - arc-cdi-tck-runner - ArC - CDI TCK Runner - - - - - org.jboss.arquillian - arquillian-bom - ${version.arquillian} - pom - import - - - + arc-cdi-tck-runner + ArC - CDI TCK Runner + - - io.quarkus.arc - arc-arquillian - - - io.quarkus.arc - arc-cdi-tck-porting-pkg - - - jakarta.enterprise - cdi-tck-core-impl - ${version.cdi-tck} - + + org.jboss.arquillian + arquillian-bom + ${version.arquillian} + pom + import + + + + + + io.quarkus.arc + arc-arquillian + + + io.quarkus.arc + arc-cdi-tck-porting-pkg + + + jakarta.enterprise + cdi-tck-core-impl + ${version.cdi-tck} + + - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - copy-porting-pkg - generate-test-resources - - copy-dependencies - - - io.quarkus.arc - arc-cdi-tck-porting-pkg - ${project.build.directory}/porting-pkg - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - jakarta.enterprise:cdi-tck-core-impl - - - src/test/resources/testng.xml - - - true - ${project.build.directory}/porting-pkg - - false - - - - + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-porting-pkg + + copy-dependencies + + generate-test-resources + + io.quarkus.arc + arc-cdi-tck-porting-pkg + ${project.build.directory}/porting-pkg + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + jakarta.enterprise:cdi-tck-core-impl + + + src/test/resources/testng.xml + + + true + ${project.build.directory}/porting-pkg + + false + + + + diff --git a/independent-projects/arc/tcks/lang-model-tck-runner/pom.xml b/independent-projects/arc/tcks/lang-model-tck-runner/pom.xml index fd37178231e6f..d94cda1f01832 100644 --- a/independent-projects/arc/tcks/lang-model-tck-runner/pom.xml +++ b/independent-projects/arc/tcks/lang-model-tck-runner/pom.xml @@ -1,50 +1,48 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.arc - arc-parent - 999-SNAPSHOT - ../../pom.xml - + + io.quarkus.arc + arc-parent + 999-SNAPSHOT + ../../pom.xml + - arc-lang-model-tck-runner - ArC - Lang Model TCK Runner - - - - - org.jboss.arquillian - arquillian-bom - ${version.arquillian} - pom - import - - - + arc-lang-model-tck-runner + ArC - Lang Model TCK Runner + - - io.quarkus.arc - arc-arquillian - - - jakarta.enterprise - cdi-tck-lang-model - ${version.cdi-tck} - - - junit - junit - ${version.junit4} - - - org.jboss.arquillian.junit - arquillian-junit-container - + + org.jboss.arquillian + arquillian-bom + ${version.arquillian} + pom + import + + + + + + io.quarkus.arc + arc-arquillian + + + jakarta.enterprise + cdi-tck-lang-model + ${version.cdi-tck} + + + junit + junit + ${version.junit4} + + + org.jboss.arquillian.junit + arquillian-junit-container + + diff --git a/independent-projects/arc/tests/pom.xml b/independent-projects/arc/tests/pom.xml index 72fea97a575f1..e4c326da5de47 100644 --- a/independent-projects/arc/tests/pom.xml +++ b/independent-projects/arc/tests/pom.xml @@ -1,153 +1,151 @@ - - 4.0.0 - - - io.quarkus.arc - arc-parent - 999-SNAPSHOT - - - arc-tests - ArC - Tests - - - true - - - - - - io.quarkus.arc - arc - - - - io.quarkus.arc - arc-processor - - - - org.junit.jupiter - junit-jupiter - test - - - - org.mockito - mockito-core - test - - - - jakarta.persistence - jakarta.persistence-api - - - - org.assertj - assertj-core - - - + + 4.0.0 + + + io.quarkus.arc + arc-parent + 999-SNAPSHOT + + + arc-tests + ArC - Tests + + + true + + + + + + io.quarkus.arc + arc + + + + io.quarkus.arc + arc-processor + + + + org.junit.jupiter + junit-jupiter + test + + + + org.mockito + mockito-core + test + + + + jakarta.persistence + jakarta.persistence-api + + + + org.assertj + assertj-core + + + + org.jetbrains.kotlin + kotlin-stdlib + ${version.kotlin} + test + + + + org.jetbrains.kotlin + kotlin-test-junit5 + ${version.kotlin} + test + + + + org.jetbrains.kotlinx + kotlinx-coroutines-core + test + + + + + + + kotlin-tests + + + !no-kotlin-tests + + + + + + org.jetbrains.kotlin - kotlin-stdlib + kotlin-maven-plugin ${version.kotlin} - test - - - - org.jetbrains.kotlin - kotlin-test-junit5 - ${version.kotlin} - test - - - - org.jetbrains.kotlinx - kotlinx-coroutines-core - test - - - - - - - kotlin-tests - - - !no-kotlin-tests - - - - - - - org.jetbrains.kotlin - kotlin-maven-plugin - ${version.kotlin} - - - compile - - compile - - - - ${project.basedir}/src/main/kotlin - ${project.basedir}/src/main/java - - - - - test-compile - - test-compile - - - - ${project.basedir}/src/test/kotlin - ${project.basedir}/src/test/java - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - java-test-compile - test-compile - - testCompile - - - - - - - - + + + compile + + compile + + + + ${project.basedir}/src/main/kotlin + ${project.basedir}/src/main/java + + + + + test-compile + + test-compile + + + + ${project.basedir}/src/test/kotlin + ${project.basedir}/src/test/java + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + + compile + + compile + + + java-test-compile + + testCompile + + test-compile + + + + + + + diff --git a/independent-projects/bootstrap/app-model/pom.xml b/independent-projects/bootstrap/app-model/pom.xml index 937d0784c806f..17341a4e09e57 100644 --- a/independent-projects/bootstrap/app-model/pom.xml +++ b/independent-projects/bootstrap/app-model/pom.xml @@ -1,102 +1,100 @@ - - - quarkus-bootstrap-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-bootstrap-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-bootstrap-app-model - Quarkus - Bootstrap - App Model + quarkus-bootstrap-app-model + Quarkus - Bootstrap - App Model - - - - io.quarkus - quarkus-bootstrap-bom - ${project.version} - pom - import - - - io.quarkus - quarkus-bootstrap-bom-test - ${project.version} - pom - import - - - + - - io.quarkus - quarkus-fs-util - - - org.jboss.logging - jboss-logging - - - org.jboss.logging - commons-logging-jboss-logging - runtime - - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - - - io.quarkus - quarkus-bootstrap-bom - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-bootstrap-bom-test - ${project.version} - pom - test - - - * - * - - - + + io.quarkus + quarkus-bootstrap-bom + ${project.version} + pom + import + + + io.quarkus + quarkus-bootstrap-bom-test + ${project.version} + pom + import + - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - + + + + io.quarkus + quarkus-fs-util + + + org.jboss.logging + jboss-logging + + + org.jboss.logging + commons-logging-jboss-logging + runtime + + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + + + io.quarkus + quarkus-bootstrap-bom + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-bootstrap-bom-test + ${project.version} + pom + test + + + * + * + + + + + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + diff --git a/independent-projects/bootstrap/benchmarks/pom.xml b/independent-projects/bootstrap/benchmarks/pom.xml index f56b4cc749162..bf5fc1a339f1b 100644 --- a/independent-projects/bootstrap/benchmarks/pom.xml +++ b/independent-projects/bootstrap/benchmarks/pom.xml @@ -1,91 +1,88 @@ - - 4.0.0 - - quarkus-bootstrap-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - - benchmarks - Quarkus - Bootstrap - JMH Benchmarks + + 4.0.0 + + io.quarkus + quarkus-bootstrap-parent + 999-SNAPSHOT + ../pom.xml + - - - - io.quarkus - quarkus-bootstrap-bom - ${project.version} - pom - import - - - io.quarkus - quarkus-bootstrap-bom-test - ${project.version} - pom - import - - - + benchmarks + Quarkus - Bootstrap - JMH Benchmarks + - - org.openjdk.jmh - jmh-core - ${jmh.version} - - - org.openjdk.jmh - jmh-generator-annprocess - ${jmh.version} - provided - - - io.quarkus - quarkus-classloader-commons - + + io.quarkus + quarkus-bootstrap-bom + ${project.version} + pom + import + + + io.quarkus + quarkus-bootstrap-bom-test + ${project.version} + pom + import + + + + + + org.openjdk.jmh + jmh-core + ${jmh.version} + + + org.openjdk.jmh + jmh-generator-annprocess + ${jmh.version} + provided + + + io.quarkus + quarkus-classloader-commons + + - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - benchmark - - - org.openjdk.jmh.Main - - - - - - - - maven-compiler-plugin - - - - org.openjdk.jmh - jmh-generator-annprocess - ${jmh.version} - - - - - - + + + + org.apache.maven.plugins + maven-shade-plugin + + + + shade + + package + + benchmark + + + org.openjdk.jmh.Main + + + + + + + + maven-compiler-plugin + + + + org.openjdk.jmh + jmh-generator-annprocess + ${jmh.version} + + + + + + diff --git a/independent-projects/bootstrap/bom-test/pom.xml b/independent-projects/bootstrap/bom-test/pom.xml index 89daac3cff591..66f1da682dbd2 100644 --- a/independent-projects/bootstrap/bom-test/pom.xml +++ b/independent-projects/bootstrap/bom-test/pom.xml @@ -1,69 +1,68 @@ - - 4.0.0 - + + + 4.0.0 + + io.quarkus + quarkus-bootstrap-parent + 999-SNAPSHOT + + quarkus-bootstrap-bom-test + pom + Quarkus - Bootstrap - Test BOM + This BOM contains only test scoped dependencies for the bootstrap project's testsuite + + + io.quarkus - quarkus-bootstrap-parent - 999-SNAPSHOT - - quarkus-bootstrap-bom-test - Quarkus - Bootstrap - Test BOM - This BOM contains only test scoped dependencies for the bootstrap project's testsuite - pom - - - - io.quarkus - quarkus-bootstrap-core - ${project.version} - test-jar - test - - - org.assertj - assertj-core - ${assertj.version} - test - - - org.junit - junit-bom - ${junit5.version} - import - pom - - - org.jboss.shrinkwrap - shrinkwrap-depchain - pom - test - ${shrinkwrap-depchain.version} - - - org.apache.maven.plugin-testing - maven-plugin-testing-harness - 3.3.0 - test - - - - org.codehaus.plexus - plexus-utils - - - commons-io - commons-io - - - - - - org.apache.maven - maven-compat - ${maven.version} - test - - - + quarkus-bootstrap-core + ${project.version} + test-jar + test + + + org.assertj + assertj-core + ${assertj.version} + test + + + org.junit + junit-bom + ${junit5.version} + pom + import + + + org.jboss.shrinkwrap + shrinkwrap-depchain + ${shrinkwrap-depchain.version} + pom + test + + + org.apache.maven.plugin-testing + maven-plugin-testing-harness + 3.3.0 + test + + + + org.codehaus.plexus + plexus-utils + + + commons-io + commons-io + + + + + + org.apache.maven + maven-compat + ${maven.version} + test + + + diff --git a/independent-projects/bootstrap/bom/pom.xml b/independent-projects/bootstrap/bom/pom.xml index 2143268dbc458..0686ab1341f6a 100644 --- a/independent-projects/bootstrap/bom/pom.xml +++ b/independent-projects/bootstrap/bom/pom.xml @@ -1,499 +1,498 @@ - - 4.0.0 - + + + 4.0.0 + + io.quarkus + quarkus-bootstrap-parent + 999-SNAPSHOT + + quarkus-bootstrap-bom + pom + Quarkus - Bootstrap - BOM + + + + com.google.guava + guava + ${guava.version} + + + com.google.code.findbugs + jsr305 + + + com.google.guava + listenablefuture + + + + + com.google.guava + failureaccess + ${guava.failureaccess.version} + + + com.google.j2objc + j2objc-annotations + ${j2objc.annotations.version} + + + commons-codec + commons-codec + ${commons-codec.version} + + + org.apache.commons + commons-lang3 + ${commons-lang.version} + + io.quarkus - quarkus-bootstrap-parent - 999-SNAPSHOT - - quarkus-bootstrap-bom - Quarkus - Bootstrap - BOM - pom - - - - com.google.guava - guava - ${guava.version} - - - com.google.code.findbugs - jsr305 - - - com.google.guava - listenablefuture - - - - - com.google.guava - failureaccess - ${guava.failureaccess.version} - - - com.google.j2objc - j2objc-annotations - ${j2objc.annotations.version} - - - commons-codec - commons-codec - ${commons-codec.version} - - - org.apache.commons - commons-lang3 - ${commons-lang.version} - - - io.quarkus - quarkus-classloader-commons - ${project.version} - - - io.quarkus - quarkus-bootstrap-core - ${project.version} - - - io.quarkus - quarkus-bootstrap-app-model - ${project.version} - - - io.quarkus - quarkus-bootstrap-runner - ${project.version} - - - io.quarkus - quarkus-bootstrap-maven-resolver - ${project.version} - - - io.quarkus - quarkus-bootstrap-gradle-resolver - ${project.version} - - - io.quarkus - quarkus-fs-util - ${quarkus-fs-util.version} - - - org.apache.maven - maven-plugin-api - ${maven-core.version} - - - org.apache.maven - maven-model - ${maven-core.version} - - - org.apache.maven - maven-model-builder - ${maven-core.version} - - - javax.inject - javax.inject - - - - - org.apache.maven - maven-artifact - ${maven-core.version} - - - org.apache.maven - maven-builder-support - ${maven-core.version} - - - org.apache.maven - maven-repository-metadata - ${maven-core.version} - - - org.apache.maven - maven-core - ${maven-core.version} - - - org.checkerframework - checker-qual - - - org.slf4j - slf4j-api - - - - - org.apache.maven - maven-embedder - ${maven-core.version} - - - org.slf4j - slf4j-api - - - - org.codehaus.plexus - plexus-utils - - - org.checkerframework - checker-qual - - - - - org.apache.maven - maven-settings - ${maven-core.version} - - - org.gradle - gradle-tooling-api - ${gradle-tooling.version} - - - org.slf4j - slf4j-api - - - - - org.apache.maven.shared - maven-shared-utils - ${maven-shared-utils.version} - - - jakarta.annotation - jakarta.annotation-api - ${jakarta.annotation-api.version} - - - jakarta.inject - jakarta.inject-api - ${jakarta.inject-api.version} - - - javax.annotation - javax.annotation-api - ${javax.annotation-api.version} - - - javax.inject - javax.inject - ${javax.inject.version} - - - org.apache.maven - maven-resolver-provider - ${maven-core.version} - - - org.slf4j - slf4j-api - - - - - org.apache.maven - maven-settings-builder - ${maven-core.version} - - - org.codehaus.plexus - plexus-utils - - - - - org.apache.maven.plugin-tools - maven-plugin-annotations - ${maven-plugin-annotations.version} - - - org.apache.maven - maven-artifact - - - - - org.apache.maven.resolver - maven-resolver-connector-basic - ${maven-resolver.version} - - - org.slf4j - slf4j-api - - - - - org.apache.maven.resolver - maven-resolver-transport-wagon - ${maven-resolver.version} - - - org.slf4j - slf4j-api - - - - - org.apache.maven.resolver - maven-resolver-api - ${maven-resolver.version} - - - org.apache.maven.resolver - maven-resolver-spi - ${maven-resolver.version} - - - org.apache.maven.resolver - maven-resolver-impl - ${maven-resolver.version} - - - org.apache.maven.resolver - maven-resolver-util - ${maven-resolver.version} - - - org.apache.maven.wagon - wagon-file - ${maven-wagon.version} - - - org.codehaus.plexus - plexus-utils - - - - - org.apache.maven.wagon - wagon-http - ${maven-wagon.version} - - - org.slf4j - slf4j-api - - - org.slf4j - slf4j-simple - - - org.slf4j - jcl-over-slf4j - - - org.codehaus.plexus - plexus-utils - - - commons-io - commons-io - - - - - org.apache.maven.wagon - wagon-http-lightweight - ${maven-wagon.version} - - - org.slf4j - slf4j-api - - - org.slf4j - slf4j-simple - - - org.codehaus.plexus - plexus-utils - - - commons-io - commons-io - - - - - org.apache.maven.wagon - wagon-http-shared - ${maven-wagon.version} - - - org.slf4j - slf4j-api - - - org.slf4j - slf4j-simple - - - org.slf4j - jcl-over-slf4j - - - org.codehaus.plexus - plexus-utils - - - commons-io - commons-io - - - - - commons-io - commons-io - ${commons-io.version} - - - org.apache.maven.wagon - wagon-provider-api - ${maven-wagon.version} - - - org.apache.httpcomponents - httpcore - ${httpcore.version} - - - org.apache.httpcomponents - httpclient - ${httpclient.version} - - - commons-logging - * - - - - - org.eclipse.sisu - org.eclipse.sisu.inject - ${sisu.version} - - - org.eclipse.sisu - org.eclipse.sisu.plexus - ${sisu.version} - - - * - * - - - - - org.codehaus.plexus - plexus-cipher - ${plexus-cipher.version} - - - org.codehaus.plexus - plexus-interpolation - ${plexus-interpolation.version} - - - org.codehaus.plexus - plexus-sec-dispatcher - ${plexus-sec-dispatcher.version} - - - org.codehaus.plexus - plexus-utils - ${plexus-utils.version} - - - org.graalvm.sdk - nativeimage - ${graal-sdk.version} - - - org.jboss.logmanager - jboss-logmanager - ${jboss-logmanager.version} - - - org.jboss.modules - jboss-modules - - - org.eclipse.parsson - jakarta.json - - - - - org.jboss.logging - jboss-logging - ${jboss-logging.version} - - - org.jboss.logging - commons-logging-jboss-logging - ${commons-logging-jboss-logging.version} - - - org.jboss.slf4j - slf4j-jboss-logmanager - ${slf4j-jboss-logmanager.version} - - - org.slf4j - slf4j-api - ${slf4j-api.version} - - - org.codehaus.plexus - plexus-classworlds - ${plexus-classworlds.version} - - - * - * - - - - - io.github.crac - org-crac - ${org-crac.version} - - - io.smallrye.beanbag - smallrye-beanbag-maven - ${smallrye-beanbag.version} - - - org.slf4j - jcl-over-slf4j - - - - - - io.smallrye.common - smallrye-common-bom - ${smallrye-common.version} - import - pom - - - + quarkus-classloader-commons + ${project.version} + + + io.quarkus + quarkus-bootstrap-core + ${project.version} + + + io.quarkus + quarkus-bootstrap-app-model + ${project.version} + + + io.quarkus + quarkus-bootstrap-runner + ${project.version} + + + io.quarkus + quarkus-bootstrap-maven-resolver + ${project.version} + + + io.quarkus + quarkus-bootstrap-gradle-resolver + ${project.version} + + + io.quarkus + quarkus-fs-util + ${quarkus-fs-util.version} + + + org.apache.maven + maven-plugin-api + ${maven-core.version} + + + org.apache.maven + maven-model + ${maven-core.version} + + + org.apache.maven + maven-model-builder + ${maven-core.version} + + + javax.inject + javax.inject + + + + + org.apache.maven + maven-artifact + ${maven-core.version} + + + org.apache.maven + maven-builder-support + ${maven-core.version} + + + org.apache.maven + maven-repository-metadata + ${maven-core.version} + + + org.apache.maven + maven-core + ${maven-core.version} + + + org.checkerframework + checker-qual + + + org.slf4j + slf4j-api + + + + + org.apache.maven + maven-embedder + ${maven-core.version} + + + org.slf4j + slf4j-api + + + + org.codehaus.plexus + plexus-utils + + + org.checkerframework + checker-qual + + + + + org.apache.maven + maven-settings + ${maven-core.version} + + + org.gradle + gradle-tooling-api + ${gradle-tooling.version} + + + org.slf4j + slf4j-api + + + + + org.apache.maven.shared + maven-shared-utils + ${maven-shared-utils.version} + + + jakarta.annotation + jakarta.annotation-api + ${jakarta.annotation-api.version} + + + jakarta.inject + jakarta.inject-api + ${jakarta.inject-api.version} + + + javax.annotation + javax.annotation-api + ${javax.annotation-api.version} + + + javax.inject + javax.inject + ${javax.inject.version} + + + org.apache.maven + maven-resolver-provider + ${maven-core.version} + + + org.slf4j + slf4j-api + + + + + org.apache.maven + maven-settings-builder + ${maven-core.version} + + + org.codehaus.plexus + plexus-utils + + + + + org.apache.maven.plugin-tools + maven-plugin-annotations + ${maven-plugin-annotations.version} + + + org.apache.maven + maven-artifact + + + + + org.apache.maven.resolver + maven-resolver-connector-basic + ${maven-resolver.version} + + + org.slf4j + slf4j-api + + + + + org.apache.maven.resolver + maven-resolver-transport-wagon + ${maven-resolver.version} + + + org.slf4j + slf4j-api + + + + + org.apache.maven.resolver + maven-resolver-api + ${maven-resolver.version} + + + org.apache.maven.resolver + maven-resolver-spi + ${maven-resolver.version} + + + org.apache.maven.resolver + maven-resolver-impl + ${maven-resolver.version} + + + org.apache.maven.resolver + maven-resolver-util + ${maven-resolver.version} + + + org.apache.maven.wagon + wagon-file + ${maven-wagon.version} + + + org.codehaus.plexus + plexus-utils + + + + + org.apache.maven.wagon + wagon-http + ${maven-wagon.version} + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-simple + + + org.slf4j + jcl-over-slf4j + + + org.codehaus.plexus + plexus-utils + + + commons-io + commons-io + + + + + org.apache.maven.wagon + wagon-http-lightweight + ${maven-wagon.version} + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-simple + + + org.codehaus.plexus + plexus-utils + + + commons-io + commons-io + + + + + org.apache.maven.wagon + wagon-http-shared + ${maven-wagon.version} + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-simple + + + org.slf4j + jcl-over-slf4j + + + org.codehaus.plexus + plexus-utils + + + commons-io + commons-io + + + + + commons-io + commons-io + ${commons-io.version} + + + org.apache.maven.wagon + wagon-provider-api + ${maven-wagon.version} + + + org.apache.httpcomponents + httpcore + ${httpcore.version} + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + commons-logging + * + + + + + org.eclipse.sisu + org.eclipse.sisu.inject + ${sisu.version} + + + org.eclipse.sisu + org.eclipse.sisu.plexus + ${sisu.version} + + + * + * + + + + + org.codehaus.plexus + plexus-cipher + ${plexus-cipher.version} + + + org.codehaus.plexus + plexus-interpolation + ${plexus-interpolation.version} + + + org.codehaus.plexus + plexus-sec-dispatcher + ${plexus-sec-dispatcher.version} + + + org.codehaus.plexus + plexus-utils + ${plexus-utils.version} + + + org.graalvm.sdk + nativeimage + ${graal-sdk.version} + + + org.jboss.logmanager + jboss-logmanager + ${jboss-logmanager.version} + + + org.jboss.modules + jboss-modules + + + org.eclipse.parsson + jakarta.json + + + + + org.jboss.logging + jboss-logging + ${jboss-logging.version} + + + org.jboss.logging + commons-logging-jboss-logging + ${commons-logging-jboss-logging.version} + + + org.jboss.slf4j + slf4j-jboss-logmanager + ${slf4j-jboss-logmanager.version} + + + org.slf4j + slf4j-api + ${slf4j-api.version} + + + org.codehaus.plexus + plexus-classworlds + ${plexus-classworlds.version} + + + * + * + + + + + io.github.crac + org-crac + ${org-crac.version} + + + io.smallrye.beanbag + smallrye-beanbag-maven + ${smallrye-beanbag.version} + + + org.slf4j + jcl-over-slf4j + + + + + + io.smallrye.common + smallrye-common-bom + ${smallrye-common.version} + pom + import + + + diff --git a/independent-projects/bootstrap/classloader-commons/pom.xml b/independent-projects/bootstrap/classloader-commons/pom.xml index bb04452f9b68f..767822d356f5d 100644 --- a/independent-projects/bootstrap/classloader-commons/pom.xml +++ b/independent-projects/bootstrap/classloader-commons/pom.xml @@ -1,43 +1,41 @@ - - 4.0.0 - - quarkus-bootstrap-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - - quarkus-classloader-commons - Quarkus - Bootstrap - Classloader common utilities + + 4.0.0 + + io.quarkus + quarkus-bootstrap-parent + 999-SNAPSHOT + ../pom.xml + - - - - io.quarkus - quarkus-bootstrap-bom - ${project.version} - pom - import - - - io.quarkus - quarkus-bootstrap-bom-test - ${project.version} - pom - import - - - + quarkus-classloader-commons + Quarkus - Bootstrap - Classloader common utilities + - - org.junit.jupiter - junit-jupiter - test - + + io.quarkus + quarkus-bootstrap-bom + ${project.version} + pom + import + + + io.quarkus + quarkus-bootstrap-bom-test + ${project.version} + pom + import + + + + + + org.junit.jupiter + junit-jupiter + test + + diff --git a/independent-projects/bootstrap/core/pom.xml b/independent-projects/bootstrap/core/pom.xml index 979084d2e47d5..15e10d4575fbd 100644 --- a/independent-projects/bootstrap/core/pom.xml +++ b/independent-projects/bootstrap/core/pom.xml @@ -1,124 +1,122 @@ - - - quarkus-bootstrap-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 - - quarkus-bootstrap-core - Quarkus - Bootstrap - Core + + 4.0.0 + + io.quarkus + quarkus-bootstrap-parent + 999-SNAPSHOT + ../pom.xml + - - - - io.quarkus - quarkus-bootstrap-bom - ${project.version} - pom - import - - - io.quarkus - quarkus-bootstrap-bom-test - ${project.version} - pom - import - - - + quarkus-bootstrap-core + Quarkus - Bootstrap - Core + - - io.quarkus - quarkus-classloader-commons - - - io.quarkus - quarkus-bootstrap-app-model - - - io.quarkus - quarkus-bootstrap-maven-resolver - provided - - - io.quarkus - quarkus-bootstrap-gradle-resolver - provided - - - io.smallrye.common - smallrye-common-io - - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - - org.jboss.shrinkwrap - shrinkwrap-depchain - pom - test - - - - io.quarkus - quarkus-bootstrap-bom - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-bootstrap-bom-test - ${project.version} - pom - test - - - * - * - - - + + io.quarkus + quarkus-bootstrap-bom + ${project.version} + pom + import + + + io.quarkus + quarkus-bootstrap-bom-test + ${project.version} + pom + import + + + + + + io.quarkus + quarkus-classloader-commons + + + io.quarkus + quarkus-bootstrap-app-model + + + io.quarkus + quarkus-bootstrap-maven-resolver + provided + + + io.quarkus + quarkus-bootstrap-gradle-resolver + provided + + + io.smallrye.common + smallrye-common-io + + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + + org.jboss.shrinkwrap + shrinkwrap-depchain + pom + test + + + + io.quarkus + quarkus-bootstrap-bom + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-bootstrap-bom-test + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - - - - - + + + + true + src/main/resources + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + diff --git a/independent-projects/bootstrap/gradle-resolver/pom.xml b/independent-projects/bootstrap/gradle-resolver/pom.xml index aa1c098d49189..7400088fc1799 100644 --- a/independent-projects/bootstrap/gradle-resolver/pom.xml +++ b/independent-projects/bootstrap/gradle-resolver/pom.xml @@ -1,143 +1,141 @@ - - - quarkus-bootstrap-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 - - quarkus-bootstrap-gradle-resolver - Quarkus - Bootstrap - Gradle Resolver + + 4.0.0 + + io.quarkus + quarkus-bootstrap-parent + 999-SNAPSHOT + ../pom.xml + - - - - io.quarkus - quarkus-bootstrap-bom - ${project.version} - pom - import - - - io.quarkus - quarkus-bootstrap-bom-test - ${project.version} - pom - import - - - + quarkus-bootstrap-gradle-resolver + Quarkus - Bootstrap - Gradle Resolver + - - io.quarkus - quarkus-bootstrap-app-model - - - org.gradle - gradle-tooling-api - - true - - - org.jboss.logging - jboss-logging - - - org.jboss.slf4j - slf4j-jboss-logmanager - - - org.junit.jupiter - junit-jupiter - test - + true + + + org.jboss.logging + jboss-logging + + + org.jboss.slf4j + slf4j-jboss-logmanager + + + org.junit.jupiter + junit-jupiter + test + - - io.quarkus - quarkus-bootstrap-bom - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-bootstrap-bom-test - ${project.version} - pom - test - - - * - * - - - - + + io.quarkus + quarkus-bootstrap-bom + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-bootstrap-bom-test + ${project.version} + pom + test + + + * + * + + + + - - - - - org.apache.maven.plugins - maven-shade-plugin - 3.4.1 - - - package - - shade - - - true - - - org.gradle:gradle-tooling-api - - - - - *:* - - META-INF/* - - - - - - - - - - - - - - - - gradle-dependencies - Gradle releases repository - https://repo.gradle.org/artifactory/libs-releases - - false - - - + + org.apache.maven.plugins + maven-shade-plugin + 3.4.1 + + + + shade + + package + + true + + + org.gradle:gradle-tooling-api + + + + + *:* + + META-INF/* + + + + + + + + + + + + diff --git a/independent-projects/bootstrap/maven-resolver/pom.xml b/independent-projects/bootstrap/maven-resolver/pom.xml index ee02443b7e1f0..b67e4cd10d30a 100644 --- a/independent-projects/bootstrap/maven-resolver/pom.xml +++ b/independent-projects/bootstrap/maven-resolver/pom.xml @@ -1,191 +1,190 @@ - - - quarkus-bootstrap-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 - - quarkus-bootstrap-maven-resolver - Quarkus - Bootstrap - Maven Resolver + + 4.0.0 + + io.quarkus + quarkus-bootstrap-parent + 999-SNAPSHOT + ../pom.xml + - - - - io.quarkus - quarkus-bootstrap-bom - ${project.version} - pom - import - - - io.quarkus - quarkus-bootstrap-bom-test - ${project.version} - pom - import - - - + quarkus-bootstrap-maven-resolver + Quarkus - Bootstrap - Maven Resolver + - - io.quarkus - quarkus-classloader-commons - - - io.smallrye.beanbag - smallrye-beanbag-maven - - - commons-io - commons-io - - - org.jsoup - jsoup - - - - - io.quarkus - quarkus-bootstrap-app-model - - - io.quarkus - quarkus-fs-util - - - org.jboss.logmanager - jboss-logmanager - - - org.jboss.slf4j - slf4j-jboss-logmanager - - - org.jboss.logging - jboss-logging - - - org.slf4j - slf4j-api - - - org.apache.maven - maven-embedder - - - org.eclipse.sisu - org.eclipse.sisu.plexus - - - org.apache.maven - maven-settings-builder - - - org.apache.maven - maven-resolver-provider - - - org.apache.maven.resolver - maven-resolver-connector-basic - - - org.apache.maven.resolver - maven-resolver-transport-wagon - - - org.apache.maven.wagon - wagon-provider-api - - - - - org.apache.maven.wagon - wagon-http - - - org.slf4j - jcl-over-slf4j - - - org.slf4j - slf4j-simple - - - - - org.apache.maven.wagon - wagon-file - - - org.slf4j - slf4j-simple - - - - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - - - io.quarkus - quarkus-bootstrap-bom - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-bootstrap-bom-test - ${project.version} - pom - test - - - * - * - - - + + io.quarkus + quarkus-bootstrap-bom + ${project.version} + pom + import + + + io.quarkus + quarkus-bootstrap-bom-test + ${project.version} + pom + import + + + + + + io.quarkus + quarkus-classloader-commons + + + io.smallrye.beanbag + smallrye-beanbag-maven + + + commons-io + commons-io + + + org.jsoup + jsoup + + + + + io.quarkus + quarkus-bootstrap-app-model + + + io.quarkus + quarkus-fs-util + + + org.jboss.logmanager + jboss-logmanager + + + org.jboss.slf4j + slf4j-jboss-logmanager + + + org.jboss.logging + jboss-logging + + + org.slf4j + slf4j-api + + + org.apache.maven + maven-embedder + + + org.eclipse.sisu + org.eclipse.sisu.plexus + + + org.apache.maven + maven-settings-builder + + + org.apache.maven + maven-resolver-provider + + + org.apache.maven.resolver + maven-resolver-connector-basic + + + org.apache.maven.resolver + maven-resolver-transport-wagon + + + + org.apache.maven.wagon + wagon-provider-api + + + + + org.apache.maven.wagon + wagon-http + + + org.slf4j + jcl-over-slf4j + + + org.slf4j + slf4j-simple + + + + + org.apache.maven.wagon + wagon-file + + + org.slf4j + slf4j-simple + + + + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + + + io.quarkus + quarkus-bootstrap-bom + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-bootstrap-bom-test + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - --add-opens java.base/java.util=ALL-UNNAMED - - - - - + + + + true + src/main/resources + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + --add-opens java.base/java.util=ALL-UNNAMED + + + + + diff --git a/independent-projects/bootstrap/pom.xml b/independent-projects/bootstrap/pom.xml index 99e147a217ddb..88c6bee01d1b7 100644 --- a/independent-projects/bootstrap/pom.xml +++ b/independent-projects/bootstrap/pom.xml @@ -1,232 +1,235 @@ - - 4.0.0 - - io.quarkus - quarkus-parent - 999-SNAPSHOT - ../parent/pom.xml - - quarkus-bootstrap-parent - Quarkus - Bootstrap - Parent + + + 4.0.0 + + io.quarkus + quarkus-parent + 999-SNAPSHOT + ../parent/pom.xml + + quarkus-bootstrap-parent + pom + Quarkus - Bootstrap - Parent + https://github.com/quarkusio/quarkus + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + bom + bom-test + app-model + maven-resolver + core + runner + gradle-resolver + classloader-commons + benchmarks + + + scm:git:git@github.com:quarkusio/quarkus.git + scm:git:git@github.com:quarkusio/quarkus.git + HEAD https://github.com/quarkusio/quarkus - pom - - - Apache License, Version 2.0 - repo - https://www.apache.org/licenses/LICENSE-2.0.html - - - - https://github.com/quarkusio/quarkus - scm:git:git@github.com:quarkusio/quarkus.git - scm:git:git@github.com:quarkusio/quarkus.git - HEAD - - - 1.0.0 - 1.3.2 - 1 - UTF-8 - 3.3.1 - 1.37 + + + 1.0.0 + 1.3.2 + 1 + UTF-8 + 3.3.1 + 1.37 - - 3.27.3 - 0.9.5 - 3.6.1.Final - 5.13.1 - 3.9.9 - 0.9.0.M4 - 3.13.1 - 1.9.22 - 3.4.2 - 3.5.3 - 4.4.16 - 4.5.14 - 1.0.0.Final - 3.0.0 - 4.1.0 - 2.0.1 - 1.18.0 - 2.19.0 - 3.17.0 - 33.4.8-jre - 1.0.1 - 2.8 - 1.2.6 - 3.1.2.Final - 1.1.0.Final - 2.0.6 - 23.1.0 - 2.6.0 - 2.0 - 1.26 - 2.0 - 3.5.1 - 2.12.0 - 1.5.3 - 8.14 - 1.0.0 - 0.1.3 - - - bom - bom-test - app-model - maven-resolver - core - runner - gradle-resolver - classloader-commons - benchmarks - - - - - - maven-compiler-plugin - - - io.smallrye - jandex-maven-plugin - ${jandex.version} - - - maven-javadoc-plugin - - true - none - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - io.quarkus - quarkus-enforcer-rules - ${project.version} - - - - - enforce - ${maven-enforcer-plugin.phase} - - - - - classpath:enforcer-rules/quarkus-require-java-version.xml - - - classpath:enforcer-rules/quarkus-require-maven-version.xml - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - - - com.google.code.findbugs:jsr305 - - com.google.guava:listenablefuture - - - - - - enforce - - - - - - maven-surefire-plugin - - - - - -Djava.io.tmpdir="${project.build.directory}" - MAVEN_OPTS - - - - org.apache.maven.plugins - maven-plugin-plugin - - quarkus-bootstrap - true - - - - help-goal - - helpmojo - - - - default-descriptor - process-classes - - - - - - + + 3.27.3 + 0.9.5 + 3.6.1.Final + 5.13.1 + 3.9.9 + + 0.9.0.M4 + + 3.13.1 + 1.9.22 + 3.4.2 + + 3.5.3 + 4.4.16 + + 4.5.14 + 1.0.0.Final + 3.0.0 + 4.1.0 + 2.0.1 + 1.18.0 + 2.19.0 + 3.17.0 + 33.4.8-jre + 1.0.1 + + 2.8 + + 1.2.6 + 3.1.2.Final + 1.1.0.Final + 2.0.6 + 23.1.0 + 2.6.0 + + 2.0 + 1.26 + 2.0 + 3.5.1 + 2.12.0 + 1.5.3 + 8.14 + 1.0.0 + 0.1.3 + + + + + + maven-compiler-plugin + + + io.smallrye + jandex-maven-plugin + ${jandex.version} + + + maven-javadoc-plugin + + true + none + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + io.quarkus + quarkus-enforcer-rules + ${project.version} + + + + + enforce + + enforce + + ${maven-enforcer-plugin.phase} + + + + + classpath:enforcer-rules/quarkus-require-java-version.xml + + + classpath:enforcer-rules/quarkus-require-maven-version.xml + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + + + com.google.code.findbugs:jsr305 + + com.google.guava:listenablefuture + + + + + + + + + maven-surefire-plugin + + + + + -Djava.io.tmpdir="${project.build.directory}" + MAVEN_OPTS + + + + org.apache.maven.plugins + maven-plugin-plugin + + quarkus-bootstrap + true + + + + help-goal + + helpmojo + + + + default-descriptor + process-classes + + + + + + - - - quick-build - - - quickly - - - - true - true - true - - - clean install - - - - quick-build-docs - - - quicklyDocs - - - - true - true - true - - - clean install - - - - - quick-build-ci - - - quickly-ci - - - - true - true - true - true - - - + + + quick-build + + + quickly + + + + true + true + true + + + clean install + + + + quick-build-docs + + + quicklyDocs + + + + true + true + true + + + clean install + + + + + quick-build-ci + + + quickly-ci + + + + true + true + true + true + + + diff --git a/independent-projects/bootstrap/runner/pom.xml b/independent-projects/bootstrap/runner/pom.xml index 9d964bc5b0920..f207e3b48a97e 100644 --- a/independent-projects/bootstrap/runner/pom.xml +++ b/independent-projects/bootstrap/runner/pom.xml @@ -1,106 +1,102 @@ - - - quarkus-bootstrap-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-bootstrap-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-bootstrap-runner - Quarkus - Bootstrap - Runner - - The entry point for production applications using the custom ClassLoader. + quarkus-bootstrap-runner + Quarkus - Bootstrap - Runner + The entry point for production applications using the custom ClassLoader. This contains the production ClassLoader code and must not have any non - parent first dependencies. - - - - - - io.quarkus - quarkus-bootstrap-bom - ${project.version} - pom - import - - - io.quarkus - quarkus-bootstrap-bom-test - ${project.version} - pom - import - - - + parent first dependencies. + - - io.quarkus - quarkus-classloader-commons - - - io.smallrye.common - smallrye-common-io - - - org.jboss.logmanager - jboss-logmanager - - - org.jboss.logging - jboss-logging - - - io.github.crac - org-crac - - - org.junit.jupiter - junit-jupiter - test - - - org.jboss.shrinkwrap - shrinkwrap-depchain - pom - test - - - org.assertj - assertj-core - test - - - - io.quarkus - quarkus-bootstrap-bom - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-bootstrap-bom-test - ${project.version} - pom - test - - - * - * - - - + + io.quarkus + quarkus-bootstrap-bom + ${project.version} + pom + import + + + io.quarkus + quarkus-bootstrap-bom-test + ${project.version} + pom + import + + + + + + io.quarkus + quarkus-classloader-commons + + + io.smallrye.common + smallrye-common-io + + + org.jboss.logmanager + jboss-logmanager + + + org.jboss.logging + jboss-logging + + + io.github.crac + org-crac + + + org.junit.jupiter + junit-jupiter + test + + + org.jboss.shrinkwrap + shrinkwrap-depchain + pom + test + + + org.assertj + assertj-core + test + + + + io.quarkus + quarkus-bootstrap-bom + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-bootstrap-bom-test + ${project.version} + pom + test + + + * + * + + + + diff --git a/independent-projects/enforcer-rules/pom.xml b/independent-projects/enforcer-rules/pom.xml index d11b0c772cdfd..40ed807427f2f 100644 --- a/independent-projects/enforcer-rules/pom.xml +++ b/independent-projects/enforcer-rules/pom.xml @@ -1,166 +1,164 @@ - - 4.0.0 - - io.quarkus - quarkus-parent - 999-SNAPSHOT - ../parent/pom.xml - - quarkus-enforcer-rules - Quarkus - Enforcer Rules - https://github.com/quarkusio/quarkus + + 4.0.0 + + io.quarkus + quarkus-parent 999-SNAPSHOT - - - Apache License, Version 2.0 - repo - https://www.apache.org/licenses/LICENSE-2.0.html - - - - https://github.com/quarkusio/quarkus - scm:git:git@github.com:quarkusio/quarkus.git - scm:git:git@github.com:quarkusio/quarkus.git - HEAD - - - UTF-8 + ../parent/pom.xml + + quarkus-enforcer-rules + 999-SNAPSHOT + Quarkus - Enforcer Rules + https://github.com/quarkusio/quarkus + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + scm:git:git@github.com:quarkusio/quarkus.git + scm:git:git@github.com:quarkusio/quarkus.git + HEAD + https://github.com/quarkusio/quarkus + + + UTF-8 - - 3.0.0-M3 - 3.9.0 - 3.9.9 + + 3.0.0-M3 + 3.9.0 + 3.9.9 - - [3.6.2,) - + [3.6.2,) + - - - org.apache.maven.enforcer - enforcer-api - ${enforcer-api.version} - provided - - - - org.eclipse.sisu - org.eclipse.sisu.plexus - - - - - org.apache.maven - maven-core - ${maven-core.version} - provided - - - - * - * - - - - + + + org.apache.maven.enforcer + enforcer-api + ${enforcer-api.version} + provided + + + + org.eclipse.sisu + org.eclipse.sisu.plexus + + + + + org.apache.maven + maven-core + ${maven-core.version} + provided + + + + * + * + + + + - - - - src/main/resources - true - - - - - maven-invoker-plugin - ${maven-invoker-plugin.version} - - - ${skipTests} - ${project.build.directory}/it - src/it/settings.xml - ${project.build.directory}/local-repo - verify - - - - integration-test - - install - run - - - - - - org.apache.groovy - groovy - 4.0.27 - - - - - + + + + true + src/main/resources + + + + + maven-invoker-plugin + ${maven-invoker-plugin.version} + + + ${skipTests} + ${project.build.directory}/it + src/it/settings.xml + ${project.build.directory}/local-repo + verify + + + + + org.apache.groovy + groovy + 4.0.27 + + + + + integration-test + + install + run + + + + + + - - - quick-build - - - quickly - - - - true - true - true - true - - - clean install - - - - quick-build-docs - - - quicklyDocs - - - - true - true - true - true - - - clean install - - - - - quick-build-ci - - - quickly-ci - - - - true - true - true - true - true - - - + + + quick-build + + + quickly + + + + true + true + true + true + + + + clean install + + + + quick-build-docs + + + quicklyDocs + + + + true + true + true + true + + + clean install + + + + + quick-build-ci + + + quickly-ci + + + + true + true + true + true + true + + + + diff --git a/independent-projects/extension-maven-plugin/pom.xml b/independent-projects/extension-maven-plugin/pom.xml index 2f40e9133ba36..aae6f260ff3db 100644 --- a/independent-projects/extension-maven-plugin/pom.xml +++ b/independent-projects/extension-maven-plugin/pom.xml @@ -1,448 +1,445 @@ - - 4.0.0 - - io.quarkus - quarkus-parent - 999-SNAPSHOT - ../parent/pom.xml - - quarkus-extension-maven-plugin + + + 4.0.0 + + io.quarkus + quarkus-parent 999-SNAPSHOT - Quarkus - Extension Maven plugin + ../parent/pom.xml + + quarkus-extension-maven-plugin + 999-SNAPSHOT + maven-plugin + Quarkus - Extension Maven plugin + https://github.com/quarkusio/quarkus + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + scm:git:git@github.com:quarkusio/quarkus.git + scm:git:git@github.com:quarkusio/quarkus.git + HEAD https://github.com/quarkusio/quarkus - maven-plugin - - - Apache License, Version 2.0 - repo - https://www.apache.org/licenses/LICENSE-2.0.html - - - - https://github.com/quarkusio/quarkus - scm:git:git@github.com:quarkusio/quarkus.git - scm:git:git@github.com:quarkusio/quarkus.git - HEAD - - - 1.0.0 - 1.3.2 - 1 - UTF-8 - - 11 - 11 - 3.9.9 - 2.19.0 - 1.5.3 - 5.13.1 - 5.18.0 - - - - - src/test/resources - false - - - src/test/resources-filtered - true - - - - - - maven-compiler-plugin - - - maven-javadoc-plugin - - true - none - - - - - maven-clean-plugin - - - - src/test/resources - - **/target/** - - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - io.quarkus - quarkus-enforcer-rules - ${project.version} - - - - - enforce - ${maven-enforcer-plugin.phase} - - - - - classpath:enforcer-rules/quarkus-require-java-version.xml - - - classpath:enforcer-rules/quarkus-require-maven-version.xml - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - - - com.google.code.findbugs:jsr305 - - com.google.guava:listenablefuture - - - - - - enforce - - - - - - maven-surefire-plugin - - - - - -Djava.io.tmpdir="${project.build.directory}" - MAVEN_OPTS - - - - - - - org.eclipse.sisu - sisu-maven-plugin - 0.3.5 - - - index-project - - main-index - test-index - - - - - - org.apache.maven.plugins - maven-plugin-plugin - - quarkus-extension - true - - - - help-goal - - helpmojo - - - - default-descriptor - process-classes - - - - - - - - - - io.quarkus - quarkus-bootstrap-bom - ${project.version} - pom - import - - - io.quarkus - quarkus-bootstrap-bom-test - ${project.version} - pom - import - - - - com.fasterxml.jackson - jackson-bom - ${jackson-bom.version} - import - pom - - - - io.smallrye.beanbag - smallrye-beanbag-bom - ${smallrye-beanbag.version} - import - pom - - - - org.junit - junit-bom - ${junit5.version} - import - pom - - - - org.mockito - mockito-bom - ${mockito.version} - import - pom - - - + + + 1.0.0 + 1.3.2 + 1 + UTF-8 + + 11 + 11 + 3.9.9 + 2.19.0 + 1.5.3 + 5.13.1 + 5.18.0 + + - - io.quarkus - quarkus-bootstrap-core - - - io.quarkus - quarkus-bootstrap-maven-resolver - - - io.quarkus - quarkus-devtools-common - ${project.version} - - - io.quarkus - quarkus-devtools-codestarts - - - - - javax.inject - javax.inject - - - org.apache.maven - maven-plugin-api - provided - - - org.apache.maven.plugin-tools - maven-plugin-annotations - - - org.apache.maven - maven-core - provided - - - org.apache.maven - maven-embedder - provided - - - org.apache.maven - maven-settings-builder - provided - - - org.apache.maven - maven-resolver-provider - provided - - - org.apache.maven - maven-model - provided - - - org.apache.maven - maven-model-builder - provided - - - org.apache.maven - maven-artifact - provided - - - org.apache.maven - maven-settings - provided - - - org.apache.maven - maven-builder-support - provided - - - org.apache.maven - maven-repository-metadata - provided - - - commons-io - commons-io - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - - - jakarta.inject - jakarta.inject-api - + + io.quarkus + quarkus-bootstrap-bom + ${project.version} + pom + import + + + io.quarkus + quarkus-bootstrap-bom-test + ${project.version} + pom + import + + + + com.fasterxml.jackson + jackson-bom + ${jackson-bom.version} + pom + import + + + + io.smallrye.beanbag + smallrye-beanbag-bom + ${smallrye-beanbag.version} + pom + import + + + + org.junit + junit-bom + ${junit5.version} + pom + import + + + + org.mockito + mockito-bom + ${mockito.version} + pom + import + + + - - io.smallrye.beanbag - smallrye-beanbag - - - io.smallrye.beanbag - smallrye-beanbag-maven - - - - * - * - - - - - io.smallrye.beanbag - smallrye-beanbag-sisu - - - javax.inject - javax.inject - - - + + * + * + + + + + io.smallrye.beanbag + smallrye-beanbag-sisu + + + javax.inject + javax.inject + + + - - org.junit.jupiter - junit-jupiter - test - - - org.apache.maven.plugin-testing - maven-plugin-testing-harness - test - - - - org.apache.maven - maven-compat - ${maven-core.version} - test - - - - org.mockito - mockito-core - test - - - uk.org.webcompere - system-stubs-jupiter - 2.1.7 - test - - - org.apache.maven.shared - maven-invoker - 3.2.0 - test - - - javax.inject - javax.inject - - - - + + org.junit.jupiter + junit-jupiter + test + + + org.apache.maven.plugin-testing + maven-plugin-testing-harness + test + + + + org.apache.maven + maven-compat + ${maven-core.version} + test + + + + org.mockito + mockito-core + test + + + uk.org.webcompere + system-stubs-jupiter + 2.1.7 + test + + + org.apache.maven.shared + maven-invoker + 3.2.0 + test + + + javax.inject + javax.inject + + + + + + + + false + src/test/resources + + + true + src/test/resources-filtered + + + + + + maven-compiler-plugin + + + maven-javadoc-plugin + + true + none + + + + + maven-clean-plugin + + + + src/test/resources + + **/target/** + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + io.quarkus + quarkus-enforcer-rules + ${project.version} + + + + + enforce + + enforce + + ${maven-enforcer-plugin.phase} + + + + + classpath:enforcer-rules/quarkus-require-java-version.xml + + + classpath:enforcer-rules/quarkus-require-maven-version.xml + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + + + com.google.code.findbugs:jsr305 + + com.google.guava:listenablefuture + + + + + + + + + maven-surefire-plugin + + + + + -Djava.io.tmpdir="${project.build.directory}" + MAVEN_OPTS + + + + + + + org.eclipse.sisu + sisu-maven-plugin + 0.3.5 + + + index-project + + main-index + test-index + + + + + + org.apache.maven.plugins + maven-plugin-plugin + + quarkus-extension + true + + + + help-goal + + helpmojo + + + + default-descriptor + process-classes + + + + + - - - quick-build - - - quickly - - - - true - true - true - - - clean install - - - - quick-build-docs - - - quicklyDocs - - - - true - true - true - - - clean install - - - - - quick-build-ci - - - quickly-ci - - - - true - true - true - true - - - + + + quick-build + + + quickly + + + + true + true + true + + + clean install + + + + quick-build-docs + + + quicklyDocs + + + + true + true + true + + + clean install + + + + + quick-build-ci + + + quickly-ci + + + + true + true + true + true + + + diff --git a/independent-projects/ide-config/pom.xml b/independent-projects/ide-config/pom.xml index dd1b720fe6633..b309654112a9e 100644 --- a/independent-projects/ide-config/pom.xml +++ b/independent-projects/ide-config/pom.xml @@ -1,112 +1,107 @@ - - - io.quarkus - quarkus-parent - 999-SNAPSHOT - ../parent/pom.xml - - 4.0.0 - - quarkus-ide-config - Quarkus - IDE/Tools - Config - https://github.com/quarkusio/quarkus + + 4.0.0 + + io.quarkus + quarkus-parent 999-SNAPSHOT - jar + ../parent/pom.xml + - - - Apache License, Version 2.0 - repo - https://www.apache.org/licenses/LICENSE-2.0.html - - + quarkus-ide-config + 999-SNAPSHOT + jar + Quarkus - IDE/Tools - Config + https://github.com/quarkusio/quarkus - - https://github.com/quarkusio/quarkus - scm:git:git@github.com:quarkusio/quarkus.git - scm:git:git@github.com:quarkusio/quarkus.git - HEAD - + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + + scm:git:git@github.com:quarkusio/quarkus.git + scm:git:git@github.com:quarkusio/quarkus.git + HEAD + https://github.com/quarkusio/quarkus + - - UTF-8 - + + UTF-8 + - - - - - maven-surefire-plugin - - ${jacoco.agent.argLine} - - - - maven-jar-plugin - - - false - - - - - - + + + + + maven-surefire-plugin + + ${jacoco.agent.argLine} + + + + maven-jar-plugin + + + false + + + + + + - - - quick-build - - - quickly - - - - true - true - true - - - clean install - - - - quick-build-docs - - - quicklyDocs - - - - true - true - true - - - clean install - - - - - quick-build-ci - - - quickly-ci - - - - true - true - true - true - - - + + + quick-build + + + quickly + + + + true + true + true + + + clean install + + + + quick-build-docs + + + quicklyDocs + + + + true + true + true + + + clean install + + + + + quick-build-ci + + + quickly-ci + + + + true + true + true + true + + + diff --git a/independent-projects/junit5-virtual-threads/pom.xml b/independent-projects/junit5-virtual-threads/pom.xml index b8ab621cf736b..0603c99cabf60 100644 --- a/independent-projects/junit5-virtual-threads/pom.xml +++ b/independent-projects/junit5-virtual-threads/pom.xml @@ -1,212 +1,208 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-parent - 999-SNAPSHOT - ../parent/pom.xml - + + io.quarkus + quarkus-parent + 999-SNAPSHOT + ../parent/pom.xml + - io.quarkus.junit5 - junit5-virtual-threads + io.quarkus.junit5 + junit5-virtual-threads - Quarkus - JUnit 5 Extension - Virtual Threads - Module that allows detecting virtual threads pinning - https://github.com/quarkusio/quarkus - - - - Apache License, Version 2.0 - repo - https://www.apache.org/licenses/LICENSE-2.0.html - - + Quarkus - JUnit 5 Extension - Virtual Threads + Module that allows detecting virtual threads pinning + https://github.com/quarkusio/quarkus - - https://github.com/quarkusio/quarkus - scm:git:git@github.com:quarkusio/quarkus.git - scm:git:git@github.com:quarkusio/quarkus.git - HEAD - + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + - - UTF-8 + + scm:git:git@github.com:quarkusio/quarkus.git + scm:git:git@github.com:quarkusio/quarkus.git + HEAD + https://github.com/quarkusio/quarkus + - 3.14.0 - 3.2.1 - 3.5.2 - 3.3.1 + + UTF-8 - 5.13.1 - 1.13.1 - 3.27.3 - + 3.14.0 + 3.2.1 + 3.5.2 + 3.3.1 - - - - - org.junit - junit-bom - ${junit5.version} - import - pom - - - + 5.13.1 + 1.13.1 + 3.27.3 + + - - org.junit.jupiter - junit-jupiter - compile - - - org.junit.platform - junit-platform-testkit - ${junit.testkit.version} - - - org.assertj - assertj-core - ${assertj.version} - test - + + + org.junit + junit-bom + ${junit5.version} + pom + import + + + + + + org.junit.jupiter + junit-jupiter + compile + + + org.junit.platform + junit-platform-testkit + ${junit.testkit.version} + + + org.assertj + assertj-core + ${assertj.version} + test + + - - - - - maven-compiler-plugin - ${compiler.plugin.version} - - - io.smallrye - jandex-maven-plugin - ${jandex.version} - - - maven-javadoc-plugin - - true - none - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - io.quarkus - quarkus-enforcer-rules - ${project.version} - - - - - enforce - ${maven-enforcer-plugin.phase} - - - - - classpath:enforcer-rules/quarkus-require-java-version.xml - - - classpath:enforcer-rules/quarkus-require-maven-version.xml - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - - - com.google.code.findbugs:jsr305 - - com.google.guava:listenablefuture - - - - - - enforce - - - - - - maven-surefire-plugin - ${surefire.plugin.version} - - - - - -Djava.io.tmpdir="${project.build.directory}" - MAVEN_OPTS - - io.quarkus.test.junit5.virtual.internal.ignore.**Test.java - - - - - - + + + + + maven-compiler-plugin + ${compiler.plugin.version} + + + io.smallrye + jandex-maven-plugin + ${jandex.version} + + + maven-javadoc-plugin + + true + none + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + io.quarkus + quarkus-enforcer-rules + ${project.version} + + + + + enforce + + enforce + + ${maven-enforcer-plugin.phase} + + + + + classpath:enforcer-rules/quarkus-require-java-version.xml + + + classpath:enforcer-rules/quarkus-require-maven-version.xml + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + + + com.google.code.findbugs:jsr305 + + com.google.guava:listenablefuture + + + + + + + + + maven-surefire-plugin + ${surefire.plugin.version} + + + + + -Djava.io.tmpdir="${project.build.directory}" + MAVEN_OPTS + + io.quarkus.test.junit5.virtual.internal.ignore.**Test.java + + + + + + - - - quick-build - - - quickly - - - - true - true - true - - - clean install - - - - quick-build-docs - - - quicklyDocs - - - - true - true - true - - - clean install - - - - - quick-build-ci - - - quickly-ci - - - - true - true - true - true - - - + + + quick-build + + + quickly + + + + true + true + true + + + clean install + + + + quick-build-docs + + + quicklyDocs + + + + true + true + true + + + clean install + + + + + quick-build-ci + + + quickly-ci + + + + true + true + true + true + + + diff --git a/independent-projects/parent/pom.xml b/independent-projects/parent/pom.xml index c76ebd4b59267..5ddfcfa5a056a 100644 --- a/independent-projects/parent/pom.xml +++ b/independent-projects/parent/pom.xml @@ -1,519 +1,504 @@ - - 4.0.0 - io.quarkus - quarkus-parent - 999-SNAPSHOT + + 4.0.0 + io.quarkus + quarkus-parent + 999-SNAPSHOT - Quarkus - Parent POM - Quarkus Parent POM - https://quarkus.io + pom - 2020 + Quarkus - Parent POM + Quarkus Parent POM + https://quarkus.io - pom + 2020 - - - 3.4.0 - 3.6.1 - 3.2.1 - 3.5.0 - 3.14.0 - 3.8.1 - 3.1.4 - 3.5.0 - 3.5.1 - 2.26.0 - 3.2.7 - 1.12.0 - 3.1.4 - 3.11.2 - 3.4.2 - 3.15.1 - 3.1.1 - 3.3.1 - + 3.4.0 + 3.6.1 + 3.2.1 + 3.5.0 + 3.14.0 + 3.8.1 + 3.1.4 + 3.5.0 + 3.5.1 + 2.26.0 + 3.2.7 + 1.12.0 + 3.1.4 + 3.11.2 + 3.4.2 + 3.15.1 + 3.1.1 + 3.3.1 + - 3.2.1 - 3.3.1 - 3.5.3 - ${version.surefire.plugin} - 2.18.0 - 1.1.3 - - 3.4 + 3.2.1 + 3.3.1 + 3.5.3 + ${version.surefire.plugin} + 2.18.0 + 1.1.3 + + 3.4 - - false + + false - - true - 17 - 17 - 17 - ${maven.compiler.release} - ${maven.compiler.release} - ${maven.compiler.target} - ${maven.compiler.source} - false + + true + 17 + 17 + 17 + ${maven.compiler.release} + ${maven.compiler.release} + ${maven.compiler.target} + ${maven.compiler.source} + false - - UTF-8 - UTF-8 + + UTF-8 + UTF-8 - - 2024-01-01T00:00:00Z + + 2024-01-01T00:00:00Z - - ${maven.compiler.target} - ${maven.compiler.source} - ${maven.compiler.testTarget} - ${maven.compiler.testSource} + ${maven.compiler.target} + ${maven.compiler.source} + ${maven.compiler.testTarget} + ${maven.compiler.testSource} - - 3.9.6 - ${maven.compiler.argument.source} - ERROR + + 3.9.6 + ${maven.compiler.argument.source} + ERROR - - false - + + false + - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - GitHub - https://github.com/quarkusio/quarkus/issues - - - - - quarkus - Quarkus Community - - + + + + + org.apache.maven.plugins + maven-archetype-plugin + ${version.archetype.plugin} + + + org.apache.maven.plugins + maven-compiler-plugin + ${version.compiler.plugin} + + + org.apache.maven.plugins + maven-dependency-plugin + ${version.dependency.plugin} + + + org.apache.maven.plugins + maven-gpg-plugin + ${version.gpg.plugin} + + + org.codehaus.mojo + build-helper-maven-plugin + ${version.buildhelper.plugin} + + + org.codehaus.mojo + buildnumber-maven-plugin + ${version.buildnumber.plugin} + + + org.apache.maven.plugins + maven-clean-plugin + ${version.clean.plugin} + + + org.apache.maven.plugins + maven-enforcer-plugin + ${version.enforcer.plugin} + + + org.apache.maven.plugins + maven-install-plugin + ${version.install.plugin} + + + org.apache.maven.plugins + maven-javadoc-plugin + ${version.javadoc.plugin} + + + org.apache.maven.plugins + maven-jar-plugin + ${version.jar.plugin} + + + true + + true + true + + + ${project.url} + ${project.scm.url} + ${project.scm.connection} + Apache License 2.0 + ${buildNumber} + + + + + + org.apache.maven.plugins + maven-deploy-plugin + ${version.deploy.plugin} + + + org.apache.maven.plugins + maven-plugin-plugin + ${version.plugin.plugin} + + + org.apache.maven.plugins + maven-shade-plugin + ${version.shade.plugin} + + + org.apache.maven.plugins + maven-release-plugin + ${version.release.plugin} + + clean install + true + @{project.version} + false + true + false + + + + org.apache.maven.plugins + maven-resources-plugin + ${version.resources.plugin} + + \ + + + + org.apache.maven.plugins + maven-source-plugin + ${version.source.plugin} + + + true + + true + true + + + ${project.url} + ${project.scm.url} + ${project.scm.connection} + + + + + + net.revelc.code.formatter + formatter-maven-plugin + ${version.formatter.plugin} + + + .cache/formatter-maven-plugin-${version.formatter.plugin} + eclipse-format.xml + LF + ${format.skip} + + + + io.quarkus + quarkus-ide-config + ${project.version} + + + + + net.revelc.code + impsort-maven-plugin + ${version.impsort.plugin} + + + .cache/impsort-maven-plugin-${version.impsort.plugin} + java.,javax.,jakarta.,org.,com. + * + ${format.skip} + true + + + + com.github.ekryd.sortpom + sortpom-maven-plugin + 3.4.1 + + + org.apache.maven.plugins + maven-surefire-plugin + ${version.surefire.plugin} + + + org.jboss.logmanager.LogManager + ${maven.home} + ${settings.localRepository} + ${session.request.userSettingsFile.path} + ${project.build.directory} + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${version.failsafe.plugin} + + + org.jboss.logmanager.LogManager + ${maven.home} + ${settings.localRepository} + ${session.request.userSettingsFile.path} + + + + + it.ozimov + yaml-properties-maven-plugin + ${version.yaml-properties.plugin} + + + org.codehaus.mojo + exec-maven-plugin + ${version.exec.plugin} + + + org.codehaus.mojo + versions-maven-plugin + ${version.versions.plugin} + + + de.thetaphi + forbiddenapis + ${version.forbiddenapis-maven-plugin} + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce + + enforce + + ${maven-enforcer-plugin.phase} + + + + To build this project, don't use maven repositories over HTTP. Please use + HTTPS in your settings.xml or run the build with property + insecure.repositories=WARN + ${insecure.repositories} + + http://* + + + http://* + + + + To build this project JDK ${jdk.min.version} (or greater) is required. + Please install it. + ${jdk.min.version} + + + To build this project Maven ${maven.min.version} (or greater) is required. + Please install it. + ${maven.min.version} + + + + + + - - scm:git:git@github.com:quarkusio/quarkus.git - scm:git:git@github.com:quarkusio/quarkus.git - https://github.com/quarkusio/quarkus - HEAD - + + + org.codehaus.mojo + buildnumber-maven-plugin + + + get-scm-revision + + create + + initialize + + false + false + UNKNOWN + true + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + true + true + ${maven.compiler.argument.source} + ${maven.compiler.argument.target} + ${maven.compiler.argument.testSource} + ${maven.compiler.argument.testTarget} + true + + -Xlint:unchecked + + + - - - quarkus-publish - Quarkus Releases - https://repo.maven.apache.org/maven2 - - - quarkus-publish - Quarkus Snapshots - https://central.sonatype.com/repository/maven-snapshots - - + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + - + + + + + clean-cache + + + clean-cache + !false + + + - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce - ${maven-enforcer-plugin.phase} - - enforce - - - - - To build this project, don't use maven repositories over HTTP. Please use - HTTPS in your settings.xml or run the build with property - insecure.repositories=WARN - - ${insecure.repositories} - - http://* - - - http://* - - - - To build this project JDK ${jdk.min.version} (or greater) is required. - Please install it. - - ${jdk.min.version} - - - To build this project Maven ${maven.min.version} (or greater) is required. - Please install it. - - ${maven.min.version} - - - - - - - - - - org.codehaus.mojo - buildnumber-maven-plugin - - - get-scm-revision - initialize - - create - - - false - false - UNKNOWN - true - - - - - - org.apache.maven.plugins - maven-compiler-plugin + + org.apache.maven.plugins + maven-clean-plugin + + + clean-cache-dirs + + clean + + pre-clean + true - true - true - ${maven.compiler.argument.source} - ${maven.compiler.argument.target} - ${maven.compiler.argument.testSource} - ${maven.compiler.argument.testTarget} - true - - -Xlint:unchecked - + + + .cache + + - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar-no-fork - - - - - + + + - - - - org.apache.maven.plugins - maven-archetype-plugin - ${version.archetype.plugin} - - - org.apache.maven.plugins - maven-compiler-plugin - ${version.compiler.plugin} - - - org.apache.maven.plugins - maven-dependency-plugin - ${version.dependency.plugin} - - - org.apache.maven.plugins - maven-gpg-plugin - ${version.gpg.plugin} - - - org.codehaus.mojo - build-helper-maven-plugin - ${version.buildhelper.plugin} - - - org.codehaus.mojo - buildnumber-maven-plugin - ${version.buildnumber.plugin} - - - org.apache.maven.plugins - maven-clean-plugin - ${version.clean.plugin} - - - org.apache.maven.plugins - maven-enforcer-plugin - ${version.enforcer.plugin} - - - org.apache.maven.plugins - maven-install-plugin - ${version.install.plugin} - - - org.apache.maven.plugins - maven-javadoc-plugin - ${version.javadoc.plugin} - - - org.apache.maven.plugins - maven-jar-plugin - ${version.jar.plugin} - - - true - - - true - - - true - - - - ${project.url} - ${project.scm.url} - ${project.scm.connection} - Apache License 2.0 - ${buildNumber} - - - - - - org.apache.maven.plugins - maven-deploy-plugin - ${version.deploy.plugin} - - - org.apache.maven.plugins - maven-plugin-plugin - ${version.plugin.plugin} - - - org.apache.maven.plugins - maven-shade-plugin - ${version.shade.plugin} - - - org.apache.maven.plugins - maven-release-plugin - ${version.release.plugin} - - clean install - true - @{project.version} - false - true - false - - - - org.apache.maven.plugins - maven-resources-plugin - ${version.resources.plugin} - - \ - - - - org.apache.maven.plugins - maven-source-plugin - ${version.source.plugin} - - - true - - - true - - - true - - - - ${project.url} - ${project.scm.url} - ${project.scm.connection} - - - - - - net.revelc.code.formatter - formatter-maven-plugin - ${version.formatter.plugin} - - - quarkus-ide-config - io.quarkus - ${project.version} - - - - - .cache/formatter-maven-plugin-${version.formatter.plugin} - eclipse-format.xml - LF - ${format.skip} - - - - net.revelc.code - impsort-maven-plugin - ${version.impsort.plugin} - - - .cache/impsort-maven-plugin-${version.impsort.plugin} - java.,javax.,jakarta.,org.,com. - * - ${format.skip} - true - - - - com.github.ekryd.sortpom - sortpom-maven-plugin - 3.4.1 - - - org.apache.maven.plugins - maven-surefire-plugin - ${version.surefire.plugin} - - - org.jboss.logmanager.LogManager - ${maven.home} - ${settings.localRepository} - ${session.request.userSettingsFile.path} - ${project.build.directory} - - - - - org.apache.maven.plugins - maven-failsafe-plugin - ${version.failsafe.plugin} - - - org.jboss.logmanager.LogManager - ${maven.home} - ${settings.localRepository} - ${session.request.userSettingsFile.path} - - - - - it.ozimov - yaml-properties-maven-plugin - ${version.yaml-properties.plugin} - - - org.codehaus.mojo - exec-maven-plugin - ${version.exec.plugin} - - - org.codehaus.mojo - versions-maven-plugin - ${version.versions.plugin} - - - de.thetaphi - forbiddenapis - ${version.forbiddenapis-maven-plugin} - - - - - - - clean-cache - - - clean-cache - !false - - - - - - org.apache.maven.plugins - maven-clean-plugin - - - clean-cache-dirs - pre-clean - true - - clean - - - - - .cache - - - - - - - - - - - release - - - - org.apache.maven.plugins - maven-resources-plugin - - - copy-license - generate-resources - - copy-resources - - - ${project.build.directory}/classes/META-INF - - - ${maven.multiModuleProjectDirectory} - false - - LICENSE - - - - - - - - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - ${java.version} - ${java.vendor} - ${os.name} - ${os.arch} - ${buildNumber} - - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar-no-fork - - - - - - - ${java.version} - ${java.vendor} - ${os.name} - ${os.arch} - ${buildNumber} - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - package - - jar - - - - - - - - - ci - - - env.CI - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - 3 - - - - org.apache.maven.plugins - maven-failsafe-plugin - - 3 - - - - org.apache.maven.plugins - maven-gpg-plugin - - true - false - bc - - - - - - - - format - - true - - !no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - format - - - - - - net.revelc.code - impsort-maven-plugin - - - sort-imports - - sort - - - - - - com.github.ekryd.sortpom - sortpom-maven-plugin - - - sort-sortpom - - sort - - - - - - - - - validate - - true - - no-format - - - - - - net.revelc.code.formatter - formatter-maven-plugin - - - process-sources - - validate - - - - - - net.revelc.code - impsort-maven-plugin - - - check-imports - - check - - - - - - com.github.ekryd.sortpom - sortpom-maven-plugin - - - verify-sortpom - - verify - - - - - - - - + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + + sign + + verify + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + ${java.version} + ${java.vendor} + ${os.name} + ${os.arch} + ${buildNumber} + + + + + + org.apache.maven.plugins + maven-source-plugin + + + + ${java.version} + ${java.vendor} + ${os.name} + ${os.arch} + ${buildNumber} + + + + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + + jar + + package + + + + + + + + ci + + + env.CI + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + 3 + + + + org.apache.maven.plugins + maven-failsafe-plugin + + 3 + + + + org.apache.maven.plugins + maven-gpg-plugin + + true + false + bc + + + + + + + + format + + true + + !no-format + + + + + + net.revelc.code.formatter + formatter-maven-plugin + + + + format + + process-sources + + + + + net.revelc.code + impsort-maven-plugin + + + sort-imports + + sort + + + + + + com.github.ekryd.sortpom + sortpom-maven-plugin + + + sort-sortpom + + sort + + + + + + + + + validate + + true + + no-format + + + + + + net.revelc.code.formatter + formatter-maven-plugin + + + + validate + + process-sources + + + + + net.revelc.code + impsort-maven-plugin + + + check-imports + + check + + + + + + com.github.ekryd.sortpom + sortpom-maven-plugin + + + verify-sortpom + + verify + + + + + + + + diff --git a/independent-projects/qute/core/pom.xml b/independent-projects/qute/core/pom.xml index 58f00f9b90cdf..7b14eb36fee57 100644 --- a/independent-projects/qute/core/pom.xml +++ b/independent-projects/qute/core/pom.xml @@ -1,37 +1,34 @@ - - - 4.0.0 - - io.quarkus.qute - qute-parent - 999-SNAPSHOT - + + + 4.0.0 + + io.quarkus.qute + qute-parent + 999-SNAPSHOT + - qute-core - Qute - Core + qute-core + Qute - Core - - - org.jboss.logging - jboss-logging - - - io.smallrye.reactive - mutiny - - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - + + + org.jboss.logging + jboss-logging + + + io.smallrye.reactive + mutiny + + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + diff --git a/independent-projects/qute/generator/pom.xml b/independent-projects/qute/generator/pom.xml index 25eb37333cf27..ab6e7b98f6372 100644 --- a/independent-projects/qute/generator/pom.xml +++ b/independent-projects/qute/generator/pom.xml @@ -1,45 +1,42 @@ - - - 4.0.0 - - io.quarkus.qute - qute-parent - 999-SNAPSHOT - + + + 4.0.0 + + io.quarkus.qute + qute-parent + 999-SNAPSHOT + - qute-generator - Qute - Generator + qute-generator + Qute - Generator - - - io.quarkus.qute - qute-core - - - org.jboss.logging - jboss-logging - - - io.smallrye - jandex - - - io.quarkus.gizmo - gizmo - - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - + + + io.quarkus.qute + qute-core + + + org.jboss.logging + jboss-logging + + + io.smallrye + jandex + + + io.quarkus.gizmo + gizmo + + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + diff --git a/independent-projects/qute/pom.xml b/independent-projects/qute/pom.xml index 3b57ad9150318..b17495d3ba5cf 100644 --- a/independent-projects/qute/pom.xml +++ b/independent-projects/qute/pom.xml @@ -1,224 +1,218 @@ - - - 4.0.0 - - io.quarkus - quarkus-parent - 999-SNAPSHOT - ../parent/pom.xml - - io.quarkus.qute - qute-parent - pom + + + 4.0.0 + + io.quarkus + quarkus-parent 999-SNAPSHOT + ../parent/pom.xml + + io.quarkus.qute + qute-parent + 999-SNAPSHOT + pom - Qute - Parent - https://github.com/quarkusio/quarkus + Qute - Parent + https://github.com/quarkusio/quarkus - - - Apache License, Version 2.0 - repo - https://www.apache.org/licenses/LICENSE-2.0.html - - + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + - - https://github.com/quarkusio/quarkus - scm:git:git@github.com:quarkusio/quarkus.git - scm:git:git@github.com:quarkusio/quarkus.git - HEAD - + + core + generator + - - UTF-8 - 5.13.1 - 3.27.3 - 3.3.1 - 1.9.0 - 3.6.1.Final - 2.12.0 - 2.9.0 - + + scm:git:git@github.com:quarkusio/quarkus.git + scm:git:git@github.com:quarkusio/quarkus.git + HEAD + https://github.com/quarkusio/quarkus + - - core - generator - + + UTF-8 + 5.13.1 + 3.27.3 + 3.3.1 + 1.9.0 + 3.6.1.Final + 2.12.0 + 2.9.0 + - - - - io.smallrye.common - smallrye-common-bom - ${version.smallrye-common} - pom - import - - - io.smallrye.reactive - mutiny-bom - ${version.smallrye-mutiny} - pom - import - + + + + io.smallrye.common + smallrye-common-bom + ${version.smallrye-common} + pom + import + + + io.smallrye.reactive + mutiny-bom + ${version.smallrye-mutiny} + pom + import + - - - org.junit - junit-bom - ${version.junit} - import - pom - - - org.assertj - assertj-core - ${version.assertj} - - - io.quarkus.qute - qute-core - ${project.version} - - - io.quarkus.qute - qute-generator - ${project.version} - - - org.jboss.logging - jboss-logging - ${version.jboss-logging} - - - io.smallrye - jandex - ${version.jandex} - + + + org.junit + junit-bom + ${version.junit} + pom + import + + + org.assertj + assertj-core + ${version.assertj} + + + io.quarkus.qute + qute-core + ${project.version} + + + io.quarkus.qute + qute-generator + ${project.version} + + + org.jboss.logging + jboss-logging + ${version.jboss-logging} + + + io.smallrye + jandex + ${version.jandex} + + + io.quarkus.gizmo + gizmo + ${version.gizmo} + + + + + + + + + maven-compiler-plugin + + + maven-javadoc-plugin + + true + none + + + + org.apache.maven.plugins + maven-enforcer-plugin + - io.quarkus.gizmo - gizmo - ${version.gizmo} + io.quarkus + quarkus-enforcer-rules + ${project.version} - - - - - - - - maven-compiler-plugin - - - maven-javadoc-plugin - - true - none - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - io.quarkus - quarkus-enforcer-rules - ${project.version} - - - - - enforce - ${maven-enforcer-plugin.phase} - - - - - classpath:enforcer-rules/quarkus-require-java-version.xml - - - classpath:enforcer-rules/quarkus-require-maven-version.xml - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - - - enforce - - - - - - maven-surefire-plugin - - - - - -Djava.io.tmpdir="${project.build.directory}" - MAVEN_OPTS - - - - - + + + + enforce + + enforce + + ${maven-enforcer-plugin.phase} + + + + + classpath:enforcer-rules/quarkus-require-java-version.xml + + + classpath:enforcer-rules/quarkus-require-maven-version.xml + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + + + + + + maven-surefire-plugin + + + + + -Djava.io.tmpdir="${project.build.directory}" + MAVEN_OPTS + + + + + - - - quick-build - - - quickly - - - - true - true - true - - - clean install - - - - quick-build-docs - - - quicklyDocs - - - - true - true - true - - - clean install - - - - - quick-build-ci - - - quickly-ci - - - - true - true - true - true - - - + + + quick-build + + + quickly + + + + true + true + true + + + clean install + + + + quick-build-docs + + + quicklyDocs + + + + true + true + true + + + clean install + + + + + quick-build-ci + + + quickly-ci + + + + true + true + true + true + + + diff --git a/independent-projects/resteasy-reactive/build-support/pom.xml b/independent-projects/resteasy-reactive/build-support/pom.xml index f4b45b7fd9b57..43bfd2cfb0fe3 100644 --- a/independent-projects/resteasy-reactive/build-support/pom.xml +++ b/independent-projects/resteasy-reactive/build-support/pom.xml @@ -1,29 +1,27 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.resteasy.reactive - resteasy-reactive-parent - 999-SNAPSHOT - + + io.quarkus.resteasy.reactive + resteasy-reactive-parent + 999-SNAPSHOT + - resteasy-reactive-build-support - RESTEasy Reactive - Build support + resteasy-reactive-build-support + RESTEasy Reactive - Build support - - - net.bytebuddy - byte-buddy - provided - - - io.quarkus.resteasy.reactive - resteasy-reactive-common-types - + + + net.bytebuddy + byte-buddy + provided + + + io.quarkus.resteasy.reactive + resteasy-reactive-common-types + + + - - diff --git a/independent-projects/resteasy-reactive/client/pom.xml b/independent-projects/resteasy-reactive/client/pom.xml index 0444fff4b1bef..4a2fdf8bcffde 100644 --- a/independent-projects/resteasy-reactive/client/pom.xml +++ b/independent-projects/resteasy-reactive/client/pom.xml @@ -1,22 +1,20 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.resteasy.reactive - resteasy-reactive-parent - 999-SNAPSHOT - + + io.quarkus.resteasy.reactive + resteasy-reactive-parent + 999-SNAPSHOT + - resteasy-reactive-client-parent - RESTEasy Reactive - Client Parent - pom + resteasy-reactive-client-parent + pom + RESTEasy Reactive - Client Parent - - runtime - processor - + + runtime + processor + diff --git a/independent-projects/resteasy-reactive/client/processor/pom.xml b/independent-projects/resteasy-reactive/client/processor/pom.xml index 548d3d4d05a90..b21ab2a8c7043 100644 --- a/independent-projects/resteasy-reactive/client/processor/pom.xml +++ b/independent-projects/resteasy-reactive/client/processor/pom.xml @@ -1,71 +1,69 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.resteasy.reactive - resteasy-reactive-client-parent - 999-SNAPSHOT - + + io.quarkus.resteasy.reactive + resteasy-reactive-client-parent + 999-SNAPSHOT + - resteasy-reactive-client-processor - RESTEasy Reactive - Client - Processor + resteasy-reactive-client-processor + RESTEasy Reactive - Client - Processor - - - io.smallrye - jandex - - - io.quarkus.gizmo - gizmo - - - io.quarkus.resteasy.reactive - resteasy-reactive-client - - - io.quarkus.resteasy.reactive - resteasy-reactive-common-processor - - - jakarta.ws.rs - jakarta.ws.rs-api - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - jakarta.annotation - jakarta.annotation-api - - - org.jboss.logging - jboss-logging - + + + io.smallrye + jandex + + + io.quarkus.gizmo + gizmo + + + io.quarkus.resteasy.reactive + resteasy-reactive-client + + + io.quarkus.resteasy.reactive + resteasy-reactive-common-processor + + + jakarta.ws.rs + jakarta.ws.rs-api + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + + jakarta.annotation + jakarta.annotation-api + + + org.jboss.logging + jboss-logging + - - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - + + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + - - - - de.thetaphi - forbiddenapis - - - + + + + de.thetaphi + forbiddenapis + + + diff --git a/independent-projects/resteasy-reactive/client/runtime/pom.xml b/independent-projects/resteasy-reactive/client/runtime/pom.xml index 92e68aeaa6f23..b73a8d7243bbc 100644 --- a/independent-projects/resteasy-reactive/client/runtime/pom.xml +++ b/independent-projects/resteasy-reactive/client/runtime/pom.xml @@ -1,85 +1,83 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.resteasy.reactive - resteasy-reactive-client-parent - 999-SNAPSHOT - + + io.quarkus.resteasy.reactive + resteasy-reactive-client-parent + 999-SNAPSHOT + - resteasy-reactive-client - RESTEasy Reactive - Client - Runtime + resteasy-reactive-client + RESTEasy Reactive - Client - Runtime - - - io.smallrye.stork - stork-core - true - - - io.smallrye.stork - stork-api - - - io.quarkus.resteasy.reactive - resteasy-reactive-common - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - jakarta.ws.rs - jakarta.ws.rs-api - + + + io.smallrye.stork + stork-core + true + + + io.smallrye.stork + stork-api + + + io.quarkus.resteasy.reactive + resteasy-reactive-common + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + + jakarta.ws.rs + jakarta.ws.rs-api + - - jakarta.annotation - jakarta.annotation-api - + + jakarta.annotation + jakarta.annotation-api + - - io.vertx - vertx-core - - - io.vertx - vertx-web-client - - - io.smallrye.common - smallrye-common-vertx-context - - - io.smallrye.reactive - smallrye-mutiny-vertx-core - + + io.vertx + vertx-core + + + io.vertx + vertx-web-client + + + io.smallrye.common + smallrye-common-vertx-context + + + io.smallrye.reactive + smallrye-mutiny-vertx-core + - - org.junit.jupiter - junit-jupiter - test - + + org.junit.jupiter + junit-jupiter + test + - - org.jboss.logging - jboss-logging - + + org.jboss.logging + jboss-logging + - - org.wiremock - wiremock-standalone - test - - - commons-logging - commons-logging - - - + + org.wiremock + wiremock-standalone + test + + + commons-logging + commons-logging + + + - + diff --git a/independent-projects/resteasy-reactive/common/pom.xml b/independent-projects/resteasy-reactive/common/pom.xml index 9e0c8e055dced..2e8fdd1d777a0 100644 --- a/independent-projects/resteasy-reactive/common/pom.xml +++ b/independent-projects/resteasy-reactive/common/pom.xml @@ -1,23 +1,21 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.resteasy.reactive - resteasy-reactive-parent - 999-SNAPSHOT - + + io.quarkus.resteasy.reactive + resteasy-reactive-parent + 999-SNAPSHOT + - resteasy-reactive-common-parent - RESTEasy Reactive - Common Parent - pom + resteasy-reactive-common-parent + pom + RESTEasy Reactive - Common Parent - - types - runtime - processor - + + types + runtime + processor + diff --git a/independent-projects/resteasy-reactive/common/processor/pom.xml b/independent-projects/resteasy-reactive/common/processor/pom.xml index edb7fd84aaf92..e09ba58dea5df 100644 --- a/independent-projects/resteasy-reactive/common/processor/pom.xml +++ b/independent-projects/resteasy-reactive/common/processor/pom.xml @@ -1,65 +1,63 @@ - - 4.0.0 - - - io.quarkus.resteasy.reactive - resteasy-reactive-common-parent - 999-SNAPSHOT - - - resteasy-reactive-common-processor - RESTEasy Reactive - Common Processor - - - - io.smallrye - jandex - - - io.quarkus.gizmo - gizmo - - - - io.quarkus.resteasy.reactive - resteasy-reactive-common - - - jakarta.ws.rs - jakarta.ws.rs-api - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - - jakarta.annotation - jakarta.annotation-api - - - - org.junit.jupiter - junit-jupiter - test - - - - org.jboss.logging - jboss-logging - - - - - - - - de.thetaphi - forbiddenapis - - - + + 4.0.0 + + + io.quarkus.resteasy.reactive + resteasy-reactive-common-parent + 999-SNAPSHOT + + + resteasy-reactive-common-processor + RESTEasy Reactive - Common Processor + + + + io.smallrye + jandex + + + io.quarkus.gizmo + gizmo + + + + io.quarkus.resteasy.reactive + resteasy-reactive-common + + + jakarta.ws.rs + jakarta.ws.rs-api + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + + + jakarta.annotation + jakarta.annotation-api + + + + org.junit.jupiter + junit-jupiter + test + + + + org.jboss.logging + jboss-logging + + + + + + + + de.thetaphi + forbiddenapis + + + diff --git a/independent-projects/resteasy-reactive/common/runtime/pom.xml b/independent-projects/resteasy-reactive/common/runtime/pom.xml index f2f734993f3d7..6dcb7895dd75e 100644 --- a/independent-projects/resteasy-reactive/common/runtime/pom.xml +++ b/independent-projects/resteasy-reactive/common/runtime/pom.xml @@ -1,68 +1,66 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.resteasy.reactive - resteasy-reactive-common-parent - 999-SNAPSHOT - + + io.quarkus.resteasy.reactive + resteasy-reactive-common-parent + 999-SNAPSHOT + - resteasy-reactive-common - RESTEasy Reactive - Common Runtime + resteasy-reactive-common + RESTEasy Reactive - Common Runtime - - - io.quarkus.resteasy.reactive - resteasy-reactive-common-types - - - io.smallrye.reactive - mutiny - - - org.reactivestreams - reactive-streams - - - io.smallrye.reactive - mutiny-zero-flow-adapters - - - io.smallrye.common - smallrye-common-annotation - - - org.eclipse.parsson - parsson - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - jakarta.ws.rs - jakarta.ws.rs-api - + + + io.quarkus.resteasy.reactive + resteasy-reactive-common-types + + + io.smallrye.reactive + mutiny + + + org.reactivestreams + reactive-streams + + + io.smallrye.reactive + mutiny-zero-flow-adapters + + + io.smallrye.common + smallrye-common-annotation + + + org.eclipse.parsson + parsson + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + + jakarta.ws.rs + jakarta.ws.rs-api + - - jakarta.annotation - jakarta.annotation-api - + + jakarta.annotation + jakarta.annotation-api + - - org.junit.jupiter - junit-jupiter - test - + + org.junit.jupiter + junit-jupiter + test + - - org.jboss.logging - jboss-logging - + + org.jboss.logging + jboss-logging + - + diff --git a/independent-projects/resteasy-reactive/common/types/pom.xml b/independent-projects/resteasy-reactive/common/types/pom.xml index 8c846d3b6a63c..5714f429f3f90 100644 --- a/independent-projects/resteasy-reactive/common/types/pom.xml +++ b/independent-projects/resteasy-reactive/common/types/pom.xml @@ -1,23 +1,21 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.resteasy.reactive - resteasy-reactive-common-parent - 999-SNAPSHOT - + + io.quarkus.resteasy.reactive + resteasy-reactive-common-parent + 999-SNAPSHOT + - resteasy-reactive-common-types - RESTEasy Reactive - Common Types + resteasy-reactive-common-types + RESTEasy Reactive - Common Types - - - jakarta.ws.rs - jakarta.ws.rs-api - - + + + jakarta.ws.rs + jakarta.ws.rs-api + + diff --git a/independent-projects/resteasy-reactive/pom.xml b/independent-projects/resteasy-reactive/pom.xml index 5b555a47e8eec..dedbe13f55587 100644 --- a/independent-projects/resteasy-reactive/pom.xml +++ b/independent-projects/resteasy-reactive/pom.xml @@ -1,575 +1,570 @@ - - 4.0.0 - - - io.quarkus - quarkus-parent - 999-SNAPSHOT - ../parent/pom.xml - - io.quarkus.resteasy.reactive - resteasy-reactive-parent - RESTEasy Reactive - Parent pom - https://github.com/quarkusio/quarkus - pom - 999-SNAPSHOT - - - - Apache License, Version 2.0 - repo - https://www.apache.org/licenses/LICENSE-2.0.html - - - - - https://github.com/quarkusio/quarkus - scm:git:git@github.com:quarkusio/quarkus.git - scm:git:git@github.com:quarkusio/quarkus.git - HEAD - - - - 1.0.0 - 2.1.3 - 3.1.0 - 4.0.2 - 1.1.7 - UTF-8 - - 4.1.0 - 3.3.1 - 1.15.11 - 5.13.1 - 3.9.9 - 3.27.3 - 3.6.1.Final - 3.1.2.Final - 3.0.0 - 1.9.0 - 3.1.0 - - 2.9.0 - 2.12.0 - 4.5.14 - 5.5.5 - 1.0.0.Final - 2.19.0 - 2.7.3 - 3.0.2 - 3.0.4 - 3.0.1 - 4.3.0 - 3.19.0 - 1.0.4 - 5.18.0 - 3.13.1 - 1.1.1 - - - - common - build-support - server - client - - - - - - - - com.fasterxml.jackson - jackson-bom - ${jackson-bom.version} - import - pom - - - - - org.mockito - mockito-bom - ${mockito.version} - import - pom - - - - io.quarkus.resteasy.reactive - resteasy-reactive - ${project.version} - + + 4.0.0 - - io.quarkus.resteasy.reactive - resteasy-reactive-processor - ${project.version} - - - - io.quarkus.resteasy.reactive + + io.quarkus + quarkus-parent + 999-SNAPSHOT + ../parent/pom.xml + + io.quarkus.resteasy.reactive + resteasy-reactive-parent + 999-SNAPSHOT + pom + RESTEasy Reactive - Parent pom + https://github.com/quarkusio/quarkus + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + + common + build-support + server + client + + + + scm:git:git@github.com:quarkusio/quarkus.git + scm:git:git@github.com:quarkusio/quarkus.git + HEAD + https://github.com/quarkusio/quarkus + + + + 1.0.0 + 2.1.3 + 3.1.0 + 4.0.2 + 1.1.7 + UTF-8 + + 4.1.0 + 3.3.1 + 1.15.11 + 5.13.1 + 3.9.9 + 3.27.3 + 3.6.1.Final + 3.1.2.Final + 3.0.0 + 1.9.0 + 3.1.0 + + 2.9.0 + 2.12.0 + 4.5.14 + 5.5.5 + 1.0.0.Final + 2.19.0 + 2.7.3 + 3.0.2 + 3.0.4 + 3.0.1 + 4.3.0 + 3.19.0 + 1.0.4 + 5.18.0 + 3.13.1 + 1.1.1 + + + + + + + + com.fasterxml.jackson + jackson-bom + ${jackson-bom.version} + pom + import + + + + + org.mockito + mockito-bom + ${mockito.version} + pom + import + + + + io.quarkus.resteasy.reactive + resteasy-reactive + ${project.version} + + + + io.quarkus.resteasy.reactive + resteasy-reactive-processor + ${project.version} + + + + io.quarkus.resteasy.reactive + resteasy-reactive-build-support + ${project.version} + pom + + + + io.quarkus.resteasy.reactive + resteasy-reactive-common-types + ${project.version} + + + + io.quarkus.resteasy.reactive + resteasy-reactive-common-processor + ${project.version} + + + + io.quarkus.resteasy.reactive + resteasy-reactive-common + ${project.version} + + + + io.quarkus.vertx.utils + quarkus-vertx-utils + ${project.version} + + + + io.quarkus.resteasy.reactive + resteasy-reactive-client-processor + ${project.version} + + + + io.quarkus.resteasy.reactive + resteasy-reactive-client + ${project.version} + + + io.quarkus.resteasy.reactive + resteasy-reactive-jsonb + ${project.version} + + + io.quarkus.resteasy.reactive + resteasy-reactive-jackson + ${project.version} + + + jakarta.enterprise + jakarta.enterprise.cdi-api + ${jakarta.enterprise.cdi-api.version} + + + jakarta.json + jakarta.json-api + ${jakarta.json-api.version} + + + + io.smallrye + jandex + ${jandex.version} + + + + net.bytebuddy + byte-buddy + ${bytebuddy.version} + + + net.bytebuddy + byte-buddy-maven-plugin + ${bytebuddy.version} + + + + io.quarkus.gizmo + gizmo + ${gizmo.version} + + + org.eclipse + yasson + ${yasson.version} + + + org.eclipse.parsson + parsson + ${parsson.version} + + + jakarta.json.bind + jakarta.json.bind-api + ${jakarta.json.bind-api.version} + + + io.vertx + vertx-web + ${vertx.version} + + + io.vertx + vertx-core + ${vertx.version} + + + io.vertx + vertx-web-client + ${vertx.version} + + + + org.reactivestreams + reactive-streams + ${reactive-streams.version} + + + + io.smallrye.reactive + mutiny-bom + ${mutiny.version} + pom + import + + + + io.smallrye.reactive + mutiny-zero-flow-adapters + ${mutiny-zero.version} + + + io.smallrye.reactive + smallrye-mutiny-vertx-core + ${smallrye-mutiny-vertx-core.version} + + + + io.smallrye.common + smallrye-common-bom + ${smallrye-common.version} + pom + import + + + + + org.junit + junit-bom + ${junit5.version} + pom + import + + + + org.jboss.shrinkwrap + shrinkwrap-depchain + 1.2.6 + pom + test + + + + org.apache.maven + maven-plugin-api + ${maven.version} + provided + + + + org.apache.maven.plugin-tools + maven-plugin-annotations + ${maven.version} + provided + + + + org.apache.maven + maven-core + ${maven.version} + provided + + + + org.jboss.logging + jboss-logging + ${jboss-logging.version} + + + + org.jboss.logmanager + jboss-logmanager + ${jboss-logmanager.version} + + + * + * + + + + + + jakarta.annotation + jakarta.annotation-api + ${jakarta.annotation-api.version} + + + + + jakarta.persistence + jakarta.persistence-api + ${jakarta.persistence-api.version} + test + + + + org.assertj + assertj-core + ${assertj.version} + test + + + + org.awaitility + awaitility + ${awaitility.version} + test + + + + org.wiremock + wiremock-standalone + ${wiremock.version} + test + + + + io.rest-assured + rest-assured + ${rest-assured.version} + test + + + javax.activation + activation + + + javax.activation + javax.activation-api + + + + com.sun.xml.bind + jaxb-osgi + + + commons-logging + commons-logging + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.jboss.logging + commons-logging-jboss-logging + ${commons-logging-jboss-logging.version} + + + io.smallrye.stork + stork-bom + ${smallrye-stork.version} + pom + import + + + jakarta.validation + jakarta.validation-api + ${jakarta.validation-api.version} + + + jakarta.ws.rs + jakarta.ws.rs-api + ${jakarta.ws.rs-api.version} + + + jakarta.xml.bind + jakarta.xml.bind-api + ${jakarta.xml.bind-api.version} + + + + + + + + + + maven-compiler-plugin + + true + + + + maven-javadoc-plugin + + true + none + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + io.quarkus + quarkus-enforcer-rules + ${project.version} + + + + + enforce + + enforce + + ${maven-enforcer-plugin.phase} + + + + + classpath:enforcer-rules/quarkus-require-java-version.xml + + + classpath:enforcer-rules/quarkus-require-maven-version.xml + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + + + + + + maven-surefire-plugin + + + + + -Djava.io.tmpdir="${project.build.directory}" + MAVEN_OPTS + + + + net.bytebuddy + byte-buddy-maven-plugin + ${bytebuddy.version} + + ${bytebuddy.skip} + + + ${project.groupId} resteasy-reactive-build-support ${project.version} - pom - - - - io.quarkus.resteasy.reactive - resteasy-reactive-common-types - ${project.version} - - - - io.quarkus.resteasy.reactive - resteasy-reactive-common-processor - ${project.version} - - - - io.quarkus.resteasy.reactive - resteasy-reactive-common - ${project.version} - - - - io.quarkus.vertx.utils - quarkus-vertx-utils - ${project.version} - - - - io.quarkus.resteasy.reactive - resteasy-reactive-client-processor - ${project.version} - - - - io.quarkus.resteasy.reactive - resteasy-reactive-client - ${project.version} - - - io.quarkus.resteasy.reactive - resteasy-reactive-jsonb - ${project.version} - - - io.quarkus.resteasy.reactive - resteasy-reactive-jackson - ${project.version} - - - jakarta.enterprise - jakarta.enterprise.cdi-api - ${jakarta.enterprise.cdi-api.version} - - - jakarta.json - jakarta.json-api - ${jakarta.json-api.version} - - - - io.smallrye - jandex - ${jandex.version} - - - - net.bytebuddy - byte-buddy - ${bytebuddy.version} - - - net.bytebuddy - byte-buddy-maven-plugin - ${bytebuddy.version} - - - - io.quarkus.gizmo - gizmo - ${gizmo.version} - - - org.eclipse - yasson - ${yasson.version} - - - org.eclipse.parsson - parsson - ${parsson.version} - - - jakarta.json.bind - jakarta.json.bind-api - ${jakarta.json.bind-api.version} - - - io.vertx - vertx-web - ${vertx.version} - - - io.vertx - vertx-core - ${vertx.version} - - - io.vertx - vertx-web-client - ${vertx.version} - - - - org.reactivestreams - reactive-streams - ${reactive-streams.version} - - - - io.smallrye.reactive - mutiny-bom - ${mutiny.version} - pom - import - - - - io.smallrye.reactive - mutiny-zero-flow-adapters - ${mutiny-zero.version} - - - io.smallrye.reactive - smallrye-mutiny-vertx-core - ${smallrye-mutiny-vertx-core.version} - - - - io.smallrye.common - smallrye-common-bom - ${smallrye-common.version} - import - pom - - - - - org.junit - junit-bom - ${junit5.version} - import - pom - - - - org.jboss.shrinkwrap - shrinkwrap-depchain - pom - test - 1.2.6 - - - - org.apache.maven - maven-plugin-api - ${maven.version} - provided - - - - org.apache.maven.plugin-tools - maven-plugin-annotations - ${maven.version} - provided - - - - org.apache.maven - maven-core - ${maven.version} - provided - - - - org.jboss.logging - jboss-logging - ${jboss-logging.version} - - - - org.jboss.logmanager - jboss-logmanager - ${jboss-logmanager.version} - - - * - * - - - - - - jakarta.annotation - jakarta.annotation-api - ${jakarta.annotation-api.version} - - - - - jakarta.persistence - jakarta.persistence-api - ${jakarta.persistence-api.version} - test - - - - org.assertj - assertj-core - ${assertj.version} - test - - - - org.awaitility - awaitility - ${awaitility.version} - test - - - - org.wiremock - wiremock-standalone - ${wiremock.version} - test - - - - io.rest-assured - rest-assured - ${rest-assured.version} - test - - - javax.activation - activation - - - javax.activation - javax.activation-api - - - - com.sun.xml.bind - jaxb-osgi - - - commons-logging - commons-logging - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - org.jboss.logging - commons-logging-jboss-logging - ${commons-logging-jboss-logging.version} - - - io.smallrye.stork - stork-bom - ${smallrye-stork.version} - pom - import - - - jakarta.validation - jakarta.validation-api - ${jakarta.validation-api.version} - - - jakarta.ws.rs - jakarta.ws.rs-api - ${jakarta.ws.rs-api.version} - - - jakarta.xml.bind - jakarta.xml.bind-api - ${jakarta.xml.bind-api.version} - - - - - - - - - - maven-compiler-plugin - - true - - - - maven-javadoc-plugin - - true - none - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - io.quarkus - quarkus-enforcer-rules - ${project.version} - - - - - enforce - ${maven-enforcer-plugin.phase} - - - - - classpath:enforcer-rules/quarkus-require-java-version.xml - - - classpath:enforcer-rules/quarkus-require-maven-version.xml - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - - - enforce - - - - - - maven-surefire-plugin - - - - - -Djava.io.tmpdir="${project.build.directory}" - MAVEN_OPTS - - - - net.bytebuddy - byte-buddy-maven-plugin - ${bytebuddy.version} - - - - transform - - - - - ${bytebuddy.skip} - - - ${project.groupId} - resteasy-reactive-build-support - ${project.version} - org.jboss.resteasy.reactive.build.support.AllWriteableMessageBodyWriterByteBuddyPlugin - - - - - - de.thetaphi - forbiddenapis - - - verify-forbidden-apis - - - false - - ${maven.multiModuleProjectDirectory}/.forbiddenapis/banned-signatures-common.txt - - false - true - - compile - - check - - - - - - - - - - - quick-build - - - quickly - - - - true - true - true - - - clean install - - - - quick-build-docs - - - quicklyDocs - - - - true - true - true - - - clean install - - - - - quick-build-ci - - - quickly-ci - - - - true - true - true - true - - - + org.jboss.resteasy.reactive.build.support.AllWriteableMessageBodyWriterByteBuddyPlugin + + + + + + + transform + + + + + + de.thetaphi + forbiddenapis + + + verify-forbidden-apis + + check + + compile + + + false + + ${maven.multiModuleProjectDirectory}/.forbiddenapis/banned-signatures-common.txt + + false + true + + + + + + + + + + + quick-build + + + quickly + + + + true + true + true + + + clean install + + + + quick-build-docs + + + quicklyDocs + + + + true + true + true + + + clean install + + + + + quick-build-ci + + + quickly-ci + + + + true + true + true + true + + + diff --git a/independent-projects/resteasy-reactive/server/jackson/pom.xml b/independent-projects/resteasy-reactive/server/jackson/pom.xml index 4e26135ad5433..a00c88eda04f0 100644 --- a/independent-projects/resteasy-reactive/server/jackson/pom.xml +++ b/independent-projects/resteasy-reactive/server/jackson/pom.xml @@ -1,77 +1,75 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.resteasy.reactive - resteasy-reactive-server-parent - 999-SNAPSHOT - + + io.quarkus.resteasy.reactive + resteasy-reactive-server-parent + 999-SNAPSHOT + - resteasy-reactive-jackson - RESTEasy Reactive - Jackson Support - Runtime + resteasy-reactive-jackson + RESTEasy Reactive - Jackson Support - Runtime - + - - io.quarkus.resteasy.reactive - resteasy-reactive - - - com.fasterxml.jackson.core - jackson-databind - - - org.jboss.shrinkwrap - shrinkwrap-depchain - pom - test - - - io.quarkus.resteasy.reactive - resteasy-reactive-processor - test - + + io.quarkus.resteasy.reactive + resteasy-reactive + + + com.fasterxml.jackson.core + jackson-databind + + + org.jboss.shrinkwrap + shrinkwrap-depchain + pom + test + + + io.quarkus.resteasy.reactive + resteasy-reactive-processor + test + - - jakarta.annotation - jakarta.annotation-api - - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - - - org.jboss.logging - commons-logging-jboss-logging - - - jakarta.xml.bind - jakarta.xml.bind-api - - - jakarta.validation - jakarta.validation-api - test - + + jakarta.annotation + jakarta.annotation-api + + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + + + org.jboss.logging + commons-logging-jboss-logging + + + jakarta.xml.bind + jakarta.xml.bind-api + + + jakarta.validation + jakarta.validation-api + test + - - org.jboss.logging - jboss-logging - + + org.jboss.logging + jboss-logging + - + diff --git a/independent-projects/resteasy-reactive/server/jsonb/pom.xml b/independent-projects/resteasy-reactive/server/jsonb/pom.xml index 9e4bc57cc277a..9fc5e42925d29 100644 --- a/independent-projects/resteasy-reactive/server/jsonb/pom.xml +++ b/independent-projects/resteasy-reactive/server/jsonb/pom.xml @@ -1,81 +1,79 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.resteasy.reactive - resteasy-reactive-server-parent - 999-SNAPSHOT - + + io.quarkus.resteasy.reactive + resteasy-reactive-server-parent + 999-SNAPSHOT + - resteasy-reactive-jsonb - RESTEasy Reactive - JSONB Support - Runtime + resteasy-reactive-jsonb + RESTEasy Reactive - JSONB Support - Runtime - + - - io.quarkus.resteasy.reactive - resteasy-reactive - - - org.eclipse - yasson - - - jakarta.json.bind - jakarta.json.bind-api - - - org.jboss.shrinkwrap - shrinkwrap-depchain - pom - test - - - io.quarkus.resteasy.reactive - resteasy-reactive-processor - test - + + io.quarkus.resteasy.reactive + resteasy-reactive + + + org.eclipse + yasson + + + jakarta.json.bind + jakarta.json.bind-api + + + org.jboss.shrinkwrap + shrinkwrap-depchain + pom + test + + + io.quarkus.resteasy.reactive + resteasy-reactive-processor + test + - - jakarta.annotation - jakarta.annotation-api - - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - - - org.jboss.logging - commons-logging-jboss-logging - - - jakarta.xml.bind - jakarta.xml.bind-api - - - jakarta.validation - jakarta.validation-api - test - + + jakarta.annotation + jakarta.annotation-api + + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + + + org.jboss.logging + commons-logging-jboss-logging + + + jakarta.xml.bind + jakarta.xml.bind-api + + + jakarta.validation + jakarta.validation-api + test + - - org.jboss.logging - jboss-logging - + + org.jboss.logging + jboss-logging + - + diff --git a/independent-projects/resteasy-reactive/server/pom.xml b/independent-projects/resteasy-reactive/server/pom.xml index 131685df66fbc..24f46a6e17045 100644 --- a/independent-projects/resteasy-reactive/server/pom.xml +++ b/independent-projects/resteasy-reactive/server/pom.xml @@ -1,25 +1,23 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.resteasy.reactive - resteasy-reactive-parent - 999-SNAPSHOT - + + io.quarkus.resteasy.reactive + resteasy-reactive-parent + 999-SNAPSHOT + - resteasy-reactive-server-parent - RESTEasy Reactive - Server Parent - pom + resteasy-reactive-server-parent + pom + RESTEasy Reactive - Server Parent - - runtime - processor - vertx - jsonb - jackson - + + runtime + processor + vertx + jsonb + jackson + diff --git a/independent-projects/resteasy-reactive/server/processor/pom.xml b/independent-projects/resteasy-reactive/server/processor/pom.xml index 954dd53e6e02f..5f7fbc2e3a946 100644 --- a/independent-projects/resteasy-reactive/server/processor/pom.xml +++ b/independent-projects/resteasy-reactive/server/processor/pom.xml @@ -1,84 +1,82 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.resteasy.reactive - resteasy-reactive-server-parent - 999-SNAPSHOT - + + io.quarkus.resteasy.reactive + resteasy-reactive-server-parent + 999-SNAPSHOT + - resteasy-reactive-processor - RESTEasy Reactive - Processor + resteasy-reactive-processor + RESTEasy Reactive - Processor - - - io.smallrye - jandex - + + + io.smallrye + jandex + - - io.quarkus.resteasy.reactive - resteasy-reactive - - - io.quarkus.gizmo - gizmo - - - io.quarkus.resteasy.reactive - resteasy-reactive-common-processor - - - jakarta.ws.rs - jakarta.ws.rs-api - - - jakarta.enterprise - jakarta.enterprise.cdi-api - + + io.quarkus.resteasy.reactive + resteasy-reactive + + + io.quarkus.gizmo + gizmo + + + io.quarkus.resteasy.reactive + resteasy-reactive-common-processor + + + jakarta.ws.rs + jakarta.ws.rs-api + + + jakarta.enterprise + jakarta.enterprise.cdi-api + - - jakarta.annotation - jakarta.annotation-api - + + jakarta.annotation + jakarta.annotation-api + - - org.junit.jupiter - junit-jupiter - test - + + org.junit.jupiter + junit-jupiter + test + - - org.jboss.logging - jboss-logging - + + org.jboss.logging + jboss-logging + - - - io.quarkus.resteasy.reactive - resteasy-reactive-build-support - pom - test - - - * - * - - - + + + io.quarkus.resteasy.reactive + resteasy-reactive-build-support + pom + test + + + * + * + + + - + - - - - de.thetaphi - forbiddenapis - - - + + + + de.thetaphi + forbiddenapis + + + diff --git a/independent-projects/resteasy-reactive/server/runtime/pom.xml b/independent-projects/resteasy-reactive/server/runtime/pom.xml index b12e26482bb46..a297fd0ef7af0 100644 --- a/independent-projects/resteasy-reactive/server/runtime/pom.xml +++ b/independent-projects/resteasy-reactive/server/runtime/pom.xml @@ -1,61 +1,59 @@ - - 4.0.0 - - - io.quarkus.resteasy.reactive - resteasy-reactive-server-parent - 999-SNAPSHOT - - - resteasy-reactive - RESTEasy Reactive - Runtime - - - - - io.quarkus.resteasy.reactive - resteasy-reactive-common - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - jakarta.ws.rs - jakarta.ws.rs-api - - - - jakarta.annotation - jakarta.annotation-api - - - org.junit.jupiter - junit-jupiter - test - - - - org.jboss.logging - jboss-logging - - - org.mockito - mockito-core - test - - - - - - - net.bytebuddy - byte-buddy-maven-plugin - - - + + 4.0.0 + + + io.quarkus.resteasy.reactive + resteasy-reactive-server-parent + 999-SNAPSHOT + + + resteasy-reactive + RESTEasy Reactive - Runtime + + + + + io.quarkus.resteasy.reactive + resteasy-reactive-common + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + + jakarta.ws.rs + jakarta.ws.rs-api + + + + jakarta.annotation + jakarta.annotation-api + + + org.junit.jupiter + junit-jupiter + test + + + + org.jboss.logging + jboss-logging + + + org.mockito + mockito-core + test + + + + + + + net.bytebuddy + byte-buddy-maven-plugin + + + diff --git a/independent-projects/resteasy-reactive/server/vertx/pom.xml b/independent-projects/resteasy-reactive/server/vertx/pom.xml index 46b98041da049..6fab06ff90288 100644 --- a/independent-projects/resteasy-reactive/server/vertx/pom.xml +++ b/independent-projects/resteasy-reactive/server/vertx/pom.xml @@ -1,124 +1,122 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus.resteasy.reactive - resteasy-reactive-server-parent - 999-SNAPSHOT - + + io.quarkus.resteasy.reactive + resteasy-reactive-server-parent + 999-SNAPSHOT + - resteasy-reactive-vertx - RESTEasy Reactive - Vert.x Support - Runtime + resteasy-reactive-vertx + RESTEasy Reactive - Vert.x Support - Runtime - + - - io.vertx - vertx-web - - - io.smallrye.reactive - smallrye-mutiny-vertx-core - - - io.quarkus.resteasy.reactive - resteasy-reactive - - - io.quarkus.vertx.utils - quarkus-vertx-utils - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - jakarta.ws.rs - jakarta.ws.rs-api - - - org.jboss.shrinkwrap - shrinkwrap-depchain - pom - test - - - io.quarkus.resteasy.reactive - resteasy-reactive-processor - test - - - io.quarkus.resteasy.reactive - resteasy-reactive-client - test - + + io.vertx + vertx-web + + + io.smallrye.reactive + smallrye-mutiny-vertx-core + + + io.quarkus.resteasy.reactive + resteasy-reactive + + + io.quarkus.vertx.utils + quarkus-vertx-utils + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + + jakarta.ws.rs + jakarta.ws.rs-api + + + org.jboss.shrinkwrap + shrinkwrap-depchain + pom + test + + + io.quarkus.resteasy.reactive + resteasy-reactive-processor + test + + + io.quarkus.resteasy.reactive + resteasy-reactive-client + test + - - jakarta.annotation - jakarta.annotation-api - - - org.junit.jupiter - junit-jupiter - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - - - org.jboss.logging - commons-logging-jboss-logging - - - jakarta.xml.bind - jakarta.xml.bind-api - - - jakarta.validation - jakarta.validation-api - test - - - io.vertx - vertx-web-client - test - + + jakarta.annotation + jakarta.annotation-api + + + org.junit.jupiter + junit-jupiter + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + + + org.jboss.logging + commons-logging-jboss-logging + + + jakarta.xml.bind + jakarta.xml.bind-api + + + jakarta.validation + jakarta.validation-api + test + + + io.vertx + vertx-web-client + test + - - org.jboss.logging - jboss-logging - + + org.jboss.logging + jboss-logging + - - org.jboss.logmanager - jboss-logmanager - test - + + org.jboss.logmanager + jboss-logmanager + test + - + - - - - net.bytebuddy - byte-buddy-maven-plugin - - - + + + + net.bytebuddy + byte-buddy-maven-plugin + + + diff --git a/independent-projects/revapi/pom.xml b/independent-projects/revapi/pom.xml index e40eeb6e15836..156bfd8d5b26f 100644 --- a/independent-projects/revapi/pom.xml +++ b/independent-projects/revapi/pom.xml @@ -1,99 +1,95 @@ - - 4.0.0 - - io.quarkus - quarkus-parent - 999-SNAPSHOT - ../parent/pom.xml - - - quarkus-revapi-config - Quarkus - Revapi Configuration + + + 4.0.0 + + io.quarkus + quarkus-parent 999-SNAPSHOT - Contains the configuration of the Revapi API checker and the list of the API changes - in the Quarkus APIs. - - https://github.com/quarkusio/quarkus - jar + ../parent/pom.xml + - - https://github.com/quarkusio/quarkus - scm:git:git@github.com:quarkusio/quarkus.git - scm:git:git@github.com:quarkusio/quarkus.git - HEAD - + quarkus-revapi-config + 999-SNAPSHOT + jar + Quarkus - Revapi Configuration + Contains the configuration of the Revapi API checker and the list of the API changes + in the Quarkus APIs. + https://github.com/quarkusio/quarkus - - true - + + scm:git:git@github.com:quarkusio/quarkus.git + scm:git:git@github.com:quarkusio/quarkus.git + HEAD + https://github.com/quarkusio/quarkus + + + + true + - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + - - - quick-build - - - quickly - - - - true - true - true - - - clean install - - - - quick-build-docs - - - quicklyDocs - - - - true - true - true - - - clean install - - - - - quick-build-ci - - - quickly-ci - - - - true - true - true - true - - - + + + quick-build + + + quickly + + + + true + true + true + + + clean install + + + + quick-build-docs + + + quicklyDocs + + + + true + true + true + + + clean install + + + + + quick-build-ci + + + quickly-ci + + + + true + true + true + true + + + diff --git a/independent-projects/tools/analytics-common/pom.xml b/independent-projects/tools/analytics-common/pom.xml index 55c04fe2ac844..6a4fe1d366549 100644 --- a/independent-projects/tools/analytics-common/pom.xml +++ b/independent-projects/tools/analytics-common/pom.xml @@ -1,91 +1,88 @@ - - - quarkus-tools-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-tools-parent + 999-SNAPSHOT + - quarkus-analytics-common - Quarkus - Analytics - Common + quarkus-analytics-common + Quarkus - Analytics - Common + + 3.3.1 + 4.5.14 + 3.13.1 + 1.0.0.Final + - - 3.3.1 - 4.5.14 - 3.13.1 - 1.0.0.Final - + + + io.quarkus + quarkus-bootstrap-app-model + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + + + io.quarkus + quarkus-devtools-message-writer + - - - io.quarkus - quarkus-bootstrap-app-model - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - - - io.quarkus - quarkus-devtools-message-writer - + + + org.junit.jupiter + junit-jupiter + test + + + org.wiremock + wiremock-standalone + ${wiremock.version} + test + + + commons-logging + commons-logging + + + + + org.mockito + mockito-core + test + + + uk.org.webcompere + system-stubs-jupiter + ${system-stubs-jupiter.version} + test + + + org.awaitility + awaitility + ${awaitility.version} + test + + - - - org.junit.jupiter - junit-jupiter - test - - - org.wiremock - wiremock-standalone - ${wiremock.version} - test - - - commons-logging - commons-logging - - - - - org.mockito - mockito-core - test - - - uk.org.webcompere - system-stubs-jupiter - ${system-stubs-jupiter.version} - test - - - org.awaitility - awaitility - ${awaitility.version} - test - - - - - - - maven-surefire-plugin - - - - false - - - - - - \ No newline at end of file + + + + maven-surefire-plugin + + + + false + + + + + + diff --git a/independent-projects/tools/base-codestarts/pom.xml b/independent-projects/tools/base-codestarts/pom.xml index 893e085e7b457..6affe5ea4d520 100644 --- a/independent-projects/tools/base-codestarts/pom.xml +++ b/independent-projects/tools/base-codestarts/pom.xml @@ -1,27 +1,25 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-tools-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-tools-parent + 999-SNAPSHOT + - quarkus-devtools-base-codestarts - Quarkus - Dev tools - Base Codestarts - - - - src/main/resources - - - src/main/filtered - true - - - + quarkus-devtools-base-codestarts + Quarkus - Dev tools - Base Codestarts + + + + src/main/resources + + + true + src/main/filtered + + + diff --git a/independent-projects/tools/codestarts/pom.xml b/independent-projects/tools/codestarts/pom.xml index c6a726533f1b7..b960b111c025f 100644 --- a/independent-projects/tools/codestarts/pom.xml +++ b/independent-projects/tools/codestarts/pom.xml @@ -1,65 +1,63 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-tools-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-tools-parent + 999-SNAPSHOT + - quarkus-devtools-codestarts - Quarkus - Dev tools - Codestarts + quarkus-devtools-codestarts + Quarkus - Dev tools - Codestarts - - - io.quarkus.qute - qute-core - - - org.apache.maven - maven-artifact - - - io.quarkus - quarkus-bootstrap-app-model - - - io.quarkus - quarkus-devtools-message-writer - - - io.fabric8 - maven-model-helper - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - - - commons-io - commons-io - - - org.junit.jupiter - junit-jupiter - test - - - org.mockito - mockito-core - test - - - org.assertj - assertj-core - test - - + + + io.quarkus.qute + qute-core + + + org.apache.maven + maven-artifact + + + io.quarkus + quarkus-bootstrap-app-model + + + io.quarkus + quarkus-devtools-message-writer + + + io.fabric8 + maven-model-helper + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + + + commons-io + commons-io + + + org.junit.jupiter + junit-jupiter + test + + + org.mockito + mockito-core + test + + + org.assertj + assertj-core + test + + diff --git a/independent-projects/tools/devtools-common/pom.xml b/independent-projects/tools/devtools-common/pom.xml index e7b70a29daea2..d03e3204a99fa 100644 --- a/independent-projects/tools/devtools-common/pom.xml +++ b/independent-projects/tools/devtools-common/pom.xml @@ -1,135 +1,133 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-tools-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-tools-parent + 999-SNAPSHOT + - quarkus-devtools-common - Quarkus - Dev tools - Common + quarkus-devtools-common + Quarkus - Dev tools - Common - - - - src/test/resources - - - src/test/filtered - true - - - + + + io.quarkus + quarkus-devtools-registry-client + + + io.quarkus + quarkus-devtools-utilities + + + io.quarkus + quarkus-devtools-base-codestarts + + + io.quarkus + quarkus-devtools-codestarts + + + org.apache.commons + commons-compress + + + io.smallrye.common + smallrye-common-version + + + io.smallrye.common + smallrye-common-os + + + io.fabric8 + maven-model-helper + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + + + org.apache.maven + maven-plugin-api + + + javax.enterprise + cdi-api + + + org.codehaus.plexus + plexus-classworlds + + + + + org.apache.maven + maven-core + + + org.checkerframework + checker-qual + + + com.google.code.findbugs + jsr305 + + + org.codehaus.mojo + animal-sniffer-annotations + + + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + + org.codejive + java-properties + + + org.junit.jupiter + junit-jupiter + test + + + org.mockito + mockito-core + test + + + org.assertj + assertj-core + test + + + uk.org.webcompere + system-stubs-jupiter + ${system-stubs-jupiter.version} + test + + - - - io.quarkus - quarkus-devtools-registry-client - - - io.quarkus - quarkus-devtools-utilities - - - io.quarkus - quarkus-devtools-base-codestarts - - - io.quarkus - quarkus-devtools-codestarts - - - org.apache.commons - commons-compress - - - io.smallrye.common - smallrye-common-version - - - io.smallrye.common - smallrye-common-os - - - io.fabric8 - maven-model-helper - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - - - com.fasterxml.jackson.datatype - jackson-datatype-jdk8 - - - org.apache.maven - maven-plugin-api - - - javax.enterprise - cdi-api - - - org.codehaus.plexus - plexus-classworlds - - - - - org.apache.maven - maven-core - - - org.checkerframework - checker-qual - - - com.google.code.findbugs - jsr305 - - - org.codehaus.mojo - animal-sniffer-annotations - - - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - org.codejive - java-properties - - - org.junit.jupiter - junit-jupiter - test - - - org.mockito - mockito-core - test - - - org.assertj - assertj-core - test - - - uk.org.webcompere - system-stubs-jupiter - ${system-stubs-jupiter.version} - test - - + + + + src/test/resources + + + true + src/test/filtered + + + diff --git a/independent-projects/tools/devtools-testing/pom.xml b/independent-projects/tools/devtools-testing/pom.xml index 80459f1a1b2b3..b80241effc10b 100644 --- a/independent-projects/tools/devtools-testing/pom.xml +++ b/independent-projects/tools/devtools-testing/pom.xml @@ -1,60 +1,59 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-tools-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-tools-parent + 999-SNAPSHOT + - quarkus-devtools-testing - Quarkus - Dev tools - Testing + quarkus-devtools-testing + Quarkus - Dev tools - Testing - - - commons-io - commons-io - - - io.quarkus - quarkus-devtools-common - - - io.quarkus - quarkus-bootstrap-core - - - org.junit.jupiter - junit-jupiter - compile - - - org.mockito - mockito-core - compile - - - org.assertj - assertj-core - compile - - - - - - - maven-surefire-plugin - ${version.surefire.plugin} - - - ${project.version} - - - - - - + + + commons-io + commons-io + + + io.quarkus + quarkus-devtools-common + + + io.quarkus + quarkus-bootstrap-core + + + org.junit.jupiter + junit-jupiter + compile + + + org.mockito + mockito-core + compile + + + org.assertj + assertj-core + compile + + + + + + + maven-surefire-plugin + ${version.surefire.plugin} + + + ${project.version} + + + + + + + diff --git a/independent-projects/tools/message-writer/pom.xml b/independent-projects/tools/message-writer/pom.xml index 4d33f90355d1c..5faf6b5676168 100644 --- a/independent-projects/tools/message-writer/pom.xml +++ b/independent-projects/tools/message-writer/pom.xml @@ -1,22 +1,20 @@ - - 4.0.0 - - - io.smallrye.common - smallrye-common-os - - + + 4.0.0 - - io.quarkus - quarkus-tools-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-tools-parent + 999-SNAPSHOT + - quarkus-devtools-message-writer - Quarkus - Dev tools - Message Writer + quarkus-devtools-message-writer + Quarkus - Dev tools - Message Writer + + + io.smallrye.common + smallrye-common-os + + - \ No newline at end of file + diff --git a/independent-projects/tools/pom.xml b/independent-projects/tools/pom.xml index 0bd72f2ac2aab..d743db6b890f8 100644 --- a/independent-projects/tools/pom.xml +++ b/independent-projects/tools/pom.xml @@ -1,299 +1,295 @@ - - 4.0.0 - - io.quarkus - quarkus-parent - 999-SNAPSHOT - ../parent/pom.xml - - quarkus-tools-parent - Quarkus - Dev tools - Parent - https://github.com/quarkusio/quarkus - pom + + + 4.0.0 + + io.quarkus + quarkus-parent 999-SNAPSHOT - - - Apache License, Version 2.0 - repo - https://www.apache.org/licenses/LICENSE-2.0.html - - - - https://github.com/quarkusio/quarkus - scm:git:git@github.com:quarkusio/quarkus.git - scm:git:git@github.com:quarkusio/quarkus.git - HEAD - - - 1.0.0 - 1.3.2 - 1 - UTF-8 + ../parent/pom.xml + + quarkus-tools-parent + 999-SNAPSHOT + pom + Quarkus - Dev tools - Parent + https://github.com/quarkusio/quarkus + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.html + repo + + + + registry-client + message-writer + devtools-testing + codestarts + base-codestarts + devtools-common + utilities + analytics-common + + + scm:git:git@github.com:quarkusio/quarkus.git + scm:git:git@github.com:quarkusio/quarkus.git + HEAD + https://github.com/quarkusio/quarkus + + + 1.0.0 + 1.3.2 + 1 + UTF-8 - - 3.9.9 - 3.3.2 - 8.14 + + 3.9.9 + 3.3.2 + 8.14 - - 3.14.0 - 1.6.0 - 2.13.12 - 4.4.0 + + 3.14.0 + 1.6.0 + 2.13.12 + 4.4.0 - - 3.27.3 - 2.19.0 - 4.1.0 - 5.13.1 - 1.27.1 - 3.6.1.Final - 5.18.0 - ${project.version} - 37 - 3.3.1 - 2.0.2 - 4.3.0 - 0.0.7 - - - registry-client - message-writer - devtools-testing - codestarts - base-codestarts - devtools-common - utilities - analytics-common - - - - - io.quarkus - quarkus-bootstrap-bom - ${project.version} - pom - import - + + 3.27.3 + 2.19.0 + 4.1.0 + 5.13.1 + 1.27.1 + 3.6.1.Final + 5.18.0 + ${project.version} + 37 + 3.3.1 + 2.0.2 + 4.3.0 + 0.0.7 + + + + + io.quarkus + quarkus-bootstrap-bom + ${project.version} + pom + import + - - - com.fasterxml.jackson - jackson-bom - ${jackson-bom.version} - import - pom - + + + com.fasterxml.jackson + jackson-bom + ${jackson-bom.version} + pom + import + - - - org.mockito - mockito-bom - ${mockito.version} - pom - import - + + + org.mockito + mockito-bom + ${mockito.version} + pom + import + - - - org.junit - junit-bom - ${junit5.version} - import - pom - + + + org.junit + junit-bom + ${junit5.version} + pom + import + - - io.quarkus - quarkus-devtools-base-codestarts - ${project.version} - - - io.quarkus - quarkus-devtools-testing - test - ${project.version} - - - io.quarkus - quarkus-devtools-registry-client - ${project.version} - - - org.apache.commons - commons-compress - ${commons-compress.version} - - - io.quarkus.qute - qute-core - ${quarkus.version} - - - io.quarkus - quarkus-devtools-message-writer - ${project.version} - - - io.quarkus - quarkus-devtools-utilities - ${project.version} - - - io.quarkus - quarkus-devtools-codestarts - ${project.version} - - - io.quarkus - quarkus-devtools-common - ${project.version} - - - io.fabric8 - maven-model-helper - ${maven-model-helper.version} - - - jakarta.enterprise - jakarta.enterprise.cdi-api - ${jakarta.enterprise.cdi-api.version} - - - javax.annotation - javax.annotation-api - ${javax.annotation-api.version} - - - javax.inject - javax.inject - ${javax.inject.version} - - - org.assertj - assertj-core - ${assertj.version} - - - org.jboss.logging - jboss-logging - ${jboss-logging.version} - - - org.codejive - java-properties - ${java-properties.version} - - - io.quarkus - quarkus-bootstrap-core - test-jar - test - ${quarkus.version} - - - + + io.quarkus + quarkus-devtools-base-codestarts + ${project.version} + + + io.quarkus + quarkus-devtools-testing + ${project.version} + test + + + io.quarkus + quarkus-devtools-registry-client + ${project.version} + + + org.apache.commons + commons-compress + ${commons-compress.version} + + + io.quarkus.qute + qute-core + ${quarkus.version} + + + io.quarkus + quarkus-devtools-message-writer + ${project.version} + + + io.quarkus + quarkus-devtools-utilities + ${project.version} + + + io.quarkus + quarkus-devtools-codestarts + ${project.version} + + + io.quarkus + quarkus-devtools-common + ${project.version} + + + io.fabric8 + maven-model-helper + ${maven-model-helper.version} + + + jakarta.enterprise + jakarta.enterprise.cdi-api + ${jakarta.enterprise.cdi-api.version} + + + javax.annotation + javax.annotation-api + ${javax.annotation-api.version} + + + javax.inject + javax.inject + ${javax.inject.version} + + + org.assertj + assertj-core + ${assertj.version} + + + org.jboss.logging + jboss-logging + ${jboss-logging.version} + + + org.codejive + java-properties + ${java-properties.version} + + + io.quarkus + quarkus-bootstrap-core + ${quarkus.version} + test-jar + test + + + - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - io.quarkus - quarkus-enforcer-rules - ${project.version} - - - - - enforce - ${maven-enforcer-plugin.phase} - - - - classpath:enforcer-rules/quarkus-require-java-version.xml - - - classpath:enforcer-rules/quarkus-require-maven-version.xml - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - - - enforce - - - - - - maven-surefire-plugin - - - - - -Djava.io.tmpdir="${project.build.directory}" - MAVEN_OPTS - - - - + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + io.quarkus + quarkus-enforcer-rules + ${project.version} + + + + + enforce + + enforce + + ${maven-enforcer-plugin.phase} + + + + classpath:enforcer-rules/quarkus-require-java-version.xml + + + classpath:enforcer-rules/quarkus-require-maven-version.xml + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + + + + + + maven-surefire-plugin + + + + + -Djava.io.tmpdir="${project.build.directory}" + MAVEN_OPTS + + + + - - - quick-build - - - quickly - - - - true - true - true - - - clean install - - - - quick-build-docs - - - quicklyDocs - - - - true - true - true - - - clean install - - - - - quick-build-ci - - - quickly-ci - - - - true - true - true - true - - - + + + quick-build + + + quickly + + + + true + true + true + + + clean install + + + + quick-build-docs + + + quicklyDocs + + + + true + true + true + + + clean install + + + + + quick-build-ci + + + quickly-ci + + + + true + true + true + true + + + diff --git a/independent-projects/tools/registry-client/pom.xml b/independent-projects/tools/registry-client/pom.xml index 84c6a71a14aa8..ec26b248a157d 100644 --- a/independent-projects/tools/registry-client/pom.xml +++ b/independent-projects/tools/registry-client/pom.xml @@ -1,61 +1,59 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-tools-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-tools-parent + 999-SNAPSHOT + - quarkus-devtools-registry-client - Quarkus - Dev tools - Registry Client API + quarkus-devtools-registry-client + Quarkus - Dev tools - Registry Client API - - - io.quarkus - quarkus-devtools-message-writer - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - - - io.quarkus - quarkus-bootstrap-maven-resolver - - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - - - - - io.smallrye - jandex-maven-plugin - ${jandex.version} - - - make-index - - jandex - - - - - - + + + io.quarkus + quarkus-devtools-message-writer + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + + + io.quarkus + quarkus-bootstrap-maven-resolver + + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + + + + + io.smallrye + jandex-maven-plugin + ${jandex.version} + + + make-index + + jandex + + + + + + diff --git a/independent-projects/tools/utilities/pom.xml b/independent-projects/tools/utilities/pom.xml index e17701486bfa3..bb0360fb39ee3 100644 --- a/independent-projects/tools/utilities/pom.xml +++ b/independent-projects/tools/utilities/pom.xml @@ -1,17 +1,14 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-tools-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-tools-parent + 999-SNAPSHOT + - quarkus-devtools-utilities - Quarkus - Dev tools - Utilities + quarkus-devtools-utilities + Quarkus - Dev tools - Utilities - - \ No newline at end of file + diff --git a/independent-projects/vertx-utils/pom.xml b/independent-projects/vertx-utils/pom.xml index df02f16d665f3..0a6283bef1fad 100644 --- a/independent-projects/vertx-utils/pom.xml +++ b/independent-projects/vertx-utils/pom.xml @@ -1,38 +1,36 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-parent - 999-SNAPSHOT - ../parent/pom.xml - + + io.quarkus + quarkus-parent + 999-SNAPSHOT + ../parent/pom.xml + - io.quarkus.vertx.utils - quarkus-vertx-utils - Ancillary classes for making third party frameworks to run on top of Vert.x + io.quarkus.vertx.utils + quarkus-vertx-utils + Ancillary classes for making third party frameworks to run on top of Vert.x - - 3.6.1.Final - 4.5.14 - + + 3.6.1.Final + 4.5.14 + - + - - io.vertx - vertx-web - ${vertx.version} - - - org.jboss.logging - jboss-logging - ${jboss-logging.version} - + + io.vertx + vertx-web + ${vertx.version} + + + org.jboss.logging + jboss-logging + ${jboss-logging.version} + - + diff --git a/pom.xml b/pom.xml index edb34899f2542..d7d2f314d6845 100644 --- a/pom.xml +++ b/pom.xml @@ -1,342 +1,354 @@ - - 4.0.0 - - io.quarkus - quarkus-parent - 999-SNAPSHOT - independent-projects/parent/pom.xml - - - quarkus-project - Quarkus - Project pom + + 4.0.0 + + io.quarkus + quarkus-parent 999-SNAPSHOT - pom + independent-projects/parent/pom.xml + - Quarkus - Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM - https://github.com/quarkusio/quarkus + quarkus-project + 999-SNAPSHOT + pom + Quarkus - Project pom - - - quarkus - Quarkus Community - Quarkus - https://quarkus.io - - + Quarkus - Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM + https://github.com/quarkusio/quarkus - - - The Apache Software License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0.txt - repo - - + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + - - https://github.com/quarkusio/quarkus - scm:git:git@github.com:quarkusio/quarkus.git - scm:git:git@github.com:quarkusio/quarkus.git - HEAD - + + + quarkus + Quarkus Community + Quarkus + https://quarkus.io + + - - GitHub - https://github.com/quarkusio/quarkus/issues/ - + - - ${env.GRAALVM_HOME} - jdbc:postgresql:hibernate_orm_test + + independent-projects/parent + independent-projects/ide-config + independent-projects/revapi + independent-projects/arc + independent-projects/bootstrap + independent-projects/qute + independent-projects/tools + independent-projects/enforcer-rules + independent-projects/vertx-utils + independent-projects/resteasy-reactive + independent-projects/extension-maven-plugin + independent-projects/junit5-virtual-threads - 4.5.4 - 0.0.121 + + bom/application + bom/test + bom/dev-ui + build-parent - false - false + + core + test-framework - validate - verify + + extensions - 11.1.0 + + + + + devtools - - - 0.8.13 - 7.3.1 - 5.5.5 - 7.0.2.Final - 3.2.0 - 4.13.0 - 1.15.11 - 1.0.0 - 3.0.0.Final - 9.0.0.Final - 8.0.0.Final + + integration-tests - - 1.69.1 - - - 1.2.2 - 3.25.5 - ${protoc.version} - ${protoc.version} - 2.58.0 - 0.27.0 + + docs + - - 0.9.2 + + scm:git:git@github.com:quarkusio/quarkus.git + scm:git:git@github.com:quarkusio/quarkus.git + HEAD + https://github.com/quarkusio/quarkus + + + + GitHub + https://github.com/quarkusio/quarkus/issues/ + - - 7.8.0 - + + ${env.GRAALVM_HOME} + jdbc:postgresql:hibernate_orm_test - + 4.5.4 + 0.0.121 - - independent-projects/parent - independent-projects/ide-config - independent-projects/revapi - independent-projects/arc - independent-projects/bootstrap - independent-projects/qute - independent-projects/tools - independent-projects/enforcer-rules - independent-projects/vertx-utils - independent-projects/resteasy-reactive - independent-projects/extension-maven-plugin - independent-projects/junit5-virtual-threads + false + false - - bom/application - bom/test - bom/dev-ui - build-parent + validate + verify - - core - test-framework + 11.1.0 - - extensions + + + 0.8.13 + 7.3.1 + + 5.5.5 + 7.0.2.Final + + 3.2.0 + + 4.13.0 + + 1.15.11 + + 1.0.0 + + 3.0.0.Final + + 9.0.0.Final + 8.0.0.Final - - - - - devtools + + 1.69.1 + + + + 1.2.2 + 3.25.5 + ${protoc.version} + ${protoc.version} + 2.58.0 + 0.27.0 + - - integration-tests + + 0.9.2 - - docs - + + 7.8.0 + - - - central - Maven Repository Switchboard - https://repo.maven.apache.org/maven2 - - false - - - + + + + false + + central + Maven Repository Switchboard + https://repo.maven.apache.org/maven2 + + - - - - - io.quarkus - quarkus-platform-bom-maven-plugin - ${quarkus-platform-bom-plugin.version} - - - org.owasp - dependency-check-maven - ${owasp-dependency-check-plugin.version} - - false - false - false - false - false - - - - - - - io.quarkus.bot - build-reporter-maven-extension - 3.11.1 - - - + + + + + io.quarkus + quarkus-platform-bom-maven-plugin + ${quarkus-platform-bom-plugin.version} + + + org.owasp + dependency-check-maven + ${owasp-dependency-check-plugin.version} + + false + false + false + false + false + + + + + + + io.quarkus.bot + build-reporter-maven-extension + 3.11.1 + + + - - - quick-build - - - quickly - - - - - true - true - true - true - none - true - true - true - true - true - none - true - true - - - clean install - - - - quick-build-docs - - - quicklyDocs - - - - true - true - true - true - true - true - true - true - true - - - clean install - - - - - quick-build-ci - - - quickly-ci - - - - true - true - true - true - true - true - true - true - true - true - true - - - - relocations - - relocations - - - - release - - relocations - - - - tcks - - - tcks - - - - tcks - - - - incremental - - - incremental - - - - - main - - - - - io.github.gitflow-incremental-builder - gitflow-incremental-builder - ${gitflow-incremental-builder.version} - true - + true + true + true + true + none + true + true + true + + true + + true + + none + true + true + + + clean install + + + + quick-build-docs + + + quicklyDocs + + + + true + true + true + true + true + true + + true + + true + true + + + clean install + + + + + quick-build-ci + + + quickly-ci + + + + true + true + true + true + true + true + true + true + + true + + true + + true + + + + relocations + + relocations + + + + release + + relocations + + + + tcks + + + tcks + + + + tcks + + + + incremental + + + incremental + + + + + main + + + + + io.github.gitflow-incremental-builder + gitflow-incremental-builder + ${gitflow-incremental-builder.version} + true + - - - \.sdkmanrc|.gitpod.yml|\.gitpod[/\\].*|LICENSE|[^/\\]+\.md|[^/\\]+\.txt|[^/\\]+\.adoc - + \.sdkmanrc|.gitpod.yml|\.gitpod[/\\].*|LICENSE|[^/\\]+\.md|[^/\\]+\.txt|[^/\\]+\.adoc + - \.github[/\\].*|\.mvn[/\\].*|mvnw.* - - true - skipITs invoker.skip no-format - - - - - - - owasp-check - - - owasp-check - - - - org.owasp:dependency-check-maven:check - - - - owasp-report - - - owasp-report - - - - org.owasp:dependency-check-maven:aggregate - - - + true + skipITs invoker.skip no-format + + + + + + + owasp-check + + + owasp-check + + + + org.owasp:dependency-check-maven:check + + + + owasp-report + + + owasp-report + + + + org.owasp:dependency-check-maven:aggregate + + + diff --git a/test-framework/common/pom.xml b/test-framework/common/pom.xml index 641401c161afe..ed7812356b489 100644 --- a/test-framework/common/pom.xml +++ b/test-framework/common/pom.xml @@ -1,59 +1,57 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-test-common - Quarkus - Test Framework - Common + quarkus-test-common + Quarkus - Test Framework - Common - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-bootstrap-maven-resolver - - - io.quarkus - quarkus-bootstrap-gradle-resolver - - - io.smallrye - jandex - - - commons-io - commons-io - - - - org.jboss.logging - commons-logging-jboss-logging - - - io.rest-assured - rest-assured - true - - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-bootstrap-maven-resolver + + + io.quarkus + quarkus-bootstrap-gradle-resolver + + + io.smallrye + jandex + + + commons-io + commons-io + + + + org.jboss.logging + commons-logging-jboss-logging + + + io.rest-assured + rest-assured + true + + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + diff --git a/test-framework/derby/pom.xml b/test-framework/derby/pom.xml index 566cfbdb19f8d..11958900850b7 100644 --- a/test-framework/derby/pom.xml +++ b/test-framework/derby/pom.xml @@ -1,30 +1,28 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-test-derby - Quarkus - Test Framework - Derby Database Support - - - io.quarkus - quarkus-test-common - - - org.apache.derby - derbynet - - - org.apache.derby - derbytools - - + quarkus-test-derby + Quarkus - Test Framework - Derby Database Support + + + io.quarkus + quarkus-test-common + + + org.apache.derby + derbynet + + + org.apache.derby + derbytools + + diff --git a/test-framework/grpc/pom.xml b/test-framework/grpc/pom.xml index 30fbe18b70f4f..25c4be6d53447 100644 --- a/test-framework/grpc/pom.xml +++ b/test-framework/grpc/pom.xml @@ -1,48 +1,46 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-test-grpc - Quarkus - Test Framework - gRPC test utils + quarkus-test-grpc + Quarkus - Test Framework - gRPC test utils - - - io.vertx - vertx-grpc-client - - - org.codehaus.mojo - animal-sniffer-annotations - - - com.google.code.findbugs - jsr305 - - - org.checkerframework - checker-qual - - - javax.annotation - javax.annotation-api - - - com.google.android - annotations - - - - - io.quarkus - quarkus-junit5 - - + + + io.vertx + vertx-grpc-client + + + org.codehaus.mojo + animal-sniffer-annotations + + + com.google.code.findbugs + jsr305 + + + org.checkerframework + checker-qual + + + javax.annotation + javax.annotation-api + + + com.google.android + annotations + + + + + io.quarkus + quarkus-junit5 + + diff --git a/test-framework/h2/pom.xml b/test-framework/h2/pom.xml index 9c5f22ac25998..56a805f1df6a9 100644 --- a/test-framework/h2/pom.xml +++ b/test-framework/h2/pom.xml @@ -1,26 +1,24 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-test-h2 - Quarkus - Test Framework - H2 Database Support - - - io.quarkus - quarkus-test-common - - - com.h2database - h2 - - + quarkus-test-h2 + Quarkus - Test Framework - H2 Database Support + + + io.quarkus + quarkus-test-common + + + com.h2database + h2 + + diff --git a/test-framework/junit5-config/pom.xml b/test-framework/junit5-config/pom.xml index 9e5a21c6e54bb..92c0288e98486 100644 --- a/test-framework/junit5-config/pom.xml +++ b/test-framework/junit5-config/pom.xml @@ -1,35 +1,33 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-junit5-config - Quarkus - Test Framework - JUnit 5 Config + quarkus-junit5-config + Quarkus - Test Framework - JUnit 5 Config - - - org.junit.jupiter - junit-jupiter-api - - - io.smallrye.config - smallrye-config - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-core-deployment - - + + + org.junit.jupiter + junit-jupiter-api + + + io.smallrye.config + smallrye-config + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-core-deployment + + diff --git a/test-framework/junit5-internal/pom.xml b/test-framework/junit5-internal/pom.xml index 9bd5cf5b47f47..a9801b73f8361 100644 --- a/test-framework/junit5-internal/pom.xml +++ b/test-framework/junit5-internal/pom.xml @@ -1,73 +1,69 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-junit5-internal - Quarkus - Test Framework - JUnit 5 Internal Test Framework + quarkus-junit5-internal + Quarkus - Test Framework - JUnit 5 Internal Test Framework - - A runner for unit tests, intended for testing Quarkus rather than - for end user consumption. - + A runner for unit tests, intended for testing Quarkus rather than + for end user consumption. - - - org.jboss.shrinkwrap - shrinkwrap-depchain - pom - - - org.junit.jupiter - junit-jupiter-api - compile - - - org.junit.jupiter - junit-jupiter-params - compile - - - org.junit.jupiter - junit-jupiter-engine - compile - - - io.quarkus - quarkus-junit5-config - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-test-common - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - io.quarkus - quarkus-devtools-utilities - - - org.awaitility - awaitility - - - org.mockito - mockito-core - test - - + + + org.jboss.shrinkwrap + shrinkwrap-depchain + pom + + + org.junit.jupiter + junit-jupiter-api + compile + + + org.junit.jupiter + junit-jupiter-params + compile + + + org.junit.jupiter + junit-jupiter-engine + compile + + + io.quarkus + quarkus-junit5-config + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-test-common + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + + io.quarkus + quarkus-devtools-utilities + + + org.awaitility + awaitility + + + org.mockito + mockito-core + test + + diff --git a/test-framework/junit5-mockito-config/pom.xml b/test-framework/junit5-mockito-config/pom.xml index 505bb46ed6138..15269b1d31ae1 100644 --- a/test-framework/junit5-mockito-config/pom.xml +++ b/test-framework/junit5-mockito-config/pom.xml @@ -1,27 +1,23 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-junit5-mockito-config - Quarkus - Test framework - JUnit 5 - Mockito Config - - Contains a MockitoConfiguration that has to be loaded parent-first to work in continuous testing. - It is separated from junit5-mockito to minimize the blast radius. - + quarkus-junit5-mockito-config + Quarkus - Test framework - JUnit 5 - Mockito Config + Contains a MockitoConfiguration that has to be loaded parent-first to work in continuous testing. + It is separated from junit5-mockito to minimize the blast radius. - - - org.mockito - mockito-core - - + + + org.mockito + mockito-core + + diff --git a/test-framework/junit5/pom.xml b/test-framework/junit5/pom.xml index e15b39e5b9f32..7b1d204897ad1 100644 --- a/test-framework/junit5/pom.xml +++ b/test-framework/junit5/pom.xml @@ -1,64 +1,62 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-junit5 - Quarkus - Test Framework - JUnit 5 + quarkus-junit5 + Quarkus - Test Framework - JUnit 5 - - - io.quarkus - quarkus-bootstrap-core - - - org.eclipse.sisu - org.eclipse.sisu.inject - - - - - org.eclipse.sisu - org.eclipse.sisu.inject - - runtime - - - io.quarkus - quarkus-test-common - - - io.quarkus - quarkus-junit5-config - - - org.junit.jupiter - junit-jupiter - compile - - - io.quarkus - quarkus-core - + runtime + + + io.quarkus + quarkus-test-common + + + io.quarkus + quarkus-junit5-config + + + org.junit.jupiter + junit-jupiter + compile + + + io.quarkus + quarkus-core + - - org.mockito - mockito-junit-jupiter - test - - - org.assertj - assertj-core - test - - + + org.mockito + mockito-junit-jupiter + test + + + org.assertj + assertj-core + test + + diff --git a/test-framework/kubernetes-client/pom.xml b/test-framework/kubernetes-client/pom.xml index d0a0edd491ae8..60a4ecc96f9c8 100644 --- a/test-framework/kubernetes-client/pom.xml +++ b/test-framework/kubernetes-client/pom.xml @@ -1,91 +1,88 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-test-kubernetes-client - Quarkus - Test Framework - Kubernetes Client Mock Server support - - - io.quarkus - quarkus-test-common - - - io.fabric8 - kubernetes-client-api - - - javax.annotation - javax.annotation-api - - - jakarta.xml.bind - jakarta.xml.bind-api - - - javax.xml.bind - jaxb-api - - - jakarta.xml.bind - jakarta.xml.bind-api - - - io.sundr - * - - - - - io.fabric8 - kubernetes-server-mock - - - io.fabric8 - kubernetes-httpclient-vertx - - - jakarta.annotation - jakarta.annotation-api - - - jakarta.xml.bind - jakarta.xml.bind-api - - + quarkus-test-kubernetes-client + Quarkus - Test Framework - Kubernetes Client Mock Server support + + + io.quarkus + quarkus-test-common + + + io.fabric8 + kubernetes-client-api + + + javax.annotation + javax.annotation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.xml.bind + jaxb-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + io.sundr + * + + + + + io.fabric8 + kubernetes-server-mock + + + io.fabric8 + kubernetes-httpclient-vertx + + + jakarta.annotation + jakarta.annotation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce - ${maven-enforcer-plugin.phase} - - enforce - - - - - - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - - - - - - + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce + + enforce + + ${maven-enforcer-plugin.phase} + + + + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + + + + + + diff --git a/test-framework/pom.xml b/test-framework/pom.xml index 15092a6c30d42..a376f5184cf1f 100644 --- a/test-framework/pom.xml +++ b/test-framework/pom.xml @@ -1,79 +1,77 @@ - - - quarkus-build-parent - io.quarkus - 999-SNAPSHOT - ../build-parent/pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-build-parent + 999-SNAPSHOT + ../build-parent/pom.xml + - quarkus-test-framework - Quarkus - Test Framework - pom + quarkus-test-framework + pom + Quarkus - Test Framework - - common - h2 - grpc - derby - kubernetes-client - junit5-config - junit5-internal - junit5 - junit5-component - junit5-mockito - junit5-mockito-config - vertx - hibernate-reactive-panache - amazon-lambda - arquillian - devmode-test-utils - maven - ldap - security - security-jwt - security-oidc - security-webauthn - oidc-server - keycloak-server - jacoco - mongodb - kafka-companion - google-cloud-functions - observability - + + common + h2 + grpc + derby + kubernetes-client + junit5-config + junit5-internal + junit5 + junit5-component + junit5-mockito + junit5-mockito-config + vertx + hibernate-reactive-panache + amazon-lambda + arquillian + devmode-test-utils + maven + ldap + security + security-jwt + security-oidc + security-webauthn + oidc-server + keycloak-server + jacoco + mongodb + kafka-companion + google-cloud-functions + observability + - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce - ${maven-enforcer-plugin.phase} - - - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - classpath:enforcer-rules/quarkus-banned-dependencies-okhttp.xml - - - - - - - - + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce + ${maven-enforcer-plugin.phase} + + + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + classpath:enforcer-rules/quarkus-banned-dependencies-okhttp.xml + + + + + + + + From 41f6401ae6e38ed62252a1363aa4e2c135cdca29 Mon Sep 17 00:00:00 2001 From: Vincent Potucek Date: Sat, 14 Jun 2025 12:29:49 +0200 Subject: [PATCH 5/5] sortpom-maven-plugin --- .gitignore | 1 + devtools/bom-descriptor-json/pom.xml | 6386 +++++++------- devtools/cli/pom.xml | 420 +- devtools/config-doc-maven-plugin/pom.xml | 365 +- .../gradle/gradle-application-plugin/pom.xml | 146 +- .../gradle/gradle-extension-plugin/pom.xml | 90 +- devtools/gradle/gradle-model/pom.xml | 64 +- devtools/gradle/pom.xml | 423 +- devtools/maven/pom.xml | 586 +- .../project-core-extension-codestarts/pom.xml | 164 +- docs/pom.xml | 7444 ++++++++--------- extensions/agroal/deployment/pom.xml | 252 +- extensions/agroal/pom.xml | 36 +- extensions/agroal/runtime-dev/pom.xml | 40 +- extensions/agroal/runtime/pom.xml | 232 +- extensions/agroal/spi/pom.xml | 52 +- .../amazon-lambda-http/deployment/pom.xml | 142 +- .../http-event-server/pom.xml | 56 +- .../maven-archetype/pom.xml | 116 +- extensions/amazon-lambda-http/pom.xml | 38 +- extensions/amazon-lambda-http/runtime/pom.xml | 156 +- .../amazon-lambda-rest/deployment/pom.xml | 142 +- .../maven-archetype/pom.xml | 116 +- extensions/amazon-lambda-rest/pom.xml | 38 +- .../rest-event-server/pom.xml | 71 +- extensions/amazon-lambda-rest/runtime/pom.xml | 118 +- .../amazon-lambda-xray/deployment/pom.xml | 92 +- extensions/amazon-lambda-xray/pom.xml | 32 +- extensions/amazon-lambda-xray/runtime/pom.xml | 118 +- .../amazon-lambda/common-deployment/pom.xml | 126 +- .../amazon-lambda/common-runtime/pom.xml | 148 +- extensions/amazon-lambda/deployment/pom.xml | 124 +- extensions/amazon-lambda/event-server/pom.xml | 93 +- .../amazon-lambda/maven-archetype/pom.xml | 130 +- extensions/amazon-lambda/pom.xml | 42 +- extensions/amazon-lambda/runtime/pom.xml | 106 +- .../apache-httpclient/deployment/pom.xml | 83 +- extensions/apache-httpclient/pom.xml | 31 +- extensions/apache-httpclient/runtime/pom.xml | 99 +- extensions/arc/deployment/pom.xml | 168 +- extensions/arc/runtime-dev/pom.xml | 40 +- .../arc/test-supplement-decorator/pom.xml | 66 +- extensions/arc/test-supplement/pom.xml | 34 +- extensions/assistant/deployment-spi/pom.xml | 51 +- extensions/assistant/deployment/pom.xml | 118 +- extensions/assistant/pom.xml | 36 +- extensions/assistant/runtime-dev/pom.xml | 22 +- extensions/assistant/runtime/pom.xml | 60 +- extensions/avro/deployment/pom.xml | 118 +- extensions/avro/pom.xml | 32 +- extensions/avro/runtime/pom.xml | 115 +- extensions/awt/deployment/pom.xml | 102 +- extensions/awt/pom.xml | 30 +- extensions/awt/runtime/pom.xml | 91 +- .../azure-functions-http/deployment/pom.xml | 114 +- extensions/azure-functions-http/pom.xml | 33 +- .../azure-functions-http/runtime/pom.xml | 140 +- extensions/azure-functions/deployment/pom.xml | 304 +- extensions/azure-functions/pom.xml | 33 +- extensions/azure-functions/runtime/pom.xml | 112 +- extensions/cache/deployment-spi/pom.xml | 44 +- extensions/cache/deployment/pom.xml | 190 +- extensions/cache/pom.xml | 38 +- extensions/cache/runtime-dev/pom.xml | 38 +- extensions/cache/runtime-spi/pom.xml | 32 +- extensions/cache/runtime/pom.xml | 162 +- extensions/caffeine/deployment/pom.xml | 90 +- extensions/caffeine/pom.xml | 32 +- extensions/caffeine/runtime/pom.xml | 102 +- extensions/config-yaml/deployment/pom.xml | 114 +- extensions/config-yaml/pom.xml | 32 +- extensions/config-yaml/runtime/pom.xml | 132 +- .../deployment/pom.xml | 102 +- .../container-image-buildpack/pom.xml | 32 +- .../container-image-buildpack/runtime/pom.xml | 100 +- .../deployment/pom.xml | 92 +- .../container-image-docker-common/pom.xml | 30 +- .../runtime/pom.xml | 84 +- .../container-image-docker/deployment/pom.xml | 92 +- .../container-image-docker/pom.xml | 30 +- .../container-image-docker/runtime/pom.xml | 100 +- .../container-image-jib/deployment/pom.xml | 98 +- .../container-image-jib/pom.xml | 32 +- .../container-image-jib/runtime/pom.xml | 100 +- .../deployment/pom.xml | 162 +- .../container-image-openshift/pom.xml | 30 +- .../container-image-openshift/runtime/pom.xml | 110 +- .../container-image-podman/deployment/pom.xml | 92 +- .../container-image-podman/pom.xml | 30 +- .../container-image-podman/runtime/pom.xml | 100 +- extensions/container-image/deployment/pom.xml | 124 +- extensions/container-image/pom.xml | 50 +- .../container-image/runtime-dev/pom.xml | 38 +- extensions/container-image/runtime/pom.xml | 113 +- extensions/container-image/spi/pom.xml | 35 +- extensions/container-image/util/pom.xml | 23 +- extensions/credentials/deployment/pom.xml | 90 +- extensions/credentials/pom.xml | 32 +- extensions/credentials/runtime/pom.xml | 32 +- extensions/cyclonedx/deployment/pom.xml | 102 +- extensions/cyclonedx/generator/pom.xml | 64 +- extensions/cyclonedx/pom.xml | 36 +- extensions/cyclonedx/runtime/pom.xml | 52 +- extensions/datasource/common/pom.xml | 52 +- extensions/datasource/deployment-spi/pom.xml | 48 +- extensions/datasource/deployment/pom.xml | 138 +- extensions/datasource/pom.xml | 38 +- extensions/datasource/runtime-dev/pom.xml | 38 +- extensions/datasource/runtime/pom.xml | 144 +- extensions/devservices/common/pom.xml | 94 +- extensions/devservices/db2/pom.xml | 130 +- extensions/devservices/deployment/pom.xml | 108 +- extensions/devservices/derby/pom.xml | 110 +- extensions/devservices/h2/pom.xml | 102 +- extensions/devservices/keycloak/pom.xml | 114 +- extensions/devservices/mariadb/pom.xml | 142 +- extensions/devservices/mssql/pom.xml | 142 +- extensions/devservices/mysql/pom.xml | 142 +- extensions/devservices/oidc/pom.xml | 98 +- extensions/devservices/oracle/pom.xml | 142 +- extensions/devservices/pom.xml | 58 +- extensions/devservices/postgresql/pom.xml | 142 +- .../deployment/pom.xml | 109 +- extensions/elasticsearch-java-client/pom.xml | 34 +- .../elasticsearch-java-client/runtime/pom.xml | 137 +- .../deployment/pom.xml | 126 +- .../elasticsearch-rest-client-common/pom.xml | 32 +- .../runtime/pom.xml | 150 +- .../deployment/pom.xml | 190 +- extensions/elasticsearch-rest-client/pom.xml | 32 +- .../elasticsearch-rest-client/runtime/pom.xml | 112 +- .../deployment/pom.xml | 82 +- extensions/elytron-security-common/pom.xml | 32 +- .../elytron-security-common/runtime/pom.xml | 144 +- .../elytron-security-jdbc/deployment/pom.xml | 188 +- extensions/elytron-security-jdbc/pom.xml | 32 +- .../elytron-security-jdbc/runtime/pom.xml | 128 +- .../elytron-security-ldap/deployment/pom.xml | 150 +- extensions/elytron-security-ldap/pom.xml | 32 +- .../elytron-security-ldap/runtime/pom.xml | 120 +- .../deployment/pom.xml | 120 +- extensions/elytron-security-oauth2/pom.xml | 33 +- .../elytron-security-oauth2/runtime/pom.xml | 112 +- .../deployment/pom.xml | 132 +- .../elytron-security-properties-file/pom.xml | 32 +- .../runtime/pom.xml | 168 +- .../elytron-security/deployment/pom.xml | 140 +- extensions/elytron-security/pom.xml | 32 +- extensions/elytron-security/runtime/pom.xml | 208 +- extensions/flyway-db2/deployment/pom.xml | 84 +- extensions/flyway-db2/pom.xml | 32 +- extensions/flyway-db2/runtime/pom.xml | 130 +- extensions/flyway-derby/deployment/pom.xml | 84 +- extensions/flyway-derby/pom.xml | 32 +- extensions/flyway-derby/runtime/pom.xml | 130 +- extensions/flyway-mssql/deployment/pom.xml | 84 +- extensions/flyway-mssql/pom.xml | 32 +- extensions/flyway-mssql/runtime/pom.xml | 130 +- extensions/flyway-mysql/deployment/pom.xml | 84 +- extensions/flyway-mysql/pom.xml | 32 +- extensions/flyway-mysql/runtime/pom.xml | 130 +- extensions/flyway-oracle/deployment/pom.xml | 84 +- extensions/flyway-oracle/pom.xml | 32 +- extensions/flyway-oracle/runtime/pom.xml | 130 +- .../flyway-postgresql/deployment/pom.xml | 85 +- extensions/flyway-postgresql/pom.xml | 32 +- extensions/flyway-postgresql/runtime/pom.xml | 131 +- extensions/flyway/deployment/pom.xml | 186 +- extensions/flyway/pom.xml | 34 +- extensions/flyway/runtime-dev/pom.xml | 36 +- extensions/flyway/runtime/pom.xml | 174 +- .../funqy-amazon-lambda/deployment/pom.xml | 118 +- .../maven-archetype/pom.xml | 116 +- extensions/funqy/funqy-amazon-lambda/pom.xml | 34 +- .../funqy/funqy-amazon-lambda/runtime/pom.xml | 128 +- .../deployment/pom.xml | 90 +- .../funqy-google-cloud-functions/pom.xml | 32 +- .../runtime/pom.xml | 103 +- .../funqy/funqy-http/deployment/pom.xml | 126 +- extensions/funqy/funqy-http/pom.xml | 32 +- extensions/funqy/funqy-http/runtime/pom.xml | 100 +- .../funqy-knative-events/deployment/pom.xml | 126 +- extensions/funqy/funqy-knative-events/pom.xml | 32 +- .../funqy-knative-events/runtime/pom.xml | 100 +- .../funqy-server-common/deployment/pom.xml | 100 +- extensions/funqy/funqy-server-common/pom.xml | 32 +- .../funqy/funqy-server-common/runtime/pom.xml | 110 +- extensions/funqy/pom.xml | 40 +- .../deployment/pom.xml | 84 +- .../google-cloud-functions-http/pom.xml | 34 +- .../runtime/pom.xml | 132 +- .../google-cloud-functions/deployment/pom.xml | 90 +- extensions/google-cloud-functions/pom.xml | 34 +- .../google-cloud-functions/runtime/pom.xml | 116 +- extensions/grpc-common/deployment/pom.xml | 92 +- extensions/grpc-common/pom.xml | 34 +- extensions/grpc-common/runtime/pom.xml | 308 +- extensions/grpc/api/pom.xml | 74 +- extensions/grpc/cli/pom.xml | 208 +- extensions/grpc/codegen/pom.xml | 302 +- extensions/grpc/deployment/pom.xml | 312 +- extensions/grpc/inprocess/pom.xml | 78 +- extensions/grpc/pom.xml | 52 +- extensions/grpc/protoc/pom.xml | 134 +- extensions/grpc/reflection/pom.xml | 142 +- extensions/grpc/runtime-dev/pom.xml | 36 +- extensions/grpc/runtime/pom.xml | 348 +- extensions/grpc/stubs/pom.xml | 242 +- extensions/grpc/xds/pom.xml | 94 +- extensions/hal/deployment/pom.xml | 116 +- extensions/hal/pom.xml | 32 +- extensions/hal/runtime/pom.xml | 140 +- .../hibernate-envers/deployment/pom.xml | 156 +- extensions/hibernate-envers/pom.xml | 32 +- extensions/hibernate-envers/runtime/pom.xml | 114 +- .../hibernate-orm-derby/deployment/pom.xml | 101 +- extensions/hibernate-orm-derby/pom.xml | 32 +- .../hibernate-orm-derby/runtime/pom.xml | 121 +- .../hibernate-orm/deployment-spi/pom.xml | 32 +- extensions/hibernate-orm/deployment/pom.xml | 339 +- extensions/hibernate-orm/pom.xml | 196 +- extensions/hibernate-orm/runtime/pom.xml | 343 +- .../hibernate-reactive/deployment/pom.xml | 456 +- extensions/hibernate-reactive/pom.xml | 32 +- extensions/hibernate-reactive/runtime/pom.xml | 170 +- .../deployment/pom.xml | 92 +- .../pom.xml | 32 +- .../runtime/pom.xml | 100 +- .../deployment/pom.xml | 429 +- .../pom.xml | 32 +- .../runtime/pom.xml | 154 +- .../deployment/pom.xml | 384 +- .../pom.xml | 32 +- .../runtime/pom.xml | 116 +- .../deployment/pom.xml | 401 +- .../pom.xml | 32 +- .../runtime/pom.xml | 138 +- .../hibernate-validator/deployment/pom.xml | 170 +- .../hibernate-validator/runtime/pom.xml | 252 +- .../infinispan-cache/deployment/pom.xml | 182 +- extensions/infinispan-cache/pom.xml | 32 +- extensions/infinispan-cache/runtime/pom.xml | 154 +- .../infinispan-client/deployment/pom.xml | 306 +- extensions/infinispan-client/pom.xml | 34 +- .../infinispan-client/runtime-dev/pom.xml | 36 +- extensions/infinispan-client/runtime/pom.xml | 382 +- extensions/info/deployment-spi/pom.xml | 42 +- extensions/info/deployment/pom.xml | 128 +- extensions/info/pom.xml | 36 +- extensions/info/runtime-spi/pom.xml | 74 +- extensions/info/runtime/pom.xml | 92 +- extensions/jackson/deployment/pom.xml | 118 +- extensions/jackson/pom.xml | 34 +- extensions/jackson/runtime/pom.xml | 136 +- extensions/jackson/spi/pom.xml | 34 +- extensions/jaxb/deployment/pom.xml | 116 +- extensions/jaxb/pom.xml | 32 +- extensions/jaxb/runtime/pom.xml | 150 +- extensions/jaxp/deployment/pom.xml | 82 +- extensions/jaxp/pom.xml | 32 +- extensions/jaxp/runtime/pom.xml | 94 +- extensions/jaxrs-spi/deployment/pom.xml | 33 +- extensions/jaxrs-spi/pom.xml | 30 +- extensions/jdbc/jdbc-db2/deployment/pom.xml | 261 +- extensions/jdbc/jdbc-db2/pom.xml | 31 +- extensions/jdbc/jdbc-db2/runtime/pom.xml | 131 +- extensions/jdbc/jdbc-derby/deployment/pom.xml | 199 +- extensions/jdbc/jdbc-derby/pom.xml | 30 +- extensions/jdbc/jdbc-derby/runtime/pom.xml | 139 +- extensions/jdbc/jdbc-h2/deployment/pom.xml | 106 +- extensions/jdbc/jdbc-h2/pom.xml | 31 +- extensions/jdbc/jdbc-h2/runtime/pom.xml | 140 +- .../jdbc/jdbc-mariadb/deployment/pom.xml | 198 +- extensions/jdbc/jdbc-mariadb/pom.xml | 30 +- extensions/jdbc/jdbc-mariadb/runtime/pom.xml | 130 +- extensions/jdbc/jdbc-mssql/deployment/pom.xml | 221 +- extensions/jdbc/jdbc-mssql/pom.xml | 31 +- extensions/jdbc/jdbc-mssql/runtime/pom.xml | 149 +- extensions/jdbc/jdbc-mysql/deployment/pom.xml | 209 +- extensions/jdbc/jdbc-mysql/pom.xml | 30 +- extensions/jdbc/jdbc-mysql/runtime/pom.xml | 141 +- .../jdbc/jdbc-oracle/deployment/pom.xml | 249 +- extensions/jdbc/jdbc-oracle/pom.xml | 30 +- extensions/jdbc/jdbc-oracle/runtime/pom.xml | 149 +- .../jdbc/jdbc-postgresql/deployment/pom.xml | 269 +- extensions/jdbc/jdbc-postgresql/pom.xml | 31 +- .../jdbc/jdbc-postgresql/runtime/pom.xml | 161 +- extensions/jdbc/pom.xml | 44 +- extensions/jfr/deployment/pom.xml | 112 +- extensions/jfr/pom.xml | 52 +- extensions/jfr/runtime/pom.xml | 143 +- extensions/jms-spi/deployment/pom.xml | 40 +- extensions/jms-spi/pom.xml | 30 +- extensions/jsonb/deployment/pom.xml | 116 +- extensions/jsonb/pom.xml | 34 +- extensions/jsonb/runtime/pom.xml | 134 +- extensions/jsonb/spi/pom.xml | 36 +- extensions/jsonp/deployment/pom.xml | 82 +- extensions/jsonp/pom.xml | 32 +- extensions/jsonp/runtime/pom.xml | 116 +- extensions/kafka-client/deployment/pom.xml | 178 +- extensions/kafka-client/pom.xml | 34 +- extensions/kafka-client/runtime-dev/pom.xml | 36 +- extensions/kafka-client/runtime/pom.xml | 207 +- extensions/kafka-streams/deployment/pom.xml | 144 +- extensions/kafka-streams/pom.xml | 34 +- extensions/kafka-streams/runtime-dev/pom.xml | 66 +- extensions/kafka-streams/runtime/pom.xml | 184 +- .../deployment/pom.xml | 102 +- .../keycloak-admin-client-common/pom.xml | 34 +- .../runtime/pom.xml | 92 +- .../deployment/pom.xml | 232 +- extensions/keycloak-admin-rest-client/pom.xml | 32 +- .../runtime/pom.xml | 184 +- .../deployment/pom.xml | 248 +- .../keycloak-admin-resteasy-client/pom.xml | 32 +- .../runtime/pom.xml | 224 +- .../keycloak-authorization/deployment/pom.xml | 180 +- extensions/keycloak-authorization/pom.xml | 32 +- .../keycloak-authorization/runtime/pom.xml | 154 +- extensions/kotlin/deployment/pom.xml | 100 +- extensions/kotlin/pom.xml | 32 +- extensions/kotlin/runtime/pom.xml | 162 +- .../deployment-internal/pom.xml | 144 +- .../kubernetes-client/deployment/pom.xml | 154 +- extensions/kubernetes-client/pom.xml | 38 +- .../runtime-internal/pom.xml | 126 +- extensions/kubernetes-client/runtime/pom.xml | 198 +- extensions/kubernetes-client/spi/pom.xml | 129 +- .../kubernetes-config/deployment/pom.xml | 82 +- extensions/kubernetes-config/pom.xml | 32 +- extensions/kubernetes-config/runtime/pom.xml | 115 +- .../deployment/pom.xml | 174 +- extensions/kubernetes-service-binding/pom.xml | 34 +- .../runtime/pom.xml | 218 +- .../kubernetes-service-binding/spi/pom.xml | 35 +- extensions/kubernetes/kind/deployment/pom.xml | 120 +- extensions/kubernetes/kind/pom.xml | 32 +- extensions/kubernetes/kind/runtime/pom.xml | 94 +- .../kubernetes/minikube/deployment/pom.xml | 82 +- extensions/kubernetes/minikube/pom.xml | 32 +- .../kubernetes/minikube/runtime/pom.xml | 94 +- .../kubernetes/openshift/deployment/pom.xml | 148 +- extensions/kubernetes/openshift/pom.xml | 32 +- .../kubernetes/openshift/runtime/pom.xml | 118 +- extensions/kubernetes/pom.xml | 38 +- extensions/kubernetes/spi/pom.xml | 55 +- .../kubernetes/vanilla/deployment/pom.xml | 274 +- extensions/kubernetes/vanilla/pom.xml | 32 +- extensions/kubernetes/vanilla/runtime/pom.xml | 101 +- extensions/liquibase/liquibase-common/pom.xml | 53 +- .../liquibase-mongodb/deployment/pom.xml | 102 +- .../liquibase/liquibase-mongodb/pom.xml | 32 +- .../liquibase-mongodb/runtime/pom.xml | 176 +- .../liquibase/liquibase/deployment/pom.xml | 162 +- extensions/liquibase/liquibase/pom.xml | 34 +- .../liquibase/liquibase/runtime-dev/pom.xml | 36 +- .../liquibase/liquibase/runtime/pom.xml | 206 +- extensions/liquibase/pom.xml | 32 +- extensions/load-shedding/deployment/pom.xml | 122 +- extensions/load-shedding/pom.xml | 32 +- extensions/load-shedding/runtime/pom.xml | 84 +- extensions/logging-gelf/deployment/pom.xml | 84 +- extensions/logging-gelf/pom.xml | 32 +- extensions/logging-gelf/runtime/pom.xml | 104 +- extensions/logging-json/deployment/pom.xml | 143 +- extensions/logging-json/pom.xml | 34 +- extensions/logging-json/runtime/pom.xml | 114 +- extensions/mailer/deployment/pom.xml | 126 +- extensions/mailer/pom.xml | 33 +- extensions/mailer/runtime/pom.xml | 194 +- .../deployment/pom.xml | 264 +- extensions/micrometer-opentelemetry/pom.xml | 34 +- .../micrometer-opentelemetry/runtime/pom.xml | 132 +- .../deployment/pom.xml | 110 +- .../micrometer-registry-prometheus/pom.xml | 36 +- .../runtime/pom.xml | 122 +- extensions/micrometer/deployment/pom.xml | 436 +- extensions/micrometer/pom.xml | 32 +- extensions/micrometer/runtime/pom.xml | 360 +- extensions/mongodb-client/deployment/pom.xml | 290 +- extensions/mongodb-client/pom.xml | 32 +- extensions/mongodb-client/runtime/pom.xml | 302 +- extensions/mutiny/deployment/pom.xml | 110 +- extensions/mutiny/pom.xml | 34 +- extensions/mutiny/runtime/pom.xml | 151 +- extensions/narayana-jta/deployment/pom.xml | 116 +- extensions/narayana-jta/pom.xml | 32 +- extensions/narayana-jta/runtime/pom.xml | 270 +- extensions/narayana-lra/deployment/pom.xml | 140 +- extensions/narayana-lra/pom.xml | 32 +- extensions/narayana-lra/runtime/pom.xml | 190 +- extensions/narayana-stm/deployment/pom.xml | 82 +- extensions/narayana-stm/pom.xml | 32 +- extensions/narayana-stm/runtime/pom.xml | 102 +- extensions/netty/deployment/pom.xml | 90 +- extensions/netty/pom.xml | 32 +- extensions/netty/runtime/pom.xml | 160 +- .../observability-devservices/common/pom.xml | 88 +- .../deployment/pom.xml | 176 +- extensions/observability-devservices/pom.xml | 97 +- .../observability-devservices/runtime/pom.xml | 182 +- .../sink/lgtm/pom.xml | 42 +- .../testcontainers/pom.xml | 88 +- .../testlibs/devresource-common/pom.xml | 70 +- .../testlibs/devresource-lgtm/pom.xml | 42 +- .../devresource-testcontainers/pom.xml | 70 +- .../testlibs/pom.xml | 34 +- .../oidc-client-filter/deployment/pom.xml | 232 +- extensions/oidc-client-filter/pom.xml | 32 +- extensions/oidc-client-filter/runtime/pom.xml | 102 +- .../oidc-client-graphql/deployment/pom.xml | 248 +- extensions/oidc-client-graphql/pom.xml | 32 +- .../oidc-client-graphql/runtime/pom.xml | 118 +- .../deployment/pom.xml | 230 +- .../oidc-client-reactive-filter/pom.xml | 32 +- .../runtime/pom.xml | 102 +- .../deployment/pom.xml | 169 +- extensions/oidc-client-registration/pom.xml | 30 +- .../oidc-client-registration/runtime/pom.xml | 150 +- extensions/oidc-client/deployment/pom.xml | 440 +- extensions/oidc-client/pom.xml | 34 +- extensions/oidc-client/runtime/pom.xml | 128 +- extensions/oidc-client/spi/pom.xml | 82 +- extensions/oidc-common/deployment/pom.xml | 130 +- extensions/oidc-common/pom.xml | 32 +- extensions/oidc-common/runtime/pom.xml | 178 +- .../deployment/pom.xml | 190 +- .../oidc-db-token-state-manager/pom.xml | 32 +- .../runtime/pom.xml | 92 +- .../deployment/pom.xml | 180 +- .../oidc-redis-token-state-manager/pom.xml | 32 +- .../runtime/pom.xml | 92 +- .../deployment/pom.xml | 90 +- .../oidc-token-propagation-common/pom.xml | 32 +- .../runtime/pom.xml | 92 +- .../deployment/pom.xml | 228 +- .../oidc-token-propagation-reactive/pom.xml | 32 +- .../runtime/pom.xml | 108 +- .../oidc-token-propagation/deployment/pom.xml | 214 +- extensions/oidc-token-propagation/pom.xml | 32 +- .../oidc-token-propagation/runtime/pom.xml | 124 +- extensions/oidc/deployment/pom.xml | 338 +- extensions/oidc/pom.xml | 34 +- extensions/oidc/runtime-dev/pom.xml | 36 +- extensions/oidc/runtime/pom.xml | 214 +- .../openshift-client/deployment/pom.xml | 98 +- extensions/openshift-client/pom.xml | 32 +- extensions/openshift-client/runtime/pom.xml | 151 +- extensions/opentelemetry/deployment/pom.xml | 412 +- extensions/opentelemetry/pom.xml | 32 +- extensions/opentelemetry/runtime/pom.xml | 496 +- .../deployment/pom.xml | 114 +- .../hibernate-orm-panache-common/pom.xml | 33 +- .../runtime/pom.xml | 67 +- .../deployment/pom.xml | 284 +- .../hibernate-orm-panache-kotlin/pom.xml | 34 +- .../runtime/pom.xml | 347 +- .../hibernate-orm-panache/deployment/pom.xml | 186 +- .../panache/hibernate-orm-panache/pom.xml | 33 +- .../hibernate-orm-panache/runtime/pom.xml | 167 +- .../deployment/pom.xml | 150 +- .../hibernate-orm-rest-data-panache/pom.xml | 32 +- .../runtime/pom.xml | 92 +- .../deployment/pom.xml | 146 +- .../hibernate-reactive-panache-common/pom.xml | 33 +- .../runtime/pom.xml | 91 +- .../deployment/pom.xml | 518 +- .../hibernate-reactive-panache-kotlin/pom.xml | 7 +- .../runtime/pom.xml | 357 +- .../deployment/pom.xml | 466 +- .../hibernate-reactive-panache/pom.xml | 33 +- .../runtime/pom.xml | 175 +- .../deployment/pom.xml | 364 +- .../pom.xml | 32 +- .../runtime/pom.xml | 100 +- .../mongodb-panache-common/deployment/pom.xml | 145 +- .../panache/mongodb-panache-common/pom.xml | 34 +- .../mongodb-panache-common/runtime/pom.xml | 167 +- .../mongodb-panache-kotlin/deployment/pom.xml | 189 +- .../panache/mongodb-panache-kotlin/pom.xml | 34 +- .../mongodb-panache-kotlin/runtime/pom.xml | 334 +- .../mongodb-panache/deployment/pom.xml | 127 +- extensions/panache/mongodb-panache/pom.xml | 35 +- .../panache/mongodb-panache/runtime/pom.xml | 163 +- .../deployment/pom.xml | 92 +- .../panache/mongodb-rest-data-panache/pom.xml | 32 +- .../mongodb-rest-data-panache/runtime/pom.xml | 104 +- .../panache/panache-common/deployment/pom.xml | 71 +- extensions/panache/panache-common/pom.xml | 33 +- .../panache/panache-common/runtime/pom.xml | 71 +- .../deployment/pom.xml | 113 +- .../panache/panache-hibernate-common/pom.xml | 33 +- .../panache-hibernate-common/runtime/pom.xml | 103 +- extensions/panache/panache-mock/pom.xml | 131 +- extensions/panache/panacheql/pom.xml | 102 +- extensions/panache/pom.xml | 63 +- .../rest-data-panache/deployment/pom.xml | 136 +- extensions/panache/rest-data-panache/pom.xml | 34 +- .../panache/rest-data-panache/runtime/pom.xml | 176 +- extensions/picocli/deployment/pom.xml | 112 +- extensions/picocli/pom.xml | 32 +- extensions/picocli/runtime/pom.xml | 134 +- extensions/quartz/deployment/pom.xml | 136 +- extensions/quartz/pom.xml | 12 +- extensions/quartz/runtime/pom.xml | 154 +- extensions/qute/deployment/pom.xml | 166 +- extensions/qute/pom.xml | 35 +- extensions/qute/runtime/pom.xml | 120 +- .../reactive-datasource/deployment/pom.xml | 132 +- extensions/reactive-datasource/pom.xml | 32 +- .../reactive-datasource/runtime/pom.xml | 128 +- .../reactive-db2-client/deployment/pom.xml | 114 +- extensions/reactive-db2-client/pom.xml | 33 +- .../reactive-db2-client/runtime/pom.xml | 140 +- .../reactive-mssql-client/deployment/pom.xml | 398 +- extensions/reactive-mssql-client/pom.xml | 33 +- .../reactive-mssql-client/runtime/pom.xml | 148 +- .../reactive-mysql-client/deployment/pom.xml | 474 +- extensions/reactive-mysql-client/pom.xml | 34 +- .../reactive-mysql-client/runtime/pom.xml | 149 +- .../reactive-oracle-client/deployment/pom.xml | 536 +- extensions/reactive-oracle-client/pom.xml | 33 +- .../reactive-oracle-client/runtime/pom.xml | 168 +- .../reactive-pg-client/deployment/pom.xml | 392 +- extensions/reactive-pg-client/pom.xml | 33 +- extensions/reactive-pg-client/runtime/pom.xml | 156 +- extensions/reactive-routes/deployment/pom.xml | 178 +- extensions/reactive-routes/pom.xml | 32 +- extensions/reactive-routes/runtime/pom.xml | 164 +- .../deployment/pom.xml | 120 +- .../mutiny-reactive-streams-operators/pom.xml | 32 +- .../runtime/pom.xml | 124 +- extensions/reactive-streams-operators/pom.xml | 34 +- .../deployment/pom.xml | 120 +- .../pom.xml | 32 +- .../runtime/pom.xml | 116 +- .../deployment/pom.xml | 82 +- .../smallrye-reactive-type-converters/pom.xml | 32 +- .../runtime/pom.xml | 58 +- extensions/redis-cache/deployment/pom.xml | 210 +- extensions/redis-cache/pom.xml | 33 +- extensions/redis-cache/runtime/pom.xml | 216 +- extensions/redis-client/deployment/pom.xml | 244 +- extensions/redis-client/pom.xml | 33 +- extensions/redis-client/runtime/pom.xml | 314 +- extensions/resteasy-classic/pom.xml | 62 +- .../rest-client-config/deployment/pom.xml | 112 +- .../rest-client-config/pom.xml | 34 +- .../rest-client-config/runtime/pom.xml | 136 +- .../deployment/pom.xml | 122 +- .../resteasy-client-jackson/pom.xml | 32 +- .../resteasy-client-jackson/runtime/pom.xml | 146 +- .../resteasy-client-jaxb/deployment/pom.xml | 122 +- .../resteasy-client-jaxb/pom.xml | 32 +- .../resteasy-client-jaxb/runtime/pom.xml | 128 +- .../resteasy-client-jsonb/deployment/pom.xml | 122 +- .../resteasy-client-jsonb/pom.xml | 32 +- .../resteasy-client-jsonb/runtime/pom.xml | 138 +- .../resteasy-client-mutiny/deployment/pom.xml | 120 +- .../resteasy-client-mutiny/pom.xml | 32 +- .../resteasy-client-mutiny/runtime/pom.xml | 92 +- .../resteasy-client/deployment/pom.xml | 154 +- .../resteasy-classic/resteasy-client/pom.xml | 32 +- .../resteasy-client/runtime/pom.xml | 267 +- .../resteasy-common/deployment/pom.xml | 98 +- .../resteasy-classic/resteasy-common/pom.xml | 34 +- .../resteasy-common/runtime/pom.xml | 262 +- .../resteasy-common/spi/pom.xml | 34 +- .../resteasy-jackson/deployment/pom.xml | 110 +- .../resteasy-classic/resteasy-jackson/pom.xml | 32 +- .../resteasy-jackson/runtime/pom.xml | 156 +- .../resteasy-jaxb/deployment/pom.xml | 110 +- .../resteasy-classic/resteasy-jaxb/pom.xml | 32 +- .../resteasy-jaxb/runtime/pom.xml | 154 +- .../resteasy-jsonb/deployment/pom.xml | 120 +- .../resteasy-classic/resteasy-jsonb/pom.xml | 32 +- .../resteasy-jsonb/runtime/pom.xml | 160 +- .../resteasy-links/deployment/pom.xml | 122 +- .../resteasy-classic/resteasy-links/pom.xml | 30 +- .../resteasy-links/runtime/pom.xml | 166 +- .../resteasy-multipart/deployment/pom.xml | 112 +- .../resteasy-multipart/pom.xml | 32 +- .../resteasy-multipart/runtime/pom.xml | 164 +- .../resteasy-mutiny-common/deployment/pom.xml | 100 +- .../resteasy-mutiny-common/pom.xml | 35 +- .../resteasy-mutiny-common/runtime/pom.xml | 176 +- .../resteasy-mutiny/deployment/pom.xml | 150 +- .../resteasy-classic/resteasy-mutiny/pom.xml | 35 +- .../resteasy-mutiny/runtime/pom.xml | 128 +- .../resteasy-qute/deployment/pom.xml | 110 +- .../resteasy-classic/resteasy-qute/pom.xml | 35 +- .../resteasy-qute/runtime/pom.xml | 134 +- .../resteasy-server-common/deployment/pom.xml | 122 +- .../resteasy-server-common/pom.xml | 34 +- .../resteasy-server-common/runtime/pom.xml | 116 +- .../resteasy-server-common/spi/pom.xml | 34 +- .../resteasy/deployment/pom.xml | 222 +- extensions/resteasy-classic/resteasy/pom.xml | 32 +- .../resteasy-classic/resteasy/runtime/pom.xml | 136 +- extensions/resteasy-reactive/pom.xml | 68 +- .../rest-client-jackson/deployment/pom.xml | 132 +- .../rest-client-jackson/pom.xml | 32 +- .../rest-client-jackson/runtime/pom.xml | 111 +- .../rest-client-jaxb/deployment/pom.xml | 132 +- .../rest-client-jaxb/pom.xml | 32 +- .../rest-client-jaxb/runtime/pom.xml | 93 +- .../rest-client-jaxrs/deployment/pom.xml | 280 +- .../rest-client-jaxrs/kotlin/pom.xml | 190 +- .../rest-client-jaxrs/pom.xml | 34 +- .../rest-client-jaxrs/runtime/pom.xml | 110 +- .../rest-client-jsonb/deployment/pom.xml | 132 +- .../rest-client-jsonb/pom.xml | 32 +- .../rest-client-jsonb/runtime/pom.xml | 111 +- .../deployment/pom.xml | 146 +- .../rest-client-kotlin-serialization/pom.xml | 34 +- .../runtime/pom.xml | 188 +- .../tests/pom.xml | 208 +- .../rest-client/deployment/pom.xml | 266 +- .../resteasy-reactive/rest-client/pom.xml | 34 +- .../rest-client/runtime/pom.xml | 195 +- .../rest-client/spi-deployment/pom.xml | 40 +- .../rest-common/deployment/pom.xml | 190 +- .../resteasy-reactive/rest-common/pom.xml | 34 +- .../rest-common/runtime/pom.xml | 118 +- .../rest-common/spi-deployment/pom.xml | 40 +- .../rest-csrf/deployment/pom.xml | 136 +- .../resteasy-reactive/rest-csrf/pom.xml | 32 +- .../rest-csrf/runtime/pom.xml | 118 +- .../rest-jackson-common/deployment/pom.xml | 90 +- .../rest-jackson-common/pom.xml | 32 +- .../rest-jackson-common/runtime/pom.xml | 109 +- .../rest-jackson/deployment/pom.xml | 150 +- .../resteasy-reactive/rest-jackson/pom.xml | 32 +- .../rest-jackson/runtime/pom.xml | 105 +- .../rest-jaxb/deployment/pom.xml | 140 +- .../resteasy-reactive/rest-jaxb/pom.xml | 32 +- .../rest-jaxb/runtime/pom.xml | 93 +- .../rest-jsonb-common/deployment/pom.xml | 90 +- .../rest-jsonb-common/pom.xml | 32 +- .../rest-jsonb-common/runtime/pom.xml | 101 +- .../rest-jsonb/deployment/pom.xml | 140 +- .../resteasy-reactive/rest-jsonb/pom.xml | 32 +- .../rest-jsonb/runtime/pom.xml | 113 +- .../deployment/pom.xml | 216 +- .../rest-kotlin-serialization-common/pom.xml | 32 +- .../runtime/pom.xml | 228 +- .../deployment/pom.xml | 108 +- .../rest-kotlin-serialization/pom.xml | 34 +- .../rest-kotlin-serialization/runtime/pom.xml | 198 +- .../rest-kotlin/deployment/pom.xml | 90 +- .../resteasy-reactive/rest-kotlin/pom.xml | 32 +- .../rest-kotlin/runtime/pom.xml | 238 +- .../rest-links/deployment/pom.xml | 122 +- .../resteasy-reactive/rest-links/pom.xml | 32 +- .../rest-links/runtime/pom.xml | 120 +- .../rest-qute/deployment/pom.xml | 110 +- .../resteasy-reactive/rest-qute/pom.xml | 32 +- .../rest-qute/runtime/pom.xml | 134 +- .../rest-servlet/deployment/pom.xml | 244 +- .../resteasy-reactive/rest-servlet/pom.xml | 32 +- .../rest-servlet/runtime/pom.xml | 102 +- .../resteasy-reactive/rest/deployment/pom.xml | 295 +- extensions/resteasy-reactive/rest/pom.xml | 36 +- .../rest/runtime-dev/pom.xml | 36 +- .../resteasy-reactive/rest/runtime/pom.xml | 165 +- .../rest/spi-deployment/pom.xml | 41 +- extensions/scala/deployment/pom.xml | 92 +- extensions/scala/pom.xml | 34 +- extensions/scala/runtime/pom.xml | 52 +- extensions/scheduler/api/pom.xml | 6 +- extensions/scheduler/common/pom.xml | 88 +- extensions/scheduler/deployment/pom.xml | 162 +- extensions/scheduler/kotlin/pom.xml | 216 +- extensions/scheduler/pom.xml | 12 +- extensions/scheduler/runtime-dev/pom.xml | 36 +- extensions/scheduler/runtime/pom.xml | 152 +- extensions/scheduler/spi/pom.xml | 6 +- .../apicurio/avro/deployment/pom.xml | 90 +- .../schema-registry/apicurio/avro/pom.xml | 32 +- .../apicurio/avro/runtime/pom.xml | 124 +- .../apicurio/common/deployment/pom.xml | 108 +- .../schema-registry/apicurio/common/pom.xml | 32 +- .../apicurio/common/runtime/pom.xml | 96 +- .../apicurio/json-schema/deployment/pom.xml | 82 +- .../apicurio/json-schema/pom.xml | 34 +- .../apicurio/json-schema/runtime/pom.xml | 116 +- extensions/schema-registry/apicurio/pom.xml | 34 +- .../confluent/avro/deployment/pom.xml | 98 +- .../schema-registry/confluent/avro/pom.xml | 32 +- .../confluent/avro/runtime/pom.xml | 112 +- .../confluent/common/deployment/pom.xml | 92 +- .../schema-registry/confluent/common/pom.xml | 32 +- .../confluent/common/runtime/pom.xml | 42 +- .../confluent/json-schema/deployment/pom.xml | 90 +- .../confluent/json-schema/pom.xml | 32 +- .../confluent/json-schema/runtime/pom.xml | 170 +- extensions/schema-registry/confluent/pom.xml | 72 +- .../devservice/deployment/pom.xml | 100 +- extensions/schema-registry/devservice/pom.xml | 32 +- .../devservice/runtime/pom.xml | 84 +- extensions/schema-registry/pom.xml | 34 +- .../security-jpa-common/deployment/pom.xml | 99 +- extensions/security-jpa-common/pom.xml | 32 +- .../security-jpa-common/runtime/pom.xml | 100 +- .../security-jpa-reactive/deployment/pom.xml | 401 +- extensions/security-jpa-reactive/pom.xml | 32 +- .../security-jpa-reactive/runtime/pom.xml | 120 +- extensions/security-jpa/deployment/pom.xml | 197 +- extensions/security-jpa/pom.xml | 32 +- extensions/security-jpa/runtime/pom.xml | 136 +- .../security-webauthn/deployment/pom.xml | 157 +- extensions/security-webauthn/pom.xml | 32 +- extensions/security-webauthn/runtime/pom.xml | 144 +- extensions/security/deployment/pom.xml | 138 +- extensions/security/pom.xml | 38 +- extensions/security/runtime-spi/pom.xml | 84 +- extensions/security/runtime/pom.xml | 168 +- extensions/security/spi/pom.xml | 84 +- extensions/security/test-utils/pom.xml | 150 +- .../deployment/pom.xml | 107 +- .../runtime/pom.xml | 120 +- .../deployment/pom.xml | 154 +- extensions/smallrye-fault-tolerance/pom.xml | 34 +- .../runtime-dev/pom.xml | 46 +- .../smallrye-fault-tolerance/runtime/pom.xml | 200 +- .../deployment/pom.xml | 231 +- extensions/smallrye-graphql-client/pom.xml | 32 +- .../smallrye-graphql-client/runtime/pom.xml | 175 +- .../smallrye-graphql/deployment/pom.xml | 290 +- extensions/smallrye-graphql/pom.xml | 38 +- .../smallrye-graphql/runtime-dev/pom.xml | 46 +- extensions/smallrye-graphql/runtime/pom.xml | 183 +- extensions/smallrye-health/deployment/pom.xml | 200 +- extensions/smallrye-health/pom.xml | 36 +- .../smallrye-health/runtime-dev/pom.xml | 38 +- extensions/smallrye-health/runtime/pom.xml | 144 +- extensions/smallrye-health/spi/pom.xml | 35 +- .../smallrye-jwt-build/deployment/pom.xml | 110 +- extensions/smallrye-jwt-build/pom.xml | 32 +- extensions/smallrye-jwt-build/runtime/pom.xml | 118 +- extensions/smallrye-jwt/deployment/pom.xml | 176 +- extensions/smallrye-jwt/pom.xml | 32 +- extensions/smallrye-jwt/runtime/pom.xml | 142 +- .../smallrye-metrics/deployment/pom.xml | 189 +- extensions/smallrye-metrics/pom.xml | 34 +- extensions/smallrye-metrics/runtime/pom.xml | 156 +- extensions/smallrye-metrics/spi/pom.xml | 42 +- .../deployment/pom.xml | 74 +- extensions/smallrye-openapi-common/pom.xml | 30 +- .../smallrye-openapi/deployment/pom.xml | 260 +- extensions/smallrye-openapi/pom.xml | 10 +- .../smallrye-openapi/runtime-dev/pom.xml | 48 +- extensions/smallrye-openapi/runtime/pom.xml | 132 +- extensions/smallrye-openapi/spi/pom.xml | 43 +- .../deployment/pom.xml | 228 +- .../smallrye-reactive-messaging-amqp/pom.xml | 32 +- .../runtime/pom.xml | 161 +- .../deployment/pom.xml | 290 +- .../smallrye-reactive-messaging-kafka/pom.xml | 32 +- .../runtime/pom.xml | 183 +- .../deployment/pom.xml | 152 +- .../smallrye-reactive-messaging-mqtt/pom.xml | 32 +- .../runtime/pom.xml | 153 +- .../deployment/pom.xml | 276 +- .../pom.xml | 32 +- .../runtime/pom.xml | 321 +- .../deployment/pom.xml | 194 +- .../pom.xml | 34 +- .../runtime-dev/pom.xml | 36 +- .../runtime/pom.xml | 195 +- .../deployment/pom.xml | 216 +- .../kotlin/pom.xml | 216 +- .../smallrye-reactive-messaging/pom.xml | 36 +- .../runtime-dev/pom.xml | 36 +- .../runtime/pom.xml | 230 +- extensions/smallrye-stork/deployment/pom.xml | 98 +- extensions/smallrye-stork/pom.xml | 32 +- extensions/smallrye-stork/runtime/pom.xml | 126 +- .../spring-boot-properties/deployment/pom.xml | 82 +- extensions/spring-boot-properties/pom.xml | 34 +- .../spring-boot-properties/runtime/pom.xml | 136 +- extensions/spring-cache/deployment/pom.xml | 92 +- extensions/spring-cache/pom.xml | 32 +- extensions/spring-cache/runtime/pom.xml | 111 +- .../deployment/pom.xml | 108 +- extensions/spring-cloud-config-client/pom.xml | 34 +- .../runtime/pom.xml | 216 +- extensions/spring-data-jpa/deployment/pom.xml | 140 +- extensions/spring-data-jpa/pom.xml | 32 +- extensions/spring-data-jpa/runtime/pom.xml | 172 +- .../spring-data-rest/deployment/pom.xml | 152 +- extensions/spring-data-rest/pom.xml | 32 +- extensions/spring-data-rest/runtime/pom.xml | 112 +- extensions/spring-di/deployment/pom.xml | 102 +- extensions/spring-di/pom.xml | 32 +- extensions/spring-di/runtime/pom.xml | 88 +- .../spring-scheduled/deployment/pom.xml | 118 +- extensions/spring-scheduled/pom.xml | 32 +- extensions/spring-scheduled/runtime/pom.xml | 68 +- extensions/spring-security/deployment/pom.xml | 178 +- extensions/spring-security/pom.xml | 32 +- extensions/spring-security/runtime/pom.xml | 108 +- .../spring-web/core/common-runtime/pom.xml | 72 +- extensions/spring-web/core/deployment/pom.xml | 126 +- extensions/spring-web/core/pom.xml | 35 +- extensions/spring-web/core/runtime/pom.xml | 120 +- extensions/spring-web/pom.xml | 34 +- .../resteasy-classic/deployment/pom.xml | 90 +- .../spring-web/resteasy-classic/pom.xml | 36 +- .../resteasy-classic/runtime/pom.xml | 118 +- .../spring-web/resteasy-classic/tests/pom.xml | 88 +- .../resteasy-reactive/deployment/pom.xml | 110 +- .../spring-web/resteasy-reactive/pom.xml | 35 +- .../resteasy-reactive/runtime/pom.xml | 82 +- .../resteasy-reactive/tests/pom.xml | 96 +- extensions/swagger-ui/deployment/pom.xml | 134 +- extensions/swagger-ui/pom.xml | 32 +- extensions/swagger-ui/runtime/pom.xml | 100 +- extensions/tls-registry/cli/pom.xml | 178 +- .../tls-registry/deployment-spi/pom.xml | 50 +- extensions/tls-registry/deployment/pom.xml | 189 +- extensions/tls-registry/pom.xml | 38 +- extensions/tls-registry/runtime/pom.xml | 140 +- extensions/tls-registry/spi/pom.xml | 50 +- extensions/transaction-annotations/pom.xml | 30 +- .../transaction-annotations/runtime/pom.xml | 30 +- extensions/undertow/deployment/pom.xml | 192 +- extensions/undertow/pom.xml | 34 +- extensions/undertow/runtime/pom.xml | 238 +- extensions/undertow/spi/pom.xml | 110 +- extensions/vertx-graphql/deployment/pom.xml | 112 +- extensions/vertx-graphql/pom.xml | 32 +- extensions/vertx-graphql/runtime/pom.xml | 94 +- extensions/vertx-http/deployment-spi/pom.xml | 44 +- extensions/vertx-http/deployment/pom.xml | 378 +- .../vertx-http/dev-ui-resources/pom.xml | 342 +- extensions/vertx-http/dev-ui-tests/pom.xml | 60 +- extensions/vertx-http/runtime-dev/pom.xml | 44 +- extensions/vertx-http/runtime/pom.xml | 284 +- extensions/vertx/deployment-spi/pom.xml | 40 +- extensions/vertx/deployment/pom.xml | 188 +- extensions/vertx/kotlin/deployment/pom.xml | 98 +- extensions/vertx/kotlin/pom.xml | 30 +- extensions/vertx/kotlin/runtime/pom.xml | 226 +- .../vertx/latebound-mdc-provider/pom.xml | 34 +- extensions/vertx/pom.xml | 38 +- extensions/vertx/runtime/pom.xml | 240 +- extensions/virtual-threads/deployment/pom.xml | 92 +- extensions/virtual-threads/pom.xml | 34 +- extensions/virtual-threads/runtime/pom.xml | 138 +- .../web-dependency-locator/deployment/pom.xml | 214 +- extensions/web-dependency-locator/pom.xml | 32 +- .../web-dependency-locator/runtime/pom.xml | 92 +- extensions/websockets-next/deployment/pom.xml | 431 +- extensions/websockets-next/kotlin/pom.xml | 218 +- extensions/websockets-next/pom.xml | 40 +- .../websockets-next/runtime-dev/pom.xml | 48 +- extensions/websockets-next/runtime/pom.xml | 204 +- extensions/websockets-next/spi/pom.xml | 64 +- .../websockets/client/deployment/pom.xml | 110 +- extensions/websockets/client/pom.xml | 32 +- extensions/websockets/client/runtime/pom.xml | 146 +- extensions/websockets/pom.xml | 32 +- .../websockets/server/deployment/pom.xml | 108 +- extensions/websockets/server/pom.xml | 32 +- extensions/websockets/server/runtime/pom.xml | 150 +- independent-projects/parent/pom.xml | 66 +- .../pom.xml | 161 +- .../amazon-lambda-http-resteasy/pom.xml | 163 +- integration-tests/amazon-lambda-http/pom.xml | 297 +- .../amazon-lambda-rest-funqy/pom.xml | 276 +- .../pom.xml | 276 +- .../pom.xml | 276 +- .../amazon-lambda-rest-servlet/pom.xml | 276 +- .../amazon-lambda-s3event/pom.xml | 135 +- .../amazon-lambda-stream-handler/pom.xml | 127 +- integration-tests/amazon-lambda/pom.xml | 161 +- integration-tests/avro-reload/pom.xml | 140 +- integration-tests/awt-packaging/pom.xml | 234 +- integration-tests/awt/pom.xml | 318 +- .../bouncycastle-fips-jsse/pom.xml | 246 +- integration-tests/bouncycastle-fips/pom.xml | 196 +- integration-tests/bouncycastle-jsse/pom.xml | 228 +- integration-tests/bouncycastle/pom.xml | 206 +- integration-tests/cache/pom.xml | 293 +- .../class-transformer/deployment/pom.xml | 90 +- integration-tests/class-transformer/pom.xml | 38 +- .../class-transformer/runtime/pom.xml | 8 +- integration-tests/common-jpa-entities/pom.xml | 68 +- integration-tests/compose-devservices/pom.xml | 442 +- .../container-image/maven-invoker-way/pom.xml | 321 +- integration-tests/container-image/pom.xml | 5 +- .../quarkus-standard-way/pom.xml | 3 +- integration-tests/devmode/pom.xml | 292 +- .../devtools-registry-client/pom.xml | 120 +- integration-tests/devtools/pom.xml | 222 +- .../elasticsearch-java-client/pom.xml | 480 +- .../elasticsearch-rest-client/pom.xml | 17 +- .../elytron-resteasy-reactive/pom.xml | 165 +- integration-tests/elytron-resteasy/pom.xml | 155 +- .../elytron-security-jdbc/pom.xml | 254 +- .../elytron-security-ldap/pom.xml | 186 +- .../elytron-security-oauth2/pom.xml | 216 +- integration-tests/elytron-security/pom.xml | 190 +- integration-tests/elytron-undertow/pom.xml | 258 +- integration-tests/flyway/pom.xml | 292 +- integration-tests/funqy-amazon-lambda/pom.xml | 183 +- .../funqy-google-cloud-functions/pom.xml | 148 +- .../google-cloud-functions-http/pom.xml | 260 +- .../google-cloud-functions/pom.xml | 146 +- integration-tests/gradle/pom.xml | 1152 ++- integration-tests/grpc-cli/pom.xml | 112 +- .../pom.xml | 44 +- .../pom.xml | 44 +- .../grpc-descriptor-set/pom.xml | 44 +- .../grpc-descriptor-sets/pom.xml | 191 +- integration-tests/grpc-exceptions/pom.xml | 179 +- .../grpc-external-proto-test/pom.xml | 136 +- integration-tests/grpc-external-proto/pom.xml | 21 +- integration-tests/grpc-health/pom.xml | 208 +- .../grpc-hibernate-reactive/pom.xml | 263 +- integration-tests/grpc-hibernate/pom.xml | 223 +- integration-tests/grpc-inprocess/pom.xml | 110 +- integration-tests/grpc-interceptors/pom.xml | 215 +- integration-tests/grpc-mutual-auth/pom.xml | 231 +- .../grpc-plain-text-gzip/pom.xml | 249 +- .../grpc-plain-text-mutiny/pom.xml | 9 +- integration-tests/grpc-proto-v2/pom.xml | 213 +- .../grpc-stork-response-time/pom.xml | 9 +- integration-tests/grpc-stork-simple/pom.xml | 123 +- integration-tests/grpc-streaming/pom.xml | 215 +- .../grpc-test-random-port/pom.xml | 112 +- integration-tests/grpc-tls-p12/pom.xml | 189 +- integration-tests/grpc-tls/pom.xml | 189 +- integration-tests/grpc-vertx/pom.xml | 213 +- .../mariadb/pom.xml | 557 +- .../postgresql/pom.xml | 513 +- integration-tests/hibernate-orm-data/pom.xml | 283 +- .../hibernate-orm-envers/pom.xml | 271 +- .../hibernate-orm-graphql-panache/pom.xml | 280 +- .../hibernate-orm-jpamodelgen/pom.xml | 309 +- .../hibernate-orm-panache-kotlin/pom.xml | 473 +- .../hibernate-orm-panache/pom.xml | 549 +- .../hibernate-orm-rest-data-panache/pom.xml | 318 +- .../pom.xml | 531 +- .../connection-resolver/pom.xml | 529 +- .../hibernate-orm-tenancy/datasource/pom.xml | 562 +- .../discriminator/pom.xml | 338 +- .../hibernate-orm-tenancy/pom.xml | 36 +- .../hibernate-orm-tenancy/schema/pom.xml | 378 +- .../hibernate-reactive-db2/pom.xml | 465 +- .../hibernate-reactive-mariadb/pom.xml | 487 +- .../hibernate-reactive-mssql/pom.xml | 492 +- .../pom.xml | 593 +- .../hibernate-reactive-mysql/pom.xml | 483 +- .../hibernate-reactive-oracle/pom.xml | 589 +- .../pom.xml | 509 +- .../hibernate-reactive-panache-kotlin/pom.xml | 678 +- .../hibernate-reactive-panache/pom.xml | 636 +- .../hibernate-reactive-postgresql/pom.xml | 469 +- .../pom.xml | 546 +- .../pom.xml | 574 +- .../pom.xml | 502 +- .../hibernate-search-orm-opensearch/pom.xml | 490 +- .../pom.xml | 458 +- .../pom.xml | 446 +- .../pom.xml | 464 +- integration-tests/hibernate-validator/pom.xml | 462 +- integration-tests/ide-launcher/pom.xml | 88 +- .../infinispan-cache-jpa/pom.xml | 211 +- integration-tests/infinispan-cache/pom.xml | 268 +- integration-tests/infinispan-client/pom.xml | 348 +- integration-tests/injectmock/pom.xml | 110 +- .../istio/maven-invoker-way/pom.xml | 714 +- integration-tests/istio/pom.xml | 27 +- integration-tests/jackson/pom.xml | 206 +- integration-tests/jaxb/pom.xml | 157 +- integration-tests/jaxp/pom.xml | 147 +- integration-tests/jfr-blocking/pom.xml | 264 +- integration-tests/jfr-opentelemetry/pom.xml | 7 +- integration-tests/jfr-reactive/pom.xml | 264 +- integration-tests/jpa-db2/pom.xml | 470 +- integration-tests/jpa-derby/pom.xml | 231 +- integration-tests/jpa-h2-embedded/pom.xml | 220 +- integration-tests/jpa-h2/pom.xml | 231 +- .../jpa-mapping-xml/legacy-app/pom.xml | 268 +- .../jpa-mapping-xml/legacy-library-a/pom.xml | 78 +- .../jpa-mapping-xml/legacy-library-b/pom.xml | 80 +- .../jpa-mapping-xml/modern-app/pom.xml | 245 +- .../jpa-mapping-xml/modern-library-a/pom.xml | 106 +- .../jpa-mapping-xml/modern-library-b/pom.xml | 106 +- integration-tests/jpa-mapping-xml/pom.xml | 38 +- integration-tests/jpa-mariadb/pom.xml | 498 +- integration-tests/jpa-mssql/pom.xml | 482 +- integration-tests/jpa-mysql/pom.xml | 547 +- integration-tests/jpa-oracle/pom.xml | 562 +- .../jpa-postgresql-withxml/pom.xml | 457 +- integration-tests/jpa-postgresql/pom.xml | 477 +- integration-tests/jpa-without-entity/pom.xml | 220 +- integration-tests/jpa/pom.xml | 223 +- integration-tests/jsonb/pom.xml | 146 +- .../kafka-avro-apicurio2/pom.xml | 508 +- integration-tests/kafka-devservices/pom.xml | 408 +- .../kafka-json-schema-apicurio2/pom.xml | 486 +- .../kafka-oauth-keycloak/pom.xml | 372 +- integration-tests/kafka-sasl-elytron/pom.xml | 363 +- integration-tests/kafka-sasl/pom.xml | 418 +- integration-tests/kafka-snappy/pom.xml | 478 +- integration-tests/kafka-ssl/pom.xml | 428 +- integration-tests/kafka-streams/pom.xml | 422 +- integration-tests/kafka/pom.xml | 464 +- .../keycloak-authorization/pom.xml | 404 +- .../kotlin-maven-invoker/pom.xml | 242 +- integration-tests/kotlin/pom.xml | 240 +- .../kubernetes-client-devservices/pom.xml | 226 +- integration-tests/kubernetes-client/pom.xml | 329 +- .../kubernetes-service-binding-jdbc/pom.xml | 541 +- .../pom.xml | 540 +- .../kubernetes/maven-invoker-way/pom.xml | 760 +- integration-tests/kubernetes/pom.xml | 51 +- .../quarkus-standard-way-kafka/pom.xml | 366 +- .../kubernetes/quarkus-standard-way/pom.xml | 508 +- integration-tests/liquibase-mongodb/pom.xml | 194 +- integration-tests/liquibase/pom.xml | 301 +- integration-tests/locales/all/pom.xml | 182 +- integration-tests/locales/app/pom.xml | 40 +- integration-tests/locales/default/pom.xml | 182 +- integration-tests/locales/pom.xml | 34 +- integration-tests/locales/some/pom.xml | 182 +- integration-tests/logging-gelf/pom.xml | 596 +- integration-tests/logging-json/pom.xml | 150 +- .../logging-min-level-set/pom.xml | 117 +- .../logging-min-level-unset/pom.xml | 117 +- .../logging-panache-kotlin/pom.xml | 242 +- integration-tests/logging-panache/pom.xml | 174 +- integration-tests/mailer/pom.xml | 244 +- integration-tests/main/pom.xml | 1324 ++- .../management-interface-auth/pom.xml | 256 +- .../management-interface/pom.xml | 188 +- integration-tests/maven/pom.xml | 486 +- .../micrometer-mp-metrics/pom.xml | 201 +- .../micrometer-opentelemetry/pom.xml | 294 +- .../micrometer-prometheus/pom.xml | 388 +- integration-tests/micrometer-security/pom.xml | 192 +- integration-tests/mongodb-client/pom.xml | 262 +- integration-tests/mongodb-devservices/pom.xml | 308 +- .../mongodb-panache-kotlin/pom.xml | 430 +- integration-tests/mongodb-panache/pom.xml | 350 +- .../mongodb-rest-data-panache/pom.xml | 334 +- integration-tests/mtls-certificates/pom.xml | 224 +- .../mutiny-native-jctools/pom.xml | 188 +- integration-tests/narayana-jta/pom.xml | 223 +- integration-tests/narayana-lra/pom.xml | 295 +- integration-tests/narayana-stm/pom.xml | 145 +- .../native-config-profile/pom.xml | 238 +- integration-tests/no-awt/pom.xml | 182 +- .../observability-lgtm-prometheus/pom.xml | 239 +- integration-tests/observability-lgtm/pom.xml | 257 +- .../oidc-client-reactive/pom.xml | 394 +- .../oidc-client-registration/pom.xml | 310 +- .../oidc-client-wiremock/pom.xml | 236 +- integration-tests/oidc-client/pom.xml | 494 +- integration-tests/oidc-code-flow/pom.xml | 450 +- integration-tests/oidc-dev-services/pom.xml | 246 +- integration-tests/oidc-dpop/pom.xml | 294 +- integration-tests/oidc-mtls/pom.xml | 346 +- integration-tests/oidc-tenancy/pom.xml | 416 +- .../oidc-token-propagation-reactive/pom.xml | 340 +- .../oidc-token-propagation/pom.xml | 348 +- .../oidc-wiremock-logout/pom.xml | 205 +- .../oidc-wiremock-providers/pom.xml | 195 +- integration-tests/oidc-wiremock/pom.xml | 307 +- integration-tests/oidc/pom.xml | 414 +- integration-tests/openapi/pom.xml | 330 +- integration-tests/openshift-client/pom.xml | 265 +- .../opentelemetry-exporter-logging/pom.xml | 313 +- .../opentelemetry-grpc-only/pom.xml | 253 +- integration-tests/opentelemetry-grpc/pom.xml | 321 +- .../pom.xml | 808 +- .../opentelemetry-minimal/pom.xml | 262 +- .../pom.xml | 400 +- .../opentelemetry-quartz/pom.xml | 269 +- .../opentelemetry-quickstart/pom.xml | 341 +- .../opentelemetry-reactive-messaging/pom.xml | 424 +- .../opentelemetry-reactive/pom.xml | 376 +- .../pom.xml | 290 +- .../opentelemetry-scheduler/pom.xml | 269 +- integration-tests/opentelemetry-spi/pom.xml | 327 +- .../opentelemetry-vertx-exporter/pom.xml | 330 +- integration-tests/opentelemetry-vertx/pom.xml | 428 +- integration-tests/opentelemetry/pom.xml | 394 +- integration-tests/packaging/pom.xml | 150 +- integration-tests/picocli-native/pom.xml | 128 +- integration-tests/picocli/pom.xml | 148 +- integration-tests/pom.xml | 1027 ++- integration-tests/quartz/pom.xml | 305 +- integration-tests/qute/pom.xml | 237 +- integration-tests/reactive-db2-client/pom.xml | 448 +- .../reactive-messaging-amqp/pom.xml | 259 +- .../pom.xml | 534 +- .../reactive-messaging-hibernate-orm/pom.xml | 503 +- .../pom.xml | 513 +- .../reactive-messaging-kafka/pom.xml | 526 +- .../reactive-messaging-mqtt/pom.xml | 405 +- .../reactive-messaging-pulsar/pom.xml | 525 +- .../pom.xml | 405 +- .../reactive-messaging-rabbitmq-dyn/pom.xml | 425 +- .../reactive-messaging-rabbitmq/pom.xml | 405 +- .../reactive-mssql-client/pom.xml | 424 +- .../reactive-mysql-client/pom.xml | 481 +- .../reactive-oracle-client/pom.xml | 494 +- integration-tests/reactive-pg-client/pom.xml | 438 +- integration-tests/redis-cache/pom.xml | 426 +- integration-tests/redis-client/pom.xml | 426 +- integration-tests/redis-devservices/pom.xml | 330 +- .../rest-client-reactive-http2/pom.xml | 208 +- .../pom.xml | 340 +- .../pom.xml | 306 +- .../rest-client-reactive-multipart/pom.xml | 210 +- .../rest-client-reactive-stork/pom.xml | 346 +- .../rest-client-reactive/pom.xml | 340 +- integration-tests/rest-client/pom.xml | 358 +- integration-tests/rest-csrf/pom.xml | 210 +- integration-tests/resteasy-jackson/pom.xml | 146 +- integration-tests/resteasy-mutiny/pom.xml | 188 +- .../resteasy-reactive-kotlin/pom.xml | 32 +- .../prod-mode/pom.xml | 305 +- .../resteasy-reactive-kotlin/standard/pom.xml | 600 +- integration-tests/scala/pom.xml | 262 +- integration-tests/security-webauthn/pom.xml | 340 +- integration-tests/shared-library/pom.xml | 46 +- integration-tests/simple with space/pom.xml | 126 +- integration-tests/smallrye-config/pom.xml | 6 +- .../smallrye-context-propagation/pom.xml | 166 +- .../smallrye-graphql-client-keycloak/pom.xml | 516 +- .../smallrye-graphql-client/pom.xml | 213 +- integration-tests/smallrye-graphql/pom.xml | 154 +- .../smallrye-jwt-oidc-webapp/pom.xml | 612 +- .../smallrye-jwt-token-propagation/pom.xml | 568 +- integration-tests/smallrye-jwt/pom.xml | 158 +- integration-tests/smallrye-metrics/pom.xml | 249 +- .../smallrye-stork-registration/pom.xml | 228 +- .../spring-boot-properties/pom.xml | 188 +- .../spring-cloud-config-client/pom.xml | 212 +- integration-tests/spring-data-jpa/pom.xml | 284 +- integration-tests/spring-data-rest/pom.xml | 318 +- integration-tests/spring-di/pom.xml | 222 +- integration-tests/spring-web/pom.xml | 500 +- .../deployment/pom.xml | 178 +- .../pom.xml | 38 +- .../runtime/pom.xml | 261 +- .../extension/deployment/pom.xml | 192 +- .../test-extension/extension/pom.xml | 38 +- .../test-extension/extension/runtime/pom.xml | 267 +- integration-tests/test-extension/pom.xml | 32 +- .../test-extension/tests/pom.xml | 66 +- integration-tests/vertx-graphql/pom.xml | 142 +- .../vertx-http-compressors/all/pom.xml | 162 +- .../vertx-http-compressors/app/pom.xml | 108 +- .../vertx-http-compressors/pom.xml | 32 +- .../vertx-http-compressors/some/pom.xml | 162 +- integration-tests/vertx-http/pom.xml | 218 +- integration-tests/vertx-kotlin/pom.xml | 188 +- integration-tests/vertx-web-jackson/pom.xml | 144 +- integration-tests/vertx-web/pom.xml | 110 +- integration-tests/vertx/pom.xml | 302 +- .../virtual-http-resteasy/pom.xml | 222 +- integration-tests/virtual-http/pom.xml | 290 +- .../amqp-virtual-threads/pom.xml | 242 +- .../grpc-virtual-threads/pom.xml | 191 +- .../jms-virtual-threads/pom.xml | 288 +- .../kafka-virtual-threads/pom.xml | 242 +- .../mailer-virtual-threads/pom.xml | 189 +- .../metrics-virtual-threads/pom.xml | 220 +- integration-tests/virtual-threads/pom.xml | 590 +- .../quartz-virtual-threads/pom.xml | 178 +- .../reactive-routes-virtual-threads/pom.xml | 144 +- .../redis-virtual-threads/pom.xml | 213 +- .../pom.xml | 179 +- .../resteasy-reactive-virtual-threads/pom.xml | 144 +- .../scheduler-virtual-threads/pom.xml | 178 +- .../security-webauthn-virtual-threads/pom.xml | 188 +- .../vertx-event-bus-virtual-threads/pom.xml | 145 +- .../virtual-threads-disabled/pom.xml | 144 +- .../web-dependency-locator/pom.xml | 211 +- integration-tests/websockets-next/pom.xml | 8 +- integration-tests/websockets/pom.xml | 8 +- test-framework/amazon-lambda/pom.xml | 58 +- test-framework/arquillian/pom.xml | 206 +- test-framework/devmode-test-utils/pom.xml | 92 +- test-framework/google-cloud-functions/pom.xml | 44 +- .../hibernate-reactive-panache/pom.xml | 56 +- test-framework/jacoco/deployment/pom.xml | 110 +- test-framework/jacoco/pom.xml | 32 +- test-framework/jacoco/runtime/pom.xml | 170 +- test-framework/junit5-component/pom.xml | 154 +- test-framework/junit5-mockito/pom.xml | 74 +- test-framework/kafka-companion/pom.xml | 82 +- test-framework/keycloak-server/pom.xml | 84 +- test-framework/ldap/pom.xml | 42 +- test-framework/maven/pom.xml | 116 +- test-framework/mongodb/pom.xml | 58 +- test-framework/observability/pom.xml | 32 +- test-framework/oidc-server/pom.xml | 72 +- test-framework/security-jwt/pom.xml | 108 +- test-framework/security-oidc/pom.xml | 96 +- test-framework/security-webauthn/pom.xml | 116 +- test-framework/security/pom.xml | 108 +- test-framework/vertx/pom.xml | 48 +- 1210 files changed, 101264 insertions(+), 103908 deletions(-) diff --git a/.gitignore b/.gitignore index 4667c31e3a24c..91d1a904afcc1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store target *.iml +**/pom.xml.bak .idea !.idea/runConfigurations .settings diff --git a/devtools/bom-descriptor-json/pom.xml b/devtools/bom-descriptor-json/pom.xml index ad2740e7f6e00..ed1e409c8ab77 100644 --- a/devtools/bom-descriptor-json/pom.xml +++ b/devtools/bom-descriptor-json/pom.xml @@ -1,69 +1,67 @@ - - - quarkus-devtools-all - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-devtools-all + 999-SNAPSHOT + - quarkus-bom-quarkus-platform-descriptor - pom - Quarkus - BOM - Descriptor JSON + quarkus-bom-quarkus-platform-descriptor + pom + Quarkus - BOM - Descriptor JSON - - process-resources - + + process-resources + - - - - maven-resources-plugin - - - copy-resources - validate - - copy-resources - - - ${basedir}/target/resources - - - ${basedir}/src/main/resources - true - - - - - - - + + + + maven-resources-plugin + + + copy-resources + + copy-resources + + validate + + ${basedir}/target/resources + + + ${basedir}/src/main/resources + true + + + + + + + + io.quarkus + quarkus-platform-bom-maven-plugin + + + + generate-platform-descriptor + + ${pluginPhase} + + io.quarkus - quarkus-platform-bom-maven-plugin - - - ${pluginPhase} - - generate-platform-descriptor - - - - io.quarkus - - quarkus-bom - true - ${basedir}/target/resources/catalog-overrides.json - - - - - - + + quarkus-bom + true + ${basedir}/target/resources/catalog-overrides.json + + + + + + - - - - bom-descriptor-json-hollow - - - incremental - - - - none - true - - - - bom-descriptor-json-deps - - - !incremental - - - - - - - io.quarkus - quarkus-agroal - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-amazon-lambda - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-amazon-lambda-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-amazon-lambda-http - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-amazon-lambda-rest - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-amazon-lambda-xray - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-apache-httpclient - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-apicurio-registry-avro - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-apicurio-registry-json-schema - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-arc - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-assistant - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-avro - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-awt - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-azure-functions - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-azure-functions-http - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-cache - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-caffeine - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-config-yaml - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-confluent-registry-avro - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-confluent-registry-json-schema - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-buildpack - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-docker - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-docker-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-jib - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-openshift - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-podman - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-core - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-cyclonedx - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-datasource - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elasticsearch-java-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elasticsearch-rest-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elasticsearch-rest-client-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-jdbc - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-ldap - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-oauth2 - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-properties-file - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-flyway - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-flyway-db2 - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-flyway-derby - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-flyway-mssql - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-flyway-mysql - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-flyway-oracle - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-flyway-postgresql - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-funqy-amazon-lambda - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-funqy-google-cloud-functions - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-funqy-http - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-funqy-knative-events - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-funqy-server-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-google-cloud-functions - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-google-cloud-functions-http - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-grpc - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-grpc-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hal - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-envers - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-derby - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-panache - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-panache-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-panache-kotlin - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-rest-data-panache - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-reactive - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-reactive-panache - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-reactive-panache-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-reactive-panache-kotlin - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-reactive-rest-data-panache - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-search-backend-elasticsearch-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-search-orm-elasticsearch - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-search-orm-outbox-polling - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-search-standalone-elasticsearch - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-validator - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-infinispan-cache - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-infinispan-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-info - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jackson - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jacoco - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jaxb - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jaxp - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-db2 - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-derby - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2 - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-mariadb - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-mssql - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-mysql - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-oracle - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-postgresql - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jfr - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jsonb - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jsonp - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kafka-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kafka-streams - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-keycloak-admin-client-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-keycloak-admin-rest-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-keycloak-admin-resteasy-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-keycloak-authorization - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kind - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kotlin - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-client-internal - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-config - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-service-binding - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-liquibase - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-liquibase-mongodb - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-load-shedding - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-logging-gelf - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-logging-json - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mailer - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-amqp - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-kafka - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-mqtt - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-pulsar - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-rabbitmq - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-opentelemetry - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-minikube - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mongodb-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mongodb-panache - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mongodb-panache-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mongodb-panache-kotlin - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mongodb-rest-data-panache - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mutiny - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mutiny-reactive-streams-operators - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-narayana-jta - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-narayana-lra - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-narayana-stm - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-netty - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-observability-devservices - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-client-graphql - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-client-registration - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-db-token-state-manager - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-redis-token-state-manager - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-token-propagation-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-openshift - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-openshift-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-picocli - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-quartz - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-qute - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-datasource - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-db2-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-mssql-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-mysql-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-oracle-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-pg-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-routes - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-redis-cache - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-redis-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-config - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jackson - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jaxb - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jaxrs - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jsonb - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-kotlin-serialization - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-oidc-filter - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-oidc-token-propagation - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-csrf - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-data-panache - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jaxb - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jsonb - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jsonb-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-kotlin - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-kotlin-serialization - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-kotlin-serialization-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-links - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-qute - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-servlet - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-jackson - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-jaxb - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-jsonb - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-mutiny - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-oidc-filter - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-oidc-token-propagation - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jaxb - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jsonb - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-links - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-multipart - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-mutiny - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-mutiny-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-qute - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-server-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-scala - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-scheduler - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-jpa - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-jpa-common - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-jpa-reactive - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-webauthn - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-context-propagation - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-fault-tolerance - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-graphql - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-graphql-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-jwt - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-jwt-build - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-metrics - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-openapi - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-reactive-streams-operators - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-reactive-type-converters - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-stork - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-boot-properties - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-cache - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-cloud-config-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-data-jpa - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-data-rest - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-di - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-scheduled - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-security - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-web - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-web-rest - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-web-resteasy - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-swagger-ui - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-tls-registry - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-vertx - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-vertx-graphql - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-vertx-http - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-vertx-kotlin - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-virtual-threads - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-web-dependency-locator - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-websockets - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-websockets-client - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-websockets-next - ${project.version} - pom - test - - - * - * - - - - - - - + + + bom-descriptor-json-hollow + + + incremental + + + + none + true + + + + bom-descriptor-json-deps + + + !incremental + + + + + + + io.quarkus + quarkus-agroal + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-amazon-lambda + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-amazon-lambda-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-amazon-lambda-http + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-amazon-lambda-rest + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-amazon-lambda-xray + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-apache-httpclient + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-apicurio-registry-avro + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-apicurio-registry-json-schema + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-arc + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-assistant + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-avro + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-awt + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-azure-functions + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-azure-functions-http + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-cache + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-caffeine + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-config-yaml + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-confluent-registry-avro + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-confluent-registry-json-schema + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-buildpack + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-docker + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-docker-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-jib + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-openshift + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-podman + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-core + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-cyclonedx + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-datasource + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elasticsearch-java-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elasticsearch-rest-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elasticsearch-rest-client-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-jdbc + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-ldap + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-oauth2 + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-properties-file + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-flyway + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-flyway-db2 + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-flyway-derby + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-flyway-mssql + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-flyway-mysql + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-flyway-oracle + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-flyway-postgresql + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-funqy-amazon-lambda + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-funqy-google-cloud-functions + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-funqy-http + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-funqy-knative-events + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-funqy-server-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-google-cloud-functions + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-google-cloud-functions-http + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-grpc + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-grpc-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hal + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-envers + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-derby + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-panache + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-panache-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-panache-kotlin + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-rest-data-panache + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-reactive + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-reactive-panache + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-reactive-panache-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-reactive-panache-kotlin + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-reactive-rest-data-panache + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-search-backend-elasticsearch-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-search-orm-outbox-polling + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-search-standalone-elasticsearch + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-validator + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-infinispan-cache + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-infinispan-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-info + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jackson + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jacoco + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jaxb + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jaxp + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-db2 + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-derby + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2 + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-mariadb + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-mssql + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-mysql + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-oracle + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-postgresql + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jfr + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jsonb + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jsonp + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kafka-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kafka-streams + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-keycloak-admin-client-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-keycloak-admin-rest-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-keycloak-admin-resteasy-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-keycloak-authorization + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kind + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kotlin + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-client-internal + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-config + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-service-binding + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-liquibase + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-liquibase-mongodb + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-load-shedding + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-logging-gelf + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-logging-json + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mailer + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-amqp + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-kafka + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-mqtt + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-pulsar + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-rabbitmq + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-opentelemetry + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-minikube + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mongodb-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mongodb-panache + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mongodb-panache-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mongodb-panache-kotlin + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mongodb-rest-data-panache + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mutiny + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mutiny-reactive-streams-operators + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-narayana-jta + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-narayana-lra + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-narayana-stm + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-netty + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-observability-devservices + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-client-graphql + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-client-registration + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-db-token-state-manager + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-redis-token-state-manager + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-token-propagation-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-openshift + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-openshift-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-picocli + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-quartz + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-qute + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-datasource + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-db2-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-mssql-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-mysql-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-oracle-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-pg-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-routes + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-redis-cache + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-redis-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-config + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jackson + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jaxb + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jaxrs + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jsonb + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-kotlin-serialization + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-oidc-filter + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-oidc-token-propagation + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-csrf + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-data-panache + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jaxb + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jsonb + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jsonb-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-kotlin + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-kotlin-serialization + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-kotlin-serialization-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-links + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-qute + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-servlet + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-jackson + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-jaxb + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-jsonb + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-mutiny + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-oidc-filter + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-oidc-token-propagation + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jaxb + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jsonb + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-links + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-multipart + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-mutiny + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-mutiny-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-qute + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-server-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-scala + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-scheduler + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-jpa + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-jpa-common + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-jpa-reactive + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-webauthn + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-context-propagation + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-fault-tolerance + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-graphql + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-graphql-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-jwt + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-jwt-build + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-metrics + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-openapi + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-reactive-streams-operators + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-reactive-type-converters + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-stork + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-boot-properties + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-cache + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-cloud-config-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-data-jpa + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-data-rest + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-di + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-scheduled + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-security + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-web + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-web-rest + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-web-resteasy + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-swagger-ui + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-tls-registry + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-vertx + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-vertx-graphql + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-vertx-http + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-vertx-kotlin + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-virtual-threads + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-web-dependency-locator + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-websockets + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-websockets-client + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-websockets-next + ${project.version} + pom + test + + + * + * + + + + + + + diff --git a/devtools/cli/pom.xml b/devtools/cli/pom.xml index c4aa6f79c5e80..4804853bf4af5 100644 --- a/devtools/cli/pom.xml +++ b/devtools/cli/pom.xml @@ -1,52 +1,50 @@ - - - quarkus-build-parent - io.quarkus - 999-SNAPSHOT - ../../build-parent/pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-build-parent + 999-SNAPSHOT + ../../build-parent/pom.xml + - - uber-jar - + quarkus-cli + Quarkus - Command Line Interface + Quarkus command line utility - quarkus-cli - Quarkus - Command Line Interface - Quarkus command line utility - - - io.quarkus - quarkus-picocli - - - io.quarkus - quarkus-devtools-common - - - io.quarkus - quarkus-project-core-extension-codestarts - - - io.quarkus - quarkus-jackson - - - io.quarkus - quarkus-apache-httpclient - - - io.quarkus - quarkus-netty - - - io.quarkus - quarkus-qute - - - - io.netty - netty-codec-http2 - - - org.jboss.logmanager - log4j-jboss-logmanager - - - io.quarkus - quarkus-devtools-testing - test - - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - - io.smallrye.config - smallrye-config-crypto - test - - - - io.quarkus - quarkus-picocli-deployment - pom - test - ${project.version} - - - * - * - - - - - io.quarkus - quarkus-jackson-deployment - pom - test - ${project.version} - - - * - * - - - - - io.quarkus - quarkus-netty-deployment - pom - test - ${project.version} - - - * - * - - - - - io.quarkus - quarkus-apache-httpclient-deployment - pom - test - ${project.version} - - - * - * - - - - - io.quarkus - quarkus-qute-deployment - pom - test - ${project.version} - - - * - * - - - - + + io.netty + netty-codec-http2 + + + org.jboss.logmanager + log4j-jboss-logmanager + + + io.quarkus + quarkus-devtools-testing + test + + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + + io.smallrye.config + smallrye-config-crypto + test + + + + io.quarkus + quarkus-picocli-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-netty-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-apache-httpclient-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-qute-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + + false + src/test/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + generate-code + generate-code-tests + + + true + + ${settings.localRepository} + ${env.MAVEN_OPTS} + + + + + + + maven-surefire-plugin + + + ${settings.localRepository} + + + + + - - - - src/test/resources - false - - + + + native + + + native + + + + true + + - - io.quarkus - quarkus-maven-plugin - - - - build - generate-code - generate-code-tests - - - true - - ${settings.localRepository} - ${env.MAVEN_OPTS} - - - - - - - maven-surefire-plugin + + org.apache.maven.plugins + maven-failsafe-plugin + + + + integration-test + verify + - - ${settings.localRepository} - + + ${project.build.directory}/${project.build.finalName}-runner + - + + + - - - - - native - - - native - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - true - - - + + + diff --git a/devtools/config-doc-maven-plugin/pom.xml b/devtools/config-doc-maven-plugin/pom.xml index c4946b4315765..a98652844dee6 100644 --- a/devtools/config-doc-maven-plugin/pom.xml +++ b/devtools/config-doc-maven-plugin/pom.xml @@ -1,184 +1,183 @@ - - 4.0.0 - - io.quarkus - quarkus-devtools-all - 999-SNAPSHOT - - quarkus-config-doc-maven-plugin - Quarkus - Config doc Maven plugin - maven-plugin - - 3.9.9 - - - - - - maven-compiler-plugin - - - maven-javadoc-plugin - - true - none - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - io.quarkus - quarkus-enforcer-rules - ${project.version} - - - - - enforce - ${maven-enforcer-plugin.phase} - - - - - classpath:enforcer-rules/quarkus-require-java-version.xml - - - classpath:enforcer-rules/quarkus-require-maven-version.xml - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - - - com.google.code.findbugs:jsr305 - - com.google.guava:listenablefuture - - - - - - enforce - - - - - - - - - org.eclipse.sisu - sisu-maven-plugin - 0.9.0.M3 - - - index-project - - main-index - test-index - - - - - - org.apache.maven.plugins - maven-plugin-plugin - - quarkus-config-doc - true - - - - help-goal - - helpmojo - - - - default-config-doc - generate-resources - - - - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - io.quarkus.qute - qute-core - - - javax.inject - javax.inject - - - org.apache.maven - maven-plugin-api - provided - - - org.apache.maven.plugin-tools - maven-plugin-annotations - - - org.apache.maven - maven-core - provided - - - org.apache.maven - maven-embedder - provided - - - org.apache.maven - maven-settings-builder - provided - - - org.apache.maven - maven-resolver-provider - provided - - - org.apache.maven - maven-model - provided - - - org.apache.maven - maven-model-builder - provided - - - org.apache.maven - maven-artifact - provided - - - org.apache.maven - maven-settings - provided - - - org.apache.maven - maven-builder-support - provided - - - org.apache.maven - maven-repository-metadata - provided - - + + + 4.0.0 + + io.quarkus + quarkus-devtools-all + 999-SNAPSHOT + + quarkus-config-doc-maven-plugin + maven-plugin + Quarkus - Config doc Maven plugin + + 3.9.9 + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + io.quarkus.qute + qute-core + + + javax.inject + javax.inject + + + org.apache.maven + maven-plugin-api + provided + + + org.apache.maven.plugin-tools + maven-plugin-annotations + + + org.apache.maven + maven-core + provided + + + org.apache.maven + maven-embedder + provided + + + org.apache.maven + maven-settings-builder + provided + + + org.apache.maven + maven-resolver-provider + provided + + + org.apache.maven + maven-model + provided + + + org.apache.maven + maven-model-builder + provided + + + org.apache.maven + maven-artifact + provided + + + org.apache.maven + maven-settings + provided + + + org.apache.maven + maven-builder-support + provided + + + org.apache.maven + maven-repository-metadata + provided + + + + + + + maven-compiler-plugin + + + maven-javadoc-plugin + + true + none + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + io.quarkus + quarkus-enforcer-rules + ${project.version} + + + + + enforce + + enforce + + ${maven-enforcer-plugin.phase} + + + + + classpath:enforcer-rules/quarkus-require-java-version.xml + + + classpath:enforcer-rules/quarkus-require-maven-version.xml + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + + + com.google.code.findbugs:jsr305 + + com.google.guava:listenablefuture + + + + + + + + + + + + org.eclipse.sisu + sisu-maven-plugin + 0.9.0.M3 + + + index-project + + main-index + test-index + + + + + + org.apache.maven.plugins + maven-plugin-plugin + + quarkus-config-doc + true + + + + help-goal + + helpmojo + + + + default-config-doc + generate-resources + + + + + diff --git a/devtools/gradle/gradle-application-plugin/pom.xml b/devtools/gradle/gradle-application-plugin/pom.xml index 533dead8c9058..99de75218dbb6 100644 --- a/devtools/gradle/gradle-application-plugin/pom.xml +++ b/devtools/gradle/gradle-application-plugin/pom.xml @@ -1,80 +1,78 @@ - - - io.quarkus - io.quarkus.gradle.plugin.parent - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + io.quarkus.gradle.plugin.parent + 999-SNAPSHOT + ../pom.xml + - io.quarkus.gradle.plugin - pom - Quarkus - Gradle Plugin - Quarkus - Gradle Plugin + io.quarkus.gradle.plugin + pom + Quarkus - Gradle Plugin + Quarkus - Gradle Plugin - - gradle-application-plugin - true - + + gradle-application-plugin + true + - - - io.quarkus - quarkus-gradle-model - - - io.quarkus - quarkus-bootstrap-gradle-resolver - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-devtools-common - - - io.quarkus - quarkus-analytics-common - - - io.quarkus - quarkus-project-core-extension-codestarts - pom - test - ${project.version} - - - * - * - - - - - io.quarkus - quarkus-devmode-test-utils - test - - - io.smallrye.config - smallrye-config-source-yaml - - - org.jetbrains.kotlin - kotlin-gradle-plugin - ${kotlin.version} - test - - - org.checkerframework - checker-qual - - - - + + + io.quarkus + quarkus-gradle-model + + + io.quarkus + quarkus-bootstrap-gradle-resolver + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-devtools-common + + + io.quarkus + quarkus-analytics-common + + + io.quarkus + quarkus-project-core-extension-codestarts + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-devmode-test-utils + test + + + io.smallrye.config + smallrye-config-source-yaml + + + org.jetbrains.kotlin + kotlin-gradle-plugin + ${kotlin.version} + test + + + org.checkerframework + checker-qual + + + + diff --git a/devtools/gradle/gradle-extension-plugin/pom.xml b/devtools/gradle/gradle-extension-plugin/pom.xml index 213d1e9a6c84c..2a08fdf9ae0cf 100644 --- a/devtools/gradle/gradle-extension-plugin/pom.xml +++ b/devtools/gradle/gradle-extension-plugin/pom.xml @@ -1,52 +1,50 @@ - - - io.quarkus - io.quarkus.gradle.plugin.parent - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + io.quarkus.gradle.plugin.parent + 999-SNAPSHOT + ../pom.xml + - io.quarkus.extension - io.quarkus.extension.gradle.plugin - pom - Quarkus - Extension Gradle Plugin - Quarkus - Extension Gradle Plugin + io.quarkus.extension + io.quarkus.extension.gradle.plugin + pom + Quarkus - Extension Gradle Plugin + Quarkus - Extension Gradle Plugin - - gradle-extension-plugin - true - + + gradle-extension-plugin + true + - - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-bootstrap-gradle-resolver - - - io.quarkus - quarkus-gradle-model - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - - - io.quarkus - quarkus-devtools-common - - + + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-bootstrap-gradle-resolver + + + io.quarkus + quarkus-gradle-model + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + + + io.quarkus + quarkus-devtools-common + + diff --git a/devtools/gradle/gradle-model/pom.xml b/devtools/gradle/gradle-model/pom.xml index 4799ce53232fb..de583ea1dacc7 100644 --- a/devtools/gradle/gradle-model/pom.xml +++ b/devtools/gradle/gradle-model/pom.xml @@ -1,39 +1,37 @@ - - - io.quarkus - io.quarkus.gradle.plugin.parent - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + io.quarkus.gradle.plugin.parent + 999-SNAPSHOT + ../pom.xml + - quarkus-gradle-model - pom - Quarkus - Gradle Model - Quarkus - Gradle Model + quarkus-gradle-model + pom + Quarkus - Gradle Model + Quarkus - Gradle Model - - gradle-model - + + gradle-model + - - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-bootstrap-gradle-resolver - - - io.quarkus - quarkus-devtools-testing - test - - + + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-bootstrap-gradle-resolver + + + io.quarkus + quarkus-devtools-testing + test + + diff --git a/devtools/gradle/pom.xml b/devtools/gradle/pom.xml index 96c5786642531..b523c9d4525ed 100644 --- a/devtools/gradle/pom.xml +++ b/devtools/gradle/pom.xml @@ -1,219 +1,218 @@ - - - io.quarkus - quarkus-build-parent - 999-SNAPSHOT - ../../build-parent/pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-build-parent + 999-SNAPSHOT + ../../build-parent/pom.xml + - io.quarkus.gradle.plugin.parent - pom - Quarkus - Gradle Plugin - Parent - Quarkus - Gradle Plugin + io.quarkus.gradle.plugin.parent + pom + Quarkus - Gradle Plugin - Parent + Quarkus - Gradle Plugin - - ./../gradlew - build - false - + + gradle-model + gradle-application-plugin + gradle-extension-plugin + - - gradle-model - gradle-application-plugin - gradle-extension-plugin - + + ./../gradlew + build + false + - - - - io.quarkus - quarkus-gradle-model - ${project.version} - - - + + + + io.quarkus + quarkus-gradle-model + ${project.version} + + + - - - windows - - - windows - - - - ..\gradlew.bat - - - - gradleJavaHomeSet - - - env.GRADLE_JAVA_HOME - - - - ${env.GRADLE_JAVA_HOME} - - - - gradleJavaHomeNotSet - - - !env.GRADLE_JAVA_HOME - - - - ${env.JAVA_HOME} - - - - run-gradle - - - ${basedir}/src - - - - - - org.codehaus.mojo - exec-maven-plugin - - - gradle - prepare-package - - ${gradle.executable} - - clean - ${gradle.task} - -Pdescription=${project.description} - -Dmaven.repo.local=${settings.localRepository} - -S - --stacktrace - --no-daemon - - - ${settings.localRepository} - ${env.MAVEN_OPTS} - ${gradleJavaHome} - - ${skip.gradle.build} - - - exec - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-artifacts - package - - attach-artifact - - - - - build/libs/${artifactFilePrefix}-${project.version}.jar - jar - - - build/libs/${artifactFilePrefix}-${project.version}-javadoc.jar - jar - javadoc - - - build/libs/${artifactFilePrefix}-${project.version}-sources.jar - jar - sources - - - ${skip.gradle.build} - - - - - - - - - skipTests - - - skipTests - true - - - - assemble - - - - maven.test.skip - - - maven.test.skip - true - - - - assemble - - - - basic-test-suite - - - basicTests - - - - assemble - - - - quick-build - - - quickly - - - - assemble - - - - quickly-docs-build - - - quicklyDocs - - - - assemble - - - - - quick-build-ci - - - quickly-ci - - - - assemble - - - + + + windows + + + windows + + + + ..\gradlew.bat + + + + gradleJavaHomeSet + + + env.GRADLE_JAVA_HOME + + + + ${env.GRADLE_JAVA_HOME} + + + + gradleJavaHomeNotSet + + + !env.GRADLE_JAVA_HOME + + + + ${env.JAVA_HOME} + + + + run-gradle + + + ${basedir}/src + + + + + + + org.codehaus.mojo + exec-maven-plugin + + + gradle + + exec + + prepare-package + + ${gradle.executable} + + clean + ${gradle.task} + -Pdescription=${project.description} + -Dmaven.repo.local=${settings.localRepository} + -S + --stacktrace + --no-daemon + + + ${settings.localRepository} + ${env.MAVEN_OPTS} + ${gradleJavaHome} + + ${skip.gradle.build} + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + build/libs/${artifactFilePrefix}-${project.version}.jar + jar + + + build/libs/${artifactFilePrefix}-${project.version}-javadoc.jar + jar + javadoc + + + build/libs/${artifactFilePrefix}-${project.version}-sources.jar + jar + sources + + + ${skip.gradle.build} + + + + + + + + + skipTests + + + skipTests + true + + + + assemble + + + + maven.test.skip + + + maven.test.skip + true + + + + assemble + + + + basic-test-suite + + + basicTests + + + + assemble + + + + quick-build + + + quickly + + + + assemble + + + + quickly-docs-build + + + quicklyDocs + + + + assemble + + + + + quick-build-ci + + + quickly-ci + + + + assemble + + + diff --git a/devtools/maven/pom.xml b/devtools/maven/pom.xml index 214190428dbf5..9a5ffe745150e 100644 --- a/devtools/maven/pom.xml +++ b/devtools/maven/pom.xml @@ -1,310 +1,308 @@ - - - quarkus-build-parent - io.quarkus - 999-SNAPSHOT - ../../build-parent/pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-build-parent + 999-SNAPSHOT + ../../build-parent/pom.xml + - quarkus-maven-plugin - maven-plugin - Quarkus - Maven Plugin + quarkus-maven-plugin + maven-plugin + Quarkus - Maven Plugin - - - 11 - 11 + + + 11 + 11 - ${project.version} - + ${project.version} + - - - io.quarkus - quarkus-bootstrap-core - - - io.quarkus - quarkus-bootstrap-maven-resolver - - - org.apache.maven.resolver - maven-resolver-connector-basic - - - org.apache.maven.resolver - * - - - org.apache.maven.wagon - * - - - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-ide-launcher - - - - - io.quarkus - quarkus-project-core-extension-codestarts - - - io.quarkus - quarkus-devtools-common - - - org.apache.maven.resolver - maven-resolver-connector-basic - - - - - io.quarkus - quarkus-analytics-common - - - io.quarkus - quarkus-cyclonedx-generator - - - org.apache.maven - maven-plugin-api - provided - - - javax.inject - javax.inject - - - org.apache.maven - maven-core - provided - - - com.google.code.findbugs - jsr305 - - - com.google.guava - listenablefuture - - - - - org.apache.maven.plugin-tools - maven-plugin-annotations - provided - - - org.apache.maven - maven-embedder - provided - - - org.apache.maven - maven-settings-builder - provided - - - org.apache.maven - maven-resolver-provider - provided - - - org.apache.maven - maven-model - provided - - - org.apache.maven - maven-artifact - provided - - - org.apache.maven - maven-settings - provided - - - org.apache.maven - maven-builder-support - provided - - - org.apache.maven - maven-repository-metadata - provided - - - org.apache.maven - maven-model-builder - provided - + + + io.quarkus + quarkus-bootstrap-core + + + io.quarkus + quarkus-bootstrap-maven-resolver + + + org.apache.maven.resolver + maven-resolver-connector-basic + + + org.apache.maven.resolver + * + + + org.apache.maven.wagon + * + + + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-ide-launcher + + + + + io.quarkus + quarkus-project-core-extension-codestarts + + + io.quarkus + quarkus-devtools-common + + + org.apache.maven.resolver + maven-resolver-connector-basic + + + + + io.quarkus + quarkus-analytics-common + + + io.quarkus + quarkus-cyclonedx-generator + + + org.apache.maven + maven-plugin-api + provided + + + javax.inject + javax.inject + + + org.apache.maven + maven-core + provided + + + com.google.code.findbugs + jsr305 + + + com.google.guava + listenablefuture + + + + + org.apache.maven.plugin-tools + maven-plugin-annotations + provided + + + org.apache.maven + maven-embedder + provided + + + org.apache.maven + maven-settings-builder + provided + + + org.apache.maven + maven-resolver-provider + provided + + + org.apache.maven + maven-model + provided + + + org.apache.maven + maven-artifact + provided + + + org.apache.maven + maven-settings + provided + + + org.apache.maven + maven-builder-support + provided + + + org.apache.maven + maven-repository-metadata + provided + + + org.apache.maven + maven-model-builder + provided + - - org.freemarker - freemarker - + + org.freemarker + freemarker + - - org.eclipse.parsson - parsson - + + org.eclipse.parsson + parsson + - - - com.fasterxml.jackson.core - jackson-databind - + + + com.fasterxml.jackson.core + jackson-databind + - - - org.twdata.maven - mojo-executor - 2.4.0 - + + + org.twdata.maven + mojo-executor + 2.4.0 + - - org.jboss.slf4j - slf4j-jboss-logmanager - + + org.jboss.slf4j + slf4j-jboss-logmanager + - - - io.quarkus - quarkus-bootstrap-core - test-jar - test - - - org.assertj - assertj-core - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.junit.jupiter - junit-jupiter-params - test - - - org.junit.jupiter - junit-jupiter-engine - test - - + + + io.quarkus + quarkus-bootstrap-core + test-jar + test + + + org.assertj + assertj-core + test + + + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.jupiter + junit-jupiter-params + test + + + org.junit.jupiter + junit-jupiter-engine + test + + - - - - src/main/resources - true - - create-extension-templates/**/* - - - - src/main/resources - false + + + + true + src/main/resources + + create-extension-templates/**/* + + + + false + src/main/resources + + create-extension-templates/**/* + + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + + shade + + package + + - create-extension-templates/**/* + org.fusesource.jansi:jansi - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - org.fusesource.jansi:jansi - - - - - - - - org.eclipse.sisu - sisu-maven-plugin - 0.3.5 - - - index-project - - main-index - test-index - - - - + + + + + + + org.eclipse.sisu + sisu-maven-plugin + 0.3.5 + + + index-project + + main-index + test-index + + + + - - org.apache.maven.plugins - maven-plugin-plugin - - quarkus - - - - org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce-quarkus-maven-plugin - ${maven-enforcer-plugin.phase} - - - - - - com.google.code.findbugs:jsr305 - - com.google.guava:listenablefuture - - - - - - enforce - - - - - - + + org.apache.maven.plugins + maven-plugin-plugin + + quarkus + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-quarkus-maven-plugin + + enforce + + ${maven-enforcer-plugin.phase} + + + + + + com.google.code.findbugs:jsr305 + + com.google.guava:listenablefuture + + + + + + + + + diff --git a/devtools/project-core-extension-codestarts/pom.xml b/devtools/project-core-extension-codestarts/pom.xml index 7552c88070c83..851ec89dbdcda 100644 --- a/devtools/project-core-extension-codestarts/pom.xml +++ b/devtools/project-core-extension-codestarts/pom.xml @@ -1,91 +1,89 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-devtools-all - 999-SNAPSHOT - + + io.quarkus + quarkus-devtools-all + 999-SNAPSHOT + - quarkus-project-core-extension-codestarts - Quarkus - Dev tools - Project Core Extension Codestarts + quarkus-project-core-extension-codestarts + Quarkus - Dev tools - Project Core Extension Codestarts - - ${project.basedir}/../gradle - gradlew - - - - - src/main/resources - - - src/main/filtered - true - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - gradle-wrapper/.gradle/** - - - - - - - - org.codehaus.mojo - exec-maven-plugin - - - generate-gradle-wrapper - prepare-package - - ${gradle-wrapper.path}/${gradle.executable} - - - -Xmx512m - - - init - --type - basic - --no-daemon - --overwrite - - target/classes/gradle-wrapper - true - - - exec - - - - - - + -Xmx512m + + + init + --type + basic + --no-daemon + --overwrite + + target/classes/gradle-wrapper + true + + + + + + - - - windows - - - windows - - - - gradlew.bat - - - + + + windows + + + windows + + + + gradlew.bat + + + diff --git a/docs/pom.xml b/docs/pom.xml index ca6182baba719..fef0f83bfab02 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -1,3735 +1,3733 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-build-parent - 999-SNAPSHOT - ../build-parent/pom.xml - - - quarkus-documentation - - jar - - - for JDK 21 - jdk21 - jdk-21 - jdk-21 - - 3.7.1 - 2.2.5 - 1.5.0-beta.8 - WARN - 2.26.0.Final - 37 - 11.1.0 - - https://quarkus.io - https://github.com/quarkusio/quarkus - https://github.com/quarkusio/quarkus-quickstarts - ${project.build.directory}/quarkus-generated-doc - docker.io/jdkato/vale:v2.15.5 - - - Quarkus - Documentation - The Quarkus documentation - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - - - org.jboss.forge.roaster - roaster-jdt - ${roaster-jdt.version} - - - io.fabric8 - maven-model-helper - ${maven-model-helper.version} - - - org.eclipse.collections - eclipse-collections - ${eclipse-collections.version} - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - io.quarkus - quarkus-devtools-registry-client - - - io.quarkus - quarkus-bootstrap-core - - - org.slf4j - jcl-over-slf4j - - - - - - - org.asciidoctor - asciidoctorj - - - org.eclipse.jgit - org.eclipse.jgit - test - - - org.testcontainers - testcontainers - test - - - io.quarkus - quarkus-junit5 - test - - - - - io.quarkus - quarkus-agroal-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-amazon-lambda-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-amazon-lambda-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-amazon-lambda-http-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-amazon-lambda-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-amazon-lambda-xray-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-apache-httpclient-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-apicurio-registry-avro-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-apicurio-registry-json-schema-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-assistant-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-avro-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-awt-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-azure-functions-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-azure-functions-http-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-cache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-caffeine-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-config-yaml-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-confluent-registry-avro-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-confluent-registry-json-schema-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-buildpack-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-docker-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-docker-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-jib-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-openshift-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-podman-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-core-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-cyclonedx-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-datasource-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elasticsearch-java-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elasticsearch-rest-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elasticsearch-rest-client-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-jdbc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-ldap-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-oauth2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-flyway-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-flyway-db2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-flyway-derby-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-flyway-mssql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-flyway-mysql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-flyway-oracle-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-flyway-postgresql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-funqy-amazon-lambda-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-funqy-google-cloud-functions-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-funqy-http-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-funqy-knative-events-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-funqy-server-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-google-cloud-functions-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-google-cloud-functions-http-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-grpc-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hal-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-envers-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-derby-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-panache-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-panache-kotlin-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-rest-data-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-reactive-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-reactive-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-reactive-panache-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-reactive-panache-kotlin-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-reactive-rest-data-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-search-backend-elasticsearch-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-search-orm-elasticsearch-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-search-orm-outbox-polling-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-search-standalone-elasticsearch-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-validator-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-infinispan-cache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-infinispan-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-info-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jacoco-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jaxb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jaxp-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-db2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-derby-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-mariadb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-mssql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-mysql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-oracle-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-postgresql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jfr-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jsonp-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kafka-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kafka-streams-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-keycloak-admin-client-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-keycloak-admin-rest-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-keycloak-admin-resteasy-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-keycloak-authorization-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kind-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kotlin-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-client-internal-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-config-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-service-binding-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-liquibase-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-liquibase-mongodb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-load-shedding-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-logging-gelf-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-logging-json-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mailer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-amqp-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-kafka-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-mqtt-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-pulsar-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-rabbitmq-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-minikube-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mongodb-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mongodb-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mongodb-panache-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mongodb-panache-kotlin-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mongodb-rest-data-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mutiny-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mutiny-reactive-streams-operators-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-narayana-jta-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-narayana-lra-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-narayana-stm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-netty-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-observability-devservices-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-client-graphql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-client-registration-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-db-token-state-manager-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-redis-token-state-manager-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-token-propagation-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-openshift-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-openshift-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-picocli-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-quartz-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-qute-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-datasource-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-db2-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-mssql-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-mysql-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-oracle-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-pg-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-routes-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-redis-cache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-redis-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-config-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jaxb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jaxrs-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-kotlin-serialization-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-oidc-filter-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-oidc-token-propagation-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-csrf-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-data-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jaxb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jsonb-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-kotlin-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-kotlin-serialization-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-kotlin-serialization-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-links-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-qute-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-servlet-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-jaxb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-mutiny-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-oidc-filter-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-oidc-token-propagation-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jaxb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-links-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-multipart-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-mutiny-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-mutiny-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-qute-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-server-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-scala-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-scheduler-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-jpa-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-jpa-common-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-jpa-reactive-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-webauthn-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-context-propagation-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-fault-tolerance-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-graphql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-graphql-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-jwt-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-jwt-build-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-metrics-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-openapi-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-reactive-streams-operators-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-reactive-type-converters-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-stork-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-boot-properties-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-cache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-cloud-config-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-data-jpa-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-data-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-di-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-scheduled-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-security-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-web-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-web-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-web-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-swagger-ui-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-tls-registry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-vertx-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-vertx-graphql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-vertx-http-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-vertx-kotlin-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-virtual-threads-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-web-dependency-locator-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-websockets-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-websockets-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-websockets-next-deployment - ${project.version} - pom - test - - - * - * - - - - - + + io.quarkus + quarkus-build-parent + 999-SNAPSHOT + ../build-parent/pom.xml + - - - - org.codehaus.mojo - build-helper-maven-plugin - - - parse-version-hibernate-orm - - parse-version - - validate - - hibernate-orm - ${hibernate-orm.version} - - - - parse-version-hibernate-search - - parse-version - - validate - - hibernate-search - ${hibernate-search.version} - - - - parse-version-hibernate-validator - - parse-version - - validate - - hibernate-validator - ${hibernate-validator.version} - - - - parse-version-jakarta-persistence - - parse-version - - validate - - jakarta-persistence - ${jakarta.persistence-api.version} - - - - - - maven-resources-plugin - - - copy-resources - process-resources - - copy-resources - - - ${skipDocs} - ${project.basedir}/target/asciidoc/sources - - - src/main/asciidoc - false - - **/_attributes.adoc - - - - src/main/asciidoc - true - - **/_attributes.adoc - - - - - - - - - io.quarkus - quarkus-config-doc-maven-plugin - ${project.version} - - - generate-config-doc - process-resources - - generate-config-doc - - - ${skipDocs} - true - true - - - - - - maven-compiler-plugin - - none - - - - org.apache.maven.plugins - maven-surefire-plugin - - - ${vale.image} - ${project.basedir}/.vale - ${project.basedir}/../.git - - - - - org.codehaus.mojo - exec-maven-plugin - - ${skipDocs} - - - - generate-quarkus-mvn-plugin-docs - process-classes - - java - - - ${skipDocs} - - false - io.quarkus.docs.generation.QuarkusMavenPluginDocsGenerator - - ${project.basedir}/../devtools/maven/target/classes/META-INF/maven/plugin.xml - ${generated-dir}/infra/quarkus-maven-plugin-goals.adoc - - - ${env.MAVEN_CMD_LINE_ARGS} - - - - - all-build-item-classes - process-classes - - java - - - ${skipDocs} - - false - io.quarkus.docs.generation.QuarkusBuildItemDoc - - ${generated-dir}/infra/quarkus-all-build-items.adoc - ${project.basedir}/../core/deployment - ${project.basedir}/../extensions - - - ${env.MAVEN_CMD_LINE_ARGS} - - - - - copy-tagged-java-source - process-classes - - java - - - ${skipDocs} - - false - io.quarkus.docs.generation.CopyExampleSource - - ${generated-dir}/examples - ${project.basedir}/.. - ${project.basedir}/target/asciidoc/sources - - - ${env.MAVEN_CMD_LINE_ARGS} - - - - - generate-doc-manifests - package - - java - - - ${skipDocs} - - false - io.quarkus.docs.generation.YamlMetadataGenerator - - ${project.basedir}/target/asciidoc/sources - ${project.basedir}/target - - - ${env.MAVEN_CMD_LINE_ARGS} - - - - - generate-doc-reference-index - prepare-package - - java - - - ${skipDocs} - - false - io.quarkus.docs.generation.ReferenceIndexGenerator - - ${project.basedir}/target/asciidoc/sources - ${project.basedir}/target - - - ${env.MAVEN_CMD_LINE_ARGS} - - - - - check-cross-references - prepare-package - - java - - - ${skipDocs} - - false - io.quarkus.docs.generation.CheckCrossReferences - - ${project.basedir}/target/asciidoc/sources - ${project.basedir}/target/referenceIndex.yaml - - - ${env.MAVEN_CMD_LINE_ARGS} - - - - - assemble-downstream-doc - prepare-package - - + for JDK 21 + jdk21 + jdk-21 + jdk-21 + + 3.7.1 + 2.2.5 + 1.5.0-beta.8 + WARN + 2.26.0.Final + 37 + 11.1.0 + + https://quarkus.io + https://github.com/quarkusio/quarkus + https://github.com/quarkusio/quarkus-quickstarts + ${project.build.directory}/quarkus-generated-doc + docker.io/jdkato/vale:v2.15.5 + + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + + + org.jboss.forge.roaster + roaster-jdt + ${roaster-jdt.version} + + + io.fabric8 + maven-model-helper + ${maven-model-helper.version} + + + org.eclipse.collections + eclipse-collections + ${eclipse-collections.version} + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + io.quarkus + quarkus-devtools-registry-client + + + io.quarkus + quarkus-bootstrap-core + + + org.slf4j + jcl-over-slf4j + + + + + + + org.asciidoctor + asciidoctorj + + + org.eclipse.jgit + org.eclipse.jgit + test + + + org.testcontainers + testcontainers + test + + + io.quarkus + quarkus-junit5 + test + + + + + io.quarkus + quarkus-agroal-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-amazon-lambda-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-amazon-lambda-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-amazon-lambda-http-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-amazon-lambda-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-amazon-lambda-xray-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-apache-httpclient-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-apicurio-registry-avro-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-apicurio-registry-json-schema-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-assistant-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-avro-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-awt-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-azure-functions-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-azure-functions-http-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-cache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-caffeine-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-config-yaml-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-confluent-registry-avro-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-confluent-registry-json-schema-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-buildpack-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-docker-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-docker-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-jib-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-openshift-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-podman-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-core-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-cyclonedx-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-datasource-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elasticsearch-java-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elasticsearch-rest-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elasticsearch-rest-client-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-jdbc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-ldap-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-oauth2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-flyway-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-flyway-db2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-flyway-derby-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-flyway-mssql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-flyway-mysql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-flyway-oracle-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-flyway-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-funqy-amazon-lambda-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-funqy-google-cloud-functions-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-funqy-http-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-funqy-knative-events-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-funqy-server-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-google-cloud-functions-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-google-cloud-functions-http-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-grpc-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hal-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-envers-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-derby-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-panache-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-panache-kotlin-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-rest-data-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-reactive-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-reactive-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-reactive-panache-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-reactive-panache-kotlin-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-reactive-rest-data-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-search-backend-elasticsearch-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-search-orm-outbox-polling-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-search-standalone-elasticsearch-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-validator-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-infinispan-cache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-infinispan-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-info-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jacoco-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jaxb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jaxp-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-db2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-derby-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-mariadb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-mssql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-mysql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-oracle-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jfr-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jsonp-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kafka-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kafka-streams-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-keycloak-admin-client-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-keycloak-admin-rest-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-keycloak-admin-resteasy-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-keycloak-authorization-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kind-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kotlin-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-client-internal-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-config-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-service-binding-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-liquibase-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-liquibase-mongodb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-load-shedding-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-logging-gelf-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-logging-json-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mailer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-amqp-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-kafka-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-mqtt-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-pulsar-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-rabbitmq-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-minikube-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mongodb-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mongodb-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mongodb-panache-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mongodb-panache-kotlin-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mongodb-rest-data-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mutiny-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mutiny-reactive-streams-operators-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-narayana-jta-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-narayana-lra-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-narayana-stm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-netty-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-observability-devservices-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-client-graphql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-client-registration-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-db-token-state-manager-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-redis-token-state-manager-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-token-propagation-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-openshift-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-openshift-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-picocli-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-quartz-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-qute-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-datasource-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-db2-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-mssql-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-mysql-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-oracle-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-pg-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-routes-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-redis-cache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-redis-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-config-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jaxb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jaxrs-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-kotlin-serialization-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-oidc-filter-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-oidc-token-propagation-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-csrf-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-data-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jaxb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jsonb-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-kotlin-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-kotlin-serialization-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-kotlin-serialization-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-links-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-qute-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-servlet-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-jaxb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-mutiny-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-oidc-filter-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-oidc-token-propagation-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jaxb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-links-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-multipart-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-mutiny-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-mutiny-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-qute-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-server-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-scala-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-scheduler-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-jpa-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-jpa-common-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-jpa-reactive-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-webauthn-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-context-propagation-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-fault-tolerance-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-graphql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-graphql-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-jwt-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-jwt-build-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-metrics-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-openapi-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-reactive-streams-operators-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-reactive-type-converters-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-stork-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-boot-properties-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-cache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-cloud-config-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-data-jpa-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-data-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-di-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-scheduled-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-security-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-web-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-web-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-web-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-swagger-ui-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-tls-registry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-vertx-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-vertx-graphql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-vertx-http-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-vertx-kotlin-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-virtual-threads-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-web-dependency-locator-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-websockets-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-websockets-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-websockets-next-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + parse-version-hibernate-orm + + parse-version + + validate + + hibernate-orm + ${hibernate-orm.version} + + + + parse-version-hibernate-search + + parse-version + + validate + + hibernate-search + ${hibernate-search.version} + + + + parse-version-hibernate-validator + + parse-version + + validate + + hibernate-validator + ${hibernate-validator.version} + + + + parse-version-jakarta-persistence + + parse-version + + validate + + jakarta-persistence + ${jakarta.persistence-api.version} + + + + + + maven-resources-plugin + + + copy-resources + + copy-resources + + process-resources + + ${skipDocs} + ${project.basedir}/target/asciidoc/sources + + + src/main/asciidoc + false + + **/_attributes.adoc + + + + src/main/asciidoc + true + + **/_attributes.adoc + + + + + + + + + io.quarkus + quarkus-config-doc-maven-plugin + ${project.version} + + + generate-config-doc + + generate-config-doc + + process-resources + + ${skipDocs} + true + true + + + + + + maven-compiler-plugin + + none + + + + org.apache.maven.plugins + maven-surefire-plugin + + + ${vale.image} + ${project.basedir}/.vale + ${project.basedir}/../.git + + + + + org.codehaus.mojo + exec-maven-plugin + + ${skipDocs} + + + + generate-quarkus-mvn-plugin-docs + + java + + process-classes + + ${skipDocs} + + false + io.quarkus.docs.generation.QuarkusMavenPluginDocsGenerator + + ${project.basedir}/../devtools/maven/target/classes/META-INF/maven/plugin.xml + ${generated-dir}/infra/quarkus-maven-plugin-goals.adoc + + + ${env.MAVEN_CMD_LINE_ARGS} + + + + + all-build-item-classes + + java + + process-classes + + ${skipDocs} + + false + io.quarkus.docs.generation.QuarkusBuildItemDoc + + ${generated-dir}/infra/quarkus-all-build-items.adoc + ${project.basedir}/../core/deployment + ${project.basedir}/../extensions + + + ${env.MAVEN_CMD_LINE_ARGS} + + + + + copy-tagged-java-source + + java + + process-classes + + ${skipDocs} + + false + io.quarkus.docs.generation.CopyExampleSource + + ${generated-dir}/examples + ${project.basedir}/.. + ${project.basedir}/target/asciidoc/sources + + + ${env.MAVEN_CMD_LINE_ARGS} + + + + + generate-doc-manifests + + java + + package + + ${skipDocs} + + false + io.quarkus.docs.generation.YamlMetadataGenerator + + ${project.basedir}/target/asciidoc/sources + ${project.basedir}/target + + + ${env.MAVEN_CMD_LINE_ARGS} + + + + + generate-doc-reference-index + + java + + prepare-package + + ${skipDocs} + + false + io.quarkus.docs.generation.ReferenceIndexGenerator + + ${project.basedir}/target/asciidoc/sources + ${project.basedir}/target + + + ${env.MAVEN_CMD_LINE_ARGS} + + + + + check-cross-references + + java + + prepare-package + + ${skipDocs} + + false + io.quarkus.docs.generation.CheckCrossReferences + + ${project.basedir}/target/asciidoc/sources + ${project.basedir}/target/referenceIndex.yaml + + + ${env.MAVEN_CMD_LINE_ARGS} + + + + + assemble-downstream-doc + + - exec - - - ${skipDocs} - java - - -classpath - - io.quarkus.docs.generation.AssembleDownstreamDocumentation - ${project.basedir}/target/referenceIndex.yaml - - ${project.basedir} - - - - - - org.asciidoctor - asciidoctor-maven-plugin - - ${skipDocs} - true - - - ${asciidoctor.fail-if} - - - target/asciidoc/sources - true - - ${generated-dir} - ./images - font - true - - - - - true - - true - + + - + true + + true + - + + + + + org.asciidoctor + asciidoctorj + ${asciidoctorj.version} + + + + ${project.groupId} + ${project.artifactId} + ${project.version} + + + * + * + + + + + + + output-html + + process-asciidoc + + prepare-package + + ${skipDocs} + html5 + + coderay + + true + true + + + + + io.quarkus.docs.generation.TooltipInlineMacroProcessor + tooltip + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + ${assembly-maven-plugin.version} + + + assemble + + single + + package + + ${skipDocs} + + assembly.xml + + true + quarkus-documentation-${project.version} + false + target/ + target/assembly/work + posix + + + + + + us.bryon + graphviz-maven-plugin + 1.0 + + + dot-files + + dot + + generate-resources + + + + + + + + + unbind-skip-docs + + + skipDocs + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + + + org.apache.maven.plugins + maven-jar-plugin + + + default-jar + none + + + + + org.apache.maven.plugins + maven-install-plugin + + + default-install + none + + + + + us.bryon + graphviz-maven-plugin + + + dot-files + none + + + + + + + + documentation-pdf + + + documentation-pdf + + + + + + org.asciidoctor + asciidoctor-maven-plugin + + + org.asciidoctor + asciidoctorj-pdf + ${asciidoctorj-pdf.version} + + + + + output-pdf + + process-asciidoc + + process-resources + + ${skipDocs} + pdf + ${project.build.directory}/generated-docs-pdf + coderay + + ${basedir}/src/main/resources/theme + quarkus + ${basedir}/src/main/resources/theme/fonts + fas + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + ${assembly-maven-plugin.version} + + + assemble-pdf + + single + + package + + ${skipDocs} + + assembly-pdf.xml + + true + quarkus-documentation-${project.version} + true + target/ + target/assembly-pdf/work + posix - - - output-html - prepare-package - - process-asciidoc - - - ${skipDocs} - html5 - - coderay - - true - true - - - - - io.quarkus.docs.generation.TooltipInlineMacroProcessor - tooltip - - - - - - - - org.asciidoctor - asciidoctorj - ${asciidoctorj.version} - - - - ${project.groupId} - ${project.artifactId} - ${project.version} - - - * - * - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - ${assembly-maven-plugin.version} - - - assemble - package - - single - - - ${skipDocs} - - assembly.xml - - true - quarkus-documentation-${project.version} - false - target/ - target/assembly/work - posix - - - - - - us.bryon - graphviz-maven-plugin - 1.0 - - - dot-files - generate-resources - - dot - - - - + + + - - - - - unbind-skip-docs - - - skipDocs - - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - none - - - - - org.apache.maven.plugins - maven-jar-plugin - - - default-jar - none - - - - - org.apache.maven.plugins - maven-install-plugin - - - default-install - none - - - - - us.bryon - graphviz-maven-plugin - - - dot-files - none - - - - - - - - documentation-pdf - - - documentation-pdf - - - - - - org.asciidoctor - asciidoctor-maven-plugin - - - org.asciidoctor - asciidoctorj-pdf - ${asciidoctorj-pdf.version} - - - - - output-pdf - process-resources - - process-asciidoc - - - ${skipDocs} - pdf - ${project.build.directory}/generated-docs-pdf - coderay - - ${basedir}/src/main/resources/theme - quarkus - ${basedir}/src/main/resources/theme/fonts - fas - - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - ${assembly-maven-plugin.version} - - - assemble-pdf - package - - single - - - ${skipDocs} - - assembly-pdf.xml - - true - quarkus-documentation-${project.version} - true - target/ - target/assembly-pdf/work - posix - - - - - - - - + + + diff --git a/extensions/agroal/deployment/pom.xml b/extensions/agroal/deployment/pom.xml index f2e8812bebbf2..305174a83e407 100644 --- a/extensions/agroal/deployment/pom.xml +++ b/extensions/agroal/deployment/pom.xml @@ -1,137 +1,135 @@ - - - quarkus-agroal-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-agroal-parent + 999-SNAPSHOT + - quarkus-agroal-deployment - Quarkus - Agroal - Deployment + quarkus-agroal-deployment + Quarkus - Agroal - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-datasource-deployment - - - io.quarkus - quarkus-agroal - - - - io.quarkus - quarkus-agroal-dev - - - io.quarkus - quarkus-agroal-spi - - - io.quarkus - quarkus-assistant-deployment-spi - - - io.quarkus - quarkus-narayana-jta-deployment - - - io.quarkus - quarkus-credentials-deployment - - - io.quarkus - quarkus-smallrye-health-spi - + + io.quarkus + quarkus-agroal-dev + + + io.quarkus + quarkus-agroal-spi + + + io.quarkus + quarkus-assistant-deployment-spi + + + io.quarkus + quarkus-narayana-jta-deployment + + + io.quarkus + quarkus-credentials-deployment + + + io.quarkus + quarkus-smallrye-health-spi + - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-test-h2 - test - - - io.quarkus - quarkus-jdbc-h2-deployment - test - - - io.quarkus - quarkus-smallrye-metrics-deployment - test - - - io.quarkus - quarkus-smallrye-health-deployment - test - - - io.quarkus - quarkus-vertx-http-dev-ui-tests - test - - + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-test-h2 + test + + + io.quarkus + quarkus-jdbc-h2-deployment + test + + + io.quarkus + quarkus-smallrye-metrics-deployment + test + + + io.quarkus + quarkus-smallrye-health-deployment + test + + + io.quarkus + quarkus-vertx-http-dev-ui-tests + test + + - - - - maven-surefire-plugin - - alphabetical - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-surefire-plugin + + alphabetical + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/agroal/pom.xml b/extensions/agroal/pom.xml index 4ae2ad530ee32..7b80ad00cac65 100644 --- a/extensions/agroal/pom.xml +++ b/extensions/agroal/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-agroal-parent - Quarkus - Agroal - pom - - spi - deployment - runtime - runtime-dev - + quarkus-agroal-parent + pom + Quarkus - Agroal + + spi + deployment + runtime + runtime-dev + diff --git a/extensions/agroal/runtime-dev/pom.xml b/extensions/agroal/runtime-dev/pom.xml index a5f8c9be98dc6..7c6e2e0242929 100644 --- a/extensions/agroal/runtime-dev/pom.xml +++ b/extensions/agroal/runtime-dev/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-agroal-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-agroal-dev - Quarkus - Agroal - Runtime Dev mode - JDBC Datasources and connection pooling - Dev mode only - - - - ${project.groupId} - quarkus-agroal - - - \ No newline at end of file + + 4.0.0 + + io.quarkus + quarkus-agroal-parent + 999-SNAPSHOT + + + quarkus-agroal-dev + Quarkus - Agroal - Runtime Dev mode + JDBC Datasources and connection pooling - Dev mode only + + + + ${project.groupId} + quarkus-agroal + + + diff --git a/extensions/agroal/runtime/pom.xml b/extensions/agroal/runtime/pom.xml index 72a2be3bbbfc6..13d9fbdceb36a 100644 --- a/extensions/agroal/runtime/pom.xml +++ b/extensions/agroal/runtime/pom.xml @@ -1,126 +1,124 @@ - - - quarkus-agroal-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-agroal-parent + 999-SNAPSHOT + - quarkus-agroal - Quarkus - Agroal - Runtime - JDBC Datasources and connection pooling - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-datasource - - - io.quarkus - quarkus-narayana-jta - - - org.graalvm.sdk - nativeimage - provided - + quarkus-agroal + Quarkus - Agroal - Runtime + JDBC Datasources and connection pooling + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-datasource + + + io.quarkus + quarkus-narayana-jta + + + org.graalvm.sdk + nativeimage + provided + - - - io.quarkus - quarkus-smallrye-health - true - + + + io.quarkus + quarkus-smallrye-health + true + - - io.agroal - agroal-api - - - io.agroal - agroal-narayana - - - org.jboss.spec.javax.transaction - jboss-transaction-api_1.2_spec - - - - - io.agroal - agroal-pool - - - io.quarkus - quarkus-credentials - + + io.agroal + agroal-api + + + io.agroal + agroal-narayana + + + org.jboss.spec.javax.transaction + jboss-transaction-api_1.2_spec + + + + + io.agroal + agroal-pool + + + io.quarkus + quarkus-credentials + - - io.quarkus - quarkus-junit5-internal - test - + + io.quarkus + quarkus-junit5-internal + test + - - - io.opentelemetry.instrumentation - opentelemetry-jdbc - true - + + + io.opentelemetry.instrumentation + opentelemetry-jdbc + true + - + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.agroal - - - - - process-resources - - extension-descriptor - - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.agroal + + + + + + extension-descriptor + + process-resources + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/agroal/spi/pom.xml b/extensions/agroal/spi/pom.xml index dc8fe8e1ef587..1461c89fee00f 100644 --- a/extensions/agroal/spi/pom.xml +++ b/extensions/agroal/spi/pom.xml @@ -1,32 +1,30 @@ - - - quarkus-agroal-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-agroal-parent + 999-SNAPSHOT + - quarkus-agroal-spi - Quarkus - Agroal - SPI + quarkus-agroal-spi + Quarkus - Agroal - SPI - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-datasource-common - - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-datasource-common + + + + io.quarkus + quarkus-junit5-internal + test + + diff --git a/extensions/amazon-lambda-http/deployment/pom.xml b/extensions/amazon-lambda-http/deployment/pom.xml index 9dfa37b46b7a1..18fb1c1882b3d 100644 --- a/extensions/amazon-lambda-http/deployment/pom.xml +++ b/extensions/amazon-lambda-http/deployment/pom.xml @@ -1,77 +1,75 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-amazon-lambda-http-parent - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-amazon-lambda-http-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-amazon-lambda-http-deployment - Quarkus - Amazon Lambda HTTP - Deployment + quarkus-amazon-lambda-http-deployment + Quarkus - Amazon Lambda HTTP - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-security-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-amazon-lambda-deployment - - - io.quarkus - quarkus-amazon-lambda-http - - - io.quarkus - quarkus-amazon-lambda-http-event-server - - - io.quarkus - quarkus-rest-server-spi-deployment - - - - - - src/main/resources - - - src/main/resources/http - false - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-security-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-amazon-lambda-deployment + + + io.quarkus + quarkus-amazon-lambda-http + + + io.quarkus + quarkus-amazon-lambda-http-event-server + + + io.quarkus + quarkus-rest-server-spi-deployment + + + + + + src/main/resources + + + false + src/main/resources/http + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/amazon-lambda-http/http-event-server/pom.xml b/extensions/amazon-lambda-http/http-event-server/pom.xml index 6da07c464ecde..ac9a885b0decd 100644 --- a/extensions/amazon-lambda-http/http-event-server/pom.xml +++ b/extensions/amazon-lambda-http/http-event-server/pom.xml @@ -1,35 +1,33 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-amazon-lambda-http-parent - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-amazon-lambda-http-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-amazon-lambda-http-event-server - Quarkus - Amazon Lambda HTTP Event Server - AWS Lambda HTTP Mock Lambda event server for testing and dev mode + quarkus-amazon-lambda-http-event-server + Quarkus - Amazon Lambda HTTP Event Server + AWS Lambda HTTP Mock Lambda event server for testing and dev mode - - - io.quarkus - quarkus-amazon-lambda-event-server - - - org.junit.jupiter - junit-jupiter - test - - - io.quarkus - quarkus-resteasy-client - test - - + + + io.quarkus + quarkus-amazon-lambda-event-server + + + org.junit.jupiter + junit-jupiter + test + + + io.quarkus + quarkus-resteasy-client + test + + diff --git a/extensions/amazon-lambda-http/maven-archetype/pom.xml b/extensions/amazon-lambda-http/maven-archetype/pom.xml index 42b0cf1cd7d98..d28e209172e5e 100644 --- a/extensions/amazon-lambda-http/maven-archetype/pom.xml +++ b/extensions/amazon-lambda-http/maven-archetype/pom.xml @@ -1,63 +1,61 @@ - - - quarkus-amazon-lambda-http-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-amazon-lambda-http-parent + 999-SNAPSHOT + - quarkus-amazon-lambda-http-archetype - Quarkus - Amazon Lambda HTTP - Archetype - maven-archetype + quarkus-amazon-lambda-http-archetype + maven-archetype + Quarkus - Amazon Lambda HTTP - Archetype - - - - src/main/resources - true - - archetype-resources/pom.xml - - - - src/main/resources - false - - archetype-resources/pom.xml - - - - - - org.apache.maven.archetype - archetype-packaging - ${version.archetype.plugin} - - - - - - org.apache.maven.plugins - maven-resources-plugin - - \ - - - - org.apache.maven.plugins - maven-archetype-plugin - - - - integration-test - - - - - - - + + + + true + src/main/resources + + archetype-resources/pom.xml + + + + false + src/main/resources + + archetype-resources/pom.xml + + + + + + + org.apache.maven.plugins + maven-resources-plugin + + \ + + + + org.apache.maven.plugins + maven-archetype-plugin + + + + integration-test + + + + + + + + + org.apache.maven.archetype + archetype-packaging + ${version.archetype.plugin} + + + diff --git a/extensions/amazon-lambda-http/pom.xml b/extensions/amazon-lambda-http/pom.xml index 4d8f0ce264b8f..94d7da64ac5b4 100644 --- a/extensions/amazon-lambda-http/pom.xml +++ b/extensions/amazon-lambda-http/pom.xml @@ -1,25 +1,23 @@ - - 4.0.0 + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-amazon-lambda-http-parent - Quarkus - Amazon Lambda HTTP - pom + quarkus-amazon-lambda-http-parent + pom + Quarkus - Amazon Lambda HTTP - - runtime - http-event-server - deployment - maven-archetype - + + runtime + http-event-server + deployment + maven-archetype + - \ No newline at end of file + diff --git a/extensions/amazon-lambda-http/runtime/pom.xml b/extensions/amazon-lambda-http/runtime/pom.xml index 6a54eb16c6040..4d769a2e22f79 100644 --- a/extensions/amazon-lambda-http/runtime/pom.xml +++ b/extensions/amazon-lambda-http/runtime/pom.xml @@ -1,85 +1,83 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-amazon-lambda-http-parent - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-amazon-lambda-http-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-amazon-lambda-http - Quarkus - Amazon Lambda HTTP - Runtime - Allow applications written for a servlet container to run in AWS Lambda + quarkus-amazon-lambda-http + Quarkus - Amazon Lambda HTTP - Runtime + Allow applications written for a servlet container to run in AWS Lambda - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-security - - - io.quarkus - quarkus-amazon-lambda - - - io.quarkus - quarkus-core - - - com.amazonaws - aws-lambda-java-core - - - org.eclipse.microprofile.jwt - microprofile-jwt-auth-api - - - org.junit.jupiter - junit-jupiter - test - - - org.junit.jupiter - junit-jupiter-params - test - - - org.mockito - mockito-core - test - - + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-security + + + io.quarkus + quarkus-amazon-lambda + + + io.quarkus + quarkus-core + + + com.amazonaws + aws-lambda-java-core + + + org.eclipse.microprofile.jwt + microprofile-jwt-auth-api + + + org.junit.jupiter + junit-jupiter + test + + + org.junit.jupiter + junit-jupiter-params + test + + + org.mockito + mockito-core + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/amazon-lambda-rest/deployment/pom.xml b/extensions/amazon-lambda-rest/deployment/pom.xml index 8a9646c238b2d..5874085eff276 100644 --- a/extensions/amazon-lambda-rest/deployment/pom.xml +++ b/extensions/amazon-lambda-rest/deployment/pom.xml @@ -1,77 +1,75 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-amazon-lambda-rest-parent - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-amazon-lambda-rest-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-amazon-lambda-rest-deployment - Quarkus - Amazon Lambda AWS Gateway REST API - Deployment + quarkus-amazon-lambda-rest-deployment + Quarkus - Amazon Lambda AWS Gateway REST API - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-security-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-amazon-lambda-deployment - - - io.quarkus - quarkus-amazon-lambda-rest - - - io.quarkus - quarkus-amazon-lambda-rest-event-server - - - io.quarkus - quarkus-rest-server-spi-deployment - - - - - - src/main/resources - - - src/main/resources/http - false - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-security-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-amazon-lambda-deployment + + + io.quarkus + quarkus-amazon-lambda-rest + + + io.quarkus + quarkus-amazon-lambda-rest-event-server + + + io.quarkus + quarkus-rest-server-spi-deployment + + + + + + src/main/resources + + + false + src/main/resources/http + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/amazon-lambda-rest/maven-archetype/pom.xml b/extensions/amazon-lambda-rest/maven-archetype/pom.xml index 1f5176185e2de..f864f88bf798d 100644 --- a/extensions/amazon-lambda-rest/maven-archetype/pom.xml +++ b/extensions/amazon-lambda-rest/maven-archetype/pom.xml @@ -1,63 +1,61 @@ - - - quarkus-amazon-lambda-rest-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-amazon-lambda-rest-parent + 999-SNAPSHOT + - quarkus-amazon-lambda-rest-archetype - Quarkus - Amazon Lambda AWS Gateway REST API - Archetype - maven-archetype + quarkus-amazon-lambda-rest-archetype + maven-archetype + Quarkus - Amazon Lambda AWS Gateway REST API - Archetype - - - - src/main/resources - true - - archetype-resources/pom.xml - - - - src/main/resources - false - - archetype-resources/pom.xml - - - - - - org.apache.maven.archetype - archetype-packaging - ${version.archetype.plugin} - - - - - - org.apache.maven.plugins - maven-resources-plugin - - \ - - - - org.apache.maven.plugins - maven-archetype-plugin - - - - integration-test - - - - - - - + + + + true + src/main/resources + + archetype-resources/pom.xml + + + + false + src/main/resources + + archetype-resources/pom.xml + + + + + + + org.apache.maven.plugins + maven-resources-plugin + + \ + + + + org.apache.maven.plugins + maven-archetype-plugin + + + + integration-test + + + + + + + + + org.apache.maven.archetype + archetype-packaging + ${version.archetype.plugin} + + + diff --git a/extensions/amazon-lambda-rest/pom.xml b/extensions/amazon-lambda-rest/pom.xml index 3e194bce78c24..94755f7f11fec 100644 --- a/extensions/amazon-lambda-rest/pom.xml +++ b/extensions/amazon-lambda-rest/pom.xml @@ -1,25 +1,23 @@ - - 4.0.0 + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-amazon-lambda-rest-parent - Quarkus - Amazon Lambda AWS Gateway REST API - pom + quarkus-amazon-lambda-rest-parent + pom + Quarkus - Amazon Lambda AWS Gateway REST API - - runtime - rest-event-server - deployment - maven-archetype - + + runtime + rest-event-server + deployment + maven-archetype + - \ No newline at end of file + diff --git a/extensions/amazon-lambda-rest/rest-event-server/pom.xml b/extensions/amazon-lambda-rest/rest-event-server/pom.xml index c9d275fb813b4..f4b06f7c97f5e 100644 --- a/extensions/amazon-lambda-rest/rest-event-server/pom.xml +++ b/extensions/amazon-lambda-rest/rest-event-server/pom.xml @@ -1,43 +1,40 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-amazon-lambda-rest-parent - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-amazon-lambda-rest-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-amazon-lambda-rest-event-server - Quarkus - Amazon Lambda REST Event Server - AWS Lambda REST Mock Lambda event server for testing and dev mode + quarkus-amazon-lambda-rest-event-server + Quarkus - Amazon Lambda REST Event Server + AWS Lambda REST Mock Lambda event server for testing and dev mode - - - io.quarkus - quarkus-amazon-lambda-event-server - - - io.quarkus - quarkus-amazon-lambda-rest - - - org.junit.jupiter - junit-jupiter - test - - - io.quarkus - quarkus-resteasy-client - test - - + + + io.quarkus + quarkus-amazon-lambda-event-server + + + io.quarkus + quarkus-amazon-lambda-rest + + + org.junit.jupiter + junit-jupiter + test + + + io.quarkus + quarkus-resteasy-client + test + + - - - - + + + diff --git a/extensions/amazon-lambda-rest/runtime/pom.xml b/extensions/amazon-lambda-rest/runtime/pom.xml index b5c1e2111b4f0..080ac15e3e6d6 100644 --- a/extensions/amazon-lambda-rest/runtime/pom.xml +++ b/extensions/amazon-lambda-rest/runtime/pom.xml @@ -1,66 +1,64 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-amazon-lambda-rest-parent - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-amazon-lambda-rest-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-amazon-lambda-rest - Quarkus - Amazon Lambda AWS Gateway REST API- Runtime - Build an API Gateway REST API with Lambda integration + quarkus-amazon-lambda-rest + Quarkus - Amazon Lambda AWS Gateway REST API- Runtime + Build an API Gateway REST API with Lambda integration - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-security - - - io.quarkus - quarkus-amazon-lambda - - - io.quarkus - quarkus-core - - - org.eclipse.microprofile.jwt - microprofile-jwt-auth-api - - + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-security + + + io.quarkus + quarkus-amazon-lambda + + + io.quarkus + quarkus-core + + + org.eclipse.microprofile.jwt + microprofile-jwt-auth-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/amazon-lambda-xray/deployment/pom.xml b/extensions/amazon-lambda-xray/deployment/pom.xml index ab30d1162cb05..634b21f269252 100644 --- a/extensions/amazon-lambda-xray/deployment/pom.xml +++ b/extensions/amazon-lambda-xray/deployment/pom.xml @@ -1,52 +1,50 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-amazon-lambda-xray-parent - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-amazon-lambda-xray-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-amazon-lambda-xray-deployment - Quarkus - Amazon Lambda X-Ray - Deployment + quarkus-amazon-lambda-xray-deployment + Quarkus - Amazon Lambda X-Ray - Deployment - - - io.quarkus - quarkus-amazon-lambda-common-deployment - - - io.quarkus - quarkus-apache-httpclient-deployment - - - io.quarkus - quarkus-amazon-lambda-xray - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-amazon-lambda-common-deployment + + + io.quarkus + quarkus-apache-httpclient-deployment + + + io.quarkus + quarkus-amazon-lambda-xray + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/amazon-lambda-xray/pom.xml b/extensions/amazon-lambda-xray/pom.xml index 017de6ed72fad..831fc35f7cb98 100644 --- a/extensions/amazon-lambda-xray/pom.xml +++ b/extensions/amazon-lambda-xray/pom.xml @@ -1,23 +1,21 @@ - - 4.0.0 + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-amazon-lambda-xray-parent - Quarkus - Amazon Lambda X-Ray - pom + quarkus-amazon-lambda-xray-parent + pom + Quarkus - Amazon Lambda X-Ray - - runtime - deployment - + + runtime + deployment + diff --git a/extensions/amazon-lambda-xray/runtime/pom.xml b/extensions/amazon-lambda-xray/runtime/pom.xml index a31d8a12ff72d..89e7ed045dd02 100644 --- a/extensions/amazon-lambda-xray/runtime/pom.xml +++ b/extensions/amazon-lambda-xray/runtime/pom.xml @@ -1,66 +1,64 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-amazon-lambda-xray-parent - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-amazon-lambda-xray-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-amazon-lambda-xray - Quarkus - Amazon Lambda X-Ray - Runtime - Allow X-Ray to run with Quarkus Lambda support + quarkus-amazon-lambda-xray + Quarkus - Amazon Lambda X-Ray - Runtime + Allow X-Ray to run with Quarkus Lambda support - - - io.quarkus - quarkus-amazon-lambda-common - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-apache-httpclient - - - com.amazonaws - aws-xray-recorder-sdk-aws-sdk-v2 - - - org.jboss.logging - commons-logging-jboss-logging - - + + + io.quarkus + quarkus-amazon-lambda-common + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-apache-httpclient + + + com.amazonaws + aws-xray-recorder-sdk-aws-sdk-v2 + + + org.jboss.logging + commons-logging-jboss-logging + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/amazon-lambda/common-deployment/pom.xml b/extensions/amazon-lambda/common-deployment/pom.xml index 0fd84942a5f72..0c8f32261d02f 100644 --- a/extensions/amazon-lambda/common-deployment/pom.xml +++ b/extensions/amazon-lambda/common-deployment/pom.xml @@ -1,70 +1,68 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-amazon-lambda-parent - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-amazon-lambda-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-amazon-lambda-common-deployment - Quarkus - Amazon Lambda - Common Deployment + quarkus-amazon-lambda-common-deployment + Quarkus - Amazon Lambda - Common Deployment - - - org.apache.commons - commons-compress - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-jackson-deployment - - - io.quarkus - quarkus-amazon-lambda-common - - - io.quarkus - quarkus-amazon-lambda-event-server - - - io.quarkus - quarkus-junit5-internal - test - - + + + org.apache.commons + commons-compress + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-jackson-deployment + + + io.quarkus + quarkus-amazon-lambda-common + + + io.quarkus + quarkus-amazon-lambda-event-server + + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/amazon-lambda/common-runtime/pom.xml b/extensions/amazon-lambda/common-runtime/pom.xml index 36b98ed34d715..3c275fe730c2e 100644 --- a/extensions/amazon-lambda/common-runtime/pom.xml +++ b/extensions/amazon-lambda/common-runtime/pom.xml @@ -1,81 +1,79 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-amazon-lambda-parent - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-amazon-lambda-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-amazon-lambda-common - Quarkus - Amazon Lambda - Common Runtime - Common Runtime for AWS Lambda functions + quarkus-amazon-lambda-common + Quarkus - Amazon Lambda - Common Runtime + Common Runtime for AWS Lambda functions - - - com.amazonaws - aws-lambda-java-core - - - com.amazonaws - aws-lambda-java-events - - - joda-time - joda-time - - - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-jackson - - - com.fasterxml.jackson.datatype - jackson-datatype-joda - - - org.junit.jupiter - junit-jupiter - test - - + + + com.amazonaws + aws-lambda-java-core + + + com.amazonaws + aws-lambda-java-events + + + joda-time + joda-time + + + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-jackson + + + com.fasterxml.jackson.datatype + jackson-datatype-joda + + + org.junit.jupiter + junit-jupiter + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/amazon-lambda/deployment/pom.xml b/extensions/amazon-lambda/deployment/pom.xml index 2eb03cfce23ff..bb22aeb445a32 100644 --- a/extensions/amazon-lambda/deployment/pom.xml +++ b/extensions/amazon-lambda/deployment/pom.xml @@ -1,71 +1,69 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-amazon-lambda-parent - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-amazon-lambda-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-amazon-lambda-deployment - Quarkus - Amazon Lambda - Deployment + quarkus-amazon-lambda-deployment + Quarkus - Amazon Lambda - Deployment - - - io.quarkus - quarkus-amazon-lambda-common-deployment - - - io.quarkus - quarkus-amazon-lambda - + + + io.quarkus + quarkus-amazon-lambda-common-deployment + + + io.quarkus + quarkus-amazon-lambda + - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-junit5 - test - - + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-junit5 + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/amazon-lambda/event-server/pom.xml b/extensions/amazon-lambda/event-server/pom.xml index d47d2375f2ffc..fdb072806207f 100644 --- a/extensions/amazon-lambda/event-server/pom.xml +++ b/extensions/amazon-lambda/event-server/pom.xml @@ -1,54 +1,51 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-amazon-lambda-parent - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-amazon-lambda-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-amazon-lambda-event-server - Quarkus - Amazon Lambda Event Server - Mock Lambda event server for testing and dev mode + quarkus-amazon-lambda-event-server + Quarkus - Amazon Lambda Event Server + Mock Lambda event server for testing and dev mode - - - io.vertx - vertx-web - - - com.fasterxml.jackson.core - jackson-databind - - - - - io.quarkus - quarkus-amazon-lambda-common - - - org.junit.jupiter - junit-jupiter - test - - - io.quarkus - quarkus-resteasy-client - test - - - io.rest-assured - rest-assured - test - - + + + io.vertx + vertx-web + + + com.fasterxml.jackson.core + jackson-databind + + + + + io.quarkus + quarkus-amazon-lambda-common + + + org.junit.jupiter + junit-jupiter + test + + + io.quarkus + quarkus-resteasy-client + test + + + io.rest-assured + rest-assured + test + + - - - - + + + diff --git a/extensions/amazon-lambda/maven-archetype/pom.xml b/extensions/amazon-lambda/maven-archetype/pom.xml index 1a648a041f135..fd0fb0c424908 100644 --- a/extensions/amazon-lambda/maven-archetype/pom.xml +++ b/extensions/amazon-lambda/maven-archetype/pom.xml @@ -1,70 +1,68 @@ - - - quarkus-amazon-lambda-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-amazon-lambda-parent + 999-SNAPSHOT + - quarkus-amazon-lambda-archetype - Quarkus - Amazon Lambda - Archetype - maven-archetype + quarkus-amazon-lambda-archetype + maven-archetype + Quarkus - Amazon Lambda - Archetype - - - - src/main/resources - true - - archetype-resources/pom.xml - - - - src/main/resources - false - - archetype-resources/pom.xml - - - - src/main/resources - true - - archetype-resources/gradle.properties - - - - - - org.apache.maven.archetype - archetype-packaging - ${version.archetype.plugin} - - - - - - org.apache.maven.plugins - maven-resources-plugin - - \ - - - - org.apache.maven.plugins - maven-archetype-plugin - - - - integration-test - - - - - - - + + + + true + src/main/resources + + archetype-resources/pom.xml + + + + false + src/main/resources + + archetype-resources/pom.xml + + + + true + src/main/resources + + archetype-resources/gradle.properties + + + + + + + org.apache.maven.plugins + maven-resources-plugin + + \ + + + + org.apache.maven.plugins + maven-archetype-plugin + + + + integration-test + + + + + + + + + org.apache.maven.archetype + archetype-packaging + ${version.archetype.plugin} + + + diff --git a/extensions/amazon-lambda/pom.xml b/extensions/amazon-lambda/pom.xml index ee3640b9fbf34..7727b14c3ecf7 100644 --- a/extensions/amazon-lambda/pom.xml +++ b/extensions/amazon-lambda/pom.xml @@ -1,27 +1,25 @@ - - 4.0.0 + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-amazon-lambda-parent - Quarkus - Amazon Lambda - pom + quarkus-amazon-lambda-parent + pom + Quarkus - Amazon Lambda + + + common-runtime + event-server + common-deployment + runtime + deployment + maven-archetype + - - common-runtime - event-server - common-deployment - runtime - deployment - maven-archetype - - diff --git a/extensions/amazon-lambda/runtime/pom.xml b/extensions/amazon-lambda/runtime/pom.xml index e12340e996247..553bc57f17310 100644 --- a/extensions/amazon-lambda/runtime/pom.xml +++ b/extensions/amazon-lambda/runtime/pom.xml @@ -1,60 +1,58 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-amazon-lambda-parent - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-amazon-lambda-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-amazon-lambda - Quarkus - Amazon Lambda - Runtime - Write AWS Lambda functions + quarkus-amazon-lambda + Quarkus - Amazon Lambda - Runtime + Write AWS Lambda functions - - - io.quarkus - quarkus-amazon-lambda-common - - - org.junit.jupiter - junit-jupiter - test - - - org.mockito - mockito-core - test - - + + + io.quarkus + quarkus-amazon-lambda-common + + + org.junit.jupiter + junit-jupiter + test + + + org.mockito + mockito-core + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/apache-httpclient/deployment/pom.xml b/extensions/apache-httpclient/deployment/pom.xml index a2ea292f601e9..2ce93ecd48219 100644 --- a/extensions/apache-httpclient/deployment/pom.xml +++ b/extensions/apache-httpclient/deployment/pom.xml @@ -1,45 +1,42 @@ - - 4.0.0 - - io.quarkus - quarkus-apache-httpclient-parent - 999-SNAPSHOT - - quarkus-apache-httpclient-deployment - Quarkus - Apache HttpClient - Deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-apache-httpclient - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + 4.0.0 + + io.quarkus + quarkus-apache-httpclient-parent + 999-SNAPSHOT + + quarkus-apache-httpclient-deployment + Quarkus - Apache HttpClient - Deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-apache-httpclient + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/apache-httpclient/pom.xml b/extensions/apache-httpclient/pom.xml index 5dc76a6970107..766c365a4bae0 100644 --- a/extensions/apache-httpclient/pom.xml +++ b/extensions/apache-httpclient/pom.xml @@ -1,19 +1,16 @@ - - 4.0.0 - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - - quarkus-apache-httpclient-parent - pom - Quarkus - Apache HttpClient - Parent - - deployment - runtime - + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + + quarkus-apache-httpclient-parent + pom + Quarkus - Apache HttpClient - Parent + + deployment + runtime + diff --git a/extensions/apache-httpclient/runtime/pom.xml b/extensions/apache-httpclient/runtime/pom.xml index 4b7ea97216ce1..d532600e45cb8 100644 --- a/extensions/apache-httpclient/runtime/pom.xml +++ b/extensions/apache-httpclient/runtime/pom.xml @@ -1,54 +1,51 @@ - - 4.0.0 - + + 4.0.0 + + io.quarkus + quarkus-apache-httpclient-parent + 999-SNAPSHOT + + quarkus-apache-httpclient + Quarkus - Apache HttpClient - Runtime + Connect to HTTP resources using the Apache HttpClient + + + io.quarkus + quarkus-arc + + + org.apache.httpcomponents + httpclient + + + org.jboss.logging + commons-logging-jboss-logging + + + + + io.quarkus - quarkus-apache-httpclient-parent - 999-SNAPSHOT - - quarkus-apache-httpclient - Quarkus - Apache HttpClient - Runtime - Connect to HTTP resources using the Apache HttpClient - - - io.quarkus - quarkus-arc - - - org.apache.httpcomponents - httpclient - - - org.jboss.logging - commons-logging-jboss-logging - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/arc/deployment/pom.xml b/extensions/arc/deployment/pom.xml index 0a3f039b12414..7183124e362fd 100644 --- a/extensions/arc/deployment/pom.xml +++ b/extensions/arc/deployment/pom.xml @@ -1,92 +1,90 @@ - - - quarkus-arc-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-arc-parent + 999-SNAPSHOT + - quarkus-arc-deployment - Quarkus - ArC - Deployment + quarkus-arc-deployment + Quarkus - ArC - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-smallrye-context-propagation-spi - - - io.quarkus - quarkus-vertx-http-dev-ui-spi - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-arc-dev - - - io.quarkus.arc - arc-processor - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-smallrye-context-propagation-spi + + + io.quarkus + quarkus-vertx-http-dev-ui-spi + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-arc-dev + + + io.quarkus.arc + arc-processor + - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-arc-test-supplement - test - - - io.quarkus - quarkus-arc-test-supplement-decorator - test - - - - jakarta.ejb - jakarta.ejb-api - 4.0.1 - test - + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-arc-test-supplement + test + + + io.quarkus + quarkus-arc-test-supplement-decorator + test + + + + jakarta.ejb + jakarta.ejb-api + 4.0.1 + test + - + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/arc/runtime-dev/pom.xml b/extensions/arc/runtime-dev/pom.xml index e9e76520402bb..172b436a08231 100644 --- a/extensions/arc/runtime-dev/pom.xml +++ b/extensions/arc/runtime-dev/pom.xml @@ -1,23 +1,21 @@ - - - quarkus-arc-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-arc-parent + 999-SNAPSHOT + - quarkus-arc-dev - Quarkus - ArC - Runtime Dev mode - Build time CDI dependency injection - Dev mode only - - - - ${project.groupId} - quarkus-arc - - - - \ No newline at end of file + quarkus-arc-dev + Quarkus - ArC - Runtime Dev mode + Build time CDI dependency injection - Dev mode only + + + + ${project.groupId} + quarkus-arc + + + + diff --git a/extensions/arc/test-supplement-decorator/pom.xml b/extensions/arc/test-supplement-decorator/pom.xml index 2f8c1e7124764..fc3a44f29c688 100644 --- a/extensions/arc/test-supplement-decorator/pom.xml +++ b/extensions/arc/test-supplement-decorator/pom.xml @@ -1,40 +1,38 @@ - - - quarkus-arc-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-arc-parent + 999-SNAPSHOT + - quarkus-arc-test-supplement-decorator - Quarkus - ArC - Test Supplement Decorator - Supplement archive for ArC tests + quarkus-arc-test-supplement-decorator + Quarkus - ArC - Test Supplement Decorator + Supplement archive for ArC tests - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + diff --git a/extensions/arc/test-supplement/pom.xml b/extensions/arc/test-supplement/pom.xml index 3bd7916fc9409..4666f46279361 100644 --- a/extensions/arc/test-supplement/pom.xml +++ b/extensions/arc/test-supplement/pom.xml @@ -1,23 +1,21 @@ - - - quarkus-arc-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-arc-parent + 999-SNAPSHOT + - quarkus-arc-test-supplement - Quarkus - ArC - Test Supplement - Supplement archive for ArC tests + quarkus-arc-test-supplement + Quarkus - ArC - Test Supplement + Supplement archive for ArC tests - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + diff --git a/extensions/assistant/deployment-spi/pom.xml b/extensions/assistant/deployment-spi/pom.xml index 39d5a6bcd8583..174b9065c24f1 100644 --- a/extensions/assistant/deployment-spi/pom.xml +++ b/extensions/assistant/deployment-spi/pom.xml @@ -1,32 +1,29 @@ - - - quarkus-assistant-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-assistant-parent + 999-SNAPSHOT + - quarkus-assistant-deployment-spi - Quarkus - Assistant - Deployment SPI + quarkus-assistant-deployment-spi + Quarkus - Assistant - Deployment SPI - - - io.quarkus - quarkus-assistant-dev - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-vertx-http-dev-ui-spi - - - - + + + io.quarkus + quarkus-assistant-dev + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-vertx-http-dev-ui-spi + + + diff --git a/extensions/assistant/deployment/pom.xml b/extensions/assistant/deployment/pom.xml index 8775d9684540a..1f8bbc1d79efd 100644 --- a/extensions/assistant/deployment/pom.xml +++ b/extensions/assistant/deployment/pom.xml @@ -1,65 +1,63 @@ - - - quarkus-assistant-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-assistant-parent + 999-SNAPSHOT + - quarkus-assistant-deployment - Quarkus - Assistant - Deployment + quarkus-assistant-deployment + Quarkus - Assistant - Deployment - - - io.quarkus - quarkus-assistant - - - - io.quarkus - quarkus-assistant-deployment-spi - - - - io.quarkus - quarkus-core-deployment - - - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-assistant + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + io.quarkus + quarkus-assistant-deployment-spi + + + + io.quarkus + quarkus-core-deployment + + + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/assistant/pom.xml b/extensions/assistant/pom.xml index b61d9b9385263..4c7a517e48857 100644 --- a/extensions/assistant/pom.xml +++ b/extensions/assistant/pom.xml @@ -1,23 +1,21 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-assistant-parent - Quarkus - Assistant - pom - - deployment - runtime - deployment-spi - runtime-dev - + quarkus-assistant-parent + pom + Quarkus - Assistant + + deployment + runtime + deployment-spi + runtime-dev + diff --git a/extensions/assistant/runtime-dev/pom.xml b/extensions/assistant/runtime-dev/pom.xml index 43b842567660b..0f84726712e55 100644 --- a/extensions/assistant/runtime-dev/pom.xml +++ b/extensions/assistant/runtime-dev/pom.xml @@ -1,16 +1,14 @@ - - - quarkus-assistant-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-assistant-parent + 999-SNAPSHOT + - quarkus-assistant-dev - Quarkus - Assistant - Runtime Dev mode - Assistant for Quarkus - Dev mode only + quarkus-assistant-dev + Quarkus - Assistant - Runtime Dev mode + Assistant for Quarkus - Dev mode only diff --git a/extensions/assistant/runtime/pom.xml b/extensions/assistant/runtime/pom.xml index d6505c7d3da6c..0387e582fc250 100644 --- a/extensions/assistant/runtime/pom.xml +++ b/extensions/assistant/runtime/pom.xml @@ -1,36 +1,34 @@ - - - quarkus-assistant-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-assistant-parent + 999-SNAPSHOT + - quarkus-assistant - Quarkus - Assistant - Runtime - AI Assistant for Quarkus Dev mode + quarkus-assistant + Quarkus - Assistant - Runtime + AI Assistant for Quarkus Dev mode - - - io.quarkus - quarkus-core - - + + + io.quarkus + quarkus-core + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + diff --git a/extensions/avro/deployment/pom.xml b/extensions/avro/deployment/pom.xml index b77775fc9a871..d04eed0545573 100644 --- a/extensions/avro/deployment/pom.xml +++ b/extensions/avro/deployment/pom.xml @@ -1,67 +1,65 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-avro-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-avro-parent + 999-SNAPSHOT + - quarkus-avro-deployment - Quarkus - Avro - Deployment + quarkus-avro-deployment + Quarkus - Avro - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-avro - - - org.apache.avro - avro-compiler - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-rest-deployment - test - - - io.quarkus - quarkus-jackson-spi - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-avro + + + org.apache.avro + avro-compiler + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-rest-deployment + test + + + io.quarkus + quarkus-jackson-spi + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/avro/pom.xml b/extensions/avro/pom.xml index 5cfa0fa587bcf..d3b93f83fec6d 100644 --- a/extensions/avro/pom.xml +++ b/extensions/avro/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-avro-parent - Quarkus - Avro - pom + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-avro-parent + pom + Quarkus - Avro - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/avro/runtime/pom.xml b/extensions/avro/runtime/pom.xml index b6405d328aa22..0835764409122 100644 --- a/extensions/avro/runtime/pom.xml +++ b/extensions/avro/runtime/pom.xml @@ -1,68 +1,65 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-avro-parent - 999-SNAPSHOT - - - quarkus-avro - Quarkus - Avro - Runtime - Provide support for the Avro data serialization system - - - io.quarkus - quarkus-core - + + io.quarkus + quarkus-avro-parent + 999-SNAPSHOT + - - org.apache.avro - avro - + quarkus-avro + Quarkus - Avro - Runtime + Provide support for the Avro data serialization system + + + io.quarkus + quarkus-core + - - io.quarkus - quarkus-jackson - true - + + org.apache.avro + avro + - - org.graalvm.sdk - nativeimage - provided - - + + io.quarkus + quarkus-jackson + true + - - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + org.graalvm.sdk + nativeimage + provided + + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/awt/deployment/pom.xml b/extensions/awt/deployment/pom.xml index 313f26f4599c3..ceac0cc5d1ec7 100644 --- a/extensions/awt/deployment/pom.xml +++ b/extensions/awt/deployment/pom.xml @@ -1,54 +1,52 @@ - - 4.0.0 - - io.quarkus - quarkus-awt-parent - 999-SNAPSHOT - - quarkus-awt-deployment - Quarkus - AWT - Deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-awt - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-core-deployment - ${project.version} - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + 4.0.0 + + io.quarkus + quarkus-awt-parent + 999-SNAPSHOT + + quarkus-awt-deployment + Quarkus - AWT - Deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-awt + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-core-deployment + ${project.version} + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/awt/pom.xml b/extensions/awt/pom.xml index 6c0a5e72a832d..27d90c9f35d89 100644 --- a/extensions/awt/pom.xml +++ b/extensions/awt/pom.xml @@ -1,18 +1,16 @@ - - 4.0.0 - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - - quarkus-awt-parent - pom - Quarkus - AWT - Parent - - deployment - runtime - + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + + quarkus-awt-parent + pom + Quarkus - AWT - Parent + + deployment + runtime + diff --git a/extensions/awt/runtime/pom.xml b/extensions/awt/runtime/pom.xml index d48c87d3d5442..6b7e441a330ce 100644 --- a/extensions/awt/runtime/pom.xml +++ b/extensions/awt/runtime/pom.xml @@ -1,49 +1,48 @@ - - 4.0.0 - + + 4.0.0 + + io.quarkus + quarkus-awt-parent + 999-SNAPSHOT + + quarkus-awt + Quarkus - AWT - Runtime + Enable AWT and Java2D usage + + + io.quarkus + quarkus-arc + + + org.graalvm.sdk + nativeimage + provided + + + + + io.quarkus - quarkus-awt-parent - 999-SNAPSHOT - - quarkus-awt - Quarkus - AWT - Runtime - Enable AWT and Java2D usage - - - io.quarkus - quarkus-arc - - - org.graalvm.sdk - nativeimage - provided - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/azure-functions-http/deployment/pom.xml b/extensions/azure-functions-http/deployment/pom.xml index 0f8891d9f68c3..f4533631192f4 100644 --- a/extensions/azure-functions-http/deployment/pom.xml +++ b/extensions/azure-functions-http/deployment/pom.xml @@ -1,63 +1,61 @@ - - - quarkus-azure-functions-http-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-azure-functions-http-parent + 999-SNAPSHOT + - quarkus-azure-functions-http-deployment - Quarkus - HTTP Azure Functions - Deployment + quarkus-azure-functions-http-deployment + Quarkus - HTTP Azure Functions - Deployment - - - io.quarkus - quarkus-azure-functions-http - - - io.quarkus - quarkus-azure-functions-deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - com.microsoft.azure.functions - azure-functions-java-library - - + + + io.quarkus + quarkus-azure-functions-http + + + io.quarkus + quarkus-azure-functions-deployment + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + com.microsoft.azure.functions + azure-functions-java-library + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/azure-functions-http/pom.xml b/extensions/azure-functions-http/pom.xml index 7cc494144f4a2..34c2ceb87d032 100644 --- a/extensions/azure-functions-http/pom.xml +++ b/extensions/azure-functions-http/pom.xml @@ -14,24 +14,21 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 - - quarkus-azure-functions-http-parent - Quarkus - HTTP Azure Functions - pom - - runtime - deployment - + quarkus-azure-functions-http-parent + pom + Quarkus - HTTP Azure Functions + + runtime + deployment + diff --git a/extensions/azure-functions-http/runtime/pom.xml b/extensions/azure-functions-http/runtime/pom.xml index 24cfa2196eb4b..142d8b3cfd495 100644 --- a/extensions/azure-functions-http/runtime/pom.xml +++ b/extensions/azure-functions-http/runtime/pom.xml @@ -1,77 +1,75 @@ - - - quarkus-azure-functions-http-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-azure-functions-http-parent + 999-SNAPSHOT + - quarkus-azure-functions-http - Quarkus - HTTP Azure Functions - Runtime - Write Microsoft Azure functions + quarkus-azure-functions-http + Quarkus - HTTP Azure Functions - Runtime + Write Microsoft Azure functions - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-azure-functions - - - io.quarkus - quarkus-core - - - com.microsoft.azure.functions - azure-functions-java-library - provided - - - org.junit.jupiter - junit-jupiter - test - - - org.junit.jupiter - junit-jupiter-params - test - - - org.mockito - mockito-core - test - - + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-azure-functions + + + io.quarkus + quarkus-core + + + com.microsoft.azure.functions + azure-functions-java-library + provided + + + org.junit.jupiter + junit-jupiter + test + + + org.junit.jupiter + junit-jupiter-params + test + + + org.mockito + mockito-core + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/azure-functions/deployment/pom.xml b/extensions/azure-functions/deployment/pom.xml index f130b672b239a..483d5590dd5cc 100644 --- a/extensions/azure-functions/deployment/pom.xml +++ b/extensions/azure-functions/deployment/pom.xml @@ -1,164 +1,162 @@ - - - quarkus-azure-functions-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-azure-functions-parent + 999-SNAPSHOT + - quarkus-azure-functions-deployment - Quarkus - Azure Functions - Deployment + quarkus-azure-functions-deployment + Quarkus - Azure Functions - Deployment - - - io.quarkus - quarkus-azure-functions - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-core-deployment - - - com.microsoft.azure.functions - azure-functions-java-library - - - - com.microsoft.azure - azure-toolkit-appservice-lib - - + + com.microsoft.azure + azure-toolkit-appservice-lib + + - - commons-logging - commons-logging - - - org.checkerframework - checker-qual - - - com.azure - azure-core - - - com.azure - azure-core - - - com.azure.resourcemanager - azure-resourcemanager-appservice - - - com.azure - azure-json - - - com.azure - azure-core-management - - - com.azure - azure-core-http-netty - - - com.microsoft.azure - msal4j - - - net.minidev - json-smart - - - org.fusesource.jansi - jansi - - - net.java.dev.jna - jna-platform - - - - - - net.java.dev.jna - jna-platform - - - com.azure - azure-core - 1.55.3 - - - io.projectreactor - reactor-core - - - - - com.azure - azure-json - 1.5.0 - - - com.azure - azure-core-http-netty - 1.15.11 - - - com.azure - azure-core - - - - - com.azure.resourcemanager - azure-resourcemanager-appservice - 2.45.0 - - - com.azure - azure-json - - - com.azure - azure-core - - - - + + commons-logging + commons-logging + + + org.checkerframework + checker-qual + + + com.azure + azure-core + + + com.azure + azure-core + + + com.azure.resourcemanager + azure-resourcemanager-appservice + + + com.azure + azure-json + + + com.azure + azure-core-management + + + com.azure + azure-core-http-netty + + + com.microsoft.azure + msal4j + + + net.minidev + json-smart + + + org.fusesource.jansi + jansi + + + net.java.dev.jna + jna-platform + + + + + + net.java.dev.jna + jna-platform + + + com.azure + azure-core + 1.55.3 + + + io.projectreactor + reactor-core + + + + + com.azure + azure-json + 1.5.0 + + + com.azure + azure-core-http-netty + 1.15.11 + + + com.azure + azure-core + + + + + com.azure.resourcemanager + azure-resourcemanager-appservice + 2.45.0 + + + com.azure + azure-json + + + com.azure + azure-core + + + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + - - + + diff --git a/extensions/azure-functions/pom.xml b/extensions/azure-functions/pom.xml index ce6e13f9b683d..760f0e6fd37c2 100644 --- a/extensions/azure-functions/pom.xml +++ b/extensions/azure-functions/pom.xml @@ -14,24 +14,21 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 - - quarkus-azure-functions-parent - Quarkus - Azure Functions - pom - - runtime - deployment - + quarkus-azure-functions-parent + pom + Quarkus - Azure Functions + + runtime + deployment + diff --git a/extensions/azure-functions/runtime/pom.xml b/extensions/azure-functions/runtime/pom.xml index 0901929c5192b..4899cb91fc544 100644 --- a/extensions/azure-functions/runtime/pom.xml +++ b/extensions/azure-functions/runtime/pom.xml @@ -1,63 +1,61 @@ - - - quarkus-azure-functions-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-azure-functions-parent + 999-SNAPSHOT + - quarkus-azure-functions - Quarkus - Azure Functions - Runtime - Write Microsoft Azure functions + quarkus-azure-functions + Quarkus - Azure Functions - Runtime + Write Microsoft Azure functions - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - com.microsoft.azure.functions - azure-functions-java-library - provided - - - com.microsoft.azure.functions - azure-functions-java-spi - provided - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + com.microsoft.azure.functions + azure-functions-java-library + provided + + + com.microsoft.azure.functions + azure-functions-java-spi + provided + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/cache/deployment-spi/pom.xml b/extensions/cache/deployment-spi/pom.xml index 9e5bda717185f..722ef59864eb1 100644 --- a/extensions/cache/deployment-spi/pom.xml +++ b/extensions/cache/deployment-spi/pom.xml @@ -1,27 +1,25 @@ - - - quarkus-cache-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-cache-parent + 999-SNAPSHOT + ../ + - quarkus-cache-deployment-spi - Quarkus - Cache - Deployment - SPI + quarkus-cache-deployment-spi + Quarkus - Cache - Deployment - SPI + + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-cache-runtime-spi + + - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-cache-runtime-spi - - - diff --git a/extensions/cache/deployment/pom.xml b/extensions/cache/deployment/pom.xml index 30cfb9151c5b4..9c0825b2519b0 100644 --- a/extensions/cache/deployment/pom.xml +++ b/extensions/cache/deployment/pom.xml @@ -1,103 +1,101 @@ - - 4.0.0 + + 4.0.0 - - quarkus-cache-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-cache-parent + 999-SNAPSHOT + - quarkus-cache-deployment - Quarkus - Cache - Deployment + quarkus-cache-deployment + Quarkus - Cache - Deployment - - - io.quarkus - quarkus-cache - - - io.quarkus - quarkus-cache-dev - - - io.quarkus - quarkus-cache-deployment-spi - - - io.quarkus - quarkus-rest-client-spi-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-arc-dev - true - - - io.quarkus - quarkus-caffeine-deployment - - - io.quarkus - quarkus-mutiny-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-vertx-http-dev-ui-spi - - - io.quarkus - quarkus-vertx-http-deployment - true - + + + io.quarkus + quarkus-cache + + + io.quarkus + quarkus-cache-dev + + + io.quarkus + quarkus-cache-deployment-spi + + + io.quarkus + quarkus-rest-client-spi-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-arc-dev + true + + + io.quarkus + quarkus-caffeine-deployment + + + io.quarkus + quarkus-mutiny-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-vertx-http-dev-ui-spi + + + io.quarkus + quarkus-vertx-http-deployment + true + - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/cache/pom.xml b/extensions/cache/pom.xml index 5ee2e67c6d4ba..05def50b39d39 100644 --- a/extensions/cache/pom.xml +++ b/extensions/cache/pom.xml @@ -1,25 +1,23 @@ - - 4.0.0 + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-cache-parent - Quarkus - Cache - pom + quarkus-cache-parent + pom + Quarkus - Cache - - deployment - deployment-spi - runtime - runtime-spi - runtime-dev - + + deployment + deployment-spi + runtime + runtime-spi + runtime-dev + diff --git a/extensions/cache/runtime-dev/pom.xml b/extensions/cache/runtime-dev/pom.xml index 84bb2496889c0..e1d8af51d90b9 100644 --- a/extensions/cache/runtime-dev/pom.xml +++ b/extensions/cache/runtime-dev/pom.xml @@ -1,23 +1,21 @@ - - 4.0.0 + + 4.0.0 - - quarkus-cache-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-cache-parent + 999-SNAPSHOT + - quarkus-cache-dev - Quarkus - Cache - Runtime Dev mode - Enable application data caching in CDI beans - Dev mode only - - - - ${project.groupId} - quarkus-cache - - - \ No newline at end of file + quarkus-cache-dev + Quarkus - Cache - Runtime Dev mode + Enable application data caching in CDI beans - Dev mode only + + + + ${project.groupId} + quarkus-cache + + + diff --git a/extensions/cache/runtime-spi/pom.xml b/extensions/cache/runtime-spi/pom.xml index e71a7105c1875..d250144c4701e 100644 --- a/extensions/cache/runtime-spi/pom.xml +++ b/extensions/cache/runtime-spi/pom.xml @@ -1,22 +1,20 @@ - - - io.quarkus - quarkus-cache-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-cache-parent + 999-SNAPSHOT + - quarkus-cache-runtime-spi - Quarkus - Cache - Runtime SPI + quarkus-cache-runtime-spi + Quarkus - Cache - Runtime SPI - - - io.smallrye.reactive - mutiny - - + + + io.smallrye.reactive + mutiny + + diff --git a/extensions/cache/runtime/pom.xml b/extensions/cache/runtime/pom.xml index a8fcafb1e5798..36e1388bbbad6 100644 --- a/extensions/cache/runtime/pom.xml +++ b/extensions/cache/runtime/pom.xml @@ -1,88 +1,86 @@ - - 4.0.0 + + 4.0.0 - - quarkus-cache-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-cache-parent + 999-SNAPSHOT + - quarkus-cache - Quarkus - Cache - Runtime - Enable application data caching in CDI beans + quarkus-cache + Quarkus - Cache - Runtime + Enable application data caching in CDI beans - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-caffeine - - - io.quarkus - quarkus-mutiny - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-cache-runtime-spi - - - io.vertx - vertx-web - true - - - io.quarkus - quarkus-vertx-http - true - - - io.micrometer - micrometer-core - true - - + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-caffeine + + + io.quarkus + quarkus-mutiny + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-cache-runtime-spi + + + io.vertx + vertx-web + true + + + io.quarkus + quarkus-vertx-http + true + + + io.micrometer + micrometer-core + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.cache - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.cache + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/caffeine/deployment/pom.xml b/extensions/caffeine/deployment/pom.xml index c7874e481324d..117de76430cca 100644 --- a/extensions/caffeine/deployment/pom.xml +++ b/extensions/caffeine/deployment/pom.xml @@ -1,51 +1,49 @@ - - - quarkus-caffeine-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-caffeine-parent + 999-SNAPSHOT + - quarkus-caffeine-deployment - Quarkus - Caffeine - Deployment + quarkus-caffeine-deployment + Quarkus - Caffeine - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-caffeine - - - io.quarkus - quarkus-vertx-http-dev-ui-spi - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-caffeine + + + io.quarkus + quarkus-vertx-http-dev-ui-spi + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/caffeine/pom.xml b/extensions/caffeine/pom.xml index 8ab1e106ca586..8a9064c9718e8 100644 --- a/extensions/caffeine/pom.xml +++ b/extensions/caffeine/pom.xml @@ -1,22 +1,20 @@ - + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-caffeine-parent - Quarkus - Caffeine - pom - - deployment - runtime - + quarkus-caffeine-parent + pom + Quarkus - Caffeine + + deployment + runtime + diff --git a/extensions/caffeine/runtime/pom.xml b/extensions/caffeine/runtime/pom.xml index bf68626565de0..4d53544faf1e3 100644 --- a/extensions/caffeine/runtime/pom.xml +++ b/extensions/caffeine/runtime/pom.xml @@ -1,57 +1,55 @@ - - - quarkus-caffeine-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-caffeine-parent + 999-SNAPSHOT + - quarkus-caffeine - Quarkus - Caffeine - Runtime - A high performance caching library for Java - - - io.quarkus - quarkus-core - - - com.github.ben-manes.caffeine - caffeine - - - org.graalvm.sdk - nativeimage - provided - - + quarkus-caffeine + Quarkus - Caffeine - Runtime + A high performance caching library for Java + + + io.quarkus + quarkus-core + + + com.github.ben-manes.caffeine + caffeine + + + org.graalvm.sdk + nativeimage + provided + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/config-yaml/deployment/pom.xml b/extensions/config-yaml/deployment/pom.xml index aa2ba2d1ee311..c12e338d0810a 100644 --- a/extensions/config-yaml/deployment/pom.xml +++ b/extensions/config-yaml/deployment/pom.xml @@ -1,64 +1,62 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-config-yaml-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-config-yaml-parent + 999-SNAPSHOT + - quarkus-config-yaml-deployment - Quarkus - Configuration - YAML - Deployment + quarkus-config-yaml-deployment + Quarkus - Configuration - YAML - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-config-yaml - - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-config-yaml + + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/config-yaml/pom.xml b/extensions/config-yaml/pom.xml index 799d1334b02c0..11ac43bba2212 100644 --- a/extensions/config-yaml/pom.xml +++ b/extensions/config-yaml/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-config-yaml-parent - Quarkus - Configuration - YAML - pom - - runtime - deployment - + quarkus-config-yaml-parent + pom + Quarkus - Configuration - YAML + + runtime + deployment + diff --git a/extensions/config-yaml/runtime/pom.xml b/extensions/config-yaml/runtime/pom.xml index dec80381910bc..2bce66797bb2c 100644 --- a/extensions/config-yaml/runtime/pom.xml +++ b/extensions/config-yaml/runtime/pom.xml @@ -1,73 +1,71 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-config-yaml-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-config-yaml-parent + 999-SNAPSHOT + - quarkus-config-yaml - Quarkus - Configuration - YAML - Runtime - Use YAML to configure your Quarkus application + quarkus-config-yaml + Quarkus - Configuration - YAML - Runtime + Use YAML to configure your Quarkus application - - - io.smallrye.config - smallrye-config-source-yaml - - - io.quarkus - quarkus-core - - - org.eclipse.microprofile.config - microprofile-config-api - - - - org.junit.jupiter - junit-jupiter-api - test - - - org.junit.jupiter - junit-jupiter-engine - test - - + + + io.smallrye.config + smallrye-config-source-yaml + + + io.quarkus + quarkus-core + + + org.eclipse.microprofile.config + microprofile-config-api + + + + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.jupiter + junit-jupiter-engine + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.config.yaml - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.config.yaml + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/container-image/container-image-buildpack/deployment/pom.xml b/extensions/container-image/container-image-buildpack/deployment/pom.xml index 5d48bd3b3cdfe..e2e036d17595f 100644 --- a/extensions/container-image/container-image-buildpack/deployment/pom.xml +++ b/extensions/container-image/container-image-buildpack/deployment/pom.xml @@ -1,59 +1,57 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-container-image-buildpack-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-container-image-buildpack-parent + 999-SNAPSHOT + - quarkus-container-image-buildpack-deployment - Quarkus - Container Image - Buildpack - Deployment + quarkus-container-image-buildpack-deployment + Quarkus - Container Image - Buildpack - Deployment - - - io.quarkus - quarkus-container-image-buildpack - - - io.quarkus - quarkus-container-image-deployment - - - dev.snowdrop - buildpack-client - - - org.checkerframework - * - - - - + + + io.quarkus + quarkus-container-image-buildpack + + + io.quarkus + quarkus-container-image-deployment + + + dev.snowdrop + buildpack-client + + + org.checkerframework + * + + + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/container-image/container-image-buildpack/pom.xml b/extensions/container-image/container-image-buildpack/pom.xml index e7c264f5d33e2..b5e6d17d13fdf 100644 --- a/extensions/container-image/container-image-buildpack/pom.xml +++ b/extensions/container-image/container-image-buildpack/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-container-image-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-container-image-parent + 999-SNAPSHOT + - quarkus-container-image-buildpack-parent - Quarkus - Container Image - Buildpack - Parent - pom - - deployment - runtime - + quarkus-container-image-buildpack-parent + pom + Quarkus - Container Image - Buildpack - Parent + + deployment + runtime + - \ No newline at end of file + diff --git a/extensions/container-image/container-image-buildpack/runtime/pom.xml b/extensions/container-image/container-image-buildpack/runtime/pom.xml index 731eea32b0057..0a0a07ce52fdc 100644 --- a/extensions/container-image/container-image-buildpack/runtime/pom.xml +++ b/extensions/container-image/container-image-buildpack/runtime/pom.xml @@ -1,56 +1,54 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-container-image-buildpack-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-container-image-buildpack-parent + 999-SNAPSHOT + - quarkus-container-image-buildpack - Quarkus - Container Image - Buildpack - Build container images of your application using Buildpacks + quarkus-container-image-buildpack + Quarkus - Container Image - Buildpack + Build container images of your application using Buildpacks - - - io.quarkus - quarkus-container-image - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - - io.quarkus.container.image.buildpack.deployment.BuildpackBuild - io.quarkus.container.image.buildpack - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-container-image + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + + io.quarkus.container.image.buildpack.deployment.BuildpackBuild + io.quarkus.container.image.buildpack + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/container-image/container-image-docker-common/deployment/pom.xml b/extensions/container-image/container-image-docker-common/deployment/pom.xml index 3549e7533ce71..40c3be7a1d37d 100644 --- a/extensions/container-image/container-image-docker-common/deployment/pom.xml +++ b/extensions/container-image/container-image-docker-common/deployment/pom.xml @@ -1,52 +1,50 @@ - - - quarkus-container-image-docker-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-container-image-docker-common-parent + 999-SNAPSHOT + - quarkus-container-image-docker-common-deployment - Quarkus - Container Image - Docker Common - Deployment + quarkus-container-image-docker-common-deployment + Quarkus - Container Image - Docker Common - Deployment - - - io.quarkus - quarkus-container-image-docker-common - - - io.quarkus - quarkus-container-image-deployment - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-container-image-docker-common + + + io.quarkus + quarkus-container-image-deployment + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/container-image/container-image-docker-common/pom.xml b/extensions/container-image/container-image-docker-common/pom.xml index c115d50d4603d..d9f2ce6ea0820 100644 --- a/extensions/container-image/container-image-docker-common/pom.xml +++ b/extensions/container-image/container-image-docker-common/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-container-image-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-container-image-parent + 999-SNAPSHOT + - quarkus-container-image-docker-common-parent - Quarkus - Container Image - Docker Common - Parent - pom - - deployment - runtime - + quarkus-container-image-docker-common-parent + pom + Quarkus - Container Image - Docker Common - Parent + + deployment + runtime + diff --git a/extensions/container-image/container-image-docker-common/runtime/pom.xml b/extensions/container-image/container-image-docker-common/runtime/pom.xml index 5b9b87d392984..af6b50d0441f7 100644 --- a/extensions/container-image/container-image-docker-common/runtime/pom.xml +++ b/extensions/container-image/container-image-docker-common/runtime/pom.xml @@ -1,48 +1,46 @@ - - 4.0.0 + + 4.0.0 - - quarkus-container-image-docker-common-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-container-image-docker-common-parent + 999-SNAPSHOT + - quarkus-container-image-docker-common - Quarkus - Container Image - Docker Common - Build container images of your application using Docker APIs + quarkus-container-image-docker-common + Quarkus - Container Image - Docker Common + Build container images of your application using Docker APIs - - - io.quarkus - quarkus-container-image - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-container-image + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/container-image/container-image-docker/deployment/pom.xml b/extensions/container-image/container-image-docker/deployment/pom.xml index 677ff6c348da9..3ebab9152fb02 100644 --- a/extensions/container-image/container-image-docker/deployment/pom.xml +++ b/extensions/container-image/container-image-docker/deployment/pom.xml @@ -1,54 +1,52 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-container-image-docker-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-container-image-docker-parent + 999-SNAPSHOT + - quarkus-container-image-docker-deployment - Quarkus - Container Image - Docker - Deployment + quarkus-container-image-docker-deployment + Quarkus - Container Image - Docker - Deployment - - - io.quarkus - quarkus-container-image-docker - - - io.quarkus - quarkus-container-image-docker-common-deployment - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-container-image-docker + + + io.quarkus + quarkus-container-image-docker-common-deployment + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/container-image/container-image-docker/pom.xml b/extensions/container-image/container-image-docker/pom.xml index b3eab9c5d2909..933c4c6e5ca5f 100644 --- a/extensions/container-image/container-image-docker/pom.xml +++ b/extensions/container-image/container-image-docker/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-container-image-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-container-image-parent + 999-SNAPSHOT + - quarkus-container-image-docker-parent - Quarkus - Container Image - Docker - Parent - pom - - deployment - runtime - + quarkus-container-image-docker-parent + pom + Quarkus - Container Image - Docker - Parent + + deployment + runtime + diff --git a/extensions/container-image/container-image-docker/runtime/pom.xml b/extensions/container-image/container-image-docker/runtime/pom.xml index e37a0a36a3f9d..30b0735850f59 100644 --- a/extensions/container-image/container-image-docker/runtime/pom.xml +++ b/extensions/container-image/container-image-docker/runtime/pom.xml @@ -1,57 +1,55 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-container-image-docker-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-container-image-docker-parent + 999-SNAPSHOT + - quarkus-container-image-docker - Quarkus - Container Image - Docker - Build container images of your application using Docker + quarkus-container-image-docker + Quarkus - Container Image - Docker + Build container images of your application using Docker - - - io.quarkus - quarkus-container-image-docker-common - - + + + io.quarkus + quarkus-container-image-docker-common + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - - io.quarkus.container.image.docker.deployment.DockerBuild - io.quarkus.container.image.docker - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + io.quarkus.container.image.docker.deployment.DockerBuild + io.quarkus.container.image.docker + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/container-image/container-image-jib/deployment/pom.xml b/extensions/container-image/container-image-jib/deployment/pom.xml index 7cf10738b18cd..a78493cc92607 100644 --- a/extensions/container-image/container-image-jib/deployment/pom.xml +++ b/extensions/container-image/container-image-jib/deployment/pom.xml @@ -1,57 +1,55 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-container-image-jib-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-container-image-jib-parent + 999-SNAPSHOT + - quarkus-container-image-jib-deployment - Quarkus - Container Image - Jib - Deployment + quarkus-container-image-jib-deployment + Quarkus - Container Image - Jib - Deployment - - - io.quarkus - quarkus-container-image-jib - - - io.quarkus - quarkus-container-image-deployment - - - org.jboss.logging - commons-logging-jboss-logging - - - com.google.cloud.tools - jib-core - - + + + io.quarkus + quarkus-container-image-jib + + + io.quarkus + quarkus-container-image-deployment + + + org.jboss.logging + commons-logging-jboss-logging + + + com.google.cloud.tools + jib-core + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/container-image/container-image-jib/pom.xml b/extensions/container-image/container-image-jib/pom.xml index da9f7101c7ab4..7f9b6ccc5ba5d 100644 --- a/extensions/container-image/container-image-jib/pom.xml +++ b/extensions/container-image/container-image-jib/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-container-image-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-container-image-parent + 999-SNAPSHOT + - quarkus-container-image-jib-parent - Quarkus - Container Image - Jib - Parent - pom - - deployment - runtime - + quarkus-container-image-jib-parent + pom + Quarkus - Container Image - Jib - Parent + + deployment + runtime + - \ No newline at end of file + diff --git a/extensions/container-image/container-image-jib/runtime/pom.xml b/extensions/container-image/container-image-jib/runtime/pom.xml index f26867b1fd374..86bbe2647ef8a 100644 --- a/extensions/container-image/container-image-jib/runtime/pom.xml +++ b/extensions/container-image/container-image-jib/runtime/pom.xml @@ -1,57 +1,55 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-container-image-jib-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-container-image-jib-parent + 999-SNAPSHOT + - quarkus-container-image-jib - Quarkus - Container Image - Jib - Build container images of your application using Jib + quarkus-container-image-jib + Quarkus - Container Image - Jib + Build container images of your application using Jib - - - io.quarkus - quarkus-container-image - - + + + io.quarkus + quarkus-container-image + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - - io.quarkus.container.image.jib.deployment.JibBuild - io.quarkus.container.image.jib - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + io.quarkus.container.image.jib.deployment.JibBuild + io.quarkus.container.image.jib + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/container-image/container-image-openshift/deployment/pom.xml b/extensions/container-image/container-image-openshift/deployment/pom.xml index c0458deba5dfc..8d35e01e5cbd4 100644 --- a/extensions/container-image/container-image-openshift/deployment/pom.xml +++ b/extensions/container-image/container-image-openshift/deployment/pom.xml @@ -1,90 +1,88 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-container-image-openshift-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-container-image-openshift-parent + 999-SNAPSHOT + - quarkus-container-image-openshift-deployment - Quarkus - Container Image - OpenShift - Deployment + quarkus-container-image-openshift-deployment + Quarkus - Container Image - OpenShift - Deployment - - - io.quarkus - quarkus-kubernetes-client-internal-deployment - - - io.quarkus - quarkus-kubernetes-client-spi - - - io.quarkus - quarkus-kubernetes-spi - - - io.quarkus - quarkus-container-image-openshift - - - io.quarkus - quarkus-container-image-deployment - - - org.jboss.logging - commons-logging-jboss-logging - - - io.dekorate - openshift-annotations - noapt - - - io.sundr - * - - - com.sun - tools - - - io.fabric8 - kubernetes-client - - - + + + io.quarkus + quarkus-kubernetes-client-internal-deployment + + + io.quarkus + quarkus-kubernetes-client-spi + + + io.quarkus + quarkus-kubernetes-spi + + + io.quarkus + quarkus-container-image-openshift + + + io.quarkus + quarkus-container-image-deployment + + + org.jboss.logging + commons-logging-jboss-logging + + + io.dekorate + openshift-annotations + noapt + + + io.sundr + * + + + com.sun + tools + + + io.fabric8 + kubernetes-client + + + - - io.quarkus - quarkus-junit5-internal - test - - + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/container-image/container-image-openshift/pom.xml b/extensions/container-image/container-image-openshift/pom.xml index eb7c4c2dc81f0..8b5fa3e4f0faa 100644 --- a/extensions/container-image/container-image-openshift/pom.xml +++ b/extensions/container-image/container-image-openshift/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-container-image-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-container-image-parent + 999-SNAPSHOT + - quarkus-container-image-openshift-parent - Quarkus - Container Image - OpenShift - Parent - pom - - deployment - runtime - + quarkus-container-image-openshift-parent + pom + Quarkus - Container Image - OpenShift - Parent + + deployment + runtime + diff --git a/extensions/container-image/container-image-openshift/runtime/pom.xml b/extensions/container-image/container-image-openshift/runtime/pom.xml index 820ba97eb6510..7b9f9b8f4eedf 100644 --- a/extensions/container-image/container-image-openshift/runtime/pom.xml +++ b/extensions/container-image/container-image-openshift/runtime/pom.xml @@ -1,62 +1,60 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-container-image-openshift-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-container-image-openshift-parent + 999-SNAPSHOT + - quarkus-container-image-openshift - Quarkus - Container Image - OpenShift - Build container images of your application using OpenShift + quarkus-container-image-openshift + Quarkus - Container Image - OpenShift + Build container images of your application using OpenShift - - - - io.quarkus - quarkus-kubernetes-client-internal - - - io.quarkus - quarkus-container-image - - + + + + io.quarkus + quarkus-kubernetes-client-internal + + + io.quarkus + quarkus-container-image + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - - io.quarkus.container.image.openshift.deployment.OpenshiftBuild - io.quarkus.container.image.openshift - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + io.quarkus.container.image.openshift.deployment.OpenshiftBuild + io.quarkus.container.image.openshift + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/container-image/container-image-podman/deployment/pom.xml b/extensions/container-image/container-image-podman/deployment/pom.xml index cdc510aa3c87a..a247fc3e21848 100644 --- a/extensions/container-image/container-image-podman/deployment/pom.xml +++ b/extensions/container-image/container-image-podman/deployment/pom.xml @@ -1,54 +1,52 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-container-image-podman-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-container-image-podman-parent + 999-SNAPSHOT + - quarkus-container-image-podman-deployment - Quarkus - Container Image - Podman - Deployment + quarkus-container-image-podman-deployment + Quarkus - Container Image - Podman - Deployment - - - io.quarkus - quarkus-container-image-podman - - - io.quarkus - quarkus-container-image-docker-common-deployment - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-container-image-podman + + + io.quarkus + quarkus-container-image-docker-common-deployment + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/container-image/container-image-podman/pom.xml b/extensions/container-image/container-image-podman/pom.xml index 57386b321fa80..727491e8d0b75 100644 --- a/extensions/container-image/container-image-podman/pom.xml +++ b/extensions/container-image/container-image-podman/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-container-image-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-container-image-parent + 999-SNAPSHOT + - quarkus-container-image-podman-parent - Quarkus - Container Image - Podman - Parent - pom - - deployment - runtime - + quarkus-container-image-podman-parent + pom + Quarkus - Container Image - Podman - Parent + + deployment + runtime + diff --git a/extensions/container-image/container-image-podman/runtime/pom.xml b/extensions/container-image/container-image-podman/runtime/pom.xml index 167135a29f605..6b775f53cee92 100644 --- a/extensions/container-image/container-image-podman/runtime/pom.xml +++ b/extensions/container-image/container-image-podman/runtime/pom.xml @@ -1,57 +1,55 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-container-image-podman-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-container-image-podman-parent + 999-SNAPSHOT + - quarkus-container-image-podman - Quarkus - Container Image - Podman - Build container images of your application using Podman + quarkus-container-image-podman + Quarkus - Container Image - Podman + Build container images of your application using Podman - - - io.quarkus - quarkus-container-image-docker-common - - + + + io.quarkus + quarkus-container-image-docker-common + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - - io.quarkus.container.image.podman.deployment.PodmanBuild - io.quarkus.container.image.podman - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + io.quarkus.container.image.podman.deployment.PodmanBuild + io.quarkus.container.image.podman + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/container-image/deployment/pom.xml b/extensions/container-image/deployment/pom.xml index 7139f4a78bcda..f2f42f2d2879d 100644 --- a/extensions/container-image/deployment/pom.xml +++ b/extensions/container-image/deployment/pom.xml @@ -1,68 +1,66 @@ - - - quarkus-container-image-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-container-image-parent + 999-SNAPSHOT + - quarkus-container-image-deployment - Quarkus - Container Image - Deployment + quarkus-container-image-deployment + Quarkus - Container Image - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-container-image-spi - - - io.quarkus - quarkus-vertx-http-dev-ui-spi - - - io.quarkus - quarkus-container-image-util - - - io.quarkus - quarkus-container-image - - - io.quarkus - quarkus-container-image-dev - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-container-image-spi + + + io.quarkus + quarkus-vertx-http-dev-ui-spi + + + io.quarkus + quarkus-container-image-util + + + io.quarkus + quarkus-container-image + + + io.quarkus + quarkus-container-image-dev + + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/container-image/pom.xml b/extensions/container-image/pom.xml index 9c4406abdfd61..f69926a201bcb 100644 --- a/extensions/container-image/pom.xml +++ b/extensions/container-image/pom.xml @@ -1,30 +1,28 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-container-image-parent - Quarkus - Container Image - pom - - runtime - deployment - spi - util - container-image-buildpack - container-image-docker-common - container-image-docker - container-image-podman - container-image-jib - container-image-openshift - runtime-dev - + quarkus-container-image-parent + pom + Quarkus - Container Image + + runtime + deployment + spi + util + container-image-buildpack + container-image-docker-common + container-image-docker + container-image-podman + container-image-jib + container-image-openshift + runtime-dev + diff --git a/extensions/container-image/runtime-dev/pom.xml b/extensions/container-image/runtime-dev/pom.xml index b2096daf39847..e5a0368097cc4 100644 --- a/extensions/container-image/runtime-dev/pom.xml +++ b/extensions/container-image/runtime-dev/pom.xml @@ -1,23 +1,21 @@ - - 4.0.0 + + 4.0.0 - - quarkus-container-image-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-container-image-parent + 999-SNAPSHOT + - quarkus-container-image-dev - Quarkus - Container Image - Runtime Dev mode - Build container images of your application - Dev mode only - - - - ${project.groupId} - quarkus-container-image - - - \ No newline at end of file + quarkus-container-image-dev + Quarkus - Container Image - Runtime Dev mode + Build container images of your application - Dev mode only + + + + ${project.groupId} + quarkus-container-image + + + diff --git a/extensions/container-image/runtime/pom.xml b/extensions/container-image/runtime/pom.xml index c5523e6eb2935..df858a6873636 100644 --- a/extensions/container-image/runtime/pom.xml +++ b/extensions/container-image/runtime/pom.xml @@ -1,67 +1,64 @@ - - 4.0.0 + + 4.0.0 - - quarkus-container-image-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-container-image-parent + 999-SNAPSHOT + - quarkus-container-image - Quarkus - Container Image - Runtime - Build container images of your application - - - - - io.quarkus - quarkus-core - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - process-resources - - extension-descriptor - - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-core + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + process-resources + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/container-image/spi/pom.xml b/extensions/container-image/spi/pom.xml index 7b744c342557f..537d901c4e03b 100644 --- a/extensions/container-image/spi/pom.xml +++ b/extensions/container-image/spi/pom.xml @@ -1,21 +1,20 @@ - - - quarkus-container-image-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + + 4.0.0 + + io.quarkus + quarkus-container-image-parent + 999-SNAPSHOT + - quarkus-container-image-spi - Quarkus - Container Image - SPI - Extensions that provide Container features should include this module and the corresponding BuildItems + quarkus-container-image-spi + Quarkus - Container Image - SPI + Extensions that provide Container features should include this module and the corresponding BuildItems - - - io.quarkus - quarkus-core-deployment - - + + + io.quarkus + quarkus-core-deployment + + diff --git a/extensions/container-image/util/pom.xml b/extensions/container-image/util/pom.xml index 07742e983ff32..3eaa30112b203 100644 --- a/extensions/container-image/util/pom.xml +++ b/extensions/container-image/util/pom.xml @@ -1,15 +1,14 @@ - - - quarkus-container-image-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + + 4.0.0 + + io.quarkus + quarkus-container-image-parent + 999-SNAPSHOT + - quarkus-container-image-util - Quarkus - Container Image - Util - Utility classes common to the container image extensions + quarkus-container-image-util + Quarkus - Container Image - Util + Utility classes common to the container image extensions diff --git a/extensions/credentials/deployment/pom.xml b/extensions/credentials/deployment/pom.xml index 846cd6a420204..377c1b12d2bf3 100644 --- a/extensions/credentials/deployment/pom.xml +++ b/extensions/credentials/deployment/pom.xml @@ -1,52 +1,50 @@ - - - quarkus-credentials-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-credentials-parent + 999-SNAPSHOT + - quarkus-credentials-deployment - Quarkus - Credentials - Deployment + quarkus-credentials-deployment + Quarkus - Credentials - Deployment - - - io.quarkus - quarkus-credentials - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - + + + io.quarkus + quarkus-credentials + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/credentials/pom.xml b/extensions/credentials/pom.xml index f7588cbfab3e1..6078312d33caf 100644 --- a/extensions/credentials/pom.xml +++ b/extensions/credentials/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-credentials-parent - Quarkus - Credentials - pom - - deployment - runtime - + quarkus-credentials-parent + pom + Quarkus - Credentials + + deployment + runtime + diff --git a/extensions/credentials/runtime/pom.xml b/extensions/credentials/runtime/pom.xml index e5e90becca4b6..efe39f37138b8 100644 --- a/extensions/credentials/runtime/pom.xml +++ b/extensions/credentials/runtime/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-credentials-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-credentials-parent + 999-SNAPSHOT + - quarkus-credentials - Quarkus - Credentials - Runtime + quarkus-credentials + Quarkus - Credentials - Runtime - - - io.quarkus.arc - arc - - + + + io.quarkus.arc + arc + + diff --git a/extensions/cyclonedx/deployment/pom.xml b/extensions/cyclonedx/deployment/pom.xml index 6ec2bd5e0da21..586454eb6f672 100644 --- a/extensions/cyclonedx/deployment/pom.xml +++ b/extensions/cyclonedx/deployment/pom.xml @@ -1,58 +1,56 @@ - - - quarkus-cyclonedx-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-cyclonedx-parent + 999-SNAPSHOT + - quarkus-cyclonedx-deployment - Quarkus - CycloneDX - Deployment + quarkus-cyclonedx-deployment + Quarkus - CycloneDX - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-bootstrap-maven-resolver - provided - - - io.quarkus - quarkus-cyclonedx - - - io.quarkus - quarkus-cyclonedx-generator - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-bootstrap-maven-resolver + provided + + + io.quarkus + quarkus-cyclonedx + + + io.quarkus + quarkus-cyclonedx-generator + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + - \ No newline at end of file + diff --git a/extensions/cyclonedx/generator/pom.xml b/extensions/cyclonedx/generator/pom.xml index 867640eeac4cd..76d121c9d773d 100644 --- a/extensions/cyclonedx/generator/pom.xml +++ b/extensions/cyclonedx/generator/pom.xml @@ -1,36 +1,34 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-cyclonedx-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-cyclonedx-parent + 999-SNAPSHOT + - quarkus-cyclonedx-generator - Quarkus - CycloneDX - Generator - Quarkus CycloneDX generator library - - - org.cyclonedx - cyclonedx-core-java - - - commons-io - commons-io - - - - - io.quarkus - quarkus-bootstrap-maven-resolver - - - io.quarkus - quarkus-bootstrap-core - - - \ No newline at end of file + quarkus-cyclonedx-generator + Quarkus - CycloneDX - Generator + Quarkus CycloneDX generator library + + + org.cyclonedx + cyclonedx-core-java + + + commons-io + commons-io + + + + + io.quarkus + quarkus-bootstrap-maven-resolver + + + io.quarkus + quarkus-bootstrap-core + + + diff --git a/extensions/cyclonedx/pom.xml b/extensions/cyclonedx/pom.xml index 82cacc744619c..c61e97b05d71e 100644 --- a/extensions/cyclonedx/pom.xml +++ b/extensions/cyclonedx/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-cyclonedx-parent - Quarkus - CycloneDX - pom - - generator - deployment - runtime - + quarkus-cyclonedx-parent + pom + Quarkus - CycloneDX + + generator + deployment + runtime + - \ No newline at end of file + diff --git a/extensions/cyclonedx/runtime/pom.xml b/extensions/cyclonedx/runtime/pom.xml index 3bc423d6da166..e43130b8a3792 100644 --- a/extensions/cyclonedx/runtime/pom.xml +++ b/extensions/cyclonedx/runtime/pom.xml @@ -1,30 +1,28 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-cyclonedx-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-cyclonedx-parent + 999-SNAPSHOT + - quarkus-cyclonedx - Quarkus - CycloneDX - Runtime - Generate application SBOM following CycloneDX specification - - - io.quarkus - quarkus-core - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - - \ No newline at end of file + quarkus-cyclonedx + Quarkus - CycloneDX - Runtime + Generate application SBOM following CycloneDX specification + + + io.quarkus + quarkus-core + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + + diff --git a/extensions/datasource/common/pom.xml b/extensions/datasource/common/pom.xml index acdedbcd44a0c..1acd25b36069c 100644 --- a/extensions/datasource/common/pom.xml +++ b/extensions/datasource/common/pom.xml @@ -1,30 +1,28 @@ - - - quarkus-datasource-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-datasource-parent + 999-SNAPSHOT + - quarkus-datasource-common - Quarkus - Datasource - Common - - - io.quarkus - quarkus-core - - - org.junit.jupiter - junit-jupiter - test - - - org.jboss.logmanager - jboss-logmanager - test - - + quarkus-datasource-common + Quarkus - Datasource - Common + + + io.quarkus + quarkus-core + + + org.junit.jupiter + junit-jupiter + test + + + org.jboss.logmanager + jboss-logmanager + test + + diff --git a/extensions/datasource/deployment-spi/pom.xml b/extensions/datasource/deployment-spi/pom.xml index 970162d4dd1f6..28bee60c6b513 100644 --- a/extensions/datasource/deployment-spi/pom.xml +++ b/extensions/datasource/deployment-spi/pom.xml @@ -1,30 +1,28 @@ - - - quarkus-datasource-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-datasource-parent + 999-SNAPSHOT + - quarkus-datasource-deployment-spi - Quarkus - Datasource - Deployment SPI + quarkus-datasource-deployment-spi + Quarkus - Datasource - Deployment SPI - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-datasource-common - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-datasource-common + + diff --git a/extensions/datasource/deployment/pom.xml b/extensions/datasource/deployment/pom.xml index a8c8776644928..c10f4723755ec 100644 --- a/extensions/datasource/deployment/pom.xml +++ b/extensions/datasource/deployment/pom.xml @@ -1,76 +1,74 @@ - - - quarkus-datasource-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-datasource-parent + 999-SNAPSHOT + - quarkus-datasource-deployment - Quarkus - Datasource - Deployment + quarkus-datasource-deployment + Quarkus - Datasource - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-credentials-deployment - - - io.quarkus - quarkus-datasource - - - io.quarkus - quarkus-datasource-dev - - - io.quarkus - quarkus-datasource-deployment-spi - - - io.quarkus - quarkus-kubernetes-service-binding-spi - - - io.quarkus - quarkus-vertx-http-dev-ui-spi - - - io.quarkus - quarkus-devservices-deployment - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-credentials-deployment + + + io.quarkus + quarkus-datasource + + + io.quarkus + quarkus-datasource-dev + + + io.quarkus + quarkus-datasource-deployment-spi + + + io.quarkus + quarkus-kubernetes-service-binding-spi + + + io.quarkus + quarkus-vertx-http-dev-ui-spi + + + io.quarkus + quarkus-devservices-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/datasource/pom.xml b/extensions/datasource/pom.xml index 90c31cbc5a9bd..4561b0f3f4e6a 100644 --- a/extensions/datasource/pom.xml +++ b/extensions/datasource/pom.xml @@ -1,23 +1,21 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-datasource-parent - Quarkus - Datasource - pom - - common - deployment - runtime - deployment-spi - runtime-dev - + quarkus-datasource-parent + pom + Quarkus - Datasource + + common + deployment + runtime + deployment-spi + runtime-dev + diff --git a/extensions/datasource/runtime-dev/pom.xml b/extensions/datasource/runtime-dev/pom.xml index 4fea4e45a1572..df4744176db56 100644 --- a/extensions/datasource/runtime-dev/pom.xml +++ b/extensions/datasource/runtime-dev/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-datasource-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-datasource-parent + 999-SNAPSHOT + - quarkus-datasource-dev - Quarkus - Datasource - Runtime Dev mode - Configure your datasources - Dev mode only - - - - ${project.groupId} - quarkus-datasource - - - \ No newline at end of file + quarkus-datasource-dev + Quarkus - Datasource - Runtime Dev mode + Configure your datasources - Dev mode only + + + + ${project.groupId} + quarkus-datasource + + + diff --git a/extensions/datasource/runtime/pom.xml b/extensions/datasource/runtime/pom.xml index 00593d62523e3..144e4fc668314 100644 --- a/extensions/datasource/runtime/pom.xml +++ b/extensions/datasource/runtime/pom.xml @@ -1,77 +1,75 @@ - - - quarkus-datasource-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-datasource-parent + 999-SNAPSHOT + - quarkus-datasource - Quarkus - Datasource - Runtime - Configure your datasources - - - io.quarkus - quarkus-core - - - io.vertx - vertx-web - true - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-datasource-common - - - io.quarkus - quarkus-credentials - - + quarkus-datasource + Quarkus - Datasource - Runtime + Configure your datasources + + + io.quarkus + quarkus-core + + + io.vertx + vertx-web + true + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-datasource-common + + + io.quarkus + quarkus-credentials + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - process-resources - - extension-descriptor - - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + process-resources + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/devservices/common/pom.xml b/extensions/devservices/common/pom.xml index c622787d1ab1a..f49f1a3c24d14 100644 --- a/extensions/devservices/common/pom.xml +++ b/extensions/devservices/common/pom.xml @@ -1,55 +1,53 @@ - - - quarkus-devservices-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-devservices-parent + 999-SNAPSHOT + - quarkus-devservices-common - Quarkus - DevServices - Common + quarkus-devservices-common + Quarkus - DevServices - Common - - - com.github.docker-java - docker-java-api - - - org.jboss.logging - jboss-logging - - - org.testcontainers - testcontainers - - - junit - junit - - - - - - commons-codec - commons-codec - - - io.quarkus - quarkus-junit4-mock - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-datasource-common - - + + commons-codec + commons-codec + + + io.quarkus + quarkus-junit4-mock + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-datasource-common + + diff --git a/extensions/devservices/db2/pom.xml b/extensions/devservices/db2/pom.xml index 3f2a313fff6b8..9ae60c01b13f9 100644 --- a/extensions/devservices/db2/pom.xml +++ b/extensions/devservices/db2/pom.xml @@ -1,69 +1,67 @@ - - - quarkus-devservices-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-devservices-parent + 999-SNAPSHOT + - quarkus-devservices-db2 - Quarkus - DevServices - DB2 - - - io.quarkus - quarkus-datasource-deployment-spi - - - org.testcontainers - db2 - - - junit - junit - - - - - io.quarkus - quarkus-devservices-common - - - com.ibm.db2 - jcc - - - org.junit.jupiter - junit-jupiter - test - - - org.jboss.logmanager - jboss-logmanager - test - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-devservices-db2 + Quarkus - DevServices - DB2 + + + io.quarkus + quarkus-datasource-deployment-spi + + + org.testcontainers + db2 + + + junit + junit + + + + + io.quarkus + quarkus-devservices-common + + + com.ibm.db2 + jcc + + + org.junit.jupiter + junit-jupiter + test + + + org.jboss.logmanager + jboss-logmanager + test + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/devservices/deployment/pom.xml b/extensions/devservices/deployment/pom.xml index 64f2514c45562..f5d38ff4cdfb0 100644 --- a/extensions/devservices/deployment/pom.xml +++ b/extensions/devservices/deployment/pom.xml @@ -1,59 +1,57 @@ - - - quarkus-devservices-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-devservices-parent + 999-SNAPSHOT + - quarkus-devservices-deployment - Quarkus - DevServices - Deployment + quarkus-devservices-deployment + Quarkus - DevServices - Deployment - - - io.quarkus - quarkus-devservices-common - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-core-deployment - - - org.yaml - snakeyaml - - - io.quarkus - quarkus-junit5-internal - test - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-devservices-common + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-core-deployment + + + org.yaml + snakeyaml + + + io.quarkus + quarkus-junit5-internal + test + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/devservices/derby/pom.xml b/extensions/devservices/derby/pom.xml index 203c6f0fa0206..48d8ec9663e68 100644 --- a/extensions/devservices/derby/pom.xml +++ b/extensions/devservices/derby/pom.xml @@ -1,59 +1,57 @@ - - - quarkus-devservices-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-devservices-parent + 999-SNAPSHOT + - quarkus-devservices-derby - Quarkus - DevServices - Derby - - - io.quarkus - quarkus-datasource-deployment-spi - - - org.apache.derby - derbynet - - - org.apache.derby - derbytools - - - org.junit.jupiter - junit-jupiter - test - - - org.jboss.logmanager - jboss-logmanager - test - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-devservices-derby + Quarkus - DevServices - Derby + + + io.quarkus + quarkus-datasource-deployment-spi + + + org.apache.derby + derbynet + + + org.apache.derby + derbytools + + + org.junit.jupiter + junit-jupiter + test + + + org.jboss.logmanager + jboss-logmanager + test + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/devservices/h2/pom.xml b/extensions/devservices/h2/pom.xml index b539ca022961b..297e67484eaeb 100644 --- a/extensions/devservices/h2/pom.xml +++ b/extensions/devservices/h2/pom.xml @@ -1,55 +1,53 @@ - - - quarkus-devservices-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-devservices-parent + 999-SNAPSHOT + - quarkus-devservices-h2 - Quarkus - DevServices - H2 - - - io.quarkus - quarkus-datasource-deployment-spi - - - com.h2database - h2 - - - org.junit.jupiter - junit-jupiter - test - - - org.jboss.logmanager - jboss-logmanager - test - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-devservices-h2 + Quarkus - DevServices - H2 + + + io.quarkus + quarkus-datasource-deployment-spi + + + com.h2database + h2 + + + org.junit.jupiter + junit-jupiter + test + + + org.jboss.logmanager + jboss-logmanager + test + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/devservices/keycloak/pom.xml b/extensions/devservices/keycloak/pom.xml index c2dda879665ce..ebe041d086523 100644 --- a/extensions/devservices/keycloak/pom.xml +++ b/extensions/devservices/keycloak/pom.xml @@ -1,61 +1,59 @@ - - - quarkus-devservices-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-devservices-parent + 999-SNAPSHOT + - quarkus-devservices-keycloak - Quarkus - DevServices - Keycloak - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-devservices-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-mutiny-deployment - - - io.smallrye.reactive - smallrye-mutiny-vertx-web-client - - - org.keycloak - keycloak-client-common-synced - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-devservices-keycloak + Quarkus - DevServices - Keycloak + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-devservices-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-mutiny-deployment + + + io.smallrye.reactive + smallrye-mutiny-vertx-web-client + + + org.keycloak + keycloak-client-common-synced + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/devservices/mariadb/pom.xml b/extensions/devservices/mariadb/pom.xml index 31cdb0c8d4035..8d418076ff841 100644 --- a/extensions/devservices/mariadb/pom.xml +++ b/extensions/devservices/mariadb/pom.xml @@ -1,75 +1,73 @@ - - - quarkus-devservices-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-devservices-parent + 999-SNAPSHOT + - quarkus-devservices-mariadb - Quarkus - DevServices - MariaDB - - - io.quarkus - quarkus-datasource-deployment-spi - - - org.testcontainers - mariadb - - - junit - junit - - - - - io.quarkus - quarkus-devservices-common - - - org.mariadb.jdbc - mariadb-java-client - - - org.junit.jupiter - junit-jupiter - test - - - org.jboss.logmanager - jboss-logmanager - test - - - - - - src/main/resources - true - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-devservices-mariadb + Quarkus - DevServices - MariaDB + + + io.quarkus + quarkus-datasource-deployment-spi + + + org.testcontainers + mariadb + + + junit + junit + + + + + io.quarkus + quarkus-devservices-common + + + org.mariadb.jdbc + mariadb-java-client + + + org.junit.jupiter + junit-jupiter + test + + + org.jboss.logmanager + jboss-logmanager + test + + + + + + true + src/main/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/devservices/mssql/pom.xml b/extensions/devservices/mssql/pom.xml index 7ac4287407ea2..8914d57b386ba 100644 --- a/extensions/devservices/mssql/pom.xml +++ b/extensions/devservices/mssql/pom.xml @@ -1,75 +1,73 @@ - - - quarkus-devservices-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-devservices-parent + 999-SNAPSHOT + - quarkus-devservices-mssql - Quarkus - DevServices - MSSQL - - - io.quarkus - quarkus-datasource-deployment-spi - - - org.testcontainers - mssqlserver - - - junit - junit - - - - - io.quarkus - quarkus-devservices-common - - - com.microsoft.sqlserver - mssql-jdbc - - - org.junit.jupiter - junit-jupiter - test - - - org.jboss.logmanager - jboss-logmanager - test - - - - - - src/main/resources - true - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-devservices-mssql + Quarkus - DevServices - MSSQL + + + io.quarkus + quarkus-datasource-deployment-spi + + + org.testcontainers + mssqlserver + + + junit + junit + + + + + io.quarkus + quarkus-devservices-common + + + com.microsoft.sqlserver + mssql-jdbc + + + org.junit.jupiter + junit-jupiter + test + + + org.jboss.logmanager + jboss-logmanager + test + + + + + + true + src/main/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/devservices/mysql/pom.xml b/extensions/devservices/mysql/pom.xml index d3e5a8d3baa96..1cc300db5f6fd 100644 --- a/extensions/devservices/mysql/pom.xml +++ b/extensions/devservices/mysql/pom.xml @@ -1,75 +1,73 @@ - - - quarkus-devservices-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-devservices-parent + 999-SNAPSHOT + - quarkus-devservices-mysql - Quarkus - DevServices - MySQL - - - io.quarkus - quarkus-datasource-deployment-spi - - - org.testcontainers - mysql - - - junit - junit - - - - - io.quarkus - quarkus-devservices-common - - - org.junit.jupiter - junit-jupiter - test - - - org.jboss.logmanager - jboss-logmanager - test - - - com.mysql - mysql-connector-j - - - - - - src/main/resources - true - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-devservices-mysql + Quarkus - DevServices - MySQL + + + io.quarkus + quarkus-datasource-deployment-spi + + + org.testcontainers + mysql + + + junit + junit + + + + + io.quarkus + quarkus-devservices-common + + + org.junit.jupiter + junit-jupiter + test + + + org.jboss.logmanager + jboss-logmanager + test + + + com.mysql + mysql-connector-j + + + + + + true + src/main/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/devservices/oidc/pom.xml b/extensions/devservices/oidc/pom.xml index ec198748674a6..f6ca207e40266 100644 --- a/extensions/devservices/oidc/pom.xml +++ b/extensions/devservices/oidc/pom.xml @@ -1,53 +1,51 @@ - - - quarkus-devservices-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-devservices-parent + 999-SNAPSHOT + - quarkus-devservices-oidc - Quarkus - DevServices - OIDC - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-devservices-common - - - io.smallrye.reactive - smallrye-mutiny-vertx-web - - - io.smallrye - smallrye-jwt-build - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-devservices-oidc + Quarkus - DevServices - OIDC + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-devservices-common + + + io.smallrye.reactive + smallrye-mutiny-vertx-web + + + io.smallrye + smallrye-jwt-build + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/devservices/oracle/pom.xml b/extensions/devservices/oracle/pom.xml index 6fb8e48b17aa4..4e295a1137410 100644 --- a/extensions/devservices/oracle/pom.xml +++ b/extensions/devservices/oracle/pom.xml @@ -1,75 +1,73 @@ - - - quarkus-devservices-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-devservices-parent + 999-SNAPSHOT + - quarkus-devservices-oracle - Quarkus - DevServices - Oracle - - - io.quarkus - quarkus-datasource-deployment-spi - - - org.testcontainers - oracle-xe - - - junit - junit - - - - - io.quarkus - quarkus-devservices-common - - - com.oracle.database.jdbc - ojdbc17 - - - org.junit.jupiter - junit-jupiter - test - - - org.jboss.logmanager - jboss-logmanager - test - - - - - - src/main/resources - true - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-devservices-oracle + Quarkus - DevServices - Oracle + + + io.quarkus + quarkus-datasource-deployment-spi + + + org.testcontainers + oracle-xe + + + junit + junit + + + + + io.quarkus + quarkus-devservices-common + + + com.oracle.database.jdbc + ojdbc17 + + + org.junit.jupiter + junit-jupiter + test + + + org.jboss.logmanager + jboss-logmanager + test + + + + + + true + src/main/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/devservices/pom.xml b/extensions/devservices/pom.xml index fc3e4fae0d123..72ba31dc80a36 100644 --- a/extensions/devservices/pom.xml +++ b/extensions/devservices/pom.xml @@ -1,35 +1,31 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-devservices-parent - Quarkus - DevServices - - DevServices allows Quarkus to automatically configure and start databases and other containers in - dev and test mode. - - pom - - postgresql - mysql - mariadb - h2 - derby - mssql - db2 - oracle - common - deployment - keycloak - oidc - + quarkus-devservices-parent + pom + Quarkus - DevServices + DevServices allows Quarkus to automatically configure and start databases and other containers in + dev and test mode. + + postgresql + mysql + mariadb + h2 + derby + mssql + db2 + oracle + common + deployment + keycloak + oidc + diff --git a/extensions/devservices/postgresql/pom.xml b/extensions/devservices/postgresql/pom.xml index 54c639c2528a0..16d592c68395b 100644 --- a/extensions/devservices/postgresql/pom.xml +++ b/extensions/devservices/postgresql/pom.xml @@ -1,75 +1,73 @@ - - - quarkus-devservices-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-devservices-parent + 999-SNAPSHOT + - quarkus-devservices-postgresql - Quarkus - DevServices - Postgresql - - - io.quarkus - quarkus-datasource-deployment-spi - - - org.testcontainers - postgresql - - - junit - junit - - - - - io.quarkus - quarkus-devservices-common - - - org.postgresql - postgresql - - - org.junit.jupiter - junit-jupiter - test - - - org.jboss.logmanager - jboss-logmanager - test - - - - - - src/main/resources - true - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-devservices-postgresql + Quarkus - DevServices - Postgresql + + + io.quarkus + quarkus-datasource-deployment-spi + + + org.testcontainers + postgresql + + + junit + junit + + + + + io.quarkus + quarkus-devservices-common + + + org.postgresql + postgresql + + + org.junit.jupiter + junit-jupiter + test + + + org.jboss.logmanager + jboss-logmanager + test + + + + + + true + src/main/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/elasticsearch-java-client/deployment/pom.xml b/extensions/elasticsearch-java-client/deployment/pom.xml index f0fc3af2af906..d25d5441a82dd 100644 --- a/extensions/elasticsearch-java-client/deployment/pom.xml +++ b/extensions/elasticsearch-java-client/deployment/pom.xml @@ -1,62 +1,59 @@ - - - io.quarkus - quarkus-elasticsearch-java-client-parent - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-elasticsearch-java-client-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elasticsearch-java-client-deployment - Quarkus - Elasticsearch Java client - Deployment + quarkus-elasticsearch-java-client-deployment + Quarkus - Elasticsearch Java client - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-elasticsearch-rest-client-common-deployment - - - io.quarkus - quarkus-elasticsearch-rest-client-deployment - - - io.quarkus - quarkus-jackson-deployment - - - io.quarkus - quarkus-elasticsearch-java-client - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-elasticsearch-rest-client-common-deployment + + + io.quarkus + quarkus-elasticsearch-rest-client-deployment + + + io.quarkus + quarkus-jackson-deployment + + + io.quarkus + quarkus-elasticsearch-java-client + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/elasticsearch-java-client/pom.xml b/extensions/elasticsearch-java-client/pom.xml index 9b43c99349761..3d04ef55cef53 100644 --- a/extensions/elasticsearch-java-client/pom.xml +++ b/extensions/elasticsearch-java-client/pom.xml @@ -1,23 +1,21 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elasticsearch-java-client-parent - Quarkus - Elasticsearch Java client - Parent - pom + quarkus-elasticsearch-java-client-parent + pom + Quarkus - Elasticsearch Java client - Parent - - deployment - runtime - + + deployment + runtime + - \ No newline at end of file + diff --git a/extensions/elasticsearch-java-client/runtime/pom.xml b/extensions/elasticsearch-java-client/runtime/pom.xml index 3cf0fb1a90a74..1d1bf178cea33 100644 --- a/extensions/elasticsearch-java-client/runtime/pom.xml +++ b/extensions/elasticsearch-java-client/runtime/pom.xml @@ -1,77 +1,74 @@ - - - io.quarkus - quarkus-elasticsearch-java-client-parent - 999-SNAPSHOT - ../pom.xml - - 4.0.0 - - quarkus-elasticsearch-java-client - Quarkus - Elasticsearch Java client - Runtime - Connect to an Elasticsearch cluster using the Java client + + 4.0.0 + + io.quarkus + quarkus-elasticsearch-java-client-parent + 999-SNAPSHOT + ../pom.xml + - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-elasticsearch-rest-client-common - - - io.quarkus - quarkus-elasticsearch-rest-client - - - io.quarkus - quarkus-jackson - - - org.jboss.logmanager - log4j2-jboss-logmanager - + quarkus-elasticsearch-java-client + Quarkus - Elasticsearch Java client - Runtime + Connect to an Elasticsearch cluster using the Java client - - co.elastic.clients - elasticsearch-java - - - org.graalvm.sdk - nativeimage - provided - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-elasticsearch-rest-client-common + + + io.quarkus + quarkus-elasticsearch-rest-client + + + io.quarkus + quarkus-jackson + + + org.jboss.logmanager + log4j2-jboss-logmanager + + + co.elastic.clients + elasticsearch-java + + + org.graalvm.sdk + nativeimage + provided + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/elasticsearch-rest-client-common/deployment/pom.xml b/extensions/elasticsearch-rest-client-common/deployment/pom.xml index f5058b591d054..6573f74ec7052 100644 --- a/extensions/elasticsearch-rest-client-common/deployment/pom.xml +++ b/extensions/elasticsearch-rest-client-common/deployment/pom.xml @@ -1,69 +1,67 @@ - - - quarkus-elasticsearch-rest-client-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-elasticsearch-rest-client-common-parent + 999-SNAPSHOT + - quarkus-elasticsearch-rest-client-common-deployment - Quarkus - Elasticsearch REST client common - Deployment + quarkus-elasticsearch-rest-client-common-deployment + Quarkus - Elasticsearch REST client common - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-apache-httpclient-deployment - - - io.quarkus - quarkus-elasticsearch-rest-client-common - - - io.quarkus - quarkus-devservices-deployment - - - org.testcontainers - elasticsearch - - - junit - junit - - - - - org.opensearch - opensearch-testcontainers - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-apache-httpclient-deployment + + + io.quarkus + quarkus-elasticsearch-rest-client-common + + + io.quarkus + quarkus-devservices-deployment + + + org.testcontainers + elasticsearch + + + junit + junit + + + + + org.opensearch + opensearch-testcontainers + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/elasticsearch-rest-client-common/pom.xml b/extensions/elasticsearch-rest-client-common/pom.xml index 186615e41e0e5..835aba2c607a2 100644 --- a/extensions/elasticsearch-rest-client-common/pom.xml +++ b/extensions/elasticsearch-rest-client-common/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elasticsearch-rest-client-common-parent - Quarkus - Elasticsearch client common - pom - - deployment - runtime - + quarkus-elasticsearch-rest-client-common-parent + pom + Quarkus - Elasticsearch client common + + deployment + runtime + diff --git a/extensions/elasticsearch-rest-client-common/runtime/pom.xml b/extensions/elasticsearch-rest-client-common/runtime/pom.xml index 9c124bb6425b1..19180b058396d 100644 --- a/extensions/elasticsearch-rest-client-common/runtime/pom.xml +++ b/extensions/elasticsearch-rest-client-common/runtime/pom.xml @@ -1,80 +1,78 @@ - - - quarkus-elasticsearch-rest-client-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-elasticsearch-rest-client-common-parent + 999-SNAPSHOT + - quarkus-elasticsearch-rest-client-common - Quarkus - Elasticsearch REST client common - Runtime - Elasticsearch REST client common - - - io.quarkus - quarkus-core - - - org.elasticsearch.client - elasticsearch-rest-client - - - commons-logging - commons-logging - - - - - io.quarkus - quarkus-apache-httpclient - - - org.jboss.logging - commons-logging-jboss-logging - - - org.elasticsearch.client - elasticsearch-rest-client-sniffer - - - commons-logging - commons-logging - - - - - org.graalvm.sdk - nativeimage - provided - - + quarkus-elasticsearch-rest-client-common + Quarkus - Elasticsearch REST client common - Runtime + Elasticsearch REST client common + + + io.quarkus + quarkus-core + + + org.elasticsearch.client + elasticsearch-rest-client + + + commons-logging + commons-logging + + + + + io.quarkus + quarkus-apache-httpclient + + + org.jboss.logging + commons-logging-jboss-logging + + + org.elasticsearch.client + elasticsearch-rest-client-sniffer + + + commons-logging + commons-logging + + + + + org.graalvm.sdk + nativeimage + provided + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/elasticsearch-rest-client/deployment/pom.xml b/extensions/elasticsearch-rest-client/deployment/pom.xml index 8ee15d8d4f419..314432d05819b 100644 --- a/extensions/elasticsearch-rest-client/deployment/pom.xml +++ b/extensions/elasticsearch-rest-client/deployment/pom.xml @@ -1,105 +1,103 @@ - - 4.0.0 - - io.quarkus - quarkus-elasticsearch-rest-client-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-elasticsearch-rest-client-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elasticsearch-rest-client-deployment - Quarkus - Elasticsearch REST client - Deployment + quarkus-elasticsearch-rest-client-deployment + Quarkus - Elasticsearch REST client - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-elasticsearch-rest-client-common-deployment - - - io.quarkus - quarkus-elasticsearch-rest-client - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-smallrye-health-spi - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-elasticsearch-rest-client-common-deployment + + + io.quarkus + quarkus-elasticsearch-rest-client + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-smallrye-health-spi + - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-resteasy-jackson-deployment - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-resteasy-jackson-deployment + test + + + io.rest-assured + rest-assured + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + + test-elasticsearch + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + - - - - - test-elasticsearch - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - - - + + + diff --git a/extensions/elasticsearch-rest-client/pom.xml b/extensions/elasticsearch-rest-client/pom.xml index 3fe3538d20f32..107f77fd08e64 100644 --- a/extensions/elasticsearch-rest-client/pom.xml +++ b/extensions/elasticsearch-rest-client/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elasticsearch-rest-client-parent - Quarkus - Elasticsearch REST client - Parent - pom + quarkus-elasticsearch-rest-client-parent + pom + Quarkus - Elasticsearch REST client - Parent - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/elasticsearch-rest-client/runtime/pom.xml b/extensions/elasticsearch-rest-client/runtime/pom.xml index 5ec27e8ec4f81..b5328a6adf188 100644 --- a/extensions/elasticsearch-rest-client/runtime/pom.xml +++ b/extensions/elasticsearch-rest-client/runtime/pom.xml @@ -1,62 +1,60 @@ - - 4.0.0 - - io.quarkus - quarkus-elasticsearch-rest-client-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-elasticsearch-rest-client-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elasticsearch-rest-client - Quarkus - Elasticsearch REST client - Runtime - Connect to an Elasticsearch cluster using the REST low level client + quarkus-elasticsearch-rest-client + Quarkus - Elasticsearch REST client - Runtime + Connect to an Elasticsearch cluster using the REST low level client - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-elasticsearch-rest-client-common - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-smallrye-health - true - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-elasticsearch-rest-client-common + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-smallrye-health + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/elytron-security-common/deployment/pom.xml b/extensions/elytron-security-common/deployment/pom.xml index c4ca6917afe7a..6efe2b34fe3ec 100644 --- a/extensions/elytron-security-common/deployment/pom.xml +++ b/extensions/elytron-security-common/deployment/pom.xml @@ -1,47 +1,45 @@ - - - quarkus-elytron-security-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-elytron-security-common-parent + 999-SNAPSHOT + - quarkus-elytron-security-common-deployment - Quarkus - Elytron Security - Common - Deployment + quarkus-elytron-security-common-deployment + Quarkus - Elytron Security - Common - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-elytron-security-common - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-elytron-security-common + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/elytron-security-common/pom.xml b/extensions/elytron-security-common/pom.xml index 2172b9de5e91a..401abc6955953 100644 --- a/extensions/elytron-security-common/pom.xml +++ b/extensions/elytron-security-common/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elytron-security-common-parent - Quarkus - Elytron Security - Common - pom - - deployment - runtime - + quarkus-elytron-security-common-parent + pom + Quarkus - Elytron Security - Common + + deployment + runtime + diff --git a/extensions/elytron-security-common/runtime/pom.xml b/extensions/elytron-security-common/runtime/pom.xml index f2faa3efd3380..363b1f0750ca6 100644 --- a/extensions/elytron-security-common/runtime/pom.xml +++ b/extensions/elytron-security-common/runtime/pom.xml @@ -1,77 +1,75 @@ - - - quarkus-elytron-security-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-elytron-security-common-parent + 999-SNAPSHOT + - quarkus-elytron-security-common - Quarkus - Elytron Security - Common - Runtime - Common components to secure your applications via Elytron - - - io.quarkus - quarkus-core - - - org.graalvm.sdk - nativeimage - provided - - - org.wildfly.security - wildfly-elytron-credential - - - org.wildfly.security - wildfly-elytron-password-impl - - - io.quarkus - quarkus-junit5-internal - test - - + quarkus-elytron-security-common + Quarkus - Elytron Security - Common - Runtime + Common components to secure your applications via Elytron + + + io.quarkus + quarkus-core + + + org.graalvm.sdk + nativeimage + provided + + + org.wildfly.security + wildfly-elytron-credential + + + org.wildfly.security + wildfly-elytron-password-impl + + + io.quarkus + quarkus-junit5-internal + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.wildfly.security:wildfly-elytron-credential - org.wildfly.security:wildfly-elytron-asn1 - org.wildfly.security:wildfly-elytron-keystore - org.wildfly.security:wildfly-elytron-provider-util - org.wildfly.security:wildfly-elytron-x500 - org.wildfly.security:wildfly-elytron-util - org.wildfly.security:wildfly-elytron-base - org.wildfly.security:wildfly-elytron-password-impl - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.wildfly.security:wildfly-elytron-credential + org.wildfly.security:wildfly-elytron-asn1 + org.wildfly.security:wildfly-elytron-keystore + org.wildfly.security:wildfly-elytron-provider-util + org.wildfly.security:wildfly-elytron-x500 + org.wildfly.security:wildfly-elytron-util + org.wildfly.security:wildfly-elytron-base + org.wildfly.security:wildfly-elytron-password-impl + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/elytron-security-jdbc/deployment/pom.xml b/extensions/elytron-security-jdbc/deployment/pom.xml index 69fa9594ae2bd..dda1a26b3d7d8 100644 --- a/extensions/elytron-security-jdbc/deployment/pom.xml +++ b/extensions/elytron-security-jdbc/deployment/pom.xml @@ -1,103 +1,101 @@ - - 4.0.0 - - io.quarkus - quarkus-elytron-security-jdbc-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-elytron-security-jdbc-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elytron-security-jdbc-deployment - Quarkus - Elytron Security JDBC - Deployment + quarkus-elytron-security-jdbc-deployment + Quarkus - Elytron Security JDBC - Deployment - - - io.quarkus - quarkus-elytron-security-jdbc - + + + io.quarkus + quarkus-elytron-security-jdbc + - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-elytron-security-deployment - - - io.quarkus - quarkus-agroal-deployment - + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-elytron-security-deployment + + + io.quarkus + quarkus-agroal-deployment + - - io.quarkus - quarkus-undertow-deployment - test - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - io.quarkus - quarkus-test-h2 - test - - - io.quarkus - quarkus-jdbc-h2-deployment - test - - + + io.quarkus + quarkus-undertow-deployment + test + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + io.quarkus + quarkus-test-h2 + test + + + io.quarkus + quarkus-jdbc-h2-deployment + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/elytron-security-jdbc/pom.xml b/extensions/elytron-security-jdbc/pom.xml index 3fa5d6b19e361..ef330e79a1459 100644 --- a/extensions/elytron-security-jdbc/pom.xml +++ b/extensions/elytron-security-jdbc/pom.xml @@ -1,21 +1,19 @@ - - 4.0.0 - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elytron-security-jdbc-parent - Quarkus - Elytron Security JDBC + quarkus-elytron-security-jdbc-parent - pom - - deployment - runtime - + pom + Quarkus - Elytron Security JDBC + + deployment + runtime + diff --git a/extensions/elytron-security-jdbc/runtime/pom.xml b/extensions/elytron-security-jdbc/runtime/pom.xml index f37c4b615b3bf..2662448ae82c6 100644 --- a/extensions/elytron-security-jdbc/runtime/pom.xml +++ b/extensions/elytron-security-jdbc/runtime/pom.xml @@ -1,69 +1,67 @@ - - 4.0.0 - - io.quarkus - quarkus-elytron-security-jdbc-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-elytron-security-jdbc-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elytron-security-jdbc - Quarkus - Elytron Security JDBC - Runtime - Secure your applications with username/password stored in a database - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-elytron-security - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-agroal - - - org.wildfly.security - wildfly-elytron-realm-jdbc - - + quarkus-elytron-security-jdbc + Quarkus - Elytron Security JDBC - Runtime + Secure your applications with username/password stored in a database + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-elytron-security + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-agroal + + + org.wildfly.security + wildfly-elytron-realm-jdbc + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.security.elytron.jdbc - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.security.elytron.jdbc + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/elytron-security-ldap/deployment/pom.xml b/extensions/elytron-security-ldap/deployment/pom.xml index 00307cca2130d..fad4293d5bfc4 100644 --- a/extensions/elytron-security-ldap/deployment/pom.xml +++ b/extensions/elytron-security-ldap/deployment/pom.xml @@ -1,83 +1,81 @@ - - 4.0.0 - - io.quarkus - quarkus-elytron-security-ldap-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-elytron-security-ldap-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elytron-security-ldap-deployment - Quarkus - Elytron Security LDAP - Deployment + quarkus-elytron-security-ldap-deployment + Quarkus - Elytron Security LDAP - Deployment - - - io.quarkus - quarkus-elytron-security-ldap - + + + io.quarkus + quarkus-elytron-security-ldap + - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-elytron-security-deployment - + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-elytron-security-deployment + - - io.quarkus - quarkus-undertow-deployment - test - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-test-ldap - test - - + + io.quarkus + quarkus-undertow-deployment + test + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-test-ldap + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/elytron-security-ldap/pom.xml b/extensions/elytron-security-ldap/pom.xml index c7f782508322a..0f4eea4d539bc 100644 --- a/extensions/elytron-security-ldap/pom.xml +++ b/extensions/elytron-security-ldap/pom.xml @@ -1,21 +1,19 @@ - - 4.0.0 - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elytron-security-ldap-parent - Quarkus - Elytron Security LDAP + quarkus-elytron-security-ldap-parent - pom - - deployment - runtime - + pom + Quarkus - Elytron Security LDAP + + deployment + runtime + diff --git a/extensions/elytron-security-ldap/runtime/pom.xml b/extensions/elytron-security-ldap/runtime/pom.xml index b9031ce88b606..969b4597bcbeb 100644 --- a/extensions/elytron-security-ldap/runtime/pom.xml +++ b/extensions/elytron-security-ldap/runtime/pom.xml @@ -1,65 +1,63 @@ - - 4.0.0 - - io.quarkus - quarkus-elytron-security-ldap-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-elytron-security-ldap-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elytron-security-ldap - Quarkus - Elytron Security LDAP - Runtime - Secure your applications with username/password via LDAP - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-elytron-security - - - io.quarkus - quarkus-arc - - - org.wildfly.security - wildfly-elytron-realm-ldap - - + quarkus-elytron-security-ldap + Quarkus - Elytron Security LDAP - Runtime + Secure your applications with username/password via LDAP + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-elytron-security + + + io.quarkus + quarkus-arc + + + org.wildfly.security + wildfly-elytron-realm-ldap + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.security.elytron.ldap - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.security.elytron.ldap + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/elytron-security-oauth2/deployment/pom.xml b/extensions/elytron-security-oauth2/deployment/pom.xml index 7aa85344d655c..1ad0c9c592173 100644 --- a/extensions/elytron-security-oauth2/deployment/pom.xml +++ b/extensions/elytron-security-oauth2/deployment/pom.xml @@ -1,67 +1,65 @@ - - - quarkus-elytron-security-oauth2-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-elytron-security-oauth2-parent + 999-SNAPSHOT + - quarkus-elytron-security-oauth2-deployment - Quarkus - Security OAuth2 - Deployment + quarkus-elytron-security-oauth2-deployment + Quarkus - Security OAuth2 - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-elytron-security-oauth2 - - - io.quarkus - quarkus-elytron-security-deployment - - - - io.quarkus - quarkus-jsonp-deployment - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-elytron-security-oauth2 + + + io.quarkus + quarkus-elytron-security-deployment + + + + io.quarkus + quarkus-jsonp-deployment + - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/elytron-security-oauth2/pom.xml b/extensions/elytron-security-oauth2/pom.xml index ad71d1fd4080a..99aea04665708 100644 --- a/extensions/elytron-security-oauth2/pom.xml +++ b/extensions/elytron-security-oauth2/pom.xml @@ -1,23 +1,20 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elytron-security-oauth2-parent - Quarkus - Security OAuth2 - - pom - - runtime - deployment - + quarkus-elytron-security-oauth2-parent + pom + Quarkus - Security OAuth2 + + runtime + deployment + diff --git a/extensions/elytron-security-oauth2/runtime/pom.xml b/extensions/elytron-security-oauth2/runtime/pom.xml index 52ce3677e7b9b..b230e9b425e7e 100644 --- a/extensions/elytron-security-oauth2/runtime/pom.xml +++ b/extensions/elytron-security-oauth2/runtime/pom.xml @@ -1,61 +1,59 @@ - - - quarkus-elytron-security-oauth2-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-elytron-security-oauth2-parent + 999-SNAPSHOT + - quarkus-elytron-security-oauth2 - Quarkus - Security OAuth2 - Runtime - Secure your applications with OAuth2 opaque tokens - - - io.quarkus - quarkus-elytron-security - - - - io.quarkus - quarkus-jsonp - - - org.wildfly.security - wildfly-elytron-realm-token - - + quarkus-elytron-security-oauth2 + Quarkus - Security OAuth2 - Runtime + Secure your applications with OAuth2 opaque tokens + + + io.quarkus + quarkus-elytron-security + + + + io.quarkus + quarkus-jsonp + + + org.wildfly.security + wildfly-elytron-realm-token + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.security.elytron.oauth2 - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.security.elytron.oauth2 + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/elytron-security-properties-file/deployment/pom.xml b/extensions/elytron-security-properties-file/deployment/pom.xml index 2d450894891a8..4816f92678381 100644 --- a/extensions/elytron-security-properties-file/deployment/pom.xml +++ b/extensions/elytron-security-properties-file/deployment/pom.xml @@ -1,74 +1,72 @@ - - - quarkus-elytron-security-properties-file-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-elytron-security-properties-file-parent + 999-SNAPSHOT + - quarkus-elytron-security-properties-file-deployment - Quarkus - Elytron Security Properties File - Deployment + quarkus-elytron-security-properties-file-deployment + Quarkus - Elytron Security Properties File - Deployment - - - io.quarkus - quarkus-core-deployment - - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.quarkus - quarkus-elytron-security-deployment - - - io.quarkus - quarkus-elytron-security-properties-file - + + + io.quarkus + quarkus-core-deployment + + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.quarkus + quarkus-elytron-security-deployment + + + io.quarkus + quarkus-elytron-security-properties-file + - - io.quarkus - quarkus-undertow-deployment - test - + + io.quarkus + quarkus-undertow-deployment + test + - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/elytron-security-properties-file/pom.xml b/extensions/elytron-security-properties-file/pom.xml index 21fc44bf232ae..74197ecc42976 100644 --- a/extensions/elytron-security-properties-file/pom.xml +++ b/extensions/elytron-security-properties-file/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elytron-security-properties-file-parent - Quarkus - Elytron Security Properties File - pom - - deployment - runtime - + quarkus-elytron-security-properties-file-parent + pom + Quarkus - Elytron Security Properties File + + deployment + runtime + diff --git a/extensions/elytron-security-properties-file/runtime/pom.xml b/extensions/elytron-security-properties-file/runtime/pom.xml index e7c78c78d9136..0aa29bbce2dee 100644 --- a/extensions/elytron-security-properties-file/runtime/pom.xml +++ b/extensions/elytron-security-properties-file/runtime/pom.xml @@ -1,89 +1,87 @@ - - - quarkus-elytron-security-properties-file-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-elytron-security-properties-file-parent + 999-SNAPSHOT + - quarkus-elytron-security-properties-file - Quarkus - Elytron Security Properties File - Runtime - Secure your applications using properties files - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-elytron-security - - - org.wildfly.security - wildfly-elytron-auth-server - - - org.wildfly.security - wildfly-elytron-password-impl - - - org.wildfly.security - wildfly-elytron-realm - - - io.quarkus - quarkus-security - - - io.quarkus.security - quarkus-security - - - javax.enterprise - cdi-api - - - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - jakarta.authorization - jakarta.authorization-api - - - jakarta.authentication - jakarta.authentication-api - - + quarkus-elytron-security-properties-file + Quarkus - Elytron Security Properties File - Runtime + Secure your applications using properties files + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-elytron-security + + + org.wildfly.security + wildfly-elytron-auth-server + + + org.wildfly.security + wildfly-elytron-password-impl + + + org.wildfly.security + wildfly-elytron-realm + + + io.quarkus + quarkus-security + + + io.quarkus.security + quarkus-security + + + javax.enterprise + cdi-api + + + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + + jakarta.authorization + jakarta.authorization-api + + + jakarta.authentication + jakarta.authentication-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/elytron-security/deployment/pom.xml b/extensions/elytron-security/deployment/pom.xml index 7b6b2b4e29164..70e57e85d956d 100644 --- a/extensions/elytron-security/deployment/pom.xml +++ b/extensions/elytron-security/deployment/pom.xml @@ -1,82 +1,80 @@ - - - quarkus-elytron-security-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-elytron-security-parent + 999-SNAPSHOT + - quarkus-elytron-security-deployment - Quarkus - Elytron Security - Deployment + quarkus-elytron-security-deployment + Quarkus - Elytron Security - Deployment - - - io.quarkus - quarkus-core-deployment - - - + - - io.quarkus - quarkus-elytron-security-common-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-elytron-security - - - io.quarkus - quarkus-security-deployment - - - io.quarkus - quarkus-undertow-deployment - test - + + io.quarkus + quarkus-elytron-security-common-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-elytron-security + + + io.quarkus + quarkus-security-deployment + + + io.quarkus + quarkus-undertow-deployment + test + - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/elytron-security/pom.xml b/extensions/elytron-security/pom.xml index 00650552699be..1d819b0dbbb70 100644 --- a/extensions/elytron-security/pom.xml +++ b/extensions/elytron-security/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elytron-security-parent - Quarkus - Elytron Security - pom - - deployment - runtime - + quarkus-elytron-security-parent + pom + Quarkus - Elytron Security + + deployment + runtime + diff --git a/extensions/elytron-security/runtime/pom.xml b/extensions/elytron-security/runtime/pom.xml index b0b27e476033b..78a1b1dba0d57 100644 --- a/extensions/elytron-security/runtime/pom.xml +++ b/extensions/elytron-security/runtime/pom.xml @@ -1,109 +1,107 @@ - - - quarkus-elytron-security-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-elytron-security-parent + 999-SNAPSHOT + - quarkus-elytron-security - Quarkus - Elytron Security - Runtime - Secure your services via Elytron - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-elytron-security-common - - - io.quarkus - quarkus-vertx-http - - - org.graalvm.sdk - nativeimage - provided - - - org.wildfly.security - wildfly-elytron-auth-server - - - org.wildfly.security - wildfly-elytron-password-impl - - - org.wildfly.security - wildfly-elytron-realm - - - io.quarkus - quarkus-security - - - io.quarkus.security - quarkus-security - - - javax.enterprise - cdi-api - - - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - jakarta.authorization - jakarta.authorization-api - - - jakarta.authentication - jakarta.authentication-api - - - io.quarkus - quarkus-junit5-internal - test - - + quarkus-elytron-security + Quarkus - Elytron Security - Runtime + Secure your services via Elytron + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-elytron-security-common + + + io.quarkus + quarkus-vertx-http + + + org.graalvm.sdk + nativeimage + provided + + + org.wildfly.security + wildfly-elytron-auth-server + + + org.wildfly.security + wildfly-elytron-password-impl + + + org.wildfly.security + wildfly-elytron-realm + + + io.quarkus + quarkus-security + + + io.quarkus.security + quarkus-security + + + javax.enterprise + cdi-api + + + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + + jakarta.authorization + jakarta.authorization-api + + + jakarta.authentication + jakarta.authentication-api + + + io.quarkus + quarkus-junit5-internal + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.jboss.spec.javax.security.auth.message:jboss-jaspi-api_1.1_spec - org.jboss.spec.javax.security.jacc:jboss-jacc-api_1.5_spec - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.jboss.spec.javax.security.auth.message:jboss-jaspi-api_1.1_spec + org.jboss.spec.javax.security.jacc:jboss-jacc-api_1.5_spec + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/flyway-db2/deployment/pom.xml b/extensions/flyway-db2/deployment/pom.xml index 3f7b8edaa92b2..6f134f1278a87 100644 --- a/extensions/flyway-db2/deployment/pom.xml +++ b/extensions/flyway-db2/deployment/pom.xml @@ -1,50 +1,48 @@ - + - - io.quarkus - quarkus-flyway-db2-parent - 999-SNAPSHOT - + 4.0.0 - 4.0.0 + + io.quarkus + quarkus-flyway-db2-parent + 999-SNAPSHOT + - quarkus-flyway-db2-deployment - Quarkus - Flyway - DB2 - Deployment - This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-db2 are on the classpath + quarkus-flyway-db2-deployment + Quarkus - Flyway - DB2 - Deployment + This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-db2 are on the classpath - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-flyway-db2 - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-flyway-db2 + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/flyway-db2/pom.xml b/extensions/flyway-db2/pom.xml index bfebc725cc113..6e243650909ac 100644 --- a/extensions/flyway-db2/pom.xml +++ b/extensions/flyway-db2/pom.xml @@ -1,24 +1,22 @@ - + - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - ../pom.xml - + 4.0.0 - 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-flyway-db2-parent - pom - Quarkus - Flyway - DB2 + quarkus-flyway-db2-parent + pom + Quarkus - Flyway - DB2 - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/flyway-db2/runtime/pom.xml b/extensions/flyway-db2/runtime/pom.xml index 8fe3920debceb..249c4017ad658 100644 --- a/extensions/flyway-db2/runtime/pom.xml +++ b/extensions/flyway-db2/runtime/pom.xml @@ -1,73 +1,71 @@ - + - - io.quarkus - quarkus-flyway-db2-parent - 999-SNAPSHOT - + 4.0.0 - 4.0.0 + + io.quarkus + quarkus-flyway-db2-parent + 999-SNAPSHOT + - quarkus-flyway-db2 - Quarkus - Flyway - DB2 - Runtime - This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-db2 are on the classpath + quarkus-flyway-db2 + Quarkus - Flyway - DB2 - Runtime + This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-db2 are on the classpath - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-flyway - provided - - - org.flywaydb - flyway-database-db2 - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-flyway + provided + + + org.flywaydb + flyway-database-db2 + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - compile - - extension-descriptor - - - ${project.groupId}:${project.artifactId}-deployment:${project.version} - - io.quarkus:quarkus-flyway - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + compile + + ${project.groupId}:${project.artifactId}-deployment:${project.version} + + io.quarkus:quarkus-flyway + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/flyway-derby/deployment/pom.xml b/extensions/flyway-derby/deployment/pom.xml index d59e36f249676..c389683e03ba2 100644 --- a/extensions/flyway-derby/deployment/pom.xml +++ b/extensions/flyway-derby/deployment/pom.xml @@ -1,50 +1,48 @@ - + - - io.quarkus - quarkus-flyway-derby-parent - 999-SNAPSHOT - + 4.0.0 - 4.0.0 + + io.quarkus + quarkus-flyway-derby-parent + 999-SNAPSHOT + - quarkus-flyway-derby-deployment - Quarkus - Flyway - Derby - Deployment - This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-derby are on the classpath + quarkus-flyway-derby-deployment + Quarkus - Flyway - Derby - Deployment + This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-derby are on the classpath - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-flyway-derby - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-flyway-derby + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/flyway-derby/pom.xml b/extensions/flyway-derby/pom.xml index b89aa047bfab0..b176d8a13efec 100644 --- a/extensions/flyway-derby/pom.xml +++ b/extensions/flyway-derby/pom.xml @@ -1,24 +1,22 @@ - + - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - ../pom.xml - + 4.0.0 - 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-flyway-derby-parent - pom - Quarkus - Flyway - Derby + quarkus-flyway-derby-parent + pom + Quarkus - Flyway - Derby - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/flyway-derby/runtime/pom.xml b/extensions/flyway-derby/runtime/pom.xml index ac4f148fa586e..6d65737ac411e 100644 --- a/extensions/flyway-derby/runtime/pom.xml +++ b/extensions/flyway-derby/runtime/pom.xml @@ -1,73 +1,71 @@ - + - - io.quarkus - quarkus-flyway-derby-parent - 999-SNAPSHOT - + 4.0.0 - 4.0.0 + + io.quarkus + quarkus-flyway-derby-parent + 999-SNAPSHOT + - quarkus-flyway-derby - Quarkus - Flyway - Derby - Runtime - This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-derby are on the classpath + quarkus-flyway-derby + Quarkus - Flyway - Derby - Runtime + This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-derby are on the classpath - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-flyway - provided - - - org.flywaydb - flyway-database-derby - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-flyway + provided + + + org.flywaydb + flyway-database-derby + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - compile - - extension-descriptor - - - ${project.groupId}:${project.artifactId}-deployment:${project.version} - - io.quarkus:quarkus-flyway - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + compile + + ${project.groupId}:${project.artifactId}-deployment:${project.version} + + io.quarkus:quarkus-flyway + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/flyway-mssql/deployment/pom.xml b/extensions/flyway-mssql/deployment/pom.xml index d3b5704feda4b..1009fbe551f00 100644 --- a/extensions/flyway-mssql/deployment/pom.xml +++ b/extensions/flyway-mssql/deployment/pom.xml @@ -1,50 +1,48 @@ - + - - io.quarkus - quarkus-flyway-mssql-parent - 999-SNAPSHOT - + 4.0.0 - 4.0.0 + + io.quarkus + quarkus-flyway-mssql-parent + 999-SNAPSHOT + - quarkus-flyway-mssql-deployment - Quarkus - Flyway - MSSQL - Deployment - This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-mssql are on the classpath + quarkus-flyway-mssql-deployment + Quarkus - Flyway - MSSQL - Deployment + This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-mssql are on the classpath - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-flyway-mssql - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-flyway-mssql + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/flyway-mssql/pom.xml b/extensions/flyway-mssql/pom.xml index 30bf1d390085a..e8b78a6ecd1df 100644 --- a/extensions/flyway-mssql/pom.xml +++ b/extensions/flyway-mssql/pom.xml @@ -1,24 +1,22 @@ - + - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - ../pom.xml - + 4.0.0 - 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-flyway-mssql-parent - pom - Quarkus - Flyway - MSSQL + quarkus-flyway-mssql-parent + pom + Quarkus - Flyway - MSSQL - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/flyway-mssql/runtime/pom.xml b/extensions/flyway-mssql/runtime/pom.xml index ad0c6a78ad29f..973b3a53173be 100644 --- a/extensions/flyway-mssql/runtime/pom.xml +++ b/extensions/flyway-mssql/runtime/pom.xml @@ -1,73 +1,71 @@ - + - - io.quarkus - quarkus-flyway-mssql-parent - 999-SNAPSHOT - + 4.0.0 - 4.0.0 + + io.quarkus + quarkus-flyway-mssql-parent + 999-SNAPSHOT + - quarkus-flyway-mssql - Quarkus - Flyway - MSSQL - Runtime - This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-mssql are on the classpath + quarkus-flyway-mssql + Quarkus - Flyway - MSSQL - Runtime + This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-mssql are on the classpath - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-flyway - provided - - - org.flywaydb - flyway-sqlserver - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-flyway + provided + + + org.flywaydb + flyway-sqlserver + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - compile - - extension-descriptor - - - ${project.groupId}:${project.artifactId}-deployment:${project.version} - - io.quarkus:quarkus-flyway - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + compile + + ${project.groupId}:${project.artifactId}-deployment:${project.version} + + io.quarkus:quarkus-flyway + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/flyway-mysql/deployment/pom.xml b/extensions/flyway-mysql/deployment/pom.xml index 157743dc1847f..31f2908ee094d 100644 --- a/extensions/flyway-mysql/deployment/pom.xml +++ b/extensions/flyway-mysql/deployment/pom.xml @@ -1,50 +1,48 @@ - + - - io.quarkus - quarkus-flyway-mysql-parent - 999-SNAPSHOT - + 4.0.0 - 4.0.0 + + io.quarkus + quarkus-flyway-mysql-parent + 999-SNAPSHOT + - quarkus-flyway-mysql-deployment - Quarkus - Flyway - MySQL - Deployment - This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-mysql are on the classpath + quarkus-flyway-mysql-deployment + Quarkus - Flyway - MySQL - Deployment + This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-mysql are on the classpath - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-flyway-mysql - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-flyway-mysql + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/flyway-mysql/pom.xml b/extensions/flyway-mysql/pom.xml index ead27cca6d8d3..97ae342a17918 100644 --- a/extensions/flyway-mysql/pom.xml +++ b/extensions/flyway-mysql/pom.xml @@ -1,24 +1,22 @@ - + - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - ../pom.xml - + 4.0.0 - 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-flyway-mysql-parent - pom - Quarkus - Flyway - MySQL + quarkus-flyway-mysql-parent + pom + Quarkus - Flyway - MySQL - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/flyway-mysql/runtime/pom.xml b/extensions/flyway-mysql/runtime/pom.xml index 8a574090882b0..c0166ad61b67b 100644 --- a/extensions/flyway-mysql/runtime/pom.xml +++ b/extensions/flyway-mysql/runtime/pom.xml @@ -1,73 +1,71 @@ - + - - io.quarkus - quarkus-flyway-mysql-parent - 999-SNAPSHOT - + 4.0.0 - 4.0.0 + + io.quarkus + quarkus-flyway-mysql-parent + 999-SNAPSHOT + - quarkus-flyway-mysql - Quarkus - Flyway - MySQL - Runtime - This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-mysql are on the classpath + quarkus-flyway-mysql + Quarkus - Flyway - MySQL - Runtime + This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-mysql are on the classpath - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-flyway - provided - - - org.flywaydb - flyway-mysql - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-flyway + provided + + + org.flywaydb + flyway-mysql + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - compile - - extension-descriptor - - - ${project.groupId}:${project.artifactId}-deployment:${project.version} - - io.quarkus:quarkus-flyway - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + compile + + ${project.groupId}:${project.artifactId}-deployment:${project.version} + + io.quarkus:quarkus-flyway + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/flyway-oracle/deployment/pom.xml b/extensions/flyway-oracle/deployment/pom.xml index 8f739e68f3e9b..b7b9530c3c3a6 100644 --- a/extensions/flyway-oracle/deployment/pom.xml +++ b/extensions/flyway-oracle/deployment/pom.xml @@ -1,50 +1,48 @@ - + - - io.quarkus - quarkus-flyway-oracle-parent - 999-SNAPSHOT - + 4.0.0 - 4.0.0 + + io.quarkus + quarkus-flyway-oracle-parent + 999-SNAPSHOT + - quarkus-flyway-oracle-deployment - Quarkus - Flyway - Oracle - Deployment - This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-oracle are on the classpath + quarkus-flyway-oracle-deployment + Quarkus - Flyway - Oracle - Deployment + This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-oracle are on the classpath - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-flyway-oracle - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-flyway-oracle + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/flyway-oracle/pom.xml b/extensions/flyway-oracle/pom.xml index 11f4e7e779d01..d49835a0749c0 100644 --- a/extensions/flyway-oracle/pom.xml +++ b/extensions/flyway-oracle/pom.xml @@ -1,24 +1,22 @@ - + - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - ../pom.xml - + 4.0.0 - 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-flyway-oracle-parent - pom - Quarkus - Flyway - Oracle + quarkus-flyway-oracle-parent + pom + Quarkus - Flyway - Oracle - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/flyway-oracle/runtime/pom.xml b/extensions/flyway-oracle/runtime/pom.xml index 436acd351abe5..7e2d93a44e155 100644 --- a/extensions/flyway-oracle/runtime/pom.xml +++ b/extensions/flyway-oracle/runtime/pom.xml @@ -1,73 +1,71 @@ - + - - io.quarkus - quarkus-flyway-oracle-parent - 999-SNAPSHOT - + 4.0.0 - 4.0.0 + + io.quarkus + quarkus-flyway-oracle-parent + 999-SNAPSHOT + - quarkus-flyway-oracle - Quarkus - Flyway - Oracle - Runtime - This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-oracle are on the classpath + quarkus-flyway-oracle + Quarkus - Flyway - Oracle - Runtime + This extension is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-oracle are on the classpath - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-flyway - provided - - - org.flywaydb - flyway-database-oracle - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-flyway + provided + + + org.flywaydb + flyway-database-oracle + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - compile - - extension-descriptor - - - ${project.groupId}:${project.artifactId}-deployment:${project.version} - - io.quarkus:quarkus-flyway - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + compile + + ${project.groupId}:${project.artifactId}-deployment:${project.version} + + io.quarkus:quarkus-flyway + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/flyway-postgresql/deployment/pom.xml b/extensions/flyway-postgresql/deployment/pom.xml index bc9ad058f0cfa..29fceaa12ebb1 100644 --- a/extensions/flyway-postgresql/deployment/pom.xml +++ b/extensions/flyway-postgresql/deployment/pom.xml @@ -1,51 +1,48 @@ - - - quarkus-flyway-postgresql-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-flyway-postgresql-parent + 999-SNAPSHOT + - quarkus-flyway-postgresql-deployment - Quarkus - Flyway - PostgreSQL - Deployment - This extensions is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-postgresql are on the classpath + quarkus-flyway-postgresql-deployment + Quarkus - Flyway - PostgreSQL - Deployment + This extensions is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-postgresql are on the classpath - - - io.quarkus - quarkus-core-deployment - + + + io.quarkus + quarkus-core-deployment + - - io.quarkus - quarkus-flyway-postgresql - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + io.quarkus + quarkus-flyway-postgresql + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/flyway-postgresql/pom.xml b/extensions/flyway-postgresql/pom.xml index eae78e639ccd7..cfd25a329cce4 100644 --- a/extensions/flyway-postgresql/pom.xml +++ b/extensions/flyway-postgresql/pom.xml @@ -1,21 +1,19 @@ - + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-flyway-postgresql-parent - Quarkus - Flyway - PostgreSQL - pom - - runtime - deployment - + quarkus-flyway-postgresql-parent + pom + Quarkus - Flyway - PostgreSQL + + runtime + deployment + diff --git a/extensions/flyway-postgresql/runtime/pom.xml b/extensions/flyway-postgresql/runtime/pom.xml index a71dab2452c3f..e3b343e334cfa 100644 --- a/extensions/flyway-postgresql/runtime/pom.xml +++ b/extensions/flyway-postgresql/runtime/pom.xml @@ -1,73 +1,70 @@ - - - quarkus-flyway-postgresql-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-flyway-postgresql - Quarkus Flyway - PostgreSQL - Runtime - This extensions is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-postgresql are on the classpath + + 4.0.0 + + io.quarkus + quarkus-flyway-postgresql-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-flyway - provided - - - org.flywaydb - flyway-database-postgresql - - + quarkus-flyway-postgresql + Quarkus Flyway - PostgreSQL - Runtime + This extensions is added by Quarkus automatically when quarkus-flyway and quarkus-jdbc-postgresql are on the classpath - - - - io.quarkus - quarkus-extension-maven-plugin - - - compile - - extension-descriptor - - - ${project.groupId}:${project.artifactId}-deployment:${project.version} - - io.quarkus:quarkus-flyway - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-flyway + provided + + + org.flywaydb + flyway-database-postgresql + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + compile + + ${project.groupId}:${project.artifactId}-deployment:${project.version} + + io.quarkus:quarkus-flyway + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/flyway/deployment/pom.xml b/extensions/flyway/deployment/pom.xml index 951c22943d12f..a080da0d84465 100644 --- a/extensions/flyway/deployment/pom.xml +++ b/extensions/flyway/deployment/pom.xml @@ -1,99 +1,97 @@ - - - quarkus-flyway-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-flyway-parent + 999-SNAPSHOT + - quarkus-flyway-deployment - Quarkus - Flyway - Deployment + quarkus-flyway-deployment + Quarkus - Flyway - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-agroal-deployment - - - io.quarkus - quarkus-flyway - - - io.quarkus - quarkus-flyway-dev - - - io.quarkus - quarkus-vertx-http-dev-ui-tests - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-test-h2 - test - - - io.quarkus - quarkus-jdbc-h2-deployment - test - - - io.quarkus - quarkus-resteasy-jackson-deployment - test - - - io.quarkus - quarkus-hibernate-orm-deployment - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-agroal-deployment + + + io.quarkus + quarkus-flyway + + + io.quarkus + quarkus-flyway-dev + + + io.quarkus + quarkus-vertx-http-dev-ui-tests + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-test-h2 + test + + + io.quarkus + quarkus-jdbc-h2-deployment + test + + + io.quarkus + quarkus-resteasy-jackson-deployment + test + + + io.quarkus + quarkus-hibernate-orm-deployment + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/flyway/pom.xml b/extensions/flyway/pom.xml index 98763556e61d4..518f53207a950 100644 --- a/extensions/flyway/pom.xml +++ b/extensions/flyway/pom.xml @@ -1,22 +1,20 @@ - + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-flyway-parent - Quarkus - Flyway - pom - - runtime - deployment - runtime-dev - + quarkus-flyway-parent + pom + Quarkus - Flyway + + runtime + deployment + runtime-dev + diff --git a/extensions/flyway/runtime-dev/pom.xml b/extensions/flyway/runtime-dev/pom.xml index 5634ded8663b0..48925155ea6ce 100644 --- a/extensions/flyway/runtime-dev/pom.xml +++ b/extensions/flyway/runtime-dev/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-flyway-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-flyway-parent + 999-SNAPSHOT + - quarkus-flyway-dev - Quarkus - Flyway - Runtime - Dev mode - Handle your database schema migrations - Dev mode only - - - io.quarkus - quarkus-flyway - - - \ No newline at end of file + quarkus-flyway-dev + Quarkus - Flyway - Runtime - Dev mode + Handle your database schema migrations - Dev mode only + + + io.quarkus + quarkus-flyway + + + diff --git a/extensions/flyway/runtime/pom.xml b/extensions/flyway/runtime/pom.xml index 8d4fcb05bd482..1d04bf3b0fb75 100644 --- a/extensions/flyway/runtime/pom.xml +++ b/extensions/flyway/runtime/pom.xml @@ -1,93 +1,91 @@ - - - quarkus-flyway-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-flyway-parent + 999-SNAPSHOT + - quarkus-flyway - Quarkus - Flyway - Runtime - Handle your database schema migrations - - - io.quarkus - quarkus-core - - - org.flywaydb - flyway-core - - - io.quarkus - quarkus-agroal - - - io.quarkus - quarkus-narayana-jta - - - io.quarkus - quarkus-datasource-common - - - org.graalvm.sdk - nativeimage - provided - - - io.vertx - vertx-web - true - - - io.quarkus - quarkus-vertx-http - true - + quarkus-flyway + Quarkus - Flyway - Runtime + Handle your database schema migrations + + + io.quarkus + quarkus-core + + + org.flywaydb + flyway-core + + + io.quarkus + quarkus-agroal + + + io.quarkus + quarkus-narayana-jta + + + io.quarkus + quarkus-datasource-common + + + org.graalvm.sdk + nativeimage + provided + + + io.vertx + vertx-web + true + + + io.quarkus + quarkus-vertx-http + true + - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-junit5-internal + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.flyway - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.flyway + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/funqy/funqy-amazon-lambda/deployment/pom.xml b/extensions/funqy/funqy-amazon-lambda/deployment/pom.xml index c0d5463ef9e70..37e2a4ea95d8d 100644 --- a/extensions/funqy/funqy-amazon-lambda/deployment/pom.xml +++ b/extensions/funqy/funqy-amazon-lambda/deployment/pom.xml @@ -1,66 +1,64 @@ - - - quarkus-funqy-amazon-lambda-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-funqy-amazon-lambda-parent + 999-SNAPSHOT + - quarkus-funqy-amazon-lambda-deployment - Quarkus - Funqy Amazon Lambda - Deployment + quarkus-funqy-amazon-lambda-deployment + Quarkus - Funqy Amazon Lambda - Deployment - - - io.quarkus - quarkus-funqy-amazon-lambda - - - io.quarkus - quarkus-funqy-server-common-deployment - - - io.quarkus - quarkus-amazon-lambda-common-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-funqy-amazon-lambda + + + io.quarkus + quarkus-funqy-server-common-deployment + + + io.quarkus + quarkus-amazon-lambda-common-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/funqy/funqy-amazon-lambda/maven-archetype/pom.xml b/extensions/funqy/funqy-amazon-lambda/maven-archetype/pom.xml index 1bb896b52ec2e..462643641997f 100644 --- a/extensions/funqy/funqy-amazon-lambda/maven-archetype/pom.xml +++ b/extensions/funqy/funqy-amazon-lambda/maven-archetype/pom.xml @@ -1,63 +1,61 @@ - - - quarkus-funqy-amazon-lambda-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-funqy-amazon-lambda-parent + 999-SNAPSHOT + - quarkus-funqy-amazon-lambda-archetype - Quarkus - Funqy Amazon Lambda - Archetype - maven-archetype + quarkus-funqy-amazon-lambda-archetype + maven-archetype + Quarkus - Funqy Amazon Lambda - Archetype - - - - src/main/resources - true - - archetype-resources/pom.xml - - - - src/main/resources - false - - archetype-resources/pom.xml - - - - - - org.apache.maven.archetype - archetype-packaging - ${version.archetype.plugin} - - - - - - org.apache.maven.plugins - maven-resources-plugin - - \ - - - - org.apache.maven.plugins - maven-archetype-plugin - - - - integration-test - - - - - - - + + + + true + src/main/resources + + archetype-resources/pom.xml + + + + false + src/main/resources + + archetype-resources/pom.xml + + + + + + + org.apache.maven.plugins + maven-resources-plugin + + \ + + + + org.apache.maven.plugins + maven-archetype-plugin + + + + integration-test + + + + + + + + + org.apache.maven.archetype + archetype-packaging + ${version.archetype.plugin} + + + diff --git a/extensions/funqy/funqy-amazon-lambda/pom.xml b/extensions/funqy/funqy-amazon-lambda/pom.xml index d35c9dab581b7..f34a9cadbe5e2 100644 --- a/extensions/funqy/funqy-amazon-lambda/pom.xml +++ b/extensions/funqy/funqy-amazon-lambda/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-funqy-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-funqy-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-funqy-amazon-lambda-parent - Quarkus - Funqy Amazon Lambda Binding - pom - - runtime - deployment - maven-archetype - + quarkus-funqy-amazon-lambda-parent + pom + Quarkus - Funqy Amazon Lambda Binding + + runtime + deployment + maven-archetype + diff --git a/extensions/funqy/funqy-amazon-lambda/runtime/pom.xml b/extensions/funqy/funqy-amazon-lambda/runtime/pom.xml index 5219f851ccb50..7d1d388a505e6 100644 --- a/extensions/funqy/funqy-amazon-lambda/runtime/pom.xml +++ b/extensions/funqy/funqy-amazon-lambda/runtime/pom.xml @@ -1,70 +1,68 @@ - - - quarkus-funqy-amazon-lambda-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-funqy-amazon-lambda-parent + 999-SNAPSHOT + - quarkus-funqy-amazon-lambda - Quarkus - Funqy Amazon Lambda - Runtime - Amazon Lambda Binding for Quarkus Funqy framework + quarkus-funqy-amazon-lambda + Quarkus - Funqy Amazon Lambda - Runtime + Amazon Lambda Binding for Quarkus Funqy framework - - - io.quarkus - quarkus-amazon-lambda-common - - - io.quarkus - quarkus-funqy-server-common - - - io.quarkus - quarkus-jackson - - - com.amazonaws - aws-lambda-java-events - - - joda-time - joda-time - - - - - io.cloudevents - cloudevents-api - - + + + io.quarkus + quarkus-amazon-lambda-common + + + io.quarkus + quarkus-funqy-server-common + + + io.quarkus + quarkus-jackson + + + com.amazonaws + aws-lambda-java-events + + + joda-time + joda-time + + + + + io.cloudevents + cloudevents-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/funqy/funqy-google-cloud-functions/deployment/pom.xml b/extensions/funqy/funqy-google-cloud-functions/deployment/pom.xml index 537e2e0362963..c90fadcf1411a 100644 --- a/extensions/funqy/funqy-google-cloud-functions/deployment/pom.xml +++ b/extensions/funqy/funqy-google-cloud-functions/deployment/pom.xml @@ -1,52 +1,50 @@ - - - quarkus-funqy-google-cloud-functions-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-funqy-google-cloud-functions-parent + 999-SNAPSHOT + - quarkus-funqy-google-cloud-functions-deployment - Quarkus - Funqy Google Cloud Functions - Deployment + quarkus-funqy-google-cloud-functions-deployment + Quarkus - Funqy Google Cloud Functions - Deployment - - - io.quarkus - quarkus-funqy-server-common-deployment - - - io.quarkus - quarkus-jackson-deployment - - - io.quarkus - quarkus-funqy-google-cloud-functions - - + + + io.quarkus + quarkus-funqy-server-common-deployment + + + io.quarkus + quarkus-jackson-deployment + + + io.quarkus + quarkus-funqy-google-cloud-functions + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/funqy/funqy-google-cloud-functions/pom.xml b/extensions/funqy/funqy-google-cloud-functions/pom.xml index 2ad5b7e65acb8..90e72acd18146 100644 --- a/extensions/funqy/funqy-google-cloud-functions/pom.xml +++ b/extensions/funqy/funqy-google-cloud-functions/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-funqy-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-funqy-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-funqy-google-cloud-functions-parent - Quarkus - Funqy Google Cloud Functions Binding - pom - - runtime - deployment - + quarkus-funqy-google-cloud-functions-parent + pom + Quarkus - Funqy Google Cloud Functions Binding + + runtime + deployment + diff --git a/extensions/funqy/funqy-google-cloud-functions/runtime/pom.xml b/extensions/funqy/funqy-google-cloud-functions/runtime/pom.xml index fdf7a1b572da6..0dc28f915b6fa 100644 --- a/extensions/funqy/funqy-google-cloud-functions/runtime/pom.xml +++ b/extensions/funqy/funqy-google-cloud-functions/runtime/pom.xml @@ -1,57 +1,56 @@ - - - quarkus-funqy-google-cloud-functions-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-funqy-google-cloud-functions-parent + 999-SNAPSHOT + - quarkus-funqy-google-cloud-functions - Quarkus - Funqy Google Cloud Functions - Runtime - Google Cloud Functions Binding for Quarkus Funqy framework + quarkus-funqy-google-cloud-functions + Quarkus - Funqy Google Cloud Functions - Runtime + Google Cloud Functions Binding for Quarkus Funqy framework - - - io.quarkus - quarkus-funqy-server-common - - - io.quarkus - quarkus-jackson - - - com.google.cloud.functions - functions-framework-api - compile - - + + + io.quarkus + quarkus-funqy-server-common + + + io.quarkus + quarkus-jackson + + + com.google.cloud.functions + functions-framework-api + compile + + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/funqy/funqy-http/deployment/pom.xml b/extensions/funqy/funqy-http/deployment/pom.xml index 9558d9339c68e..b653f083f0715 100644 --- a/extensions/funqy/funqy-http/deployment/pom.xml +++ b/extensions/funqy/funqy-http/deployment/pom.xml @@ -1,70 +1,68 @@ - - - quarkus-funqy-http-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-funqy-http-parent + 999-SNAPSHOT + - quarkus-funqy-http-deployment - Quarkus - Funqy HTTP - Deployment + quarkus-funqy-http-deployment + Quarkus - Funqy HTTP - Deployment - - - io.quarkus - quarkus-funqy-http - - - io.quarkus - quarkus-funqy-server-common-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-jackson-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-funqy-http + + + io.quarkus + quarkus-funqy-server-common-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-jackson-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/funqy/funqy-http/pom.xml b/extensions/funqy/funqy-http/pom.xml index 8d93ea4e99c9a..f0291576a5286 100644 --- a/extensions/funqy/funqy-http/pom.xml +++ b/extensions/funqy/funqy-http/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-funqy-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-funqy-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-funqy-http-parent - Quarkus - Funqy HTTP Binding - pom - - runtime - deployment - + quarkus-funqy-http-parent + pom + Quarkus - Funqy HTTP Binding + + runtime + deployment + diff --git a/extensions/funqy/funqy-http/runtime/pom.xml b/extensions/funqy/funqy-http/runtime/pom.xml index 387c94a72baef..d1a1a564e26ce 100644 --- a/extensions/funqy/funqy-http/runtime/pom.xml +++ b/extensions/funqy/funqy-http/runtime/pom.xml @@ -1,56 +1,54 @@ - - - quarkus-funqy-http-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-funqy-http-parent + 999-SNAPSHOT + - quarkus-funqy-http - Quarkus - Funqy HTTP - Runtime - HTTP Binding for Quarkus Funqy framework + quarkus-funqy-http + Quarkus - Funqy HTTP - Runtime + HTTP Binding for Quarkus Funqy framework - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-funqy-server-common - - - io.quarkus - quarkus-jackson - - + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-funqy-server-common + + + io.quarkus + quarkus-jackson + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/funqy/funqy-knative-events/deployment/pom.xml b/extensions/funqy/funqy-knative-events/deployment/pom.xml index b28d16b578f00..15222d2a1fd1e 100644 --- a/extensions/funqy/funqy-knative-events/deployment/pom.xml +++ b/extensions/funqy/funqy-knative-events/deployment/pom.xml @@ -1,70 +1,68 @@ - - - quarkus-funqy-knative-events-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-funqy-knative-events-parent + 999-SNAPSHOT + - quarkus-funqy-knative-events-deployment - Quarkus - Funqy Knative Events - Deployment + quarkus-funqy-knative-events-deployment + Quarkus - Funqy Knative Events - Deployment - - - io.quarkus - quarkus-funqy-knative-events - - - io.quarkus - quarkus-funqy-server-common-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-jackson-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-funqy-knative-events + + + io.quarkus + quarkus-funqy-server-common-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-jackson-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/funqy/funqy-knative-events/pom.xml b/extensions/funqy/funqy-knative-events/pom.xml index 0f488a9727b3f..f7c63f5f62419 100644 --- a/extensions/funqy/funqy-knative-events/pom.xml +++ b/extensions/funqy/funqy-knative-events/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-funqy-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-funqy-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-funqy-knative-events-parent - Quarkus - Funqy Knative Events Binding - pom - - runtime - deployment - + quarkus-funqy-knative-events-parent + pom + Quarkus - Funqy Knative Events Binding + + runtime + deployment + diff --git a/extensions/funqy/funqy-knative-events/runtime/pom.xml b/extensions/funqy/funqy-knative-events/runtime/pom.xml index ad0bcd3420b33..392845cca63f4 100644 --- a/extensions/funqy/funqy-knative-events/runtime/pom.xml +++ b/extensions/funqy/funqy-knative-events/runtime/pom.xml @@ -1,56 +1,54 @@ - - - quarkus-funqy-knative-events-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-funqy-knative-events-parent + 999-SNAPSHOT + - quarkus-funqy-knative-events - Quarkus - Funqy Knative Events - Runtime - Knative Events Binding for Quarkus Funqy framework + quarkus-funqy-knative-events + Quarkus - Funqy Knative Events - Runtime + Knative Events Binding for Quarkus Funqy framework - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-funqy-server-common - - - io.quarkus - quarkus-jackson - - + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-funqy-server-common + + + io.quarkus + quarkus-jackson + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/funqy/funqy-server-common/deployment/pom.xml b/extensions/funqy/funqy-server-common/deployment/pom.xml index 3e51278b52a7f..5c4ac20c6baee 100644 --- a/extensions/funqy/funqy-server-common/deployment/pom.xml +++ b/extensions/funqy/funqy-server-common/deployment/pom.xml @@ -1,57 +1,55 @@ - - - quarkus-funqy-server-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-funqy-server-common-parent + 999-SNAPSHOT + - quarkus-funqy-server-common-deployment - Quarkus - Funqy Server Common - Deployment + quarkus-funqy-server-common-deployment + Quarkus - Funqy Server Common - Deployment - - - io.quarkus - quarkus-funqy-server-common - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-funqy-server-common + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/funqy/funqy-server-common/pom.xml b/extensions/funqy/funqy-server-common/pom.xml index 060217e666f06..38565576272b0 100644 --- a/extensions/funqy/funqy-server-common/pom.xml +++ b/extensions/funqy/funqy-server-common/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-funqy-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-funqy-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-funqy-server-common-parent - Quarkus - Funqy Server Common Parent - pom - - runtime - deployment - + quarkus-funqy-server-common-parent + pom + Quarkus - Funqy Server Common Parent + + runtime + deployment + diff --git a/extensions/funqy/funqy-server-common/runtime/pom.xml b/extensions/funqy/funqy-server-common/runtime/pom.xml index edae768348ab0..0ddfafe9ab8d7 100644 --- a/extensions/funqy/funqy-server-common/runtime/pom.xml +++ b/extensions/funqy/funqy-server-common/runtime/pom.xml @@ -1,61 +1,59 @@ - - - quarkus-funqy-server-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-funqy-server-common-parent + 999-SNAPSHOT + - quarkus-funqy-server-common - Quarkus - Funqy Server Common - Runtime - Quarkus Funqy Server Common framework + quarkus-funqy-server-common + Quarkus - Funqy Server Common - Runtime + Quarkus Funqy Server Common framework - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.smallrye.reactive - mutiny - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.smallrye.reactive + mutiny + + + io.quarkus + quarkus-junit5-internal + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/funqy/pom.xml b/extensions/funqy/pom.xml index 0c578b71fcf89..1b82b5d39ecb8 100644 --- a/extensions/funqy/pom.xml +++ b/extensions/funqy/pom.xml @@ -1,24 +1,22 @@ - + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-funqy-parent - Quarkus - Funqy - pom - - funqy-server-common - funqy-http - funqy-amazon-lambda - funqy-knative-events - funqy-google-cloud-functions - - \ No newline at end of file + quarkus-funqy-parent + pom + Quarkus - Funqy + + funqy-server-common + funqy-http + funqy-amazon-lambda + funqy-knative-events + funqy-google-cloud-functions + + diff --git a/extensions/google-cloud-functions-http/deployment/pom.xml b/extensions/google-cloud-functions-http/deployment/pom.xml index 7726237a3a3e2..6ab9b9e5f39bd 100644 --- a/extensions/google-cloud-functions-http/deployment/pom.xml +++ b/extensions/google-cloud-functions-http/deployment/pom.xml @@ -1,47 +1,45 @@ - - - quarkus-google-cloud-functions-http-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-google-cloud-functions-http-parent + 999-SNAPSHOT + - quarkus-google-cloud-functions-http-deployment - Quarkus - HTTP Google Cloud Functions - Deployment + quarkus-google-cloud-functions-http-deployment + Quarkus - HTTP Google Cloud Functions - Deployment - - - io.quarkus - quarkus-google-cloud-functions-http - - - io.quarkus - quarkus-vertx-http-deployment - - + + + io.quarkus + quarkus-google-cloud-functions-http + + + io.quarkus + quarkus-vertx-http-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - - \ No newline at end of file + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + + diff --git a/extensions/google-cloud-functions-http/pom.xml b/extensions/google-cloud-functions-http/pom.xml index dea5d9f83d99a..1f6b0e7e5f076 100644 --- a/extensions/google-cloud-functions-http/pom.xml +++ b/extensions/google-cloud-functions-http/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-google-cloud-functions-http-parent - Quarkus - HTTP Google Cloud Functions - pom + quarkus-google-cloud-functions-http-parent + pom + Quarkus - HTTP Google Cloud Functions - - runtime - deployment - + + runtime + deployment + - \ No newline at end of file + diff --git a/extensions/google-cloud-functions-http/runtime/pom.xml b/extensions/google-cloud-functions-http/runtime/pom.xml index 1d3444e9781cd..c7cda024552f3 100644 --- a/extensions/google-cloud-functions-http/runtime/pom.xml +++ b/extensions/google-cloud-functions-http/runtime/pom.xml @@ -1,73 +1,71 @@ - - - quarkus-google-cloud-functions-http-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-google-cloud-functions-http-parent + 999-SNAPSHOT + - quarkus-google-cloud-functions-http - Quarkus - HTTP Google Cloud Functions - Runtime - Write Google Cloud functions with HTTP endpoints + quarkus-google-cloud-functions-http + Quarkus - HTTP Google Cloud Functions - Runtime + Write Google Cloud functions with HTTP endpoints - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-core - - - com.google.cloud.functions - functions-framework-api - provided - - - org.junit.jupiter - junit-jupiter - test - - - org.junit.jupiter - junit-jupiter-params - test - - - org.mockito - mockito-core - test - - + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-core + + + com.google.cloud.functions + functions-framework-api + provided + + + org.junit.jupiter + junit-jupiter + test + + + org.junit.jupiter + junit-jupiter-params + test + + + org.mockito + mockito-core + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/google-cloud-functions/deployment/pom.xml b/extensions/google-cloud-functions/deployment/pom.xml index 2d2ed97357080..f38d4b9a61223 100644 --- a/extensions/google-cloud-functions/deployment/pom.xml +++ b/extensions/google-cloud-functions/deployment/pom.xml @@ -1,53 +1,51 @@ - - - quarkus-google-cloud-functions-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-google-cloud-functions-parent + 999-SNAPSHOT + - quarkus-google-cloud-functions-deployment + quarkus-google-cloud-functions-deployment - Quarkus - Google Cloud Functions - Deployment + Quarkus - Google Cloud Functions - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-google-cloud-functions - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-google-cloud-functions + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/google-cloud-functions/pom.xml b/extensions/google-cloud-functions/pom.xml index c3f3895d66613..7e2dbf5282713 100644 --- a/extensions/google-cloud-functions/pom.xml +++ b/extensions/google-cloud-functions/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-google-cloud-functions-parent - Quarkus - Google Cloud Functions + quarkus-google-cloud-functions-parent - pom - - deployment - runtime - + pom + Quarkus - Google Cloud Functions + + deployment + runtime + - \ No newline at end of file + diff --git a/extensions/google-cloud-functions/runtime/pom.xml b/extensions/google-cloud-functions/runtime/pom.xml index bda40750ee046..7e4b2b4429059 100644 --- a/extensions/google-cloud-functions/runtime/pom.xml +++ b/extensions/google-cloud-functions/runtime/pom.xml @@ -1,65 +1,63 @@ - - - quarkus-google-cloud-functions-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-google-cloud-functions-parent + 999-SNAPSHOT + - quarkus-google-cloud-functions - Quarkus - Google Cloud Functions - Runtime - Write Google Cloud functions + quarkus-google-cloud-functions + Quarkus - Google Cloud Functions - Runtime + Write Google Cloud functions - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - com.google.cloud.functions - functions-framework-api - - - com.google.code.gson - gson - - - com.fasterxml.jackson.core - jackson-databind - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + com.google.cloud.functions + functions-framework-api + + + com.google.code.gson + gson + + + com.fasterxml.jackson.core + jackson-databind + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/grpc-common/deployment/pom.xml b/extensions/grpc-common/deployment/pom.xml index 72cf9aaeb62ad..453c5fc1dc13a 100644 --- a/extensions/grpc-common/deployment/pom.xml +++ b/extensions/grpc-common/deployment/pom.xml @@ -1,52 +1,50 @@ - - - quarkus-grpc-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-grpc-common-parent + 999-SNAPSHOT + - quarkus-grpc-common-deployment - Quarkus - gRPC Common - Deployment + quarkus-grpc-common-deployment + Quarkus - gRPC Common - Deployment - - - io.quarkus - quarkus-grpc-common - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-vertx-deployment - - + + + io.quarkus + quarkus-grpc-common + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-vertx-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + - \ No newline at end of file + diff --git a/extensions/grpc-common/pom.xml b/extensions/grpc-common/pom.xml index eb4f6ebc3e505..be41e4c83c39f 100644 --- a/extensions/grpc-common/pom.xml +++ b/extensions/grpc-common/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-grpc-common-parent - Quarkus - gRPC Common - pom + quarkus-grpc-common-parent + pom + Quarkus - gRPC Common - - runtime - deployment - + + runtime + deployment + - \ No newline at end of file + diff --git a/extensions/grpc-common/runtime/pom.xml b/extensions/grpc-common/runtime/pom.xml index b1ba526efd972..f8928cdee6893 100644 --- a/extensions/grpc-common/runtime/pom.xml +++ b/extensions/grpc-common/runtime/pom.xml @@ -1,160 +1,158 @@ - - - quarkus-grpc-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-grpc-common-parent + 999-SNAPSHOT + - quarkus-grpc-common - Quarkus - gRPC Common - Runtime + quarkus-grpc-common + Quarkus - gRPC Common - Runtime - - - io.vertx - vertx-grpc - - - org.codehaus.mojo - animal-sniffer-annotations - - - com.google.code.findbugs - jsr305 - - - org.checkerframework - checker-qual - - - javax.annotation - javax.annotation-api - - - com.google.android - annotations - - - - - io.vertx - vertx-grpc-server - - - org.codehaus.mojo - animal-sniffer-annotations - - - com.google.code.findbugs - jsr305 - - - org.checkerframework - checker-qual - - - javax.annotation - javax.annotation-api - - - com.google.android - annotations - - - - - io.vertx - vertx-grpc-client - - - org.codehaus.mojo - animal-sniffer-annotations - - - com.google.code.findbugs - jsr305 - - - org.checkerframework - checker-qual - - - javax.annotation - javax.annotation-api - - - com.google.android - annotations - - - - - io.quarkus - quarkus-vertx - - - io.grpc - grpc-core - - - com.google.code.findbugs - jsr305 - - - org.codehaus.mojo - animal-sniffer-annotations - - - com.google.android - annotations - - - - - org.graalvm.sdk - nativeimage - provided - - + + + io.vertx + vertx-grpc + + + org.codehaus.mojo + animal-sniffer-annotations + + + com.google.code.findbugs + jsr305 + + + org.checkerframework + checker-qual + + + javax.annotation + javax.annotation-api + + + com.google.android + annotations + + + + + io.vertx + vertx-grpc-server + + + org.codehaus.mojo + animal-sniffer-annotations + + + com.google.code.findbugs + jsr305 + + + org.checkerframework + checker-qual + + + javax.annotation + javax.annotation-api + + + com.google.android + annotations + + + + + io.vertx + vertx-grpc-client + + + org.codehaus.mojo + animal-sniffer-annotations + + + com.google.code.findbugs + jsr305 + + + org.checkerframework + checker-qual + + + javax.annotation + javax.annotation-api + + + com.google.android + annotations + + + + + io.quarkus + quarkus-vertx + + + io.grpc + grpc-core + + + com.google.code.findbugs + jsr305 + + + org.codehaus.mojo + animal-sniffer-annotations + + + com.google.android + annotations + + + + + org.graalvm.sdk + nativeimage + provided + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - generate-extension-descriptor - - extension-descriptor - - process-resources - - ${project.groupId}:${project.artifactId}-deployment:${project.version} - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + generate-extension-descriptor + + extension-descriptor + + process-resources + + ${project.groupId}:${project.artifactId}-deployment:${project.version} + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/grpc/api/pom.xml b/extensions/grpc/api/pom.xml index 14051529adfd9..64704bc79dc13 100644 --- a/extensions/grpc/api/pom.xml +++ b/extensions/grpc/api/pom.xml @@ -1,43 +1,43 @@ - 4.0.0 - - quarkus-grpc-parent - io.quarkus - 999-SNAPSHOT - + 4.0.0 + + io.quarkus + quarkus-grpc-parent + 999-SNAPSHOT + - quarkus-grpc-api - Quarkus - gRPC - API + quarkus-grpc-api + Quarkus - gRPC - API - - - - io.quarkus.arc - arc - - - io.grpc - grpc-stub - - - com.google.code.findbugs - jsr305 - - - org.checkerframework - checker-qual - - - org.codehaus.mojo - animal-sniffer-annotations - - - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - + + + + io.quarkus.arc + arc + + + io.grpc + grpc-stub + + + com.google.code.findbugs + jsr305 + + + org.checkerframework + checker-qual + + + org.codehaus.mojo + animal-sniffer-annotations + + + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + diff --git a/extensions/grpc/cli/pom.xml b/extensions/grpc/cli/pom.xml index 7fea8c4bfaabe..ea6093155d255 100644 --- a/extensions/grpc/cli/pom.xml +++ b/extensions/grpc/cli/pom.xml @@ -1,112 +1,110 @@ - - 4.0.0 - - quarkus-grpc-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-grpc-parent + 999-SNAPSHOT + - quarkus-grpc-cli - Quarkus - gRPC - CLI - gRPC CLI + quarkus-grpc-cli + Quarkus - gRPC - CLI + gRPC CLI - - io.quarkus.grpc.cli.GrpcCommand - + + io.quarkus.grpc.cli.GrpcCommand + - - - info.picocli - picocli - - - io.vertx - vertx-grpc-client - - - org.codehaus.mojo - animal-sniffer-annotations - - - com.google.code.findbugs - jsr305 - - - org.checkerframework - checker-qual - - - javax.annotation - javax.annotation-api - - - com.google.android - annotations - - - - - com.google.protobuf - protobuf-java-util - - - io.quarkus - quarkus-grpc-reflection - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - -parameters - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - org.jboss.logmanager.LogManager - ${maven.home} - - - - - org.apache.maven.plugins - maven-assembly-plugin + + + info.picocli + picocli + + + io.vertx + vertx-grpc-client + + + org.codehaus.mojo + animal-sniffer-annotations + + + com.google.code.findbugs + jsr305 + + + org.checkerframework + checker-qual + + + javax.annotation + javax.annotation-api + + + com.google.android + annotations + + + + + com.google.protobuf + protobuf-java-util + + + io.quarkus + quarkus-grpc-reflection + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + -parameters + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.jboss.logmanager.LogManager + ${maven.home} + + + + + org.apache.maven.plugins + maven-assembly-plugin - - - jar-with-dependencies - - ${project.artifactId}-${project.version} - false - - - true - ${main.class} - - - + + + jar-with-dependencies + + ${project.artifactId}-${project.version} + false + + + true + ${main.class} + + + - - - make-assembly - package - - single - - - + + + make-assembly + + single + + package + + - - - - \ No newline at end of file + + + + diff --git a/extensions/grpc/codegen/pom.xml b/extensions/grpc/codegen/pom.xml index 995f85aa3e6c3..57626066856ee 100644 --- a/extensions/grpc/codegen/pom.xml +++ b/extensions/grpc/codegen/pom.xml @@ -1,161 +1,159 @@ - - 4.0.0 - - quarkus-grpc-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-grpc-parent + 999-SNAPSHOT + - quarkus-grpc-codegen - Quarkus - gRPC - Code Gen + quarkus-grpc-codegen + Quarkus - gRPC - Code Gen - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-devtools-utilities - - - com.google.protobuf - protobuf-java-util - - - com.google.protobuf - protobuf-java - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-devtools-utilities + + + com.google.protobuf + protobuf-java-util + + + com.google.protobuf + protobuf-java + - - com.google.protobuf - protoc - linux-aarch_64 - exe - - - com.google.protobuf - protoc - linux-ppcle_64 - exe - - - com.google.protobuf - protoc - linux-s390_64 - exe - - - com.google.protobuf - protoc - linux-x86_32 - exe - - - com.google.protobuf - protoc - linux-x86_64 - exe - - - com.google.protobuf - protoc - osx-aarch_64 - exe - - - com.google.protobuf - protoc - osx-x86_64 - exe - - - com.google.protobuf - protoc - windows-x86_32 - exe - - - com.google.protobuf - protoc - windows-x86_64 - exe - + + com.google.protobuf + protoc + linux-aarch_64 + exe + + + com.google.protobuf + protoc + linux-ppcle_64 + exe + + + com.google.protobuf + protoc + linux-s390_64 + exe + + + com.google.protobuf + protoc + linux-x86_32 + exe + + + com.google.protobuf + protoc + linux-x86_64 + exe + + + com.google.protobuf + protoc + osx-aarch_64 + exe + + + com.google.protobuf + protoc + osx-x86_64 + exe + + + com.google.protobuf + protoc + windows-x86_32 + exe + + + com.google.protobuf + protoc + windows-x86_64 + exe + - - io.grpc - protoc-gen-grpc-java - exe - linux-aarch_64 - - - io.grpc - protoc-gen-grpc-java - exe - linux-ppcle_64 - - - io.grpc - protoc-gen-grpc-java - exe - linux-s390_64 - - - io.grpc - protoc-gen-grpc-java - exe - linux-x86_32 - - - io.grpc - protoc-gen-grpc-java - exe - linux-x86_64 - - - io.grpc - protoc-gen-grpc-java - exe - osx-x86_64 - - - io.grpc - protoc-gen-grpc-java - exe - osx-aarch_64 - - - io.grpc - protoc-gen-grpc-java - exe - windows-x86_32 - - - io.grpc - protoc-gen-grpc-java - exe - windows-x86_64 - + + io.grpc + protoc-gen-grpc-java + linux-aarch_64 + exe + + + io.grpc + protoc-gen-grpc-java + linux-ppcle_64 + exe + + + io.grpc + protoc-gen-grpc-java + linux-s390_64 + exe + + + io.grpc + protoc-gen-grpc-java + linux-x86_32 + exe + + + io.grpc + protoc-gen-grpc-java + linux-x86_64 + exe + + + io.grpc + protoc-gen-grpc-java + osx-x86_64 + exe + + + io.grpc + protoc-gen-grpc-java + osx-aarch_64 + exe + + + io.grpc + protoc-gen-grpc-java + windows-x86_32 + exe + + + io.grpc + protoc-gen-grpc-java + windows-x86_64 + exe + - - io.quarkus - quarkus-grpc-protoc-plugin - shaded - - - * - * - - - + + io.quarkus + quarkus-grpc-protoc-plugin + shaded + + + * + * + + + - - com.github.javaparser - javaparser-core - - + + com.github.javaparser + javaparser-core + + diff --git a/extensions/grpc/deployment/pom.xml b/extensions/grpc/deployment/pom.xml index ac11f207752b3..60b13409739b5 100644 --- a/extensions/grpc/deployment/pom.xml +++ b/extensions/grpc/deployment/pom.xml @@ -1,164 +1,162 @@ - - 4.0.0 - - quarkus-grpc-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-grpc-parent + 999-SNAPSHOT + - quarkus-grpc-deployment - Quarkus - gRPC - Deployment + quarkus-grpc-deployment + Quarkus - gRPC - Deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-devtools-utilities - - - io.quarkus - quarkus-kubernetes-spi - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-grpc-dev - - - io.quarkus - quarkus-grpc-common-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-smallrye-health-spi - - - io.quarkus - quarkus-smallrye-stork-deployment - - - - io.quarkus - quarkus-smallrye-health-deployment - true - - - io.quarkus - quarkus-virtual-threads-deployment - + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-devtools-utilities + + + io.quarkus + quarkus-kubernetes-spi + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-grpc-dev + + + io.quarkus + quarkus-grpc-common-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-smallrye-health-spi + + + io.quarkus + quarkus-smallrye-stork-deployment + + + + io.quarkus + quarkus-smallrye-health-deployment + true + + + io.quarkus + quarkus-virtual-threads-deployment + - - io.quarkus - quarkus-grpc-codegen - + + io.quarkus + quarkus-grpc-codegen + - - io.quarkus - quarkus-rest-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.junit.jupiter - junit-jupiter-engine - test - - - org.assertj - assertj-core - test - - - org.awaitility - awaitility - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - test - - - io.smallrye.certs - smallrye-certificate-generator-junit5 - test - - + + io.quarkus + quarkus-rest-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.jupiter + junit-jupiter-engine + test + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + test + + + io.smallrye.certs + smallrye-certificate-generator-junit5 + test + + - - - - org.xolstice.maven.plugins - protobuf-maven-plugin - 0.6.1 - - com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier} - grpc-java - io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier} - - - quarkus-grpc-protoc-plugin - io.quarkus - quarkus-grpc-protoc-plugin - ${project.version} - io.quarkus.grpc.protoc.plugin.MutinyGrpcGenerator - - - - - - test-compile - - test-compile - test-compile-custom - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + org.xolstice.maven.plugins + protobuf-maven-plugin + 0.6.1 + + com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier} + grpc-java + io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier} + + + quarkus-grpc-protoc-plugin + io.quarkus + quarkus-grpc-protoc-plugin + ${project.version} + io.quarkus.grpc.protoc.plugin.MutinyGrpcGenerator + + + + + + test-compile + + test-compile + test-compile-custom + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/grpc/inprocess/pom.xml b/extensions/grpc/inprocess/pom.xml index 0f94775a9ec74..f9ba48a5ef4fc 100644 --- a/extensions/grpc/inprocess/pom.xml +++ b/extensions/grpc/inprocess/pom.xml @@ -1,43 +1,41 @@ - - 4.0.0 - - quarkus-grpc-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-grpc-parent + 999-SNAPSHOT + - quarkus-grpc-inprocess - Quarkus - gRPC - InProcess - gRPC InProcess support - - - io.quarkus - quarkus-grpc - - - io.grpc - grpc-inprocess - - - com.google.code.findbugs - jsr305 - - - org.codehaus.mojo - animal-sniffer-annotations - - - org.checkerframework - checker-qual - - - com.google.android - annotations - - - - + quarkus-grpc-inprocess + Quarkus - gRPC - InProcess + gRPC InProcess support + + + io.quarkus + quarkus-grpc + + + io.grpc + grpc-inprocess + + + com.google.code.findbugs + jsr305 + + + org.codehaus.mojo + animal-sniffer-annotations + + + org.checkerframework + checker-qual + + + com.google.android + annotations + + + + diff --git a/extensions/grpc/pom.xml b/extensions/grpc/pom.xml index 1ceaa37a8d1c9..38a565830699b 100644 --- a/extensions/grpc/pom.xml +++ b/extensions/grpc/pom.xml @@ -1,29 +1,27 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-grpc-parent - Quarkus - gRPC parent - pom - - protoc - codegen - api - stubs - reflection - deployment - runtime - xds - inprocess - cli - runtime-dev - - \ No newline at end of file + quarkus-grpc-parent + pom + Quarkus - gRPC parent + + protoc + codegen + api + stubs + reflection + deployment + runtime + xds + inprocess + cli + runtime-dev + + diff --git a/extensions/grpc/protoc/pom.xml b/extensions/grpc/protoc/pom.xml index 933ef59082947..34e6f9daa6f97 100644 --- a/extensions/grpc/protoc/pom.xml +++ b/extensions/grpc/protoc/pom.xml @@ -1,73 +1,71 @@ - - 4.0.0 - - quarkus-grpc-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-grpc-parent + 999-SNAPSHOT + - quarkus-grpc-protoc-plugin - Quarkus - gRPC - Protoc Plugin + quarkus-grpc-protoc-plugin + Quarkus - gRPC - Protoc Plugin - - - com.google.protobuf - protobuf-java - - - com.salesforce.servicelibs - jprotoc - - - javax.annotation - javax.annotation-api - - - - - org.junit.jupiter - junit-jupiter - test - - + + + com.google.protobuf + protobuf-java + + + com.salesforce.servicelibs + jprotoc + + + javax.annotation + javax.annotation-api + + + + + org.junit.jupiter + junit-jupiter + test + + - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - true - true - shaded - true - - - io.quarkus.grpc.protoc.plugin.MutinyGrpcGenerator - - - - - com.salesforce.servicelibs:jprotoc - - com/google/protobuf/* - com/google/protobuf/compiler/* - - - - - - - - - + + + + org.apache.maven.plugins + maven-shade-plugin + + + + shade + + package + + true + true + shaded + true + + + io.quarkus.grpc.protoc.plugin.MutinyGrpcGenerator + + + + + com.salesforce.servicelibs:jprotoc + + com/google/protobuf/* + com/google/protobuf/compiler/* + + + + + + + + + diff --git a/extensions/grpc/reflection/pom.xml b/extensions/grpc/reflection/pom.xml index d47aeb8f71530..a0bd6925d9424 100644 --- a/extensions/grpc/reflection/pom.xml +++ b/extensions/grpc/reflection/pom.xml @@ -1,75 +1,73 @@ - - 4.0.0 - - quarkus-grpc-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-grpc-parent + 999-SNAPSHOT + - quarkus-grpc-reflection - Quarkus - gRPC - Reflection - Reflection gRPC services and utils - - - io.quarkus - quarkus-grpc-api - - - io.quarkus - quarkus-grpc-stubs - - - * - * - - - - - io.grpc - grpc-protobuf - - - org.codehaus.mojo - animal-sniffer-annotations - - - org.checkerframework - checker-qual - - - com.google.guava - guava - - - com.google.errorprone - error_prone_annotations - - - - - io.grpc - grpc-stub - - - com.google.code.findbugs - jsr305 - - - org.codehaus.mojo - animal-sniffer-annotations - - - org.checkerframework - checker-qual - - - - - io.smallrye.reactive - mutiny - - + quarkus-grpc-reflection + Quarkus - gRPC - Reflection + Reflection gRPC services and utils + + + io.quarkus + quarkus-grpc-api + + + io.quarkus + quarkus-grpc-stubs + + + * + * + + + + + io.grpc + grpc-protobuf + + + org.codehaus.mojo + animal-sniffer-annotations + + + org.checkerframework + checker-qual + + + com.google.guava + guava + + + com.google.errorprone + error_prone_annotations + + + + + io.grpc + grpc-stub + + + com.google.code.findbugs + jsr305 + + + org.codehaus.mojo + animal-sniffer-annotations + + + org.checkerframework + checker-qual + + + + + io.smallrye.reactive + mutiny + + diff --git a/extensions/grpc/runtime-dev/pom.xml b/extensions/grpc/runtime-dev/pom.xml index 78798d6203fb9..d1622d9c10876 100644 --- a/extensions/grpc/runtime-dev/pom.xml +++ b/extensions/grpc/runtime-dev/pom.xml @@ -1,21 +1,19 @@ - - 4.0.0 - - quarkus-grpc-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-grpc-parent + 999-SNAPSHOT + - quarkus-grpc-dev - Quarkus - gRPC - Runtime - Dev mode - Serve and consume gRPC services - Dev mode only - - - io.quarkus - quarkus-grpc - - - \ No newline at end of file + quarkus-grpc-dev + Quarkus - gRPC - Runtime - Dev mode + Serve and consume gRPC services - Dev mode only + + + io.quarkus + quarkus-grpc + + + diff --git a/extensions/grpc/runtime/pom.xml b/extensions/grpc/runtime/pom.xml index 656f2ed29a2e1..c8de8ac340e5b 100644 --- a/extensions/grpc/runtime/pom.xml +++ b/extensions/grpc/runtime/pom.xml @@ -1,181 +1,179 @@ - - 4.0.0 - - quarkus-grpc-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-grpc-parent + 999-SNAPSHOT + - quarkus-grpc - Quarkus - gRPC - Runtime - Serve and consume gRPC services - - - jakarta.annotation - jakarta.annotation-api - - - io.quarkus - quarkus-grpc-api - - - io.quarkus - quarkus-grpc-common - - - io.quarkus - quarkus-grpc-reflection - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus.security - quarkus-security - - - io.quarkus - quarkus-smallrye-stork - - - io.quarkus - quarkus-virtual-threads - + quarkus-grpc + Quarkus - gRPC - Runtime + Serve and consume gRPC services + + + jakarta.annotation + jakarta.annotation-api + + + io.quarkus + quarkus-grpc-api + + + io.quarkus + quarkus-grpc-common + + + io.quarkus + quarkus-grpc-reflection + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus.security + quarkus-security + + + io.quarkus + quarkus-smallrye-stork + + + io.quarkus + quarkus-virtual-threads + - - io.quarkus - quarkus-grpc-stubs - - - * - * - - - - - io.grpc - grpc-stub - - - com.google.code.findbugs - jsr305 - - - org.codehaus.mojo - animal-sniffer-annotations - - - org.checkerframework - checker-qual - - - - - com.google.protobuf - protobuf-java-util - - - io.quarkus - quarkus-mutiny - - - - io.quarkus - quarkus-smallrye-health - true - - - io.smallrye.common - smallrye-common-annotation - - - io.smallrye.common - smallrye-common-vertx-context - + + io.quarkus + quarkus-grpc-stubs + + + * + * + + + + + io.grpc + grpc-stub + + + com.google.code.findbugs + jsr305 + + + org.codehaus.mojo + animal-sniffer-annotations + + + org.checkerframework + checker-qual + + + + + com.google.protobuf + protobuf-java-util + + + io.quarkus + quarkus-mutiny + + + + io.quarkus + quarkus-smallrye-health + true + + + io.smallrye.common + smallrye-common-annotation + + + io.smallrye.common + smallrye-common-vertx-context + - - - io.quarkus - quarkus-junit5-internal - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - org.mockito - mockito-core - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + org.mockito + mockito-core + test + + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.grpc - - - - - generate-extension-descriptor - - extension-descriptor - - process-resources - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.grpc + + + + + generate-extension-descriptor + + extension-descriptor + + process-resources + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/grpc/stubs/pom.xml b/extensions/grpc/stubs/pom.xml index de42544e8065e..b6490cd4534bc 100644 --- a/extensions/grpc/stubs/pom.xml +++ b/extensions/grpc/stubs/pom.xml @@ -1,129 +1,125 @@ - - 4.0.0 - - quarkus-grpc-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-grpc-parent + 999-SNAPSHOT + - quarkus-grpc-stubs - Quarkus - gRPC - Stubs for health and reflection + quarkus-grpc-stubs + Quarkus - gRPC - Stubs for health and reflection - - - io.quarkus - quarkus-grpc-api - - - io.quarkus - quarkus-grpc-common - - - io.quarkus - quarkus-grpc-codegen - - - io.quarkus - quarkus-mutiny - - - io.grpc - grpc-protobuf - - - org.codehaus.mojo - animal-sniffer-annotations - - - org.checkerframework - checker-qual - - - com.google.guava - guava - - - com.google.errorprone - error_prone_annotations - - - - - io.grpc - grpc-stub - - - com.google.code.findbugs - jsr305 - - - org.checkerframework - checker-qual - - - org.codehaus.mojo - animal-sniffer-annotations - - - - + + + io.quarkus + quarkus-grpc-api + + + io.quarkus + quarkus-grpc-common + + + io.quarkus + quarkus-grpc-codegen + + + io.quarkus + quarkus-mutiny + + + io.grpc + grpc-protobuf + + + org.codehaus.mojo + animal-sniffer-annotations + + + org.checkerframework + checker-qual + + + com.google.guava + guava + + + com.google.errorprone + error_prone_annotations + + + + + io.grpc + grpc-stub + + + com.google.code.findbugs + jsr305 + + + org.checkerframework + checker-qual + + + org.codehaus.mojo + animal-sniffer-annotations + + + + - - - - org.xolstice.maven.plugins - protobuf-maven-plugin - 0.6.1 - - com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier} - - grpc-java - io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier} - - - - quarkus-grpc-protoc-plugin - io.quarkus - quarkus-grpc-protoc-plugin - ${project.version} - io.quarkus.grpc.protoc.plugin.MutinyGrpcGenerator - - - - - - compile - - compile - compile-custom - - - - + + + + org.xolstice.maven.plugins + protobuf-maven-plugin + 0.6.1 + + com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier} + grpc-java + io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier} + + + quarkus-grpc-protoc-plugin + io.quarkus + quarkus-grpc-protoc-plugin + ${project.version} + io.quarkus.grpc.protoc.plugin.MutinyGrpcGenerator + + + + + + compile + + compile + compile-custom + + + + - - org.codehaus.mojo - exec-maven-plugin - - - post-process - compile - - java - - - true - - ${project.build.directory}/generated-sources/protobuf/grpc-java - - io.quarkus.grpc.codegen.GrpcPostProcessing - - - - - - + + org.codehaus.mojo + exec-maven-plugin + + + post-process + + java + + compile + + true + + ${project.build.directory}/generated-sources/protobuf/grpc-java + + io.quarkus.grpc.codegen.GrpcPostProcessing + + + + + + diff --git a/extensions/grpc/xds/pom.xml b/extensions/grpc/xds/pom.xml index ae52996721126..cdcd8979d5ac5 100644 --- a/extensions/grpc/xds/pom.xml +++ b/extensions/grpc/xds/pom.xml @@ -1,51 +1,49 @@ - - 4.0.0 - - quarkus-grpc-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-grpc-parent + 999-SNAPSHOT + - quarkus-grpc-xds - Quarkus - gRPC - xDS - gRPC xDS support - - - io.quarkus - quarkus-grpc - - - io.grpc - grpc-xds - - - commons-logging - commons-logging - - - com.google.auto.value - auto-value-annotations - - - com.google.android - annotations - - - com.google.code.findbugs - jsr305 - - - org.codehaus.mojo - animal-sniffer-annotations - - - org.checkerframework - checker-qual - - - - + quarkus-grpc-xds + Quarkus - gRPC - xDS + gRPC xDS support + + + io.quarkus + quarkus-grpc + + + io.grpc + grpc-xds + + + commons-logging + commons-logging + + + com.google.auto.value + auto-value-annotations + + + com.google.android + annotations + + + com.google.code.findbugs + jsr305 + + + org.codehaus.mojo + animal-sniffer-annotations + + + org.checkerframework + checker-qual + + + + diff --git a/extensions/hal/deployment/pom.xml b/extensions/hal/deployment/pom.xml index dde2d68dd266a..fc90c6741c4ef 100644 --- a/extensions/hal/deployment/pom.xml +++ b/extensions/hal/deployment/pom.xml @@ -1,65 +1,63 @@ - - - quarkus-hal-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hal-parent + 999-SNAPSHOT + - quarkus-hal-deployment - Quarkus - HAL - Deployment + quarkus-hal-deployment + Quarkus - HAL - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-hal - - - io.quarkus - quarkus-jackson-spi - - - io.quarkus - quarkus-jsonb-spi - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-hal + + + io.quarkus + quarkus-jackson-spi + + + io.quarkus + quarkus-jsonb-spi + + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/hal/pom.xml b/extensions/hal/pom.xml index 567cb6c9fc0c3..c13829a32dada 100644 --- a/extensions/hal/pom.xml +++ b/extensions/hal/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-hal-parent - Quarkus - HAL - pom - - deployment - runtime - + quarkus-hal-parent + pom + Quarkus - HAL + + deployment + runtime + diff --git a/extensions/hal/runtime/pom.xml b/extensions/hal/runtime/pom.xml index 45ddf474d13d1..8fead2d75120e 100644 --- a/extensions/hal/runtime/pom.xml +++ b/extensions/hal/runtime/pom.xml @@ -1,75 +1,73 @@ - - - quarkus-hal-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hal-parent + 999-SNAPSHOT + - quarkus-hal - Quarkus - HAL - Runtime - Hypertext Application Language (HAL) support - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - jakarta.ws.rs - jakarta.ws.rs-api - - - io.quarkus - quarkus-jackson - true - - - io.quarkus - quarkus-jsonb - true - - - org.junit.jupiter - junit-jupiter - test - - + quarkus-hal + Quarkus - HAL - Runtime + Hypertext Application Language (HAL) support + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + jakarta.ws.rs + jakarta.ws.rs-api + + + io.quarkus + quarkus-jackson + true + + + io.quarkus + quarkus-jsonb + true + + + org.junit.jupiter + junit-jupiter + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.hal - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.hal + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/hibernate-envers/deployment/pom.xml b/extensions/hibernate-envers/deployment/pom.xml index 7fe25961b10a1..0f5aa13772fc8 100644 --- a/extensions/hibernate-envers/deployment/pom.xml +++ b/extensions/hibernate-envers/deployment/pom.xml @@ -1,86 +1,84 @@ - - 4.0.0 - - io.quarkus - quarkus-hibernate-envers-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-hibernate-envers-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-hibernate-envers-deployment - Quarkus - Hibernate Envers - Deployment + quarkus-hibernate-envers-deployment + Quarkus - Hibernate Envers - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-hibernate-envers - - - io.quarkus - quarkus-hibernate-orm-deployment - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-hibernate-envers + + + io.quarkus + quarkus-hibernate-orm-deployment + - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus.gizmo - gizmo - test-jar - test - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.quarkus - quarkus-jdbc-h2-deployment - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus.gizmo + gizmo + test-jar + test + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.quarkus + quarkus-jdbc-h2-deployment + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/hibernate-envers/pom.xml b/extensions/hibernate-envers/pom.xml index b128399e509b6..7746bad09d722 100644 --- a/extensions/hibernate-envers/pom.xml +++ b/extensions/hibernate-envers/pom.xml @@ -1,22 +1,20 @@ - - 4.0.0 - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-hibernate-envers-parent - Quarkus - Hibernate Envers - Parent + quarkus-hibernate-envers-parent - pom - - deployment - runtime - + pom + Quarkus - Hibernate Envers - Parent + + deployment + runtime + diff --git a/extensions/hibernate-envers/runtime/pom.xml b/extensions/hibernate-envers/runtime/pom.xml index 4702377f1e02c..fb4b914e46689 100644 --- a/extensions/hibernate-envers/runtime/pom.xml +++ b/extensions/hibernate-envers/runtime/pom.xml @@ -1,63 +1,61 @@ - - 4.0.0 - - io.quarkus - quarkus-hibernate-envers-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-hibernate-envers-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-hibernate-envers - Quarkus - Hibernate Envers - Runtime - Enable Hibernate Envers capabilities in your Jakarta Persistence applications + quarkus-hibernate-envers + Quarkus - Hibernate Envers - Runtime + Enable Hibernate Envers capabilities in your Jakarta Persistence applications - - - org.hibernate.orm - hibernate-envers - - - io.quarkus - quarkus-hibernate-orm - - - org.graalvm.sdk - nativeimage - provided - - + + + org.hibernate.orm + hibernate-envers + + + io.quarkus + quarkus-hibernate-orm + + + org.graalvm.sdk + nativeimage + provided + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.hibernate.envers - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.hibernate.envers + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/hibernate-orm-derby/deployment/pom.xml b/extensions/hibernate-orm-derby/deployment/pom.xml index 348387d604fc0..f6433ca2b2f2b 100644 --- a/extensions/hibernate-orm-derby/deployment/pom.xml +++ b/extensions/hibernate-orm-derby/deployment/pom.xml @@ -1,60 +1,57 @@ - - - quarkus-hibernate-orm-derby-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-orm-derby-parent + 999-SNAPSHOT + - quarkus-hibernate-orm-derby-deployment - Quarkus - Hibernate ORM - Derby - Deployment - This extensions is added by Quarkus automatically when quarkus-hibernate-orm and quarkus-jdbc-derby are on the classpath + quarkus-hibernate-orm-derby-deployment + Quarkus - Hibernate ORM - Derby - Deployment + This extensions is added by Quarkus automatically when quarkus-hibernate-orm and quarkus-jdbc-derby are on the classpath - - - io.quarkus - quarkus-core-deployment - + + + io.quarkus + quarkus-core-deployment + - - io.quarkus - quarkus-hibernate-orm-deployment-spi - - - io.quarkus - quarkus-datasource-common - + + io.quarkus + quarkus-hibernate-orm-deployment-spi + + + io.quarkus + quarkus-datasource-common + - - io.quarkus - quarkus-hibernate-orm-derby - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + io.quarkus + quarkus-hibernate-orm-derby + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/hibernate-orm-derby/pom.xml b/extensions/hibernate-orm-derby/pom.xml index a381ea0a21d8c..fe92346c929d7 100644 --- a/extensions/hibernate-orm-derby/pom.xml +++ b/extensions/hibernate-orm-derby/pom.xml @@ -1,21 +1,19 @@ - + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-hibernate-orm-derby-parent - Quarkus - Hibernate ORM - Derby - Deployment - pom - - runtime - deployment - + quarkus-hibernate-orm-derby-parent + pom + Quarkus - Hibernate ORM - Derby - Deployment + + runtime + deployment + diff --git a/extensions/hibernate-orm-derby/runtime/pom.xml b/extensions/hibernate-orm-derby/runtime/pom.xml index 9c6938794e485..a51c1b8b1211a 100644 --- a/extensions/hibernate-orm-derby/runtime/pom.xml +++ b/extensions/hibernate-orm-derby/runtime/pom.xml @@ -1,68 +1,65 @@ - - - quarkus-hibernate-orm-derby-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-hibernate-orm-derby - Quarkus - Hibernate ORM - Derby - Deployment - This extensions is added by Quarkus automatically when quarkus-hibernate-orm and quarkus-jdbc-derby are on the classpath + + 4.0.0 + + io.quarkus + quarkus-hibernate-orm-derby-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-core - - - org.hibernate.orm - hibernate-community-dialects - - + quarkus-hibernate-orm-derby + Quarkus - Hibernate ORM - Derby - Deployment + This extensions is added by Quarkus automatically when quarkus-hibernate-orm and quarkus-jdbc-derby are on the classpath - - - - io.quarkus - quarkus-extension-maven-plugin - - - compile - - extension-descriptor - - - ${project.groupId}:${project.artifactId}-deployment:${project.version} - - io.quarkus:quarkus-jdbc-derby - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-core + + + org.hibernate.orm + hibernate-community-dialects + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + compile + + ${project.groupId}:${project.artifactId}-deployment:${project.version} + + io.quarkus:quarkus-jdbc-derby + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/hibernate-orm/deployment-spi/pom.xml b/extensions/hibernate-orm/deployment-spi/pom.xml index 471978aece197..57794f225fb75 100644 --- a/extensions/hibernate-orm/deployment-spi/pom.xml +++ b/extensions/hibernate-orm/deployment-spi/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-hibernate-orm-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-orm-parent + 999-SNAPSHOT + - quarkus-hibernate-orm-deployment-spi - Quarkus - Hibernate ORM - Deployment - SPI + quarkus-hibernate-orm-deployment-spi + Quarkus - Hibernate ORM - Deployment - SPI - - - io.quarkus - quarkus-core-deployment - - + + + io.quarkus + quarkus-core-deployment + + diff --git a/extensions/hibernate-orm/deployment/pom.xml b/extensions/hibernate-orm/deployment/pom.xml index f54d4fbcdf3bd..a7cb2308561af 100644 --- a/extensions/hibernate-orm/deployment/pom.xml +++ b/extensions/hibernate-orm/deployment/pom.xml @@ -1,179 +1,178 @@ - - - quarkus-hibernate-orm-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-orm-parent + 999-SNAPSHOT + - quarkus-hibernate-orm-deployment - Quarkus - Hibernate ORM - Deployment + quarkus-hibernate-orm-deployment + Quarkus - Hibernate ORM - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-hibernate-orm-deployment-spi - - - io.quarkus - quarkus-narayana-jta-deployment - - - io.quarkus - quarkus-agroal-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-caffeine-deployment - - - io.quarkus - quarkus-panache-hibernate-common-deployment - - - io.quarkus - quarkus-rest-server-spi-deployment - - - io.quarkus - quarkus-vertx-http-dev-ui-spi - - - io.quarkus - quarkus-hibernate-orm-derby-deployment - true - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-hibernate-orm-deployment-spi + + + io.quarkus + quarkus-narayana-jta-deployment + + + io.quarkus + quarkus-agroal-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-caffeine-deployment + + + io.quarkus + quarkus-panache-hibernate-common-deployment + + + io.quarkus + quarkus-rest-server-spi-deployment + + + io.quarkus + quarkus-vertx-http-dev-ui-spi + + + io.quarkus + quarkus-hibernate-orm-derby-deployment + true + + - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus.gizmo - gizmo - test-jar - test - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.quarkus - quarkus-resteasy-jackson-deployment - test - - - io.quarkus - quarkus-hibernate-validator-deployment - test - - - io.quarkus - quarkus-jdbc-h2-deployment - test - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-smallrye-metrics-deployment - test - - - io.quarkus - quarkus-vertx-http-dev-ui-tests - test - - - org.awaitility - awaitility - test - - + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus.gizmo + gizmo + test-jar + test + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.quarkus + quarkus-resteasy-jackson-deployment + test + + + io.quarkus + quarkus-hibernate-validator-deployment + test + + + io.quarkus + quarkus-jdbc-h2-deployment + test + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-smallrye-metrics-deployment + test + + + io.quarkus + quarkus-vertx-http-dev-ui-tests + test + + + org.awaitility + awaitility + test + + - - - - maven-surefire-plugin - - - default-test - - test - - - - devmode - - - - devmode-test - - test - - - - devmode - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - de.thetaphi - forbiddenapis - - - + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + de.thetaphi + forbiddenapis + + + diff --git a/extensions/hibernate-orm/pom.xml b/extensions/hibernate-orm/pom.xml index 98195ca7fe61d..aeb78e4e1a07a 100644 --- a/extensions/hibernate-orm/pom.xml +++ b/extensions/hibernate-orm/pom.xml @@ -1,112 +1,110 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-hibernate-orm-parent - Quarkus - Hibernate ORM - pom - - deployment-spi - deployment - runtime - + quarkus-hibernate-orm-parent + pom + Quarkus - Hibernate ORM + + deployment-spi + deployment + runtime + - - - - - de.thetaphi - forbiddenapis - - - verify-forbidden-apis - - - false - - - **/*_$logger.class - - **/*_$bundle.class - - - - jdk-system-out - jdk-non-portable - - + + + + + de.thetaphi + forbiddenapis + + + verify-forbidden-apis + + check + + compile + + + false + + + **/*_$logger.class + + **/*_$bundle.class + + + + jdk-system-out + jdk-non-portable + + - - jdk-unsafe + jdk-unsafe - - jdk-deprecated-11 - jdk-deprecated-12 - jdk-deprecated-13 - jdk-deprecated-14 - jdk-deprecated-15 - jdk-deprecated-16 - jdk-deprecated-17 - jdk-deprecated-18 - jdk-deprecated-19 + + jdk-deprecated-11 + jdk-deprecated-12 + jdk-deprecated-13 + jdk-deprecated-14 + jdk-deprecated-15 + jdk-deprecated-16 + jdk-deprecated-17 + jdk-deprecated-18 + jdk-deprecated-19 - jdk-internal-11 - jdk-internal-12 - jdk-internal-13 - jdk-internal-14 - jdk-internal-15 - jdk-internal-16 - jdk-internal-17 - jdk-internal-18 - jdk-internal-19 - - - ./banned-signatures.txt - - false - true - - compile - - check - - - - verify-forbidden-test-apis - - - false - true - - + false + true + + - jdk-unsafe - jdk-deprecated - jdk-non-portable - jdk-internal - - - test-compile - - testCheck - - - - - - - + jdk-unsafe + jdk-deprecated + jdk-non-portable + jdk-internal + + + + + + + + diff --git a/extensions/hibernate-orm/runtime/pom.xml b/extensions/hibernate-orm/runtime/pom.xml index 93ffa141453d1..854d0f6804f6d 100644 --- a/extensions/hibernate-orm/runtime/pom.xml +++ b/extensions/hibernate-orm/runtime/pom.xml @@ -1,185 +1,184 @@ - - - quarkus-hibernate-orm-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-orm-parent + 999-SNAPSHOT + - quarkus-hibernate-orm - Quarkus - Hibernate ORM - Runtime - Define your persistent model with Hibernate ORM and Jakarta Persistence - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-agroal - - - io.quarkus - quarkus-smallrye-metrics - true - - - io.micrometer - micrometer-core - true - - - io.quarkus - quarkus-arc - compile - true - - - io.quarkus - quarkus-narayana-jta - - - io.quarkus - quarkus-vertx-http - true - - - io.quarkus - quarkus-vertx-http-dev - true - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - org.hibernate.orm - hibernate-core - - - - net.bytebuddy - byte-buddy - compile - + quarkus-hibernate-orm + Quarkus - Hibernate ORM - Runtime + Define your persistent model with Hibernate ORM and Jakarta Persistence + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-agroal + + + io.quarkus + quarkus-smallrye-metrics + true + + + io.micrometer + micrometer-core + true + + + io.quarkus + quarkus-arc + compile + true + + + io.quarkus + quarkus-narayana-jta + + + io.quarkus + quarkus-vertx-http + true + + + io.quarkus + quarkus-vertx-http-dev + true + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + org.hibernate.orm + hibernate-core + + + + net.bytebuddy + byte-buddy + compile + - - - org.hibernate.orm - hibernate-graalvm - + + org.hibernate.orm + hibernate-graalvm + - - - org.glassfish.jaxb - jaxb-runtime - - - jakarta.xml.bind - jakarta.xml.bind-api - - - jakarta.persistence - jakarta.persistence-api - - - jakarta.transaction - jakarta.transaction-api - - - org.graalvm.sdk - nativeimage - provided - - - org.hibernate - quarkus-local-cache - - - * - * - - - - + + org.glassfish.jaxb + jaxb-runtime + + + jakarta.xml.bind + jakarta.xml.bind-api + + + jakarta.persistence + jakarta.persistence-api + + + jakarta.transaction + jakarta.transaction-api + + + org.graalvm.sdk + nativeimage + provided + + + org.hibernate + quarkus-local-cache + + + * + * + + + + - - io.quarkus - quarkus-caffeine - - - io.quarkus - quarkus-jackson - true - - - io.quarkus - quarkus-jsonb - true - - - io.quarkus - quarkus-jaxb - true - - - io.quarkus - quarkus-hibernate-orm-derby - true - - + + io.quarkus + quarkus-caffeine + + + io.quarkus + quarkus-jackson + true + + + io.quarkus + quarkus-jsonb + true + + + io.quarkus + quarkus-jaxb + true + + + io.quarkus + quarkus-hibernate-orm-derby + true + + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.hibernate.orm - - - javax.persistence:javax.persistence-api - javax.persistence:persistence-api - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - de.thetaphi - forbiddenapis - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.hibernate.orm + + + javax.persistence:javax.persistence-api + javax.persistence:persistence-api + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + de.thetaphi + forbiddenapis + + + diff --git a/extensions/hibernate-reactive/deployment/pom.xml b/extensions/hibernate-reactive/deployment/pom.xml index 1b7e22d1395d1..eeede2288ed18 100644 --- a/extensions/hibernate-reactive/deployment/pom.xml +++ b/extensions/hibernate-reactive/deployment/pom.xml @@ -1,243 +1,241 @@ - - - quarkus-hibernate-reactive-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-reactive-parent + 999-SNAPSHOT + - quarkus-hibernate-reactive-deployment - Quarkus - Hibernate Reactive - Deployment + quarkus-hibernate-reactive-deployment + Quarkus - Hibernate Reactive - Deployment - - vertx-reactive:postgresql://localhost:5431/hibernate_orm_test - jdbc:postgresql://localhost:5431/hibernate_orm_test - + + vertx-reactive:postgresql://localhost:5431/hibernate_orm_test + jdbc:postgresql://localhost:5431/hibernate_orm_test + - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-hibernate-orm-deployment - - - io.quarkus - quarkus-narayana-jta-deployment - - - io.quarkus - quarkus-narayana-jta - - - io.quarkus - quarkus-agroal - - - io.quarkus - quarkus-agroal-deployment - - - - - io.quarkus - quarkus-agroal-spi - - - io.quarkus - quarkus-reactive-datasource-deployment - - - io.quarkus - quarkus-hibernate-reactive - - - io.quarkus - quarkus-mutiny-deployment - - - io.quarkus - quarkus-rest-server-spi-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-test-vertx - test - - - io.quarkus - quarkus-reactive-pg-client-deployment - test - - - io.quarkus - quarkus-rest-jsonb-deployment - test - - - io.quarkus - quarkus-jackson-deployment - test - - - io.quarkus - quarkus-hibernate-validator-deployment - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-hibernate-orm-deployment + + + io.quarkus + quarkus-narayana-jta-deployment + + + io.quarkus + quarkus-narayana-jta + + + io.quarkus + quarkus-agroal + + + io.quarkus + quarkus-agroal-deployment + + + + + io.quarkus + quarkus-agroal-spi + + + io.quarkus + quarkus-reactive-datasource-deployment + + + io.quarkus + quarkus-hibernate-reactive + + + io.quarkus + quarkus-mutiny-deployment + + + io.quarkus + quarkus-rest-server-spi-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-test-vertx + test + + + io.quarkus + quarkus-reactive-pg-client-deployment + test + + + io.quarkus + quarkus-rest-jsonb-deployment + test + + + io.quarkus + quarkus-jackson-deployment + test + + + io.quarkus + quarkus-hibernate-validator-deployment + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - - - - src/test/resources - true - - + + + + true + src/test/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + + test-postgresql + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + - - - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - - + + - - docker-postgresql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${postgres.image} - postgresql - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - 5431:5432 - - - - - (?s)ready to accept connections.*ready to accept connections - - - - - - true - - - - docker-start - process-test-classes - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + true + + + + docker-start + + stop + start + + process-test-classes + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/extensions/hibernate-reactive/pom.xml b/extensions/hibernate-reactive/pom.xml index b2d57035e37a7..5bcdff7085dec 100644 --- a/extensions/hibernate-reactive/pom.xml +++ b/extensions/hibernate-reactive/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-hibernate-reactive-parent - Quarkus - Hibernate Reactive - pom - - deployment - runtime - + quarkus-hibernate-reactive-parent + pom + Quarkus - Hibernate Reactive + + deployment + runtime + diff --git a/extensions/hibernate-reactive/runtime/pom.xml b/extensions/hibernate-reactive/runtime/pom.xml index d6e3d7f3dc860..93e96562fcdd6 100644 --- a/extensions/hibernate-reactive/runtime/pom.xml +++ b/extensions/hibernate-reactive/runtime/pom.xml @@ -1,90 +1,88 @@ - - - quarkus-hibernate-reactive-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-reactive-parent + 999-SNAPSHOT + - quarkus-hibernate-reactive - Quarkus - Hibernate Reactive - Runtime - A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database. - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-agroal - - - io.quarkus - quarkus-narayana-jta - - - - - io.quarkus - quarkus-reactive-datasource - - - org.hibernate.reactive - hibernate-reactive-core - - - - io.smallrye.reactive - mutiny - - - - - io.quarkus - quarkus-mutiny - - - org.graalvm.sdk - nativeimage - provided - - + quarkus-hibernate-reactive + Quarkus - Hibernate Reactive - Runtime + A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database. + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-agroal + + + io.quarkus + quarkus-narayana-jta + + + + + io.quarkus + quarkus-reactive-datasource + + + org.hibernate.reactive + hibernate-reactive-core + + + + io.smallrye.reactive + mutiny + + + + + io.quarkus + quarkus-mutiny + + + org.graalvm.sdk + nativeimage + provided + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.hibernate.reactive - - - javax.persistence:javax.persistence-api - javax.persistence:persistence-api - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.hibernate.reactive + + + javax.persistence:javax.persistence-api + javax.persistence:persistence-api + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/hibernate-search-backend-elasticsearch-common/deployment/pom.xml b/extensions/hibernate-search-backend-elasticsearch-common/deployment/pom.xml index e0633ca755425..cea2cb287aa87 100644 --- a/extensions/hibernate-search-backend-elasticsearch-common/deployment/pom.xml +++ b/extensions/hibernate-search-backend-elasticsearch-common/deployment/pom.xml @@ -1,52 +1,50 @@ - - - quarkus-hibernate-search-backend-elasticsearch-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-search-backend-elasticsearch-common-parent + 999-SNAPSHOT + - quarkus-hibernate-search-backend-elasticsearch-common-deployment - Quarkus - Hibernate Search - Elasticsearch - Deployment + quarkus-hibernate-search-backend-elasticsearch-common-deployment + Quarkus - Hibernate Search - Elasticsearch - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-elasticsearch-rest-client-common-deployment - - - io.quarkus - quarkus-hibernate-search-backend-elasticsearch-common - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-elasticsearch-rest-client-common-deployment + + + io.quarkus + quarkus-hibernate-search-backend-elasticsearch-common + + - - - - maven-compiler-plugin - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - maven-surefire-plugin - - true - - - - + + + + maven-compiler-plugin + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + maven-surefire-plugin + + true + + + + diff --git a/extensions/hibernate-search-backend-elasticsearch-common/pom.xml b/extensions/hibernate-search-backend-elasticsearch-common/pom.xml index 6b16ca71abe6c..d31bd364c6b3a 100644 --- a/extensions/hibernate-search-backend-elasticsearch-common/pom.xml +++ b/extensions/hibernate-search-backend-elasticsearch-common/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-hibernate-search-backend-elasticsearch-common-parent - Quarkus - Hibernate Search - Elasticsearch - pom - - deployment - runtime - + quarkus-hibernate-search-backend-elasticsearch-common-parent + pom + Quarkus - Hibernate Search - Elasticsearch + + deployment + runtime + diff --git a/extensions/hibernate-search-backend-elasticsearch-common/runtime/pom.xml b/extensions/hibernate-search-backend-elasticsearch-common/runtime/pom.xml index 5479128e11b0b..7152a02746ed6 100644 --- a/extensions/hibernate-search-backend-elasticsearch-common/runtime/pom.xml +++ b/extensions/hibernate-search-backend-elasticsearch-common/runtime/pom.xml @@ -1,55 +1,53 @@ - - - quarkus-hibernate-search-backend-elasticsearch-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-search-backend-elasticsearch-common-parent + 999-SNAPSHOT + - quarkus-hibernate-search-backend-elasticsearch-common - Quarkus - Hibernate Search - Elasticsearch - Runtime - Elasticsearch/OpenSearch backend for use in other Hibernate Search extensions - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-elasticsearch-rest-client-common - - - org.hibernate.search - hibernate-search-backend-elasticsearch - - - org.graalvm.sdk - graal-sdk - provided - - + quarkus-hibernate-search-backend-elasticsearch-common + Quarkus - Hibernate Search - Elasticsearch - Runtime + Elasticsearch/OpenSearch backend for use in other Hibernate Search extensions + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-elasticsearch-rest-client-common + + + org.hibernate.search + hibernate-search-backend-elasticsearch + + + org.graalvm.sdk + graal-sdk + provided + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + diff --git a/extensions/hibernate-search-orm-elasticsearch/deployment/pom.xml b/extensions/hibernate-search-orm-elasticsearch/deployment/pom.xml index 3bc1b3c964d42..d5791a6fede08 100644 --- a/extensions/hibernate-search-orm-elasticsearch/deployment/pom.xml +++ b/extensions/hibernate-search-orm-elasticsearch/deployment/pom.xml @@ -1,229 +1,226 @@ - - - quarkus-hibernate-search-orm-elasticsearch-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch-parent + 999-SNAPSHOT + - quarkus-hibernate-search-orm-elasticsearch-deployment - Quarkus - Hibernate Search - ORM + Elasticsearch - Deployment + quarkus-hibernate-search-orm-elasticsearch-deployment + Quarkus - Hibernate Search - ORM + Elasticsearch - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-hibernate-orm-deployment - - - io.quarkus - quarkus-elasticsearch-rest-client-common-deployment - - - io.quarkus - quarkus-hibernate-search-backend-elasticsearch-common-deployment - - - io.quarkus - quarkus-hibernate-search-orm-elasticsearch - - - io.quarkus - quarkus-vertx-http-dev-ui-spi - - - io.quarkus - quarkus-vertx-http-deployment-spi - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-hibernate-orm-deployment + + + io.quarkus + quarkus-elasticsearch-rest-client-common-deployment + + + io.quarkus + quarkus-hibernate-search-backend-elasticsearch-common-deployment + + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch + + + io.quarkus + quarkus-vertx-http-dev-ui-spi + + + io.quarkus + quarkus-vertx-http-deployment-spi + - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-jdbc-h2-deployment - test - - - io.quarkus - quarkus-test-h2 - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-vertx-http-deployment - test - - - io.quarkus - quarkus-vertx-http-dev-ui-tests - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-jdbc-h2-deployment + test + + + io.quarkus + quarkus-test-h2 + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-vertx-http-deployment + test + + + io.quarkus + quarkus-vertx-http-dev-ui-tests + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + + test-elasticsearch + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + - - - - - - test-elasticsearch - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - - + + - - docker-elasticsearch - - - start-containers - - - - localhost:9200 - http - - - - - io.fabric8 - docker-maven-plugin - - - - ${elasticsearch.image} - elasticsearch - - - single-node - false - -Xms512m -Xmx512m - - false - - false - false - false - false - false - false - false - false - false - - - 9200:9200 - - - Elasticsearch: - default - cyan - - - - http://localhost:9200 - GET - 200 - - - - - - - true - - - - docker-start - process-test-classes - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + false + + false + false + false + false + false + false + false + false + false + + + 9200:9200 + + + Elasticsearch: + default + cyan + + + + http://localhost:9200 + GET + 200 + + + + + + + true + + + + docker-start + + stop + start + + process-test-classes + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/extensions/hibernate-search-orm-elasticsearch/pom.xml b/extensions/hibernate-search-orm-elasticsearch/pom.xml index dc01d91759cc0..9f28fd0f599d3 100644 --- a/extensions/hibernate-search-orm-elasticsearch/pom.xml +++ b/extensions/hibernate-search-orm-elasticsearch/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-hibernate-search-orm-elasticsearch-parent - Quarkus - Hibernate Search - ORM + Elasticsearch - pom - - deployment - runtime - + quarkus-hibernate-search-orm-elasticsearch-parent + pom + Quarkus - Hibernate Search - ORM + Elasticsearch + + deployment + runtime + diff --git a/extensions/hibernate-search-orm-elasticsearch/runtime/pom.xml b/extensions/hibernate-search-orm-elasticsearch/runtime/pom.xml index 4653413c7abb8..6b61855a9e5c7 100644 --- a/extensions/hibernate-search-orm-elasticsearch/runtime/pom.xml +++ b/extensions/hibernate-search-orm-elasticsearch/runtime/pom.xml @@ -1,82 +1,80 @@ - - - quarkus-hibernate-search-orm-elasticsearch-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch-parent + 999-SNAPSHOT + - quarkus-hibernate-search-orm-elasticsearch - Quarkus - Hibernate Search - ORM + Elasticsearch - Runtime - Automatically index your Hibernate entities in Elasticsearch - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-elasticsearch-rest-client-common - - - io.quarkus - quarkus-hibernate-search-backend-elasticsearch-common - - - org.hibernate.search - hibernate-search-mapper-orm - - - jakarta.persistence - jakarta.persistence-api - - - org.graalvm.sdk - nativeimage - provided - - - io.vertx - vertx-web - true - - - io.quarkus - quarkus-vertx-http - true - - + quarkus-hibernate-search-orm-elasticsearch + Quarkus - Hibernate Search - ORM + Elasticsearch - Runtime + Automatically index your Hibernate entities in Elasticsearch + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-elasticsearch-rest-client-common + + + io.quarkus + quarkus-hibernate-search-backend-elasticsearch-common + + + org.hibernate.search + hibernate-search-mapper-orm + + + jakarta.persistence + jakarta.persistence-api + + + org.graalvm.sdk + nativeimage + provided + + + io.vertx + vertx-web + true + + + io.quarkus + quarkus-vertx-http + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/hibernate-search-orm-outbox-polling/deployment/pom.xml b/extensions/hibernate-search-orm-outbox-polling/deployment/pom.xml index 7b0718ded58d2..a6d16f1b5f241 100644 --- a/extensions/hibernate-search-orm-outbox-polling/deployment/pom.xml +++ b/extensions/hibernate-search-orm-outbox-polling/deployment/pom.xml @@ -1,206 +1,204 @@ - - - quarkus-hibernate-search-orm-outbox-polling-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-search-orm-outbox-polling-parent + 999-SNAPSHOT + - quarkus-hibernate-search-orm-outbox-polling-deployment - Quarkus - Hibernate Search - ORM - Outbox Polling - Deployment + quarkus-hibernate-search-orm-outbox-polling-deployment + Quarkus - Hibernate Search - ORM - Outbox Polling - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-hibernate-search-orm-elasticsearch-deployment - - - io.quarkus - quarkus-avro-deployment - - - io.quarkus - quarkus-hibernate-search-orm-outbox-polling - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch-deployment + + + io.quarkus + quarkus-avro-deployment + + + io.quarkus + quarkus-hibernate-search-orm-outbox-polling + - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-jdbc-h2-deployment - test - - - io.quarkus - quarkus-test-h2 - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-jdbc-h2-deployment + test + + + io.quarkus + quarkus-test-h2 + test + + + org.assertj + assertj-core + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + + test-elasticsearch + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + - - - - - test-elasticsearch - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - - + + - - docker-elasticsearch - - - start-containers - - - - localhost:9200 - http - - - - - io.fabric8 - docker-maven-plugin - - - - ${elasticsearch.image} - elasticsearch - - - single-node - false - -Xms512m -Xmx512m - - false - - false - false - false - false - false - false - false - false - false - - - 9200:9200 - - - Elasticsearch: - default - cyan - - - - http://localhost:9200 - GET - 200 - - - - - - - true - - - - docker-start - process-test-classes - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + false + + false + false + false + false + false + false + false + false + false + + + 9200:9200 + + + Elasticsearch: + default + cyan + + + + http://localhost:9200 + GET + 200 + + + + + + + true + + + + docker-start + + stop + start + + process-test-classes + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/extensions/hibernate-search-orm-outbox-polling/pom.xml b/extensions/hibernate-search-orm-outbox-polling/pom.xml index 60bf47aa4fb5d..0cba95f45bcac 100644 --- a/extensions/hibernate-search-orm-outbox-polling/pom.xml +++ b/extensions/hibernate-search-orm-outbox-polling/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-hibernate-search-orm-outbox-polling-parent - Quarkus - Hibernate Search - ORM - Outbox Polling - pom + quarkus-hibernate-search-orm-outbox-polling-parent + pom + Quarkus - Hibernate Search - ORM - Outbox Polling - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/hibernate-search-orm-outbox-polling/runtime/pom.xml b/extensions/hibernate-search-orm-outbox-polling/runtime/pom.xml index 40489f092eaf2..9a47c91651c2e 100644 --- a/extensions/hibernate-search-orm-outbox-polling/runtime/pom.xml +++ b/extensions/hibernate-search-orm-outbox-polling/runtime/pom.xml @@ -1,64 +1,62 @@ - - - quarkus-hibernate-search-orm-outbox-polling-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-search-orm-outbox-polling-parent + 999-SNAPSHOT + - quarkus-hibernate-search-orm-outbox-polling - Quarkus - Hibernate Search - ORM - Outbox Polling - Runtime - Use a transactional outbox and background polling to coordinate automatic indexing in Hibernate Search + quarkus-hibernate-search-orm-outbox-polling + Quarkus - Hibernate Search - ORM - Outbox Polling - Runtime + Use a transactional outbox and background polling to coordinate automatic indexing in Hibernate Search - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-hibernate-search-orm-elasticsearch - - - io.quarkus - quarkus-avro - - - org.hibernate.search - hibernate-search-mapper-orm-outbox-polling - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch + + + io.quarkus + quarkus-avro + + + org.hibernate.search + hibernate-search-mapper-orm-outbox-polling + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/hibernate-search-standalone-elasticsearch/deployment/pom.xml b/extensions/hibernate-search-standalone-elasticsearch/deployment/pom.xml index 046916dc99544..296f6b0f109f5 100644 --- a/extensions/hibernate-search-standalone-elasticsearch/deployment/pom.xml +++ b/extensions/hibernate-search-standalone-elasticsearch/deployment/pom.xml @@ -1,215 +1,212 @@ - - - quarkus-hibernate-search-standalone-elasticsearch-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-search-standalone-elasticsearch-parent + 999-SNAPSHOT + - quarkus-hibernate-search-standalone-elasticsearch-deployment - Quarkus - Hibernate Search - Standalone + Elasticsearch - Deployment + quarkus-hibernate-search-standalone-elasticsearch-deployment + Quarkus - Hibernate Search - Standalone + Elasticsearch - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-elasticsearch-rest-client-common-deployment - - - io.quarkus - quarkus-hibernate-search-backend-elasticsearch-common-deployment - - - io.quarkus - quarkus-hibernate-search-standalone-elasticsearch - - - io.quarkus - quarkus-vertx-http-dev-ui-spi - - - io.quarkus - quarkus-vertx-http-deployment-spi - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-elasticsearch-rest-client-common-deployment + + + io.quarkus + quarkus-hibernate-search-backend-elasticsearch-common-deployment + + + io.quarkus + quarkus-hibernate-search-standalone-elasticsearch + + + io.quarkus + quarkus-vertx-http-dev-ui-spi + + + io.quarkus + quarkus-vertx-http-deployment-spi + - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-vertx-http-deployment - test - - - io.quarkus - quarkus-vertx-http-dev-ui-tests - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-vertx-http-deployment + test + + + io.quarkus + quarkus-vertx-http-dev-ui-tests + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + + test-elasticsearch + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + - - - - - - test-elasticsearch - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - - + + - - docker-elasticsearch - - - start-containers - - - - localhost:9200 - http - - - - - io.fabric8 - docker-maven-plugin - - - - ${elasticsearch.image} - elasticsearch - - - single-node - false - -Xms512m -Xmx512m - - false - - false - false - false - false - false - false - false - false - false - - - 9200:9200 - - - Elasticsearch: - default - cyan - - - - http://localhost:9200 - GET - 200 - - - - - - - true - - - - docker-start - process-test-classes - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + false + + false + false + false + false + false + false + false + false + false + + + 9200:9200 + + + Elasticsearch: + default + cyan + + + + http://localhost:9200 + GET + 200 + + + + + + + true + + + + docker-start + + stop + start + + process-test-classes + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/extensions/hibernate-search-standalone-elasticsearch/pom.xml b/extensions/hibernate-search-standalone-elasticsearch/pom.xml index 4f71d5df8d1ec..1703a819706f9 100644 --- a/extensions/hibernate-search-standalone-elasticsearch/pom.xml +++ b/extensions/hibernate-search-standalone-elasticsearch/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-hibernate-search-standalone-elasticsearch-parent - Quarkus - Hibernate Search - Standalone + Elasticsearch - pom - - deployment - runtime - + quarkus-hibernate-search-standalone-elasticsearch-parent + pom + Quarkus - Hibernate Search - Standalone + Elasticsearch + + deployment + runtime + diff --git a/extensions/hibernate-search-standalone-elasticsearch/runtime/pom.xml b/extensions/hibernate-search-standalone-elasticsearch/runtime/pom.xml index 14d0bf298bdd0..14aaddcc34284 100644 --- a/extensions/hibernate-search-standalone-elasticsearch/runtime/pom.xml +++ b/extensions/hibernate-search-standalone-elasticsearch/runtime/pom.xml @@ -1,74 +1,72 @@ - - - quarkus-hibernate-search-standalone-elasticsearch-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-search-standalone-elasticsearch-parent + 999-SNAPSHOT + - quarkus-hibernate-search-standalone-elasticsearch - Quarkus - Hibernate Search - Standalone + Elasticsearch - Runtime - Explicitly index/search entities in Elasticsearch - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-elasticsearch-rest-client-common - - - io.quarkus - quarkus-hibernate-search-backend-elasticsearch-common - - - org.hibernate.search - hibernate-search-mapper-pojo-standalone - - - org.graalvm.sdk - nativeimage - provided - - - io.vertx - vertx-web - true - - - io.quarkus - quarkus-vertx-http - true - - + quarkus-hibernate-search-standalone-elasticsearch + Quarkus - Hibernate Search - Standalone + Elasticsearch - Runtime + Explicitly index/search entities in Elasticsearch + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-elasticsearch-rest-client-common + + + io.quarkus + quarkus-hibernate-search-backend-elasticsearch-common + + + org.hibernate.search + hibernate-search-mapper-pojo-standalone + + + org.graalvm.sdk + nativeimage + provided + + + io.vertx + vertx-web + true + + + io.quarkus + quarkus-vertx-http + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/hibernate-validator/deployment/pom.xml b/extensions/hibernate-validator/deployment/pom.xml index 3b525bd111dbc..edc65c9d87353 100644 --- a/extensions/hibernate-validator/deployment/pom.xml +++ b/extensions/hibernate-validator/deployment/pom.xml @@ -1,93 +1,91 @@ - - - quarkus-hibernate-validator-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-validator-parent + 999-SNAPSHOT + - quarkus-hibernate-validator-deployment - Quarkus - Hibernate Validator - Deployment + quarkus-hibernate-validator-deployment + Quarkus - Hibernate Validator - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-jaxrs-spi-deployment - - - io.quarkus - quarkus-resteasy-common-spi - - - io.quarkus - quarkus-resteasy-server-common-spi - - - io.quarkus - quarkus-hibernate-validator-spi - - - io.quarkus - quarkus-hibernate-validator - - - io.quarkus - quarkus-rest-spi-deployment - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-jaxrs-spi-deployment + + + io.quarkus + quarkus-resteasy-common-spi + + + io.quarkus + quarkus-resteasy-server-common-spi + + + io.quarkus + quarkus-hibernate-validator-spi + + + io.quarkus + quarkus-hibernate-validator + + + io.quarkus + quarkus-rest-spi-deployment + - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-resteasy-jackson-deployment - test - - - io.rest-assured - rest-assured - test - - + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-resteasy-jackson-deployment + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/hibernate-validator/runtime/pom.xml b/extensions/hibernate-validator/runtime/pom.xml index b83260dea01d7..f2f4ffe56abdf 100644 --- a/extensions/hibernate-validator/runtime/pom.xml +++ b/extensions/hibernate-validator/runtime/pom.xml @@ -1,131 +1,129 @@ - - - quarkus-hibernate-validator-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-validator-parent + 999-SNAPSHOT + - quarkus-hibernate-validator - Quarkus - Hibernate Validator - Runtime - Validate object properties (field, getter) and method parameters for your beans (REST, CDI, Jakarta Persistence) - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - org.hibernate.validator - hibernate-validator - - - - org.glassfish.expressly - expressly - - - io.smallrye.config - smallrye-config-validator - - - io.quarkus - quarkus-vertx-http - true - - - org.jboss.resteasy - resteasy-core - true - - - org.apache.httpcomponents - httpclient - - - commons-io - commons-io - - - net.jcip - jcip-annotations - - - org.reactivestreams - reactive-streams - - - org.jboss.spec.javax.xml.bind - jboss-jaxb-api_2.3_spec - - - javax.validation - validation-api - - - jakarta.activation - jakarta.activation-api - - - org.jboss.spec.javax.ws.rs - jboss-jaxrs-api_2.1_spec - - - org.jboss.spec.javax.ws.rs - jboss-jaxrs-api_3.0_spec - - - - - io.quarkus.resteasy.reactive - resteasy-reactive - true - - - jakarta.ws.rs - jakarta.ws.rs-api - - - org.graalvm.sdk - nativeimage - provided - - + quarkus-hibernate-validator + Quarkus - Hibernate Validator - Runtime + Validate object properties (field, getter) and method parameters for your beans (REST, CDI, Jakarta Persistence) + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + org.hibernate.validator + hibernate-validator + + + + org.glassfish.expressly + expressly + + + io.smallrye.config + smallrye-config-validator + + + io.quarkus + quarkus-vertx-http + true + + + org.jboss.resteasy + resteasy-core + true + + + org.apache.httpcomponents + httpclient + + + commons-io + commons-io + + + net.jcip + jcip-annotations + + + org.reactivestreams + reactive-streams + + + org.jboss.spec.javax.xml.bind + jboss-jaxb-api_2.3_spec + + + javax.validation + validation-api + + + jakarta.activation + jakarta.activation-api + + + org.jboss.spec.javax.ws.rs + jboss-jaxrs-api_2.1_spec + + + org.jboss.spec.javax.ws.rs + jboss-jaxrs-api_3.0_spec + + + + + io.quarkus.resteasy.reactive + resteasy-reactive + true + + + jakarta.ws.rs + jakarta.ws.rs-api + + + org.graalvm.sdk + nativeimage + provided + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.hibernate.validator - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.hibernate.validator + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/infinispan-cache/deployment/pom.xml b/extensions/infinispan-cache/deployment/pom.xml index d75ddb30bb259..95cf036bc0f12 100644 --- a/extensions/infinispan-cache/deployment/pom.xml +++ b/extensions/infinispan-cache/deployment/pom.xml @@ -1,99 +1,97 @@ - - - quarkus-infinispan-cache-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-infinispan-cache-parent + 999-SNAPSHOT + - quarkus-infinispan-cache-deployment - Quarkus - Infinispan - Cache - Deployment + quarkus-infinispan-cache-deployment + Quarkus - Infinispan - Cache - Deployment - - - io.quarkus - quarkus-infinispan-client-deployment - - - io.quarkus - quarkus-cache-deployment - - - io.quarkus - quarkus-infinispan-cache - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-infinispan-client-deployment + + + io.quarkus + quarkus-cache-deployment + + + io.quarkus + quarkus-infinispan-cache + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + + test-infinispan + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-infinispan - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + diff --git a/extensions/infinispan-cache/pom.xml b/extensions/infinispan-cache/pom.xml index f49b737d37859..7c6b6c49fe63d 100644 --- a/extensions/infinispan-cache/pom.xml +++ b/extensions/infinispan-cache/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-infinispan-cache-parent - Quarkus - Infinispan - Cache - pom - - deployment - runtime - + quarkus-infinispan-cache-parent + pom + Quarkus - Infinispan - Cache + + deployment + runtime + diff --git a/extensions/infinispan-cache/runtime/pom.xml b/extensions/infinispan-cache/runtime/pom.xml index 8c500552df19a..7fc48a20cbdcd 100644 --- a/extensions/infinispan-cache/runtime/pom.xml +++ b/extensions/infinispan-cache/runtime/pom.xml @@ -1,84 +1,82 @@ - - - quarkus-infinispan-cache-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-infinispan-cache-parent + 999-SNAPSHOT + + + quarkus-infinispan-cache + Quarkus - Infinispan - Cache - Runtime + Implements quarkus-cache SPI + + + io.quarkus + quarkus-infinispan-client + + + io.quarkus + quarkus-cache + + - quarkus-infinispan-cache - Quarkus - Infinispan - Cache - Runtime - Implements quarkus-cache SPI - - - io.quarkus - quarkus-infinispan-client - - - io.quarkus - quarkus-cache - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + - + + + test-infinispan + + + test-containers + + + - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-infinispan - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + diff --git a/extensions/infinispan-client/deployment/pom.xml b/extensions/infinispan-client/deployment/pom.xml index 0d08cd498b792..461f9a9f4e778 100644 --- a/extensions/infinispan-client/deployment/pom.xml +++ b/extensions/infinispan-client/deployment/pom.xml @@ -1,169 +1,167 @@ - - - quarkus-infinispan-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-infinispan-client-parent + 999-SNAPSHOT + - quarkus-infinispan-client-deployment - Quarkus - Infinispan - Client - Deployment + quarkus-infinispan-client-deployment + Quarkus - Infinispan - Client - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-elytron-security-common-deployment - - - io.quarkus - quarkus-infinispan-client - - - io.quarkus - quarkus-infinispan-client-dev - - - io.quarkus - quarkus-caffeine-deployment - - - io.quarkus - quarkus-netty-deployment - - - io.quarkus - quarkus-jsonp-deployment - - - io.quarkus - quarkus-mutiny-deployment - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-elytron-security-common-deployment + + + io.quarkus + quarkus-infinispan-client + + + io.quarkus + quarkus-infinispan-client-dev + + + io.quarkus + quarkus-caffeine-deployment + + + io.quarkus + quarkus-netty-deployment + + + io.quarkus + quarkus-jsonp-deployment + + + io.quarkus + quarkus-mutiny-deployment + - - io.quarkus - quarkus-devservices-deployment - + + io.quarkus + quarkus-devservices-deployment + - - io.quarkus - quarkus-vertx-http-dev-ui-spi - + + io.quarkus + quarkus-vertx-http-dev-ui-spi + - - io.quarkus - quarkus-vertx-http-deployment - true - + + io.quarkus + quarkus-vertx-http-deployment + true + - - io.quarkus - quarkus-smallrye-health-spi - + + io.quarkus + quarkus-smallrye-health-spi + - - io.quarkus - quarkus-kubernetes-service-binding-spi - + + io.quarkus + quarkus-kubernetes-service-binding-spi + - - org.infinispan - infinispan-server-testdriver-core - - - * - * - - - + + org.infinispan + infinispan-server-testdriver-core + + + * + * + + + - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-junit5-internal - test - + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-junit5-internal + test + - + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + test-infinispan + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - test-infinispan - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - skip-tests-windows - - - windows - - - - true - true - - - + + + + + skip-tests-windows + + + windows + + + + true + true + + + diff --git a/extensions/infinispan-client/pom.xml b/extensions/infinispan-client/pom.xml index fe9ffa8bcc2c9..61708932b719e 100644 --- a/extensions/infinispan-client/pom.xml +++ b/extensions/infinispan-client/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-infinispan-client-parent - Quarkus - Infinispan - Client - pom - - deployment - runtime - runtime-dev - + quarkus-infinispan-client-parent + pom + Quarkus - Infinispan - Client + + deployment + runtime + runtime-dev + diff --git a/extensions/infinispan-client/runtime-dev/pom.xml b/extensions/infinispan-client/runtime-dev/pom.xml index 1bc6f45cc9a9f..f90d05f19ca37 100644 --- a/extensions/infinispan-client/runtime-dev/pom.xml +++ b/extensions/infinispan-client/runtime-dev/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-infinispan-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-infinispan-client-parent + 999-SNAPSHOT + - quarkus-infinispan-client-dev - Quarkus - Infinispan - Client - Runtime Dev mode - Connect to the Infinispan data grid for distributed caching - Dev mode only - - - io.quarkus - quarkus-infinispan-client - - - \ No newline at end of file + quarkus-infinispan-client-dev + Quarkus - Infinispan - Client - Runtime Dev mode + Connect to the Infinispan data grid for distributed caching - Dev mode only + + + io.quarkus + quarkus-infinispan-client + + + diff --git a/extensions/infinispan-client/runtime/pom.xml b/extensions/infinispan-client/runtime/pom.xml index 7f0e3206f1369..8efc0c325219f 100644 --- a/extensions/infinispan-client/runtime/pom.xml +++ b/extensions/infinispan-client/runtime/pom.xml @@ -1,198 +1,194 @@ - - - quarkus-infinispan-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-infinispan-client-parent + 999-SNAPSHOT + - quarkus-infinispan-client - Quarkus - Infinispan - Client - Runtime - Connect to the Infinispan data grid for distributed caching - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-caffeine - - - io.quarkus - quarkus-mutiny - - - io.quarkus - quarkus-netty - - - io.quarkus - quarkus-jsonp - - - io.quarkus - quarkus-elytron-security-common - - - - org.infinispan.protostream - protostream-processor - - - javax.annotation - javax.annotation-api - - - - - org.infinispan.protostream - protostream-types - - - org.wildfly.security - wildfly-elytron-sasl-plain - - - org.wildfly.security - wildfly-elytron-ssh-util - - - org.wildfly.security - wildfly-elytron-sasl-digest - - - org.wildfly.security - wildfly-elytron-sasl-external - - - org.wildfly.security - wildfly-elytron-sasl-oauth2 - - - org.wildfly.security - wildfly-elytron-sasl-scram - - - org.infinispan - infinispan-client-hotrod - - - org.infinispan - infinispan-jboss-marshalling - - - org.jboss.spec.javax.transaction - - jboss-transaction-api_1.2_spec - - - - io.netty - netty-transport-native-epoll - - - - - jakarta.transaction - jakarta.transaction-api - - - org.eclipse.microprofile.metrics - microprofile-metrics-api - - - io.opentelemetry - opentelemetry-api - + quarkus-infinispan-client + Quarkus - Infinispan - Client - Runtime + Connect to the Infinispan data grid for distributed caching + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-caffeine + + + io.quarkus + quarkus-mutiny + + + io.quarkus + quarkus-netty + + + io.quarkus + quarkus-jsonp + + + io.quarkus + quarkus-elytron-security-common + + + + org.infinispan.protostream + protostream-processor + + + javax.annotation + javax.annotation-api + + + + + org.infinispan.protostream + protostream-types + + + org.wildfly.security + wildfly-elytron-sasl-plain + + + org.wildfly.security + wildfly-elytron-ssh-util + + + org.wildfly.security + wildfly-elytron-sasl-digest + + + org.wildfly.security + wildfly-elytron-sasl-external + + + org.wildfly.security + wildfly-elytron-sasl-oauth2 + + + org.wildfly.security + wildfly-elytron-sasl-scram + + + org.infinispan + infinispan-client-hotrod + + + org.infinispan + infinispan-jboss-marshalling + + + org.jboss.spec.javax.transaction + jboss-transaction-api_1.2_spec + + + io.netty + netty-transport-native-epoll + + + + + jakarta.transaction + jakarta.transaction-api + + + org.eclipse.microprofile.metrics + microprofile-metrics-api + + + io.opentelemetry + opentelemetry-api + - - org.infinispan - infinispan-api - - - org.infinispan - infinispan-remote-query-client - - - - org.infinispan - infinispan-query-dsl - - - jakarta.annotation - jakarta.annotation-api - - - org.graalvm.sdk - nativeimage - provided - - - io.quarkus - quarkus-smallrye-health - true - - - io.quarkus - quarkus-kubernetes-service-binding - true - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + org.infinispan + infinispan-api + + + org.infinispan + infinispan-remote-query-client + + + + org.infinispan + infinispan-query-dsl + + + jakarta.annotation + jakarta.annotation-api + + + org.graalvm.sdk + nativeimage + provided + + + io.quarkus + quarkus-smallrye-health + true + + + io.quarkus + quarkus-kubernetes-service-binding + true + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - process-resources - - extension-descriptor - - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + process-resources + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/info/deployment-spi/pom.xml b/extensions/info/deployment-spi/pom.xml index d6bfa345b1926..fbc479e36dbd7 100644 --- a/extensions/info/deployment-spi/pom.xml +++ b/extensions/info/deployment-spi/pom.xml @@ -1,26 +1,24 @@ - - - quarkus-info-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-info-parent + 999-SNAPSHOT + - quarkus-info-deployment-spi - Quarkus - Info - SPI - Artifact that provides BuildItems specific to Info extension + quarkus-info-deployment-spi + Quarkus - Info - SPI + Artifact that provides BuildItems specific to Info extension - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-info-runtime-spi - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-info-runtime-spi + + diff --git a/extensions/info/deployment/pom.xml b/extensions/info/deployment/pom.xml index 1e852cc47cc12..aca2a4dce43e4 100644 --- a/extensions/info/deployment/pom.xml +++ b/extensions/info/deployment/pom.xml @@ -1,71 +1,69 @@ - - - quarkus-info-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-info-parent + 999-SNAPSHOT + - quarkus-info-deployment - Quarkus - Info - Deployment + quarkus-info-deployment + Quarkus - Info - Deployment - - - io.quarkus - quarkus-info-deployment-spi - - - io.quarkus - quarkus-info - - - io.quarkus - quarkus-vertx-http-deployment - - - org.eclipse.jgit - org.eclipse.jgit - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-info-deployment-spi + + + io.quarkus + quarkus-info + + + io.quarkus + quarkus-vertx-http-deployment + + + org.eclipse.jgit + org.eclipse.jgit + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/info/pom.xml b/extensions/info/pom.xml index 994f4a375ea65..51a4f8331ddaf 100644 --- a/extensions/info/pom.xml +++ b/extensions/info/pom.xml @@ -1,23 +1,21 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-info-parent - Quarkus - Info - pom - - deployment - deployment-spi - runtime - runtime-spi - + quarkus-info-parent + pom + Quarkus - Info + + deployment + deployment-spi + runtime + runtime-spi + diff --git a/extensions/info/runtime-spi/pom.xml b/extensions/info/runtime-spi/pom.xml index 0b6c219db7b99..b6cf8f14eeb9e 100644 --- a/extensions/info/runtime-spi/pom.xml +++ b/extensions/info/runtime-spi/pom.xml @@ -1,44 +1,42 @@ - + + 4.0.0 - - io.quarkus - quarkus-info-parent - 999-SNAPSHOT - - 4.0.0 + + io.quarkus + quarkus-info-parent + 999-SNAPSHOT + - quarkus-info-runtime-spi - Quarkus - Info - Runtime SPI + quarkus-info-runtime-spi + Quarkus - Info - Runtime SPI - - - io.quarkus - quarkus-core - - + + + io.quarkus + quarkus-core + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/info/runtime/pom.xml b/extensions/info/runtime/pom.xml index d0ebaf6e5555b..4af16985b659c 100644 --- a/extensions/info/runtime/pom.xml +++ b/extensions/info/runtime/pom.xml @@ -1,51 +1,49 @@ - - - quarkus-info-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-info-parent + 999-SNAPSHOT + - quarkus-info - Quarkus - Info - Runtime - Expose the info endpoint - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-info-runtime-spi - - + quarkus-info + Quarkus - Info - Runtime + Expose the info endpoint + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-info-runtime-spi + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jackson/deployment/pom.xml b/extensions/jackson/deployment/pom.xml index 36d5510452b79..606ca3a8e5697 100644 --- a/extensions/jackson/deployment/pom.xml +++ b/extensions/jackson/deployment/pom.xml @@ -1,66 +1,64 @@ - - - quarkus-jackson-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jackson-parent + 999-SNAPSHOT + - quarkus-jackson-deployment - Quarkus - Jackson - Deployment + quarkus-jackson-deployment + Quarkus - Jackson - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-jackson-spi - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-jackson - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-jackson-spi + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-jackson + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jackson/pom.xml b/extensions/jackson/pom.xml index 33ce8716c92e7..a5dd345c82cc0 100644 --- a/extensions/jackson/pom.xml +++ b/extensions/jackson/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-jackson-parent - Quarkus - Jackson - pom - - deployment - runtime - spi - + quarkus-jackson-parent + pom + Quarkus - Jackson + + deployment + runtime + spi + diff --git a/extensions/jackson/runtime/pom.xml b/extensions/jackson/runtime/pom.xml index 3316ce40d38ff..7bd7eb2f677c5 100644 --- a/extensions/jackson/runtime/pom.xml +++ b/extensions/jackson/runtime/pom.xml @@ -1,73 +1,71 @@ - - - quarkus-jackson-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jackson-parent + 999-SNAPSHOT + - quarkus-jackson - Quarkus - Jackson - Runtime - Jackson Databind support - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - - - com.fasterxml.jackson.datatype - jackson-datatype-jdk8 - - - com.fasterxml.jackson.module - jackson-module-parameter-names - - - io.quarkus - quarkus-arc - - - io.vertx - vertx-core - true - - + quarkus-jackson + Quarkus - Jackson - Runtime + Jackson Databind support + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + + + com.fasterxml.jackson.module + jackson-module-parameter-names + + + io.quarkus + quarkus-arc + + + io.vertx + vertx-core + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.jackson - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.jackson + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jackson/spi/pom.xml b/extensions/jackson/spi/pom.xml index ec74c779764ae..d4fe4a7cdc037 100644 --- a/extensions/jackson/spi/pom.xml +++ b/extensions/jackson/spi/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-jackson-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jackson-parent + 999-SNAPSHOT + - quarkus-jackson-spi - Quarkus - Jackson - SPI - Artifact that provides BuildItems specific to Jackson + quarkus-jackson-spi + Quarkus - Jackson - SPI + Artifact that provides BuildItems specific to Jackson - - - io.quarkus - quarkus-core-deployment - - + + + io.quarkus + quarkus-core-deployment + + diff --git a/extensions/jaxb/deployment/pom.xml b/extensions/jaxb/deployment/pom.xml index 53d532adc436b..a6d530a6ef1d8 100644 --- a/extensions/jaxb/deployment/pom.xml +++ b/extensions/jaxb/deployment/pom.xml @@ -1,66 +1,64 @@ - - - quarkus-jaxb-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jaxb-parent + 999-SNAPSHOT + - quarkus-jaxb-deployment - Quarkus - JAXB - Deployment - - -Duser.language=en - + quarkus-jaxb-deployment + Quarkus - JAXB - Deployment + + -Duser.language=en + - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-jaxp-deployment - - - io.quarkus - quarkus-jaxb - + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-jaxp-deployment + + + io.quarkus + quarkus-jaxb + - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jaxb/pom.xml b/extensions/jaxb/pom.xml index d46bc6c7af1e2..5bf876bb50959 100644 --- a/extensions/jaxb/pom.xml +++ b/extensions/jaxb/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-jaxb-parent - Quarkus - JAXB - pom - - deployment - runtime - + quarkus-jaxb-parent + pom + Quarkus - JAXB + + deployment + runtime + diff --git a/extensions/jaxb/runtime/pom.xml b/extensions/jaxb/runtime/pom.xml index 17ad6ef0aede2..de6fd85b5d801 100644 --- a/extensions/jaxb/runtime/pom.xml +++ b/extensions/jaxb/runtime/pom.xml @@ -1,80 +1,78 @@ - - - quarkus-jaxb-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jaxb-parent + 999-SNAPSHOT + - quarkus-jaxb - Quarkus - JAXB - Runtime - XML serialization support - - - org.graalvm.sdk - nativeimage - provided - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-jaxp - - - - org.glassfish.jaxb - jaxb-runtime - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - jakarta.xml.bind - jakarta.xml.bind-api - - + quarkus-jaxb + Quarkus - JAXB - Runtime + XML serialization support + + + org.graalvm.sdk + nativeimage + provided + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-jaxp + + + + org.glassfish.jaxb + jaxb-runtime + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + jakarta.xml.bind + jakarta.xml.bind-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - javax.xml.bind:jaxb-api - org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec - - - io.quarkus.jaxb - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + javax.xml.bind:jaxb-api + org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec + + + io.quarkus.jaxb + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jaxp/deployment/pom.xml b/extensions/jaxp/deployment/pom.xml index e512e05000873..8f336963f225b 100644 --- a/extensions/jaxp/deployment/pom.xml +++ b/extensions/jaxp/deployment/pom.xml @@ -1,48 +1,46 @@ - - - quarkus-jaxp-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jaxp-parent + 999-SNAPSHOT + - quarkus-jaxp-deployment - Quarkus - JAXP - Deployment + quarkus-jaxp-deployment + Quarkus - JAXP - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-jaxp - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-jaxp + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jaxp/pom.xml b/extensions/jaxp/pom.xml index 56fdebd5b7be1..c72735e1bb59c 100644 --- a/extensions/jaxp/pom.xml +++ b/extensions/jaxp/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-jaxp-parent - Quarkus - JAXP - pom - - deployment - runtime - + quarkus-jaxp-parent + pom + Quarkus - JAXP + + deployment + runtime + diff --git a/extensions/jaxp/runtime/pom.xml b/extensions/jaxp/runtime/pom.xml index 6705d7fd4df46..6caaab01dc1ba 100644 --- a/extensions/jaxp/runtime/pom.xml +++ b/extensions/jaxp/runtime/pom.xml @@ -1,52 +1,50 @@ - - - quarkus-jaxp-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jaxp-parent + 999-SNAPSHOT + - quarkus-jaxp - Quarkus - JAXP - Runtime - Java API for XML Processing - - - io.quarkus - quarkus-core - - + quarkus-jaxp + Quarkus - JAXP - Runtime + Java API for XML Processing + + + io.quarkus + quarkus-core + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.jaxp - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.jaxp + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jaxrs-spi/deployment/pom.xml b/extensions/jaxrs-spi/deployment/pom.xml index 73136c9abbe98..f8c086da85055 100644 --- a/extensions/jaxrs-spi/deployment/pom.xml +++ b/extensions/jaxrs-spi/deployment/pom.xml @@ -1,24 +1,21 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-jaxrs-spi-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-jaxrs-spi-parent + 999-SNAPSHOT + - quarkus-jaxrs-spi-deployment - Quarkus - JAX-RS - SPI - Deployment + quarkus-jaxrs-spi-deployment + Quarkus - JAX-RS - SPI - Deployment - - - io.quarkus - quarkus-core-deployment - - + + + io.quarkus + quarkus-core-deployment + + - diff --git a/extensions/jaxrs-spi/pom.xml b/extensions/jaxrs-spi/pom.xml index 0ef4340587af4..35e766a5d762c 100644 --- a/extensions/jaxrs-spi/pom.xml +++ b/extensions/jaxrs-spi/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-jaxrs-spi-parent - Quarkus - JAX-RS SPI - Parent - pom - - deployment - + quarkus-jaxrs-spi-parent + pom + Quarkus - JAX-RS SPI - Parent + + deployment + diff --git a/extensions/jdbc/jdbc-db2/deployment/pom.xml b/extensions/jdbc/jdbc-db2/deployment/pom.xml index 6d0fb20af7436..e6e35bd746254 100644 --- a/extensions/jdbc/jdbc-db2/deployment/pom.xml +++ b/extensions/jdbc/jdbc-db2/deployment/pom.xml @@ -1,138 +1,137 @@ - - - quarkus-jdbc-db2-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-db2-parent + 999-SNAPSHOT + - quarkus-jdbc-db2-deployment - Quarkus - JDBC - DB2 - Deployment + quarkus-jdbc-db2-deployment + Quarkus - JDBC - DB2 - Deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-agroal-spi - - - io.quarkus - quarkus-datasource-deployment-spi - - - io.quarkus - quarkus-jdbc-db2 - - - io.quarkus - quarkus-flyway-db2-deployment - true - - - io.quarkus - quarkus-devservices-db2 - - - io.quarkus - quarkus-agroal-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-agroal-spi + + + io.quarkus + quarkus-datasource-deployment-spi + + + io.quarkus + quarkus-jdbc-db2 + + + io.quarkus + quarkus-flyway-db2-deployment + true + + + + io.quarkus + quarkus-devservices-db2 + + + io.quarkus + quarkus-agroal-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + - - - - src/test/resources - true - - + + + + true + src/test/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/DevServices*TestCase.java + + + + + + + + + test-devservices + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/DevServices*TestCase.java - - - + + org.apache.maven.plugins + maven-surefire-plugin + + + + **/*$* + + + - - - - - test-devservices - - - test-containers - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - **/*$* - - - - - - - - - podman - - - env.IS_PODMAN - true - - - - - - maven-surefire-plugin - - true - - - - - - + + + + + podman + + + env.IS_PODMAN + true + + + + + + maven-surefire-plugin + + true + + + + + + diff --git a/extensions/jdbc/jdbc-db2/pom.xml b/extensions/jdbc/jdbc-db2/pom.xml index 6006e86aa6aae..ceacb48f080d5 100644 --- a/extensions/jdbc/jdbc-db2/pom.xml +++ b/extensions/jdbc/jdbc-db2/pom.xml @@ -1,21 +1,18 @@ - - - quarkus-jdbc-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-jdbc-db2-parent - Quarkus - JDBC - DB2 - pom - - deployment - runtime - + + 4.0.0 + + io.quarkus + quarkus-jdbc-parent + 999-SNAPSHOT + + quarkus-jdbc-db2-parent + pom + Quarkus - JDBC - DB2 + + deployment + runtime + diff --git a/extensions/jdbc/jdbc-db2/runtime/pom.xml b/extensions/jdbc/jdbc-db2/runtime/pom.xml index 63657a6665fc2..7e69d0c91f59b 100644 --- a/extensions/jdbc/jdbc-db2/runtime/pom.xml +++ b/extensions/jdbc/jdbc-db2/runtime/pom.xml @@ -1,71 +1,70 @@ - - - quarkus-jdbc-db2-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-db2-parent + 999-SNAPSHOT + - quarkus-jdbc-db2 - Quarkus - JDBC - DB2 - Runtime - Connect to the DB2 database via JDBC + quarkus-jdbc-db2 + Quarkus - JDBC - DB2 - Runtime + Connect to the DB2 database via JDBC - - - com.ibm.db2 - jcc - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-agroal - - - io.quarkus - quarkus-kubernetes-service-binding - true - - - io.quarkus - quarkus-flyway-db2 - true - - + + + com.ibm.db2 + jcc + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-agroal + + + io.quarkus + quarkus-kubernetes-service-binding + true + + + io.quarkus + quarkus-flyway-db2 + true + + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - com.ibm.db2:jcc - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + com.ibm.db2:jcc + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jdbc/jdbc-derby/deployment/pom.xml b/extensions/jdbc/jdbc-derby/deployment/pom.xml index ea9d585fc756d..c4b697ef4df50 100644 --- a/extensions/jdbc/jdbc-derby/deployment/pom.xml +++ b/extensions/jdbc/jdbc-derby/deployment/pom.xml @@ -1,107 +1,106 @@ - - - quarkus-jdbc-derby-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-derby-parent + 999-SNAPSHOT + - quarkus-jdbc-derby-deployment - Quarkus - JDBC - Derby - Deployment + quarkus-jdbc-derby-deployment + Quarkus - JDBC - Derby - Deployment - - - io.quarkus - quarkus-datasource-deployment-spi - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-agroal-spi - - - io.quarkus - quarkus-jdbc-derby - - - io.quarkus - quarkus-flyway-derby-deployment - true - - - io.quarkus - quarkus-devservices-derby - - - io.quarkus - quarkus-agroal-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-datasource-deployment-spi + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-agroal-spi + + + io.quarkus + quarkus-jdbc-derby + + + io.quarkus + quarkus-flyway-derby-deployment + true + + + + io.quarkus + quarkus-devservices-derby + + + io.quarkus + quarkus-agroal-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + + + + test-devservices + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - + + org.apache.maven.plugins + maven-surefire-plugin + + false + + - - - - - test-devservices - - - test-containers - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - false - - - - - - + + + diff --git a/extensions/jdbc/jdbc-derby/pom.xml b/extensions/jdbc/jdbc-derby/pom.xml index 946212a7a3be7..ec1ad96cd0a0c 100644 --- a/extensions/jdbc/jdbc-derby/pom.xml +++ b/extensions/jdbc/jdbc-derby/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-jdbc-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-parent + 999-SNAPSHOT + - quarkus-jdbc-derby-parent - Quarkus - JDBC - Derby - pom - - deployment - runtime - + quarkus-jdbc-derby-parent + pom + Quarkus - JDBC - Derby + + deployment + runtime + diff --git a/extensions/jdbc/jdbc-derby/runtime/pom.xml b/extensions/jdbc/jdbc-derby/runtime/pom.xml index 96f410f41bd02..f6449f5f7e0c7 100644 --- a/extensions/jdbc/jdbc-derby/runtime/pom.xml +++ b/extensions/jdbc/jdbc-derby/runtime/pom.xml @@ -1,77 +1,76 @@ - - - quarkus-jdbc-derby-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-derby-parent + 999-SNAPSHOT + - quarkus-jdbc-derby - Quarkus - JDBC - Derby - Runtime - Connect to the Derby database via JDBC - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-agroal - - - org.apache.derby - derbyclient - - - io.quarkus - quarkus-flyway-derby - true - - + + - - org.apache.derby - derbytools - - + + org.apache.derby + derbytools + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.apache.derby:derbyclient - - org.apache.derby:derby - org.apache.derby:derbynet - org.apache.derby:derbytools - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.apache.derby:derbyclient + + org.apache.derby:derby + org.apache.derby:derbynet + org.apache.derby:derbytools + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jdbc/jdbc-h2/deployment/pom.xml b/extensions/jdbc/jdbc-h2/deployment/pom.xml index c0bbe8bda24c3..6e4d6b85397a7 100644 --- a/extensions/jdbc/jdbc-h2/deployment/pom.xml +++ b/extensions/jdbc/jdbc-h2/deployment/pom.xml @@ -1,59 +1,57 @@ - - - quarkus-jdbc-h2-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-h2-parent + 999-SNAPSHOT + - quarkus-jdbc-h2-deployment - Quarkus - JDBC - H2 - Deployment + quarkus-jdbc-h2-deployment + Quarkus - JDBC - H2 - Deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-datasource-deployment-spi - - - io.quarkus - quarkus-devservices-h2 - - - io.quarkus - quarkus-agroal-spi - - - io.quarkus - quarkus-jdbc-h2 - - + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-datasource-deployment-spi + + + io.quarkus + quarkus-devservices-h2 + + + io.quarkus + quarkus-agroal-spi + + + io.quarkus + quarkus-jdbc-h2 + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jdbc/jdbc-h2/pom.xml b/extensions/jdbc/jdbc-h2/pom.xml index 995aad5458fb0..734e594e8d25f 100644 --- a/extensions/jdbc/jdbc-h2/pom.xml +++ b/extensions/jdbc/jdbc-h2/pom.xml @@ -1,21 +1,18 @@ - - - quarkus-jdbc-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-jdbc-h2-parent - Quarkus - JDBC - H2 - pom - - deployment - runtime - + + 4.0.0 + + io.quarkus + quarkus-jdbc-parent + 999-SNAPSHOT + + quarkus-jdbc-h2-parent + pom + Quarkus - JDBC - H2 + + deployment + runtime + diff --git a/extensions/jdbc/jdbc-h2/runtime/pom.xml b/extensions/jdbc/jdbc-h2/runtime/pom.xml index ceb9082bd38f1..ed3a8e6608d1a 100644 --- a/extensions/jdbc/jdbc-h2/runtime/pom.xml +++ b/extensions/jdbc/jdbc-h2/runtime/pom.xml @@ -1,80 +1,78 @@ - - - quarkus-jdbc-h2-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-h2-parent + 999-SNAPSHOT + - quarkus-jdbc-h2 - Quarkus - JDBC - H2 - Runtime - Connect to the H2 database via JDBC - - - io.quarkus - quarkus-arc - - - com.h2database - h2 - - - org.locationtech.jts - jts-core - 1.19.0 - - - - io.quarkus - quarkus-agroal - true - - - org.graalvm.sdk - nativeimage - provided - - + + + io.quarkus + quarkus-agroal + true + + + org.graalvm.sdk + nativeimage + provided + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - com.h2database:h2 - - - io.quarkus.jdbc.h2 - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + com.h2database:h2 + + + io.quarkus.jdbc.h2 + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jdbc/jdbc-mariadb/deployment/pom.xml b/extensions/jdbc/jdbc-mariadb/deployment/pom.xml index 1cb3db3aa2b74..598cb7e2ecf8a 100644 --- a/extensions/jdbc/jdbc-mariadb/deployment/pom.xml +++ b/extensions/jdbc/jdbc-mariadb/deployment/pom.xml @@ -1,107 +1,105 @@ - - - quarkus-jdbc-mariadb-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-mariadb-parent + 999-SNAPSHOT + - quarkus-jdbc-mariadb-deployment - Quarkus - JDBC - MariaDB - Deployment + quarkus-jdbc-mariadb-deployment + Quarkus - JDBC - MariaDB - Deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-datasource-deployment-spi - - - io.quarkus - quarkus-agroal-spi - - - io.quarkus - quarkus-jdbc-mariadb - - - io.quarkus - quarkus-devservices-mariadb - - - io.quarkus - quarkus-agroal-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-datasource-deployment-spi + + + io.quarkus + quarkus-agroal-spi + + + io.quarkus + quarkus-jdbc-mariadb + + + io.quarkus + quarkus-devservices-mariadb + + + io.quarkus + quarkus-agroal-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/DevServices*TestCase.java + + + + + + + + + test-devservices + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/DevServices*TestCase.java - - - + + org.apache.maven.plugins + maven-surefire-plugin + + + + **/*$* + + + - - - - - test-devservices - - - test-containers - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - **/*$* - - - - - - - + + + diff --git a/extensions/jdbc/jdbc-mariadb/pom.xml b/extensions/jdbc/jdbc-mariadb/pom.xml index e8d0afb16df4c..1742fe2d02402 100644 --- a/extensions/jdbc/jdbc-mariadb/pom.xml +++ b/extensions/jdbc/jdbc-mariadb/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-jdbc-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-parent + 999-SNAPSHOT + - quarkus-jdbc-mariadb-parent - Quarkus - JDBC - MariaDB - pom - - deployment - runtime - + quarkus-jdbc-mariadb-parent + pom + Quarkus - JDBC - MariaDB + + deployment + runtime + diff --git a/extensions/jdbc/jdbc-mariadb/runtime/pom.xml b/extensions/jdbc/jdbc-mariadb/runtime/pom.xml index db3c37c8d6738..c511f2032c867 100644 --- a/extensions/jdbc/jdbc-mariadb/runtime/pom.xml +++ b/extensions/jdbc/jdbc-mariadb/runtime/pom.xml @@ -1,71 +1,69 @@ - - - quarkus-jdbc-mariadb-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-mariadb-parent + 999-SNAPSHOT + - quarkus-jdbc-mariadb - Quarkus - JDBC - MariaDB - Runtime - Connect to the MariaDB database via JDBC - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-agroal - - - org.mariadb.jdbc - mariadb-java-client - - - org.graalvm.sdk - nativeimage - provided - - - io.quarkus - quarkus-kubernetes-service-binding - true - - + quarkus-jdbc-mariadb + Quarkus - JDBC - MariaDB - Runtime + Connect to the MariaDB database via JDBC + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-agroal + + + org.mariadb.jdbc + mariadb-java-client + + + org.graalvm.sdk + nativeimage + provided + + + io.quarkus + quarkus-kubernetes-service-binding + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.mariadb.jdbc:mariadb-java-client - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.mariadb.jdbc:mariadb-java-client + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jdbc/jdbc-mssql/deployment/pom.xml b/extensions/jdbc/jdbc-mssql/deployment/pom.xml index 4b612844deca8..8869683d9a970 100644 --- a/extensions/jdbc/jdbc-mssql/deployment/pom.xml +++ b/extensions/jdbc/jdbc-mssql/deployment/pom.xml @@ -1,118 +1,117 @@ - - - quarkus-jdbc-mssql-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-mssql-parent + 999-SNAPSHOT + - quarkus-jdbc-mssql-deployment - Quarkus - JDBC - MSSQL - Deployment + quarkus-jdbc-mssql-deployment + Quarkus - JDBC - MSSQL - Deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-agroal-spi - - - io.quarkus - quarkus-datasource-deployment-spi - - - io.quarkus - quarkus-jdbc-mssql - - - io.quarkus - quarkus-flyway-mssql-deployment - true - - - io.quarkus - quarkus-devservices-mssql - - - io.quarkus - quarkus-agroal-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-agroal-spi + + + io.quarkus + quarkus-datasource-deployment-spi + + + io.quarkus + quarkus-jdbc-mssql + + + io.quarkus + quarkus-flyway-mssql-deployment + true + + + + io.quarkus + quarkus-devservices-mssql + + + io.quarkus + quarkus-agroal-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + - - - - src/test/resources - true - - + + + + true + src/test/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/DevServices*TestCase.java + + + + + + + + + test-devservices + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/DevServices*TestCase.java - - - + + org.apache.maven.plugins + maven-surefire-plugin + + + + **/*$* + + + - - - - - test-devservices - - - test-containers - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - **/*$* - - - - - - - + + + diff --git a/extensions/jdbc/jdbc-mssql/pom.xml b/extensions/jdbc/jdbc-mssql/pom.xml index 1b95f40bcd2e8..048001b045cb5 100644 --- a/extensions/jdbc/jdbc-mssql/pom.xml +++ b/extensions/jdbc/jdbc-mssql/pom.xml @@ -1,21 +1,18 @@ - - - quarkus-jdbc-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-jdbc-mssql-parent - Quarkus - JDBC - MSSQL - pom - - deployment - runtime - + + 4.0.0 + + io.quarkus + quarkus-jdbc-parent + 999-SNAPSHOT + + quarkus-jdbc-mssql-parent + pom + Quarkus - JDBC - MSSQL + + deployment + runtime + diff --git a/extensions/jdbc/jdbc-mssql/runtime/pom.xml b/extensions/jdbc/jdbc-mssql/runtime/pom.xml index 91ec2b8c02dd2..53e56db47aade 100644 --- a/extensions/jdbc/jdbc-mssql/runtime/pom.xml +++ b/extensions/jdbc/jdbc-mssql/runtime/pom.xml @@ -1,81 +1,80 @@ - - - quarkus-jdbc-mssql-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-mssql-parent + 999-SNAPSHOT + - quarkus-jdbc-mssql - Quarkus - JDBC - MSSQL - Runtime - Connect to the Microsoft SQL Server database via JDBC + quarkus-jdbc-mssql + Quarkus - JDBC - MSSQL - Runtime + Connect to the Microsoft SQL Server database via JDBC - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-agroal - - - com.microsoft.sqlserver - mssql-jdbc - - - org.graalvm.sdk - nativeimage - provided - - - io.quarkus - quarkus-kubernetes-service-binding - true - - - io.quarkus - quarkus-flyway-mssql - true - - - org.antlr - antlr4-runtime - - + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-agroal + + + com.microsoft.sqlserver + mssql-jdbc + + + org.graalvm.sdk + nativeimage + provided + + + io.quarkus + quarkus-kubernetes-service-binding + true + + + io.quarkus + quarkus-flyway-mssql + true + + + + org.antlr + antlr4-runtime + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - com.microsoft.sqlserver:mssql-jdbc - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + com.microsoft.sqlserver:mssql-jdbc + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jdbc/jdbc-mysql/deployment/pom.xml b/extensions/jdbc/jdbc-mysql/deployment/pom.xml index 2cf2ff69bdb02..d003f618d42bc 100644 --- a/extensions/jdbc/jdbc-mysql/deployment/pom.xml +++ b/extensions/jdbc/jdbc-mysql/deployment/pom.xml @@ -1,112 +1,111 @@ - - - quarkus-jdbc-mysql-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-mysql-parent + 999-SNAPSHOT + - quarkus-jdbc-mysql-deployment - Quarkus - JDBC - MySQL - Deployment + quarkus-jdbc-mysql-deployment + Quarkus - JDBC - MySQL - Deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-agroal-spi - - - io.quarkus - quarkus-datasource-deployment-spi - - - io.quarkus - quarkus-jdbc-mysql - - - io.quarkus - quarkus-flyway-mysql-deployment - true - - - io.quarkus - quarkus-devservices-mysql - - - io.quarkus - quarkus-agroal-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-agroal-spi + + + io.quarkus + quarkus-datasource-deployment-spi + + + io.quarkus + quarkus-jdbc-mysql + + + io.quarkus + quarkus-flyway-mysql-deployment + true + + + + io.quarkus + quarkus-devservices-mysql + + + io.quarkus + quarkus-agroal-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/DevServices*TestCase.java + + + + + + + + + test-devservices + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/DevServices*TestCase.java - - - + + org.apache.maven.plugins + maven-surefire-plugin + + + + **/*$* + + + - - - - - test-devservices - - - test-containers - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - **/*$* - - - - - - - + + + diff --git a/extensions/jdbc/jdbc-mysql/pom.xml b/extensions/jdbc/jdbc-mysql/pom.xml index 5d431f1d1d0d6..47aed8128dab0 100644 --- a/extensions/jdbc/jdbc-mysql/pom.xml +++ b/extensions/jdbc/jdbc-mysql/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-jdbc-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-parent + 999-SNAPSHOT + - quarkus-jdbc-mysql-parent - Quarkus - JDBC - MySQL - pom - - deployment - runtime - + quarkus-jdbc-mysql-parent + pom + Quarkus - JDBC - MySQL + + deployment + runtime + diff --git a/extensions/jdbc/jdbc-mysql/runtime/pom.xml b/extensions/jdbc/jdbc-mysql/runtime/pom.xml index 7ce44f79c11c1..98db44822676e 100644 --- a/extensions/jdbc/jdbc-mysql/runtime/pom.xml +++ b/extensions/jdbc/jdbc-mysql/runtime/pom.xml @@ -1,76 +1,75 @@ - - - quarkus-jdbc-mysql-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-mysql-parent + 999-SNAPSHOT + - quarkus-jdbc-mysql - Quarkus - JDBC - MySQL - Runtime - Connect to the MySQL database via JDBC - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-agroal - - - com.mysql - mysql-connector-j - - - org.graalvm.sdk - nativeimage - provided - - - io.quarkus - quarkus-kubernetes-service-binding - true - - - io.quarkus - quarkus-flyway-mysql - true - - + quarkus-jdbc-mysql + Quarkus - JDBC - MySQL - Runtime + Connect to the MySQL database via JDBC + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-agroal + + + com.mysql + mysql-connector-j + + + org.graalvm.sdk + nativeimage + provided + + + io.quarkus + quarkus-kubernetes-service-binding + true + + + io.quarkus + quarkus-flyway-mysql + true + + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - com.mysql:mysql-connector-j - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + com.mysql:mysql-connector-j + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jdbc/jdbc-oracle/deployment/pom.xml b/extensions/jdbc/jdbc-oracle/deployment/pom.xml index 3c4e1d16fc954..ec458b8ffb161 100644 --- a/extensions/jdbc/jdbc-oracle/deployment/pom.xml +++ b/extensions/jdbc/jdbc-oracle/deployment/pom.xml @@ -1,133 +1,132 @@ - - - quarkus-jdbc-oracle-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-oracle-parent + 999-SNAPSHOT + - quarkus-jdbc-oracle-deployment - Quarkus - JDBC - Oracle - Deployment + quarkus-jdbc-oracle-deployment + Quarkus - JDBC - Oracle - Deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-agroal-spi - - - io.quarkus - quarkus-datasource-deployment-spi - - - io.quarkus - quarkus-jdbc-oracle - - - io.quarkus - quarkus-flyway-oracle-deployment - true - - - io.quarkus - quarkus-devservices-oracle - - - io.quarkus - quarkus-agroal-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-agroal-spi + + + io.quarkus + quarkus-datasource-deployment-spi + + + io.quarkus + quarkus-jdbc-oracle + + + io.quarkus + quarkus-flyway-oracle-deployment + true + + + + io.quarkus + quarkus-devservices-oracle + + + io.quarkus + quarkus-agroal-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/DevServices*TestCase.java + + + + + + + + + test-devservices + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/DevServices*TestCase.java - - - + + org.apache.maven.plugins + maven-surefire-plugin + + + + **/*$* + + + - - - - - test-devservices - - - test-containers - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - **/*$* - - - - - - + + - - - podman - - - env.IS_PODMAN - true - - - - - - maven-surefire-plugin - - true - - - - - - + + + podman + + + env.IS_PODMAN + true + + + + + + maven-surefire-plugin + + true + + + + + + diff --git a/extensions/jdbc/jdbc-oracle/pom.xml b/extensions/jdbc/jdbc-oracle/pom.xml index 5202a498898b0..33e8c2c9a25fd 100644 --- a/extensions/jdbc/jdbc-oracle/pom.xml +++ b/extensions/jdbc/jdbc-oracle/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-jdbc-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-parent + 999-SNAPSHOT + - quarkus-jdbc-oracle-parent - Quarkus - JDBC - Oracle - pom - - deployment - runtime - + quarkus-jdbc-oracle-parent + pom + Quarkus - JDBC - Oracle + + deployment + runtime + diff --git a/extensions/jdbc/jdbc-oracle/runtime/pom.xml b/extensions/jdbc/jdbc-oracle/runtime/pom.xml index 0e9fb513a07ea..6f142281065a6 100644 --- a/extensions/jdbc/jdbc-oracle/runtime/pom.xml +++ b/extensions/jdbc/jdbc-oracle/runtime/pom.xml @@ -1,80 +1,79 @@ - - - quarkus-jdbc-oracle-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-oracle-parent + 999-SNAPSHOT + - quarkus-jdbc-oracle - Quarkus - JDBC - Oracle - Runtime - Connect to the Oracle database via JDBC - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-agroal - - - com.oracle.database.jdbc - ojdbc17 - - - com.oracle.database.nls - orai18n - - - org.graalvm.sdk - nativeimage - provided - - - io.quarkus - quarkus-kubernetes-service-binding - true - - - io.quarkus - quarkus-flyway-oracle - true - - + quarkus-jdbc-oracle + Quarkus - JDBC - Oracle - Runtime + Connect to the Oracle database via JDBC + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-agroal + + + com.oracle.database.jdbc + ojdbc17 + + + com.oracle.database.nls + orai18n + + + org.graalvm.sdk + nativeimage + provided + + + io.quarkus + quarkus-kubernetes-service-binding + true + + + io.quarkus + quarkus-flyway-oracle + true + + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.jdbc.oracle - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.jdbc.oracle + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jdbc/jdbc-postgresql/deployment/pom.xml b/extensions/jdbc/jdbc-postgresql/deployment/pom.xml index 308ea769bf025..4fd080b7dcffc 100644 --- a/extensions/jdbc/jdbc-postgresql/deployment/pom.xml +++ b/extensions/jdbc/jdbc-postgresql/deployment/pom.xml @@ -1,144 +1,143 @@ - - - quarkus-jdbc-postgresql-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-postgresql-parent + 999-SNAPSHOT + - quarkus-jdbc-postgresql-deployment - Quarkus - JDBC - PostgreSQL - Deployment + quarkus-jdbc-postgresql-deployment + Quarkus - JDBC - PostgreSQL - Deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-agroal-spi - - - io.quarkus - quarkus-devservices-postgresql - - - io.quarkus - quarkus-datasource-deployment-spi - - - io.quarkus - quarkus-jdbc-postgresql - + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-agroal-spi + + + io.quarkus + quarkus-devservices-postgresql + + + io.quarkus + quarkus-datasource-deployment-spi + + + io.quarkus + quarkus-jdbc-postgresql + - - io.quarkus - quarkus-flyway-postgresql-deployment - true - + + io.quarkus + quarkus-flyway-postgresql-deployment + true + + - - io.quarkus - quarkus-agroal-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-rest-deployment - test - - - io.rest-assured - rest-assured - test - - + + io.quarkus + quarkus-agroal-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-rest-deployment + test + + + io.rest-assured + rest-assured + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/DevServices*TestCase.java + + + + + + + + + test-devservices + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/DevServices*TestCase.java - - - + + org.apache.maven.plugins + maven-surefire-plugin + + + + **/*$* + + + - - - - - test-devservices - - - test-containers - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - **/*$* - - - - - - - - - podman - - - env.IS_PODMAN - true - - - - - - maven-surefire-plugin - - true - - - - - - + + + + + podman + + + env.IS_PODMAN + true + + + + + + maven-surefire-plugin + + true + + + + + + diff --git a/extensions/jdbc/jdbc-postgresql/pom.xml b/extensions/jdbc/jdbc-postgresql/pom.xml index 2dddfbaece986..ea84033eefda2 100644 --- a/extensions/jdbc/jdbc-postgresql/pom.xml +++ b/extensions/jdbc/jdbc-postgresql/pom.xml @@ -1,21 +1,18 @@ - - - quarkus-jdbc-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-jdbc-postgresql-parent - Quarkus - JDBC - PostgreSQL - pom - - deployment - runtime - + + 4.0.0 + + io.quarkus + quarkus-jdbc-parent + 999-SNAPSHOT + + quarkus-jdbc-postgresql-parent + pom + Quarkus - JDBC - PostgreSQL + + deployment + runtime + diff --git a/extensions/jdbc/jdbc-postgresql/runtime/pom.xml b/extensions/jdbc/jdbc-postgresql/runtime/pom.xml index 9aa0461ad0c72..2483c49247f6e 100644 --- a/extensions/jdbc/jdbc-postgresql/runtime/pom.xml +++ b/extensions/jdbc/jdbc-postgresql/runtime/pom.xml @@ -1,88 +1,87 @@ - - - quarkus-jdbc-postgresql-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jdbc-postgresql-parent + 999-SNAPSHOT + - quarkus-jdbc-postgresql - Quarkus - JDBC - PostgreSQL - Runtime - Connect to the PostgreSQL database via JDBC - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-agroal - - - org.postgresql - postgresql - - - org.graalvm.sdk - nativeimage - provided - - - io.quarkus - quarkus-kubernetes-service-binding - true - + quarkus-jdbc-postgresql + Quarkus - JDBC - PostgreSQL - Runtime + Connect to the PostgreSQL database via JDBC + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-agroal + + + org.postgresql + postgresql + + + org.graalvm.sdk + nativeimage + provided + + + io.quarkus + quarkus-kubernetes-service-binding + true + - - io.quarkus - quarkus-flyway-postgresql - true - + + io.quarkus + quarkus-flyway-postgresql + true + + - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.postgresql:postgresql - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.postgresql:postgresql + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jdbc/pom.xml b/extensions/jdbc/pom.xml index d6b59a169d7a1..74def0a6a67a9 100644 --- a/extensions/jdbc/pom.xml +++ b/extensions/jdbc/pom.xml @@ -1,27 +1,25 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-jdbc-parent - Quarkus - JDBC - pom - - jdbc-postgresql - jdbc-db2 - jdbc-derby - jdbc-h2 - jdbc-mariadb - jdbc-mssql - jdbc-mysql - jdbc-oracle - + quarkus-jdbc-parent + pom + Quarkus - JDBC + + jdbc-postgresql + jdbc-db2 + jdbc-derby + jdbc-h2 + jdbc-mariadb + jdbc-mssql + jdbc-mysql + jdbc-oracle + diff --git a/extensions/jfr/deployment/pom.xml b/extensions/jfr/deployment/pom.xml index 0cf61e5aa8530..8d3176133e12f 100644 --- a/extensions/jfr/deployment/pom.xml +++ b/extensions/jfr/deployment/pom.xml @@ -1,60 +1,58 @@ - - 4.0.0 - - io.quarkus - quarkus-jfr-parent - 999-SNAPSHOT - - quarkus-jfr-deployment - Quarkus - JFR - Deployment - - - io.quarkus - quarkus-jfr - ${project.version} - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-resteasy-common-spi - - - io.quarkus - quarkus-rest-server-spi-deployment - - - - io.quarkus - quarkus-junit5-internal - test - + + 4.0.0 + + io.quarkus + quarkus-jfr-parent + 999-SNAPSHOT + + quarkus-jfr-deployment + Quarkus - JFR - Deployment + + + io.quarkus + quarkus-jfr + ${project.version} + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-resteasy-common-spi + + + io.quarkus + quarkus-rest-server-spi-deployment + + + + io.quarkus + quarkus-junit5-internal + test + - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jfr/pom.xml b/extensions/jfr/pom.xml index ccf6252a37a5d..1be4fbf3b0f73 100644 --- a/extensions/jfr/pom.xml +++ b/extensions/jfr/pom.xml @@ -1,30 +1,28 @@ - - 4.0.0 - + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-jfr-parent + pom + Quarkus - JFR + + deployment + runtime + + + + io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - ../pom.xml - - quarkus-jfr-parent - pom - Quarkus - JFR - - deployment - runtime - - - - - io.quarkus - quarkus-bom - ${project.version} - pom - import - - - + quarkus-bom + ${project.version} + pom + import + + + diff --git a/extensions/jfr/runtime/pom.xml b/extensions/jfr/runtime/pom.xml index 6a55bc5f17daf..163370752d30b 100644 --- a/extensions/jfr/runtime/pom.xml +++ b/extensions/jfr/runtime/pom.xml @@ -1,77 +1,74 @@ - - 4.0.0 - - io.quarkus - quarkus-jfr-parent - 999-SNAPSHOT - - quarkus-jfr - Quarkus - JFR - Runtime - Monitor your applications with Java Flight Recorder - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-rest - provided - + + 4.0.0 + + io.quarkus + quarkus-jfr-parent + 999-SNAPSHOT + + quarkus-jfr + Quarkus - JFR - Runtime + Monitor your applications with Java Flight Recorder + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-rest + provided + - - - io.quarkus - quarkus-opentelemetry - provided - true - + + + io.quarkus + quarkus-opentelemetry + provided + true + - - - jakarta.ws.rs - jakarta.ws.rs-api - - - - - - io.quarkus - quarkus-extension-maven-plugin - ${project.version} - - - compile - - extension-descriptor - - - ${project.groupId}:${project.artifactId}-deployment:${project.version} - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + jakarta.ws.rs + jakarta.ws.rs-api + + + + + + io.quarkus + quarkus-extension-maven-plugin + ${project.version} + + + + extension-descriptor + + compile + + ${project.groupId}:${project.artifactId}-deployment:${project.version} + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jms-spi/deployment/pom.xml b/extensions/jms-spi/deployment/pom.xml index 98a1c8c187193..df1f758f7741a 100644 --- a/extensions/jms-spi/deployment/pom.xml +++ b/extensions/jms-spi/deployment/pom.xml @@ -1,27 +1,25 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-jms-spi-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-jms-spi-parent + 999-SNAPSHOT + - quarkus-jms-spi-deployment - Quarkus - JMS - SPI - Deployment + quarkus-jms-spi-deployment + Quarkus - JMS - SPI - Deployment - - - io.quarkus - quarkus-core-deployment - - - jakarta.jms - jakarta.jms-api - - + + + io.quarkus + quarkus-core-deployment + + + jakarta.jms + jakarta.jms-api + + diff --git a/extensions/jms-spi/pom.xml b/extensions/jms-spi/pom.xml index ed967c17f6814..6cc3addcb5366 100644 --- a/extensions/jms-spi/pom.xml +++ b/extensions/jms-spi/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-jms-spi-parent - Quarkus - JMS SPI - Parent - pom - - deployment - + quarkus-jms-spi-parent + pom + Quarkus - JMS SPI - Parent + + deployment + diff --git a/extensions/jsonb/deployment/pom.xml b/extensions/jsonb/deployment/pom.xml index 459d613b94431..d257ba079979c 100644 --- a/extensions/jsonb/deployment/pom.xml +++ b/extensions/jsonb/deployment/pom.xml @@ -1,65 +1,63 @@ - - - quarkus-jsonb-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jsonb-parent + 999-SNAPSHOT + - quarkus-jsonb-deployment - Quarkus - JSON-B - Deployment + quarkus-jsonb-deployment + Quarkus - JSON-B - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-jsonb-spi - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-jsonp-deployment - - - io.quarkus - quarkus-jsonb - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-jsonb-spi + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-jsonp-deployment + + + io.quarkus + quarkus-jsonb + + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jsonb/pom.xml b/extensions/jsonb/pom.xml index 63e947d2feb33..67f2540d6f985 100644 --- a/extensions/jsonb/pom.xml +++ b/extensions/jsonb/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-jsonb-parent - Quarkus - JSON-B - pom - - deployment - runtime - spi - + quarkus-jsonb-parent + pom + Quarkus - JSON-B + + deployment + runtime + spi + diff --git a/extensions/jsonb/runtime/pom.xml b/extensions/jsonb/runtime/pom.xml index 3374bec58e757..5e0c77d4db053 100644 --- a/extensions/jsonb/runtime/pom.xml +++ b/extensions/jsonb/runtime/pom.xml @@ -1,72 +1,70 @@ - - - quarkus-jsonb-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jsonb-parent + 999-SNAPSHOT + - quarkus-jsonb - Quarkus - JSON-B - Runtime - JSON Binding support - - - org.eclipse - yasson - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-jsonp - - - org.junit.jupiter - junit-jupiter - test - - + quarkus-jsonb + Quarkus - JSON-B - Runtime + JSON Binding support + + + org.eclipse + yasson + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-jsonp + + + org.junit.jupiter + junit-jupiter + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.jsonb - - - javax.json.bind:javax.json.bind-api - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.jsonb + + + javax.json.bind:javax.json.bind-api + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jsonb/spi/pom.xml b/extensions/jsonb/spi/pom.xml index 4efd2dc298dae..66cdfbbbb8e24 100644 --- a/extensions/jsonb/spi/pom.xml +++ b/extensions/jsonb/spi/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-jsonb-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jsonb-parent + 999-SNAPSHOT + - quarkus-jsonb-spi - Quarkus - JSON-B - SPI - Artifact that provides BuildItems specific to JSON-B + quarkus-jsonb-spi + Quarkus - JSON-B - SPI + Artifact that provides BuildItems specific to JSON-B - - - io.quarkus - quarkus-core-deployment - - - \ No newline at end of file + + + io.quarkus + quarkus-core-deployment + + + diff --git a/extensions/jsonp/deployment/pom.xml b/extensions/jsonp/deployment/pom.xml index e802ef5fd9fbf..596ed524bac46 100644 --- a/extensions/jsonp/deployment/pom.xml +++ b/extensions/jsonp/deployment/pom.xml @@ -1,48 +1,46 @@ - - - quarkus-jsonp-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jsonp-parent + 999-SNAPSHOT + - quarkus-jsonp-deployment - Quarkus - JSON-P - Deployment + quarkus-jsonp-deployment + Quarkus - JSON-P - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-jsonp - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-jsonp + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/jsonp/pom.xml b/extensions/jsonp/pom.xml index 0ff9375ed2a9a..0cd1de964b04b 100644 --- a/extensions/jsonp/pom.xml +++ b/extensions/jsonp/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-jsonp-parent - Quarkus - JSON-P - pom - - deployment - runtime - + quarkus-jsonp-parent + pom + Quarkus - JSON-P + + deployment + runtime + diff --git a/extensions/jsonp/runtime/pom.xml b/extensions/jsonp/runtime/pom.xml index 9b737cc826852..dff7bfab6e61e 100644 --- a/extensions/jsonp/runtime/pom.xml +++ b/extensions/jsonp/runtime/pom.xml @@ -1,63 +1,61 @@ - - - quarkus-jsonp-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jsonp-parent + 999-SNAPSHOT + - quarkus-jsonp - Quarkus - JSON-P - Runtime - JSON Processing support - - - io.quarkus - quarkus-core - - - org.eclipse.parsson - parsson - - + quarkus-jsonp + Quarkus - JSON-P - Runtime + JSON Processing support + + + io.quarkus + quarkus-core + + + org.eclipse.parsson + parsson + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - javax.json:javax.json-api - org.glassfish:javax.json - org.glassfish:jakarta.json - org.eclipse.parsson:jakarta.json - - - org.eclipse.parsson:parsson - jakarta.json:jakarta.json-api - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + javax.json:javax.json-api + org.glassfish:javax.json + org.glassfish:jakarta.json + org.eclipse.parsson:jakarta.json + + + org.eclipse.parsson:parsson + jakarta.json:jakarta.json-api + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kafka-client/deployment/pom.xml b/extensions/kafka-client/deployment/pom.xml index 3831140ac9fcd..48a62d4ea1c13 100644 --- a/extensions/kafka-client/deployment/pom.xml +++ b/extensions/kafka-client/deployment/pom.xml @@ -1,98 +1,96 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-kafka-client-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-kafka-client-parent + 999-SNAPSHOT + - quarkus-kafka-client-deployment - Quarkus - Kafka - Client - Deployment + quarkus-kafka-client-deployment + Quarkus - Kafka - Client - Deployment - - - io.quarkus - quarkus-kafka-client - - - io.quarkus - quarkus-kafka-client-dev - - - org.xerial.snappy - snappy-java - provided - - - io.quarkus - quarkus-smallrye-health-spi - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-jackson-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-tls-registry-deployment - + + + io.quarkus + quarkus-kafka-client + + + io.quarkus + quarkus-kafka-client-dev + + + org.xerial.snappy + snappy-java + provided + + + io.quarkus + quarkus-smallrye-health-spi + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-jackson-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-tls-registry-deployment + - - org.testcontainers - testcontainers - - - junit - junit - - - - - io.strimzi - strimzi-test-container - - - io.quarkus - quarkus-junit4-mock - - - io.quarkus - quarkus-devservices-deployment - - + + org.testcontainers + testcontainers + + + junit + junit + + + + + io.strimzi + strimzi-test-container + + + io.quarkus + quarkus-junit4-mock + + + io.quarkus + quarkus-devservices-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kafka-client/pom.xml b/extensions/kafka-client/pom.xml index 9eb72255edc53..0f71b1a01d150 100644 --- a/extensions/kafka-client/pom.xml +++ b/extensions/kafka-client/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-kafka-client-parent - Quarkus - Kafka - Client - pom + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-kafka-client-parent + pom + Quarkus - Kafka - Client - - deployment - runtime - runtime-dev - + + deployment + runtime + runtime-dev + diff --git a/extensions/kafka-client/runtime-dev/pom.xml b/extensions/kafka-client/runtime-dev/pom.xml index e9c810056f571..d77db39ce414f 100644 --- a/extensions/kafka-client/runtime-dev/pom.xml +++ b/extensions/kafka-client/runtime-dev/pom.xml @@ -1,22 +1,20 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-kafka-client-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-kafka-client-parent + 999-SNAPSHOT + - quarkus-kafka-client-dev - Quarkus - Kafka - Client - Runtime Dev mode - Connect to Apache Kafka with its native API - Dev mode only - - - io.quarkus - quarkus-kafka-client - - - \ No newline at end of file + quarkus-kafka-client-dev + Quarkus - Kafka - Client - Runtime Dev mode + Connect to Apache Kafka with its native API - Dev mode only + + + io.quarkus + quarkus-kafka-client + + + diff --git a/extensions/kafka-client/runtime/pom.xml b/extensions/kafka-client/runtime/pom.xml index 59e2aaea75313..72d89c3c69eb4 100644 --- a/extensions/kafka-client/runtime/pom.xml +++ b/extensions/kafka-client/runtime/pom.xml @@ -1,115 +1,112 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-kafka-client-parent - 999-SNAPSHOT - - - quarkus-kafka-client - Quarkus - Kafka - Client - Runtime - Connect to Apache Kafka with its native API - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-jsonb - true - - - io.quarkus - quarkus-jackson - - - io.quarkus - quarkus-smallrye-health - true - - - io.quarkus - quarkus-kubernetes-service-binding - true - - - io.strimzi - kafka-oauth-common - provided - + + io.quarkus + quarkus-kafka-client-parent + 999-SNAPSHOT + - - io.quarkus - quarkus-tls-registry - + quarkus-kafka-client + Quarkus - Kafka - Client - Runtime + Connect to Apache Kafka with its native API + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-jsonb + true + + + io.quarkus + quarkus-jackson + + + io.quarkus + quarkus-smallrye-health + true + + + io.quarkus + quarkus-kubernetes-service-binding + true + + + io.strimzi + kafka-oauth-common + provided + - - org.apache.kafka - kafka-clients - - - org.xerial.snappy - snappy-java - provided - + + io.quarkus + quarkus-tls-registry + - - org.graalvm.sdk - nativeimage - provided - + + org.apache.kafka + kafka-clients + + + org.xerial.snappy + snappy-java + provided + - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + org.graalvm.sdk + nativeimage + provided + - - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.kafka - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.kafka + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kafka-streams/deployment/pom.xml b/extensions/kafka-streams/deployment/pom.xml index 98166b82deeb6..6dc6144a9c456 100644 --- a/extensions/kafka-streams/deployment/pom.xml +++ b/extensions/kafka-streams/deployment/pom.xml @@ -1,80 +1,78 @@ - - - quarkus-kafka-streams-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-kafka-streams-parent + 999-SNAPSHOT + - quarkus-kafka-streams-deployment - Quarkus - Kafka Streams - Deployment + quarkus-kafka-streams-deployment + Quarkus - Kafka Streams - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-kafka-client-deployment - - - io.quarkus - quarkus-kafka-streams - - - io.quarkus - quarkus-kafka-streams-dev - - - io.quarkus - quarkus-smallrye-health-spi - - - org.mvnpm.at.hpcc-js - wasm - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-kafka-client-deployment + + + io.quarkus + quarkus-kafka-streams + + + io.quarkus + quarkus-kafka-streams-dev + + + io.quarkus + quarkus-smallrye-health-spi + + + org.mvnpm.at.hpcc-js + wasm + - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kafka-streams/pom.xml b/extensions/kafka-streams/pom.xml index 9161587563e0c..df431886a9de4 100644 --- a/extensions/kafka-streams/pom.xml +++ b/extensions/kafka-streams/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-kafka-streams-parent - Quarkus - Kafka Streams + quarkus-kafka-streams-parent - pom - - deployment - runtime - runtime-dev - + pom + Quarkus - Kafka Streams + + deployment + runtime + runtime-dev + diff --git a/extensions/kafka-streams/runtime-dev/pom.xml b/extensions/kafka-streams/runtime-dev/pom.xml index 68eb4f86da467..7c11745b4538e 100644 --- a/extensions/kafka-streams/runtime-dev/pom.xml +++ b/extensions/kafka-streams/runtime-dev/pom.xml @@ -1,36 +1,34 @@ - - - quarkus-kafka-streams-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-kafka-streams-parent + 999-SNAPSHOT + - quarkus-kafka-streams-dev - Quarkus - Kafka Streams - Runtime Dev mode - Implement stream processing applications based on Apache Kafka - Dev mode only - - - io.quarkus - quarkus-kafka-streams - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-junit5-mockito - test - - - \ No newline at end of file + quarkus-kafka-streams-dev + Quarkus - Kafka Streams - Runtime Dev mode + Implement stream processing applications based on Apache Kafka - Dev mode only + + + io.quarkus + quarkus-kafka-streams + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-junit5-mockito + test + + + diff --git a/extensions/kafka-streams/runtime/pom.xml b/extensions/kafka-streams/runtime/pom.xml index 4847546f0d8d7..ae89cf12ea4a0 100644 --- a/extensions/kafka-streams/runtime/pom.xml +++ b/extensions/kafka-streams/runtime/pom.xml @@ -1,98 +1,96 @@ - - - quarkus-kafka-streams-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-kafka-streams-parent + 999-SNAPSHOT + - quarkus-kafka-streams - Quarkus - Kafka Streams - Runtime - Implement stream processing applications based on Apache Kafka - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-kafka-client - - - org.apache.kafka - kafka-streams - - - org.graalvm.sdk - nativeimage - provided - - - io.quarkus - quarkus-smallrye-health - true - + quarkus-kafka-streams + Quarkus - Kafka Streams - Runtime + Implement stream processing applications based on Apache Kafka + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-kafka-client + + + org.apache.kafka + kafka-streams + + + org.graalvm.sdk + nativeimage + provided + + + io.quarkus + quarkus-smallrye-health + true + - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-junit5-mockito - test - - + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-junit5-mockito + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - process-resources - - extension-descriptor - - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + process-resources + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/keycloak-admin-client-common/deployment/pom.xml b/extensions/keycloak-admin-client-common/deployment/pom.xml index eb3187ea0436f..93f1fd33eea76 100644 --- a/extensions/keycloak-admin-client-common/deployment/pom.xml +++ b/extensions/keycloak-admin-client-common/deployment/pom.xml @@ -1,56 +1,54 @@ - - - quarkus-keycloak-admin-client-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-keycloak-admin-client-common-parent + 999-SNAPSHOT + - quarkus-keycloak-admin-client-common-deployment - Quarkus - Keycloak Admin Client - Common - Deployment + quarkus-keycloak-admin-client-common-deployment + Quarkus - Keycloak Admin Client - Common - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-keycloak-admin-client-common - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-keycloak-admin-client-common + + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - - \ No newline at end of file + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + + diff --git a/extensions/keycloak-admin-client-common/pom.xml b/extensions/keycloak-admin-client-common/pom.xml index 8a6f7a50cec8d..fae8abbcc9cfd 100644 --- a/extensions/keycloak-admin-client-common/pom.xml +++ b/extensions/keycloak-admin-client-common/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-keycloak-admin-client-common-parent - Quarkus - Keycloak Admin Client - Common - Parent - pom - - deployment - runtime - + quarkus-keycloak-admin-client-common-parent + pom + Quarkus - Keycloak Admin Client - Common - Parent + + deployment + runtime + - \ No newline at end of file + diff --git a/extensions/keycloak-admin-client-common/runtime/pom.xml b/extensions/keycloak-admin-client-common/runtime/pom.xml index 099491ac0ae6b..a05448d635462 100644 --- a/extensions/keycloak-admin-client-common/runtime/pom.xml +++ b/extensions/keycloak-admin-client-common/runtime/pom.xml @@ -1,51 +1,49 @@ - - - quarkus-keycloak-admin-client-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-keycloak-admin-client-common-parent + 999-SNAPSHOT + - quarkus-keycloak-admin-client-common - Quarkus - Keycloak Admin Client - Common - Runtime + quarkus-keycloak-admin-client-common + Quarkus - Keycloak Admin Client - Common - Runtime - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - - \ No newline at end of file + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + + diff --git a/extensions/keycloak-admin-rest-client/deployment/pom.xml b/extensions/keycloak-admin-rest-client/deployment/pom.xml index 29e4a7f628033..83a0537481820 100644 --- a/extensions/keycloak-admin-rest-client/deployment/pom.xml +++ b/extensions/keycloak-admin-rest-client/deployment/pom.xml @@ -1,124 +1,122 @@ - - - quarkus-keycloak-admin-rest-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-keycloak-admin-rest-client-parent + 999-SNAPSHOT + - quarkus-keycloak-admin-rest-client-deployment - Quarkus - Keycloak Admin REST Client - Deployment + quarkus-keycloak-admin-rest-client-deployment + Quarkus - Keycloak Admin REST Client - Deployment - - - io.quarkus - quarkus-keycloak-admin-rest-client - - - io.quarkus - quarkus-rest-client-jackson-deployment - - - io.quarkus - quarkus-tls-registry-deployment - - - io.quarkus - quarkus-keycloak-admin-client-common-deployment - - - io.quarkus - quarkus-devservices-keycloak - - - io.quarkus - quarkus-devservices-deployment - - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-rest-jackson-deployment - test - - - io.smallrye.certs - smallrye-certificate-generator-junit5 - test - - + + + io.quarkus + quarkus-keycloak-admin-rest-client + + + io.quarkus + quarkus-rest-client-jackson-deployment + + + io.quarkus + quarkus-tls-registry-deployment + + + io.quarkus + quarkus-keycloak-admin-client-common-deployment + + + io.quarkus + quarkus-devservices-keycloak + + + io.quarkus + quarkus-devservices-deployment + + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-rest-jackson-deployment + test + + + io.smallrye.certs + smallrye-certificate-generator-junit5 + test + + - - - - src/test/resources - true - - + + + + true + src/test/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*DevServicesTest.java + + + + + + + + + test-devservices + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/*DevServicesTest.java - - - + + org.apache.maven.plugins + maven-surefire-plugin + + + + **/*$* + + + - - - - - test-devservices - - - test-containers - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - **/*$* - - - - - - - + + + diff --git a/extensions/keycloak-admin-rest-client/pom.xml b/extensions/keycloak-admin-rest-client/pom.xml index 5b5b8c777cc8f..59ebc22e8c9b1 100644 --- a/extensions/keycloak-admin-rest-client/pom.xml +++ b/extensions/keycloak-admin-rest-client/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-keycloak-admin-rest-client-parent - Quarkus - Keycloak Admin REST Client - pom - - deployment - runtime - + quarkus-keycloak-admin-rest-client-parent + pom + Quarkus - Keycloak Admin REST Client + + deployment + runtime + diff --git a/extensions/keycloak-admin-rest-client/runtime/pom.xml b/extensions/keycloak-admin-rest-client/runtime/pom.xml index 175cc28cbb2ac..ba6702ca13c33 100644 --- a/extensions/keycloak-admin-rest-client/runtime/pom.xml +++ b/extensions/keycloak-admin-rest-client/runtime/pom.xml @@ -1,98 +1,96 @@ - - - quarkus-keycloak-admin-rest-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-keycloak-admin-rest-client-parent + 999-SNAPSHOT + - quarkus-keycloak-admin-rest-client - Quarkus - Keycloak Admin REST Client - Runtime - Administer a Keycloak Instance using REST Client + quarkus-keycloak-admin-rest-client + Quarkus - Keycloak Admin REST Client - Runtime + Administer a Keycloak Instance using REST Client - - - io.quarkus - quarkus-rest-client-jackson - - - io.quarkus - quarkus-tls-registry - - - org.eclipse.angus - angus-activation - - - org.keycloak - keycloak-admin-client - - - org.jboss.resteasy - resteasy-client - - - org.jboss.resteasy - resteasy-multipart-provider - - - org.jboss.resteasy - resteasy-jackson2-provider - - - org.jboss.resteasy - resteasy-jaxb-provider - - - commons-logging - commons-logging - - - - - org.jboss.logging - commons-logging-jboss-logging - - - io.quarkus - quarkus-keycloak-admin-client-common - - + + + io.quarkus + quarkus-rest-client-jackson + + + io.quarkus + quarkus-tls-registry + + + org.eclipse.angus + angus-activation + + + org.keycloak + keycloak-admin-client + + + org.jboss.resteasy + resteasy-client + + + org.jboss.resteasy + resteasy-multipart-provider + + + org.jboss.resteasy + resteasy-jackson2-provider + + + org.jboss.resteasy + resteasy-jaxb-provider + + + commons-logging + commons-logging + + + + + org.jboss.logging + commons-logging-jboss-logging + + + io.quarkus + quarkus-keycloak-admin-client-common + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - - org.keycloak:keycloak-admin-client - org/keycloak/admin/client/JacksonProvider.class - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + org.keycloak:keycloak-admin-client + org/keycloak/admin/client/JacksonProvider.class + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/keycloak-admin-resteasy-client/deployment/pom.xml b/extensions/keycloak-admin-resteasy-client/deployment/pom.xml index 041e5cf1a025b..19f5f02b63e21 100644 --- a/extensions/keycloak-admin-resteasy-client/deployment/pom.xml +++ b/extensions/keycloak-admin-resteasy-client/deployment/pom.xml @@ -1,132 +1,130 @@ - - - quarkus-keycloak-admin-resteasy-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-keycloak-admin-resteasy-client-parent + 999-SNAPSHOT + - quarkus-keycloak-admin-resteasy-client-deployment - Quarkus - Keycloak Admin RESTEasy Client - Deployment + quarkus-keycloak-admin-resteasy-client-deployment + Quarkus - Keycloak Admin RESTEasy Client - Deployment - - - io.quarkus - quarkus-keycloak-admin-resteasy-client - - - io.quarkus - quarkus-tls-registry-deployment - - - io.quarkus - quarkus-resteasy-client-deployment - - - io.quarkus - quarkus-resteasy-client-jaxb-deployment - - - io.quarkus - quarkus-resteasy-client-jackson-deployment - - - io.quarkus - quarkus-keycloak-admin-client-common-deployment - - - io.quarkus - quarkus-devservices-keycloak - - - io.quarkus - quarkus-devservices-deployment - - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-resteasy-jackson-deployment - test - - - io.smallrye.certs - smallrye-certificate-generator-junit5 - test - - + + + io.quarkus + quarkus-keycloak-admin-resteasy-client + + + io.quarkus + quarkus-tls-registry-deployment + + + io.quarkus + quarkus-resteasy-client-deployment + + + io.quarkus + quarkus-resteasy-client-jaxb-deployment + + + io.quarkus + quarkus-resteasy-client-jackson-deployment + + + io.quarkus + quarkus-keycloak-admin-client-common-deployment + + + io.quarkus + quarkus-devservices-keycloak + + + io.quarkus + quarkus-devservices-deployment + + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-resteasy-jackson-deployment + test + + + io.smallrye.certs + smallrye-certificate-generator-junit5 + test + + - - - - src/test/resources - true - - + + + + true + src/test/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*DevServicesTest.java + + + + + + + + + test-devservices + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/*DevServicesTest.java - - - + + org.apache.maven.plugins + maven-surefire-plugin + + + + **/*$* + + + - - - - - test-devservices - - - test-containers - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - **/*$* - - - - - - - + + + diff --git a/extensions/keycloak-admin-resteasy-client/pom.xml b/extensions/keycloak-admin-resteasy-client/pom.xml index 1168db71ef7a7..e6a53dfb17c4f 100644 --- a/extensions/keycloak-admin-resteasy-client/pom.xml +++ b/extensions/keycloak-admin-resteasy-client/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-keycloak-admin-resteasy-client-parent - Quarkus - Keycloak Admin RESTEasy Client - pom - - deployment - runtime - + quarkus-keycloak-admin-resteasy-client-parent + pom + Quarkus - Keycloak Admin RESTEasy Client + + deployment + runtime + diff --git a/extensions/keycloak-admin-resteasy-client/runtime/pom.xml b/extensions/keycloak-admin-resteasy-client/runtime/pom.xml index cb9eb007af6f6..82e7fb16a9148 100644 --- a/extensions/keycloak-admin-resteasy-client/runtime/pom.xml +++ b/extensions/keycloak-admin-resteasy-client/runtime/pom.xml @@ -1,118 +1,116 @@ - - - quarkus-keycloak-admin-resteasy-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-keycloak-admin-resteasy-client-parent + 999-SNAPSHOT + - quarkus-keycloak-admin-resteasy-client - Quarkus - Keycloak Admin RESTEasy Client - Runtime - Administer a Keycloak Instance using RESTEasy Client + quarkus-keycloak-admin-resteasy-client + Quarkus - Keycloak Admin RESTEasy Client - Runtime + Administer a Keycloak Instance using RESTEasy Client - - - io.quarkus - quarkus-resteasy-client - - - io.quarkus - quarkus-tls-registry - - - io.quarkus - quarkus-resteasy-client-jackson - - - io.quarkus - quarkus-resteasy-client-jaxb - - - org.eclipse.angus - angus-activation - - - org.keycloak - keycloak-admin-client - - - org.jboss.resteasy - resteasy-jackson2-provider - - - org.jboss.resteasy - resteasy-client - - - org.jboss.resteasy - resteasy-jaxb-provider - - - org.jboss.resteasy - resteasy-core-spi - - - commons-logging - commons-logging - - - - - org.apache.httpcomponents - httpasyncclient - - - commons-logging - commons-logging - - - - - org.keycloak - keycloak-authz-client - - - commons-logging - commons-logging - - - - - org.jboss.logging - commons-logging-jboss-logging - - - io.quarkus - quarkus-keycloak-admin-client-common - - + + + io.quarkus + quarkus-resteasy-client + + + io.quarkus + quarkus-tls-registry + + + io.quarkus + quarkus-resteasy-client-jackson + + + io.quarkus + quarkus-resteasy-client-jaxb + + + org.eclipse.angus + angus-activation + + + org.keycloak + keycloak-admin-client + + + org.jboss.resteasy + resteasy-jackson2-provider + + + org.jboss.resteasy + resteasy-client + + + org.jboss.resteasy + resteasy-jaxb-provider + + + org.jboss.resteasy + resteasy-core-spi + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpasyncclient + + + commons-logging + commons-logging + + + + + org.keycloak + keycloak-authz-client + + + commons-logging + commons-logging + + + + + org.jboss.logging + commons-logging-jboss-logging + + + io.quarkus + quarkus-keycloak-admin-client-common + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/keycloak-authorization/deployment/pom.xml b/extensions/keycloak-authorization/deployment/pom.xml index c76a2ada27e1d..3bed75364f6d2 100644 --- a/extensions/keycloak-authorization/deployment/pom.xml +++ b/extensions/keycloak-authorization/deployment/pom.xml @@ -1,96 +1,94 @@ - - - quarkus-keycloak-authorization-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-keycloak-authorization-parent + 999-SNAPSHOT + - quarkus-keycloak-authorization-deployment - Quarkus - Keycloak Authorization - Deployment + quarkus-keycloak-authorization-deployment + Quarkus - Keycloak Authorization - Deployment - - http://localhost:8180/auth - - - - io.quarkus - quarkus-oidc-deployment - - - io.quarkus - quarkus-tls-registry-deployment - - - io.quarkus - quarkus-apache-httpclient-deployment - - - io.quarkus - quarkus-keycloak-authorization - - - - io.quarkus - quarkus-keycloak-admin-resteasy-client-deployment - test - - - io.quarkus - quarkus-smallrye-health-deployment - test - - - io.quarkus - quarkus-resteasy-mutiny-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + http://localhost:8180/auth + + + + io.quarkus + quarkus-oidc-deployment + + + io.quarkus + quarkus-tls-registry-deployment + + + io.quarkus + quarkus-apache-httpclient-deployment + + + io.quarkus + quarkus-keycloak-authorization + + + + io.quarkus + quarkus-keycloak-admin-resteasy-client-deployment + test + + + io.quarkus + quarkus-smallrye-health-deployment + test + + + io.quarkus + quarkus-resteasy-mutiny-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - src/test/resources - true - - - - - maven-surefire-plugin - - true - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + true + src/test/resources + + + + + maven-surefire-plugin + + true + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/keycloak-authorization/pom.xml b/extensions/keycloak-authorization/pom.xml index 0fb78fa78d2f0..826e3099aa727 100644 --- a/extensions/keycloak-authorization/pom.xml +++ b/extensions/keycloak-authorization/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-keycloak-authorization-parent - Quarkus - Keycloak Authorization - pom - - deployment - runtime - + quarkus-keycloak-authorization-parent + pom + Quarkus - Keycloak Authorization + + deployment + runtime + diff --git a/extensions/keycloak-authorization/runtime/pom.xml b/extensions/keycloak-authorization/runtime/pom.xml index 64d92dd5df310..6cd72e949a0c5 100644 --- a/extensions/keycloak-authorization/runtime/pom.xml +++ b/extensions/keycloak-authorization/runtime/pom.xml @@ -1,83 +1,81 @@ - - - quarkus-keycloak-authorization-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-keycloak-authorization-parent + 999-SNAPSHOT + - quarkus-keycloak-authorization - Quarkus - Keycloak Authorization - Runtime - Policy enforcer using Keycloak-managed permissions to control access to protected resources + quarkus-keycloak-authorization + Quarkus - Keycloak Authorization - Runtime + Policy enforcer using Keycloak-managed permissions to control access to protected resources - - - io.quarkus - quarkus-oidc - - - io.quarkus - quarkus-tls-registry - - - org.keycloak - keycloak-policy-enforcer - - - org.eclipse.angus - angus-activation - - - org.keycloak - keycloak-authz-client - - - commons-logging - commons-logging - - - - - io.quarkus - quarkus-apache-httpclient - - - org.jboss.logging - commons-logging-jboss-logging - - + + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-tls-registry + + + org.keycloak + keycloak-policy-enforcer + + + org.eclipse.angus + angus-activation + + + org.keycloak + keycloak-authz-client + + + commons-logging + commons-logging + + + + + io.quarkus + quarkus-apache-httpclient + + + org.jboss.logging + commons-logging-jboss-logging + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.keycloak.authorization - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.keycloak.authorization + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kotlin/deployment/pom.xml b/extensions/kotlin/deployment/pom.xml index dbd398037a393..be924acd1fef3 100644 --- a/extensions/kotlin/deployment/pom.xml +++ b/extensions/kotlin/deployment/pom.xml @@ -1,60 +1,58 @@ - - - quarkus-kotlin-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-kotlin-parent + 999-SNAPSHOT + - quarkus-kotlin-deployment - Quarkus - Kotlin - Deployment + quarkus-kotlin-deployment + Quarkus - Kotlin - Deployment - - - io.quarkus - quarkus-kotlin - - - io.quarkus - quarkus-jackson-spi - + + + io.quarkus + quarkus-kotlin + + + io.quarkus + quarkus-jackson-spi + - - org.jetbrains.kotlin - kotlin-compiler - + + org.jetbrains.kotlin + kotlin-compiler + - - io.quarkus - quarkus-vertx-kotlin-deployment - true - - + + io.quarkus + quarkus-vertx-kotlin-deployment + true + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kotlin/pom.xml b/extensions/kotlin/pom.xml index bd3e30428ea3b..16a5d7e4e72ac 100644 --- a/extensions/kotlin/pom.xml +++ b/extensions/kotlin/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-kotlin-parent - Quarkus - Kotlin - pom - - deployment - runtime - + quarkus-kotlin-parent + pom + Quarkus - Kotlin + + deployment + runtime + diff --git a/extensions/kotlin/runtime/pom.xml b/extensions/kotlin/runtime/pom.xml index 7af7abdf3c66c..3dd55452cf8ad 100644 --- a/extensions/kotlin/runtime/pom.xml +++ b/extensions/kotlin/runtime/pom.xml @@ -1,88 +1,86 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-kotlin-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-kotlin-parent + 999-SNAPSHOT + + + quarkus-kotlin + Quarkus - Kotlin - Runtime + Write your services in Kotlin + + + io.quarkus + quarkus-core + + + org.jetbrains + annotations + + + org.jetbrains.kotlin + kotlin-stdlib + + + org.jetbrains + annotations + + + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + + + org.jetbrains.kotlin + kotlin-reflect + + + + io.smallrye.reactive + mutiny-kotlin + + + io.smallrye + smallrye-fault-tolerance-kotlin + + + * + * + + + + + org.jetbrains.kotlinx + kotlinx-coroutines-jdk8 + - quarkus-kotlin - Quarkus - Kotlin - Runtime - Write your services in Kotlin - - - - io.quarkus - quarkus-extension-maven-plugin - - - - org.jetbrains.kotlin:kotlin-compiler - - - io.quarkus.kotlin - - - - - - - - io.quarkus - quarkus-core - - - org.jetbrains - annotations - - - org.jetbrains.kotlin - kotlin-stdlib - - - org.jetbrains - annotations - - - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - - - org.jetbrains.kotlin - kotlin-reflect - - - - io.smallrye.reactive - mutiny-kotlin - - - io.smallrye - smallrye-fault-tolerance-kotlin - - - * - * - - - - - org.jetbrains.kotlinx - kotlinx-coroutines-jdk8 - - - - io.quarkus - quarkus-vertx-kotlin - true - - + org.jetbrains.kotlin:kotlin-compiler + + + io.quarkus.kotlin + + + + + diff --git a/extensions/kubernetes-client/deployment-internal/pom.xml b/extensions/kubernetes-client/deployment-internal/pom.xml index a7a3f1c050546..d7641606db070 100644 --- a/extensions/kubernetes-client/deployment-internal/pom.xml +++ b/extensions/kubernetes-client/deployment-internal/pom.xml @@ -1,78 +1,76 @@ - - - quarkus-kubernetes-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-kubernetes-client-parent + 999-SNAPSHOT + - quarkus-kubernetes-client-internal-deployment - Quarkus - Kubernetes Client - Internal - Deployment - This module only exists as a separate module so the kubernetes extension can share code with the kubernetes-client extension + quarkus-kubernetes-client-internal-deployment + Quarkus - Kubernetes Client - Internal - Deployment + This module only exists as a separate module so the kubernetes extension can share code with the kubernetes-client extension - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-tls-registry-deployment - - - io.quarkus - quarkus-kubernetes-client-internal - - - io.quarkus - quarkus-kubernetes-client-spi - - - io.quarkus - quarkus-kubernetes-spi - - - io.fabric8 - kubernetes-client - - - io.fabric8 - kubernetes-httpclient-okhttp - - - - - io.fabric8 - kubernetes-httpclient-vertx - - - io.quarkus - quarkus-devservices-deployment - - + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-tls-registry-deployment + + + io.quarkus + quarkus-kubernetes-client-internal + + + io.quarkus + quarkus-kubernetes-client-spi + + + io.quarkus + quarkus-kubernetes-spi + + + io.fabric8 + kubernetes-client + + + io.fabric8 + kubernetes-httpclient-okhttp + + + + + io.fabric8 + kubernetes-httpclient-vertx + + + io.quarkus + quarkus-devservices-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kubernetes-client/deployment/pom.xml b/extensions/kubernetes-client/deployment/pom.xml index 09b5fa07c905a..fd51f279f7efd 100644 --- a/extensions/kubernetes-client/deployment/pom.xml +++ b/extensions/kubernetes-client/deployment/pom.xml @@ -1,83 +1,81 @@ - - - quarkus-kubernetes-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-kubernetes-client-parent + 999-SNAPSHOT + - quarkus-kubernetes-client-deployment - Quarkus - Kubernetes Client - Deployment + quarkus-kubernetes-client-deployment + Quarkus - Kubernetes Client - Deployment - - - io.quarkus - quarkus-kubernetes-client - - - io.quarkus - quarkus-kubernetes-client-internal-deployment - - - io.quarkus - quarkus-jackson-deployment - - - io.quarkus - quarkus-vertx-deployment - - - com.dajudge.kindcontainer - kindcontainer - - - junit - junit - - - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-kubernetes-client + + + io.quarkus + quarkus-kubernetes-client-internal-deployment + + + io.quarkus + quarkus-jackson-deployment + + + io.quarkus + quarkus-vertx-deployment + + + com.dajudge.kindcontainer + kindcontainer + + + junit + junit + + + + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - org.codehaus.mojo - templating-maven-plugin - 3.0.0 - - - filtering-java-templates - - filter-sources - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + org.codehaus.mojo + templating-maven-plugin + 3.0.0 + + + filtering-java-templates + + filter-sources + + + + + + diff --git a/extensions/kubernetes-client/pom.xml b/extensions/kubernetes-client/pom.xml index 98d813a6b3f80..39b0864cedd9e 100644 --- a/extensions/kubernetes-client/pom.xml +++ b/extensions/kubernetes-client/pom.xml @@ -1,23 +1,21 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-kubernetes-client-parent - Quarkus - Kubernetes Client - pom - - deployment - runtime - deployment-internal - runtime-internal - spi - + quarkus-kubernetes-client-parent + pom + Quarkus - Kubernetes Client + + deployment + runtime + deployment-internal + runtime-internal + spi + diff --git a/extensions/kubernetes-client/runtime-internal/pom.xml b/extensions/kubernetes-client/runtime-internal/pom.xml index cf4ca8c7cc6d2..f2d9fa6c13c2d 100644 --- a/extensions/kubernetes-client/runtime-internal/pom.xml +++ b/extensions/kubernetes-client/runtime-internal/pom.xml @@ -1,71 +1,69 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-kubernetes-client-parent - 999-SNAPSHOT - - - quarkus-kubernetes-client-internal - Quarkus - Kubernetes Client - Runtime - Internal - This module only exists as a separate module to house the configuration that needs to be present on the runtime classpath when the kubernetes extension is used + + io.quarkus + quarkus-kubernetes-client-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-tls-registry - - - io.fabric8 - kubernetes-client - provided - - - io.fabric8 - kubernetes-httpclient-okhttp - - - - - io.fabric8 - kubernetes-httpclient-vertx - provided - - + quarkus-kubernetes-client-internal + Quarkus - Kubernetes Client - Runtime - Internal + This module only exists as a separate module to house the configuration that needs to be present on the runtime classpath when the kubernetes extension is used - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-tls-registry + + + io.fabric8 + kubernetes-client + provided + + + + io.fabric8 + kubernetes-httpclient-okhttp + + + + + io.fabric8 + kubernetes-httpclient-vertx + provided + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kubernetes-client/runtime/pom.xml b/extensions/kubernetes-client/runtime/pom.xml index 0b365260ecf8c..f74b2e7ce7f3f 100644 --- a/extensions/kubernetes-client/runtime/pom.xml +++ b/extensions/kubernetes-client/runtime/pom.xml @@ -1,105 +1,103 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-kubernetes-client-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-kubernetes-client-parent + 999-SNAPSHOT + - quarkus-kubernetes-client - Quarkus - Kubernetes Client - Runtime - Interact with Kubernetes and develop Kubernetes Operators - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-kubernetes-client-internal - - - io.quarkus - quarkus-jackson - - - io.quarkus - quarkus-vertx - - - io.fabric8 - kubernetes-client - - - io.fabric8 - kubernetes-httpclient-okhttp - - - - - io.fabric8 - kubernetes-httpclient-vertx - - - org.graalvm.sdk - nativeimage - provided - - - org.apache.commons - commons-compress - - - jakarta.annotation - jakarta.annotation-api - - - jakarta.xml.bind - jakarta.xml.bind-api - - - io.smallrye.config - smallrye-config-source-yaml - - - org.junit.jupiter - junit-jupiter - test - - + quarkus-kubernetes-client + Quarkus - Kubernetes Client - Runtime + Interact with Kubernetes and develop Kubernetes Operators + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-kubernetes-client-internal + + + io.quarkus + quarkus-jackson + + + io.quarkus + quarkus-vertx + + + io.fabric8 + kubernetes-client + + + io.fabric8 + kubernetes-httpclient-okhttp + + + + + io.fabric8 + kubernetes-httpclient-vertx + + + org.graalvm.sdk + nativeimage + provided + + + org.apache.commons + commons-compress + + + jakarta.annotation + jakarta.annotation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + io.smallrye.config + smallrye-config-source-yaml + + + org.junit.jupiter + junit-jupiter + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.kubernetes.client - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.kubernetes.client + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kubernetes-client/spi/pom.xml b/extensions/kubernetes-client/spi/pom.xml index 2c0a2fb139ef7..12b14e2c2148b 100644 --- a/extensions/kubernetes-client/spi/pom.xml +++ b/extensions/kubernetes-client/spi/pom.xml @@ -1,70 +1,69 @@ - - - quarkus-kubernetes-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + + 4.0.0 + + io.quarkus + quarkus-kubernetes-client-parent + 999-SNAPSHOT + - quarkus-kubernetes-client-spi - Quarkus - Kubernetes Client - SPI - Extensions that use the Kubernetes client, use this module to + quarkus-kubernetes-client-spi + Quarkus - Kubernetes Client - SPI + Extensions that use the Kubernetes client, use this module to configure the client instance - - - io.quarkus - quarkus-core-deployment - - - io.fabric8 - kubernetes-client - - - io.fabric8 - kubernetes-httpclient-okhttp - - - javax.annotation - javax.annotation-api - - - jakarta.xml.bind - jakarta.xml.bind-api - - - javax.xml.bind - jaxb-api - - - - - io.fabric8 - kubernetes-httpclient-vertx - + + + io.quarkus + quarkus-core-deployment + + + io.fabric8 + kubernetes-client + + + io.fabric8 + kubernetes-httpclient-okhttp + + + javax.annotation + javax.annotation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.xml.bind + jaxb-api + + + + + io.fabric8 + kubernetes-httpclient-vertx + - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kubernetes-config/deployment/pom.xml b/extensions/kubernetes-config/deployment/pom.xml index e97def48c326f..46e19e637f2a7 100644 --- a/extensions/kubernetes-config/deployment/pom.xml +++ b/extensions/kubernetes-config/deployment/pom.xml @@ -1,48 +1,46 @@ - - - quarkus-kubernetes-config-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-kubernetes-config-parent + 999-SNAPSHOT + - quarkus-kubernetes-config-deployment - Quarkus - Kubernetes Config - Deployment + quarkus-kubernetes-config-deployment + Quarkus - Kubernetes Config - Deployment - - - io.quarkus - quarkus-kubernetes-client-deployment - + + + io.quarkus + quarkus-kubernetes-client-deployment + - - io.quarkus - quarkus-kubernetes-config - - + + io.quarkus + quarkus-kubernetes-config + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kubernetes-config/pom.xml b/extensions/kubernetes-config/pom.xml index af037a643fca5..83b80913b3a61 100644 --- a/extensions/kubernetes-config/pom.xml +++ b/extensions/kubernetes-config/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-kubernetes-config-parent - Quarkus - Kubernetes Config - pom - - deployment - runtime - + quarkus-kubernetes-config-parent + pom + Quarkus - Kubernetes Config + + deployment + runtime + diff --git a/extensions/kubernetes-config/runtime/pom.xml b/extensions/kubernetes-config/runtime/pom.xml index 17c4e4dd4e520..c139e3f508616 100644 --- a/extensions/kubernetes-config/runtime/pom.xml +++ b/extensions/kubernetes-config/runtime/pom.xml @@ -1,66 +1,63 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-kubernetes-config-parent - 999-SNAPSHOT - - - quarkus-kubernetes-config - Quarkus - Kubernetes Config - Runtime - Read runtime configuration from Kubernetes ConfigMaps and Secrets - - - io.quarkus - quarkus-kubernetes-client - + + io.quarkus + quarkus-kubernetes-config-parent + 999-SNAPSHOT + - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - - org.mockito - mockito-core - test - - + quarkus-kubernetes-config + Quarkus - Kubernetes Config - Runtime + Read runtime configuration from Kubernetes ConfigMaps and Secrets + + + io.quarkus + quarkus-kubernetes-client + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + + org.mockito + mockito-core + test + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kubernetes-service-binding/deployment/pom.xml b/extensions/kubernetes-service-binding/deployment/pom.xml index 7ce4a69a57de7..c942fa7899a84 100644 --- a/extensions/kubernetes-service-binding/deployment/pom.xml +++ b/extensions/kubernetes-service-binding/deployment/pom.xml @@ -1,95 +1,93 @@ - - - quarkus-kubernetes-service-binding-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-kubernetes-service-binding-parent + 999-SNAPSHOT + - quarkus-kubernetes-service-binding-deployment - Quarkus - Kubernetes Service Binding - Deployment + quarkus-kubernetes-service-binding-deployment + Quarkus - Kubernetes Service Binding - Deployment - - - io.quarkus - quarkus-core-deployment - + + + io.quarkus + quarkus-core-deployment + - - io.quarkus - quarkus-kubernetes-service-binding - - - io.quarkus - quarkus-kubernetes-service-binding-spi - - - io.quarkus - quarkus-kubernetes-spi - - - io.dekorate - servicebinding-annotations - noapt - - - io.sundr - * - - - com.sun - tools - - - io.fabric8 - kubernetes-client - - - - - io.fabric8 - kubernetes-client - - - io.fabric8 - kubernetes-httpclient-okhttp - - - - - io.fabric8 - kubernetes-httpclient-vertx - + + io.quarkus + quarkus-kubernetes-service-binding + + + io.quarkus + quarkus-kubernetes-service-binding-spi + + + io.quarkus + quarkus-kubernetes-spi + + + io.dekorate + servicebinding-annotations + noapt + + + io.sundr + * + + + com.sun + tools + + + io.fabric8 + kubernetes-client + + + + + io.fabric8 + kubernetes-client + + + io.fabric8 + kubernetes-httpclient-okhttp + + + + + io.fabric8 + kubernetes-httpclient-vertx + - - org.mockito - mockito-core - test - - + + org.mockito + mockito-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kubernetes-service-binding/pom.xml b/extensions/kubernetes-service-binding/pom.xml index 0c0edf241c872..111791dd37a37 100644 --- a/extensions/kubernetes-service-binding/pom.xml +++ b/extensions/kubernetes-service-binding/pom.xml @@ -1,23 +1,21 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-kubernetes-service-binding-parent - Quarkus - Kubernetes Service Binding - pom + quarkus-kubernetes-service-binding-parent + pom + Quarkus - Kubernetes Service Binding - - deployment - runtime - spi - + + deployment + runtime + spi + diff --git a/extensions/kubernetes-service-binding/runtime/pom.xml b/extensions/kubernetes-service-binding/runtime/pom.xml index fcb6283056199..98af0b04ef412 100644 --- a/extensions/kubernetes-service-binding/runtime/pom.xml +++ b/extensions/kubernetes-service-binding/runtime/pom.xml @@ -1,121 +1,119 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-kubernetes-service-binding-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-kubernetes-service-binding-parent + 999-SNAPSHOT + + + quarkus-kubernetes-service-binding + Quarkus - Kubernetes Service Binding - Runtime + Read runtime configuration based on the Kubernetes Service Binding Specification + + + io.quarkus + quarkus-core + - quarkus-kubernetes-service-binding - Quarkus - Kubernetes Service Binding - Runtime - Read runtime configuration based on the Kubernetes Service Binding Specification - - - io.quarkus - quarkus-core - + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + + org.mockito + mockito-core + test + + - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - - org.mockito - mockito-core - test - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.kubernetes.service.binding + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + - + + + disable-test-compile-on-windows + + + windows + + + - - io.quarkus - quarkus-extension-maven-plugin + + maven-compiler-plugin + + + default-testCompile + + testCompile + + test-compile - - io.quarkus.kubernetes.service.binding - + true - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - + + + + + maven-resources-plugin + + + default-testResources + + testResources + + test-resources + + true + + + + + + maven-surefire-plugin + + true + + - - - - - disable-test-compile-on-windows - - - windows - - - - - - maven-compiler-plugin - - - default-testCompile - test-compile - - testCompile - - - true - - - - - - maven-resources-plugin - - - default-testResources - test-resources - - testResources - - - true - - - - - - maven-surefire-plugin - - true - - - - - - + + + diff --git a/extensions/kubernetes-service-binding/spi/pom.xml b/extensions/kubernetes-service-binding/spi/pom.xml index ac5de8fcf2ae7..9ff54b6dcf003 100644 --- a/extensions/kubernetes-service-binding/spi/pom.xml +++ b/extensions/kubernetes-service-binding/spi/pom.xml @@ -1,21 +1,20 @@ - - - quarkus-kubernetes-service-binding-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + + 4.0.0 + + io.quarkus + quarkus-kubernetes-service-binding-parent + 999-SNAPSHOT + - quarkus-kubernetes-service-binding-spi - Quarkus - Kubernetes Service Binding - SPI - Extensions that provide Kubernetes Service Binding features should include this module and the corresponding BuildItems + quarkus-kubernetes-service-binding-spi + Quarkus - Kubernetes Service Binding - SPI + Extensions that provide Kubernetes Service Binding features should include this module and the corresponding BuildItems - - - io.quarkus - quarkus-core-deployment - - + + + io.quarkus + quarkus-core-deployment + + diff --git a/extensions/kubernetes/kind/deployment/pom.xml b/extensions/kubernetes/kind/deployment/pom.xml index 0f0a6a55cfa75..d6e93896cc5f7 100644 --- a/extensions/kubernetes/kind/deployment/pom.xml +++ b/extensions/kubernetes/kind/deployment/pom.xml @@ -1,66 +1,64 @@ - - - io.quarkus - quarkus-kind-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-kind-parent + 999-SNAPSHOT + - quarkus-kind-deployment - Quarkus - Kubernetes - Kind - Deployment + quarkus-kind-deployment + Quarkus - Kubernetes - Kind - Deployment - - - io.quarkus - quarkus-kind - - - io.quarkus - quarkus-kubernetes-deployment - - - io.dekorate - kind-annotations - noapt - - - io.sundr - * - - - com.sun - tools - - - io.fabric8 - kubernetes-client - - - - + + + io.quarkus + quarkus-kind + + + io.quarkus + quarkus-kubernetes-deployment + + + io.dekorate + kind-annotations + noapt + + + io.sundr + * + + + com.sun + tools + + + io.fabric8 + kubernetes-client + + + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kubernetes/kind/pom.xml b/extensions/kubernetes/kind/pom.xml index 0b38d12ebe35d..e2b7906c84fe4 100644 --- a/extensions/kubernetes/kind/pom.xml +++ b/extensions/kubernetes/kind/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-kubernetes-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-kubernetes-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-kind-parent - Quarkus - Kubernetes - Kind - pom - - deployment - runtime - + quarkus-kind-parent + pom + Quarkus - Kubernetes - Kind + + deployment + runtime + diff --git a/extensions/kubernetes/kind/runtime/pom.xml b/extensions/kubernetes/kind/runtime/pom.xml index 8f67df7e81d7b..f9c2d1c09884b 100644 --- a/extensions/kubernetes/kind/runtime/pom.xml +++ b/extensions/kubernetes/kind/runtime/pom.xml @@ -1,54 +1,52 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-kind-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-kind-parent + 999-SNAPSHOT + - quarkus-kind - Quarkus - Kubernetes - Kind - Runtime - Generate Kind resources from annotations + quarkus-kind + Quarkus - Kubernetes - Kind - Runtime + Generate Kind resources from annotations - - - - io.quarkus - quarkus-kubernetes-client-internal - - - io.quarkus - quarkus-kubernetes - - + + + + io.quarkus + quarkus-kubernetes-client-internal + + + io.quarkus + quarkus-kubernetes + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kubernetes/minikube/deployment/pom.xml b/extensions/kubernetes/minikube/deployment/pom.xml index 15fc2708efb9b..b7d56ff08dee8 100644 --- a/extensions/kubernetes/minikube/deployment/pom.xml +++ b/extensions/kubernetes/minikube/deployment/pom.xml @@ -1,47 +1,45 @@ - - - io.quarkus - quarkus-minikube-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-minikube-parent + 999-SNAPSHOT + - quarkus-minikube-deployment - Quarkus - Kubernetes - Minikube - Deployment + quarkus-minikube-deployment + Quarkus - Kubernetes - Minikube - Deployment - - - io.quarkus - quarkus-minikube - - - io.quarkus - quarkus-kubernetes-deployment - - + + + io.quarkus + quarkus-minikube + + + io.quarkus + quarkus-kubernetes-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kubernetes/minikube/pom.xml b/extensions/kubernetes/minikube/pom.xml index 92305d7d06c85..1fa99ff403b4d 100644 --- a/extensions/kubernetes/minikube/pom.xml +++ b/extensions/kubernetes/minikube/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-kubernetes-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-kubernetes-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-minikube-parent - Quarkus - Kubernetes - Minikube - pom - - deployment - runtime - + quarkus-minikube-parent + pom + Quarkus - Kubernetes - Minikube + + deployment + runtime + diff --git a/extensions/kubernetes/minikube/runtime/pom.xml b/extensions/kubernetes/minikube/runtime/pom.xml index 9db64e2c2979c..5cf46c0060964 100644 --- a/extensions/kubernetes/minikube/runtime/pom.xml +++ b/extensions/kubernetes/minikube/runtime/pom.xml @@ -1,54 +1,52 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-minikube-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-minikube-parent + 999-SNAPSHOT + - quarkus-minikube - Quarkus - Kubernetes - Minikube - Runtime - Generate Minikube resources from annotations + quarkus-minikube + Quarkus - Kubernetes - Minikube - Runtime + Generate Minikube resources from annotations - - - - io.quarkus - quarkus-kubernetes-client-internal - - - io.quarkus - quarkus-kubernetes - - + + + + io.quarkus + quarkus-kubernetes-client-internal + + + io.quarkus + quarkus-kubernetes + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kubernetes/openshift/deployment/pom.xml b/extensions/kubernetes/openshift/deployment/pom.xml index f2a48b367751e..4c952439b5e3d 100644 --- a/extensions/kubernetes/openshift/deployment/pom.xml +++ b/extensions/kubernetes/openshift/deployment/pom.xml @@ -1,80 +1,78 @@ - - - io.quarkus - quarkus-openshift-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-openshift-parent + 999-SNAPSHOT + - quarkus-openshift-deployment - Quarkus - Kubernetes - Openshift - Deployment + quarkus-openshift-deployment + Quarkus - Kubernetes - Openshift - Deployment - - - io.quarkus - quarkus-openshift - - - io.quarkus - quarkus-container-image-openshift-deployment - - - io.quarkus - quarkus-kubernetes-deployment - - - io.dekorate - openshift-annotations - noapt - - - io.sundr - * - - - com.sun - tools - - - io.fabric8 - kubernetes-client - - - - - io.quarkus - quarkus-junit5-internal - test - - - io.smallrye.config - smallrye-config-source-yaml - test - - + + + io.quarkus + quarkus-openshift + + + io.quarkus + quarkus-container-image-openshift-deployment + + + io.quarkus + quarkus-kubernetes-deployment + + + io.dekorate + openshift-annotations + noapt + + + io.sundr + * + + + com.sun + tools + + + io.fabric8 + kubernetes-client + + + + + io.quarkus + quarkus-junit5-internal + test + + + io.smallrye.config + smallrye-config-source-yaml + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kubernetes/openshift/pom.xml b/extensions/kubernetes/openshift/pom.xml index 683884a729207..a7060167085e8 100644 --- a/extensions/kubernetes/openshift/pom.xml +++ b/extensions/kubernetes/openshift/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-kubernetes-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-kubernetes-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-openshift-parent - Quarkus - Kubernetes - Openshift - pom - - deployment - runtime - + quarkus-openshift-parent + pom + Quarkus - Kubernetes - Openshift + + deployment + runtime + diff --git a/extensions/kubernetes/openshift/runtime/pom.xml b/extensions/kubernetes/openshift/runtime/pom.xml index c7459f4558832..8e45bc72a8230 100644 --- a/extensions/kubernetes/openshift/runtime/pom.xml +++ b/extensions/kubernetes/openshift/runtime/pom.xml @@ -1,66 +1,64 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-openshift-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-openshift-parent + 999-SNAPSHOT + - quarkus-openshift - Quarkus - Kubernetes - OpenShift - Runtime - Generate OpenShift resources from annotations + quarkus-openshift + Quarkus - Kubernetes - OpenShift - Runtime + Generate OpenShift resources from annotations - - - - io.quarkus - quarkus-kubernetes-client-internal - - - io.quarkus - quarkus-container-image-openshift - - - io.quarkus - quarkus-kubernetes - - + + + + io.quarkus + quarkus-kubernetes-client-internal + + + io.quarkus + quarkus-container-image-openshift + + + io.quarkus + quarkus-kubernetes + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - - io.quarkus.container.image.openshift.deployment.OpenshiftBuild - io.quarkus.openshift - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + io.quarkus.container.image.openshift.deployment.OpenshiftBuild + io.quarkus.openshift + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/kubernetes/pom.xml b/extensions/kubernetes/pom.xml index 0928b952ac209..cccb51597c94d 100644 --- a/extensions/kubernetes/pom.xml +++ b/extensions/kubernetes/pom.xml @@ -1,23 +1,21 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-kubernetes-parent - Quarkus - Kubernetes - pom - - vanilla - openshift - minikube - kind - spi - + quarkus-kubernetes-parent + pom + Quarkus - Kubernetes + + vanilla + openshift + minikube + kind + spi + diff --git a/extensions/kubernetes/spi/pom.xml b/extensions/kubernetes/spi/pom.xml index bb94aac8c7e89..dde7b9517514d 100644 --- a/extensions/kubernetes/spi/pom.xml +++ b/extensions/kubernetes/spi/pom.xml @@ -1,32 +1,31 @@ - - - quarkus-kubernetes-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + + 4.0.0 + + io.quarkus + quarkus-kubernetes-parent + 999-SNAPSHOT + - quarkus-kubernetes-spi - Quarkus - Kubernetes - SPI - Extensions that provide Kubernetes native features should include this module and the corresponding BuildItems + quarkus-kubernetes-spi + Quarkus - Kubernetes - SPI + Extensions that provide Kubernetes native features should include this module and the corresponding BuildItems - - - io.quarkus - quarkus-core-deployment - + + + io.quarkus + quarkus-core-deployment + - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + diff --git a/extensions/kubernetes/vanilla/deployment/pom.xml b/extensions/kubernetes/vanilla/deployment/pom.xml index 6bdefef5ba11b..cedb1e89e050f 100644 --- a/extensions/kubernetes/vanilla/deployment/pom.xml +++ b/extensions/kubernetes/vanilla/deployment/pom.xml @@ -1,144 +1,142 @@ - - - io.quarkus - quarkus-kubernetes-vanilla-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-kubernetes-vanilla-parent + 999-SNAPSHOT + - quarkus-kubernetes-deployment - Quarkus - Kubernetes - Deployment + quarkus-kubernetes-deployment + Quarkus - Kubernetes - Deployment - - - io.quarkus - quarkus-kubernetes - - - io.quarkus - quarkus-container-image-deployment - - - io.quarkus - quarkus-kubernetes-spi - - - io.quarkus - quarkus-vertx-http-deployment-spi - - - io.quarkus - quarkus-kubernetes-client-internal-deployment - - - io.dekorate - kubernetes-annotations - noapt - - - io.sundr - * - - - com.sun - tools - - - io.fabric8 - kubernetes-client - - - - - io.dekorate - openshift-annotations - noapt - - - io.sundr - * - - - com.sun - tools - - - io.fabric8 - kubernetes-client - - - - - io.dekorate - knative-annotations - noapt - - - io.sundr - * - - - com.sun - tools - - - io.fabric8 - kubernetes-client - - - - - io.dekorate - prometheus-annotations - noapt - - - io.sundr - * - - - com.sun - tools - - - io.fabric8 - kubernetes-client - - - + + + io.quarkus + quarkus-kubernetes + + + io.quarkus + quarkus-container-image-deployment + + + io.quarkus + quarkus-kubernetes-spi + + + io.quarkus + quarkus-vertx-http-deployment-spi + + + io.quarkus + quarkus-kubernetes-client-internal-deployment + + + io.dekorate + kubernetes-annotations + noapt + + + io.sundr + * + + + com.sun + tools + + + io.fabric8 + kubernetes-client + + + + + io.dekorate + openshift-annotations + noapt + + + io.sundr + * + + + com.sun + tools + + + io.fabric8 + kubernetes-client + + + + + io.dekorate + knative-annotations + noapt + + + io.sundr + * + + + com.sun + tools + + + io.fabric8 + kubernetes-client + + + + + io.dekorate + prometheus-annotations + noapt + + + io.sundr + * + + + com.sun + tools + + + io.fabric8 + kubernetes-client + + + - - io.quarkus - quarkus-junit5-internal - test - - + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - -AsplitOnConfigRootDescription=true - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + -AsplitOnConfigRootDescription=true + + + + + + + diff --git a/extensions/kubernetes/vanilla/pom.xml b/extensions/kubernetes/vanilla/pom.xml index 16bdc306c815f..26929d06fd746 100644 --- a/extensions/kubernetes/vanilla/pom.xml +++ b/extensions/kubernetes/vanilla/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-kubernetes-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-kubernetes-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-kubernetes-vanilla-parent - Quarkus - Kubernetes - pom - - deployment - runtime - + quarkus-kubernetes-vanilla-parent + pom + Quarkus - Kubernetes + + deployment + runtime + diff --git a/extensions/kubernetes/vanilla/runtime/pom.xml b/extensions/kubernetes/vanilla/runtime/pom.xml index 3c4a5dd042268..dcfc2ea196a9c 100644 --- a/extensions/kubernetes/vanilla/runtime/pom.xml +++ b/extensions/kubernetes/vanilla/runtime/pom.xml @@ -1,59 +1,56 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-kubernetes-vanilla-parent - 999-SNAPSHOT - - - quarkus-kubernetes - Quarkus - Kubernetes - Runtime - Generate Kubernetes resources from annotations + + io.quarkus + quarkus-kubernetes-vanilla-parent + 999-SNAPSHOT + - - - - io.quarkus - quarkus-kubernetes-client-internal - - - io.quarkus - quarkus-container-image - - + quarkus-kubernetes + Quarkus - Kubernetes - Runtime + Generate Kubernetes resources from annotations - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - -AsplitOnConfigRootDescription=true - - - - - - - + + + + io.quarkus + quarkus-kubernetes-client-internal + + + io.quarkus + quarkus-container-image + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + -AsplitOnConfigRootDescription=true + + + + + + + diff --git a/extensions/liquibase/liquibase-common/pom.xml b/extensions/liquibase/liquibase-common/pom.xml index a51fb77d67840..cfe9d9acda9a6 100644 --- a/extensions/liquibase/liquibase-common/pom.xml +++ b/extensions/liquibase/liquibase-common/pom.xml @@ -1,34 +1,31 @@ - - - quarkus-liquibase-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 - - quarkus-liquibase-common - Quarkus - Liquibase - Common + + 4.0.0 + + io.quarkus + quarkus-liquibase-parent-aggregator 999-SNAPSHOT + ../pom.xml + - - - org.liquibase - liquibase-core - - - org.jboss.logging - jboss-logging - - - org.graalvm.sdk - nativeimage - provided - - + quarkus-liquibase-common + 999-SNAPSHOT + Quarkus - Liquibase - Common + + + org.liquibase + liquibase-core + + + org.jboss.logging + jboss-logging + + + org.graalvm.sdk + nativeimage + provided + + diff --git a/extensions/liquibase/liquibase-mongodb/deployment/pom.xml b/extensions/liquibase/liquibase-mongodb/deployment/pom.xml index 33d685500b95d..7eec34fe7fbe5 100644 --- a/extensions/liquibase/liquibase-mongodb/deployment/pom.xml +++ b/extensions/liquibase/liquibase-mongodb/deployment/pom.xml @@ -1,57 +1,55 @@ - - - quarkus-liquibase-mongodb-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-liquibase-mongodb-parent + 999-SNAPSHOT + - quarkus-liquibase-mongodb-deployment - Quarkus - Liquibase MongoDB - Deployment + quarkus-liquibase-mongodb-deployment + Quarkus - Liquibase MongoDB - Deployment - - - io.quarkus - quarkus-liquibase-mongodb - - - org.liquibase - liquibase-commercial - - - - - io.quarkus - quarkus-mongodb-client-deployment - - - io.quarkus - quarkus-jaxb-deployment - - + + + io.quarkus + quarkus-liquibase-mongodb + + + org.liquibase + liquibase-commercial + + + + + io.quarkus + quarkus-mongodb-client-deployment + + + io.quarkus + quarkus-jaxb-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/liquibase/liquibase-mongodb/pom.xml b/extensions/liquibase/liquibase-mongodb/pom.xml index a7e16fc8f1865..ebc16f46cd255 100644 --- a/extensions/liquibase/liquibase-mongodb/pom.xml +++ b/extensions/liquibase/liquibase-mongodb/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-liquibase-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-liquibase-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-liquibase-mongodb-parent - Quarkus - Liquibase MongoDB - pom + quarkus-liquibase-mongodb-parent + pom + Quarkus - Liquibase MongoDB - - runtime - deployment - + + runtime + deployment + diff --git a/extensions/liquibase/liquibase-mongodb/runtime/pom.xml b/extensions/liquibase/liquibase-mongodb/runtime/pom.xml index 75a6913e02418..d2965da442982 100644 --- a/extensions/liquibase/liquibase-mongodb/runtime/pom.xml +++ b/extensions/liquibase/liquibase-mongodb/runtime/pom.xml @@ -1,94 +1,92 @@ - - - quarkus-liquibase-mongodb-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-liquibase-mongodb-parent + 999-SNAPSHOT + - quarkus-liquibase-mongodb - Quarkus - Liquibase MongoDB - Runtime - Handle your MongoDB schema migrations with Liquibase - - - io.quarkus - quarkus-mongodb-client - - - io.quarkus - quarkus-liquibase-common - - - io.quarkus - quarkus-jaxb - - - org.liquibase - liquibase-core - - - org.osgi - osgi.core - - - org.yaml - snakeyaml - - - org.liquibase.ext - liquibase-mongodb - - - org.liquibase - liquibase-commercial - - - - - org.graalvm.sdk - nativeimage - provided - + quarkus-liquibase-mongodb + Quarkus - Liquibase MongoDB - Runtime + Handle your MongoDB schema migrations with Liquibase + + + io.quarkus + quarkus-mongodb-client + + + io.quarkus + quarkus-liquibase-common + + + io.quarkus + quarkus-jaxb + + + org.liquibase + liquibase-core + + + org.osgi + osgi.core + + + org.yaml + snakeyaml + + + org.liquibase.ext + liquibase-mongodb + + + org.liquibase + liquibase-commercial + + + + + org.graalvm.sdk + nativeimage + provided + - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-junit5-internal + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.liquibase.mongodb - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.liquibase.mongodb + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/liquibase/liquibase/deployment/pom.xml b/extensions/liquibase/liquibase/deployment/pom.xml index bb2a63724a10e..2df51f571b422 100644 --- a/extensions/liquibase/liquibase/deployment/pom.xml +++ b/extensions/liquibase/liquibase/deployment/pom.xml @@ -1,87 +1,85 @@ - - - quarkus-liquibase-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-liquibase-parent + 999-SNAPSHOT + - quarkus-liquibase-deployment - Quarkus - Liquibase - Deployment + quarkus-liquibase-deployment + Quarkus - Liquibase - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-agroal-deployment - - - io.quarkus - quarkus-jaxb-deployment - - - io.quarkus - quarkus-liquibase - - - io.quarkus - quarkus-liquibase-dev - - - io.quarkus - quarkus-vertx-http-dev-ui-spi - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-h2 - test - - - io.quarkus - quarkus-jdbc-h2-deployment - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-agroal-deployment + + + io.quarkus + quarkus-jaxb-deployment + + + io.quarkus + quarkus-liquibase + + + io.quarkus + quarkus-liquibase-dev + + + io.quarkus + quarkus-vertx-http-dev-ui-spi + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-h2 + test + + + io.quarkus + quarkus-jdbc-h2-deployment + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/liquibase/liquibase/pom.xml b/extensions/liquibase/liquibase/pom.xml index 7b35bdeda114b..96b072228e1c7 100644 --- a/extensions/liquibase/liquibase/pom.xml +++ b/extensions/liquibase/liquibase/pom.xml @@ -1,22 +1,20 @@ - + + 4.0.0 - - quarkus-liquibase-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + io.quarkus + quarkus-liquibase-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-liquibase-parent - Quarkus - Liquibase - pom - - runtime - deployment - runtime-dev - + quarkus-liquibase-parent + pom + Quarkus - Liquibase + + runtime + deployment + runtime-dev + diff --git a/extensions/liquibase/liquibase/runtime-dev/pom.xml b/extensions/liquibase/liquibase/runtime-dev/pom.xml index 840caff8f9870..b04302e1c4145 100644 --- a/extensions/liquibase/liquibase/runtime-dev/pom.xml +++ b/extensions/liquibase/liquibase/runtime-dev/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-liquibase-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-liquibase-parent + 999-SNAPSHOT + - quarkus-liquibase-dev - Quarkus - Liquibase - Runtime Dev mode - Handle your database schema migrations with Liquibase - Dev mode only - - - io.quarkus - quarkus-liquibase - - - \ No newline at end of file + quarkus-liquibase-dev + Quarkus - Liquibase - Runtime Dev mode + Handle your database schema migrations with Liquibase - Dev mode only + + + io.quarkus + quarkus-liquibase + + + diff --git a/extensions/liquibase/liquibase/runtime/pom.xml b/extensions/liquibase/liquibase/runtime/pom.xml index 8ce094b7dae5b..c6d3fccefa33c 100644 --- a/extensions/liquibase/liquibase/runtime/pom.xml +++ b/extensions/liquibase/liquibase/runtime/pom.xml @@ -1,109 +1,107 @@ - - - quarkus-liquibase-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-liquibase-parent + 999-SNAPSHOT + - quarkus-liquibase - Quarkus - Liquibase - Runtime - Handle your database schema migrations with Liquibase - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-liquibase-common - - - org.liquibase - liquibase-core - - - org.osgi - osgi.core - - - org.yaml - snakeyaml - - - io.quarkus - quarkus-jaxb - - - io.quarkus - quarkus-agroal - - - io.quarkus - quarkus-datasource-common - - - io.quarkus - quarkus-narayana-jta - - - org.graalvm.sdk - nativeimage - provided - - - io.vertx - vertx-web - true - - - io.quarkus - quarkus-vertx-http - true - + quarkus-liquibase + Quarkus - Liquibase - Runtime + Handle your database schema migrations with Liquibase + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-liquibase-common + + + org.liquibase + liquibase-core + + + org.osgi + osgi.core + + + org.yaml + snakeyaml + + + io.quarkus + quarkus-jaxb + + + io.quarkus + quarkus-agroal + + + io.quarkus + quarkus-datasource-common + + + io.quarkus + quarkus-narayana-jta + + + org.graalvm.sdk + nativeimage + provided + + + io.vertx + vertx-web + true + + + io.quarkus + quarkus-vertx-http + true + - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-junit5-internal + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.liquibase - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.liquibase + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/liquibase/pom.xml b/extensions/liquibase/pom.xml index 2403bfa31df73..899a9adf128ba 100644 --- a/extensions/liquibase/pom.xml +++ b/extensions/liquibase/pom.xml @@ -1,22 +1,20 @@ - - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + - quarkus-liquibase-parent-aggregator - Quarkus - Liquibase - Parent - Aggregator - pom + quarkus-liquibase-parent-aggregator + pom + Quarkus - Liquibase - Parent - Aggregator - - liquibase - liquibase-mongodb - liquibase-common - + + liquibase + liquibase-mongodb + liquibase-common + diff --git a/extensions/load-shedding/deployment/pom.xml b/extensions/load-shedding/deployment/pom.xml index f711856cd346b..9bc210c3c6043 100644 --- a/extensions/load-shedding/deployment/pom.xml +++ b/extensions/load-shedding/deployment/pom.xml @@ -1,71 +1,69 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-load-shedding-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-load-shedding-parent + 999-SNAPSHOT + - quarkus-load-shedding-deployment + quarkus-load-shedding-deployment - Quarkus - Load Shedding - Deployment + Quarkus - Load Shedding - Deployment - - - io.quarkus - quarkus-load-shedding - + + + io.quarkus + quarkus-load-shedding + - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-rest-deployment - test - + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-rest-deployment + test + - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/load-shedding/pom.xml b/extensions/load-shedding/pom.xml index 1116e835d64b1..6e1a3f175e985 100644 --- a/extensions/load-shedding/pom.xml +++ b/extensions/load-shedding/pom.xml @@ -1,24 +1,22 @@ - - 4.0.0 + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-load-shedding-parent - pom + quarkus-load-shedding-parent + pom - Quarkus - Load Shedding + Quarkus - Load Shedding - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/load-shedding/runtime/pom.xml b/extensions/load-shedding/runtime/pom.xml index 1cea8b4c8bfaa..1240a272cfac8 100644 --- a/extensions/load-shedding/runtime/pom.xml +++ b/extensions/load-shedding/runtime/pom.xml @@ -1,50 +1,48 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-load-shedding-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-load-shedding-parent + 999-SNAPSHOT + - quarkus-load-shedding + quarkus-load-shedding - Quarkus - Load Shedding - Runtime - Shed excess load and keep your service available + Quarkus - Load Shedding - Runtime + Shed excess load and keep your service available - - - io.quarkus - quarkus-vertx-http - - + + + io.quarkus + quarkus-vertx-http + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/logging-gelf/deployment/pom.xml b/extensions/logging-gelf/deployment/pom.xml index bd1d55e54aa9d..e4a8ba288e676 100644 --- a/extensions/logging-gelf/deployment/pom.xml +++ b/extensions/logging-gelf/deployment/pom.xml @@ -1,49 +1,47 @@ - - 4.0.0 - - io.quarkus - quarkus-logging-gelf-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-logging-gelf-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-logging-gelf-deployment - Quarkus - Logging - GELF - Deployment + quarkus-logging-gelf-deployment + Quarkus - Logging - GELF - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-logging-gelf - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-logging-gelf + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/logging-gelf/pom.xml b/extensions/logging-gelf/pom.xml index b0eb28347c2a7..b9c7708ecebbf 100644 --- a/extensions/logging-gelf/pom.xml +++ b/extensions/logging-gelf/pom.xml @@ -1,21 +1,19 @@ - - 4.0.0 - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-logging-gelf-parent - Quarkus - Logging - GELF + quarkus-logging-gelf-parent - pom - - deployment - runtime - + pom + Quarkus - Logging - GELF + + deployment + runtime + diff --git a/extensions/logging-gelf/runtime/pom.xml b/extensions/logging-gelf/runtime/pom.xml index 834499b925e3d..36305cc674fe5 100644 --- a/extensions/logging-gelf/runtime/pom.xml +++ b/extensions/logging-gelf/runtime/pom.xml @@ -1,58 +1,56 @@ - - 4.0.0 - - io.quarkus - quarkus-logging-gelf-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-logging-gelf-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-logging-gelf - Quarkus - Logging - GELF - Runtime - Log using the Graylog Extended Log Format and centralize your logs in ELK or EFK + quarkus-logging-gelf + Quarkus - Logging - GELF - Runtime + Log using the Graylog Extended Log Format and centralize your logs in ELK or EFK - - - biz.paluch.logging - logstash-gelf - - - org.graalvm.sdk - nativeimage - provided - - - io.quarkus - quarkus-core - - + + + biz.paluch.logging + logstash-gelf + + + org.graalvm.sdk + nativeimage + provided + + + io.quarkus + quarkus-core + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/logging-json/deployment/pom.xml b/extensions/logging-json/deployment/pom.xml index 2412f617653c1..1f53d00b8a8a6 100644 --- a/extensions/logging-json/deployment/pom.xml +++ b/extensions/logging-json/deployment/pom.xml @@ -1,80 +1,77 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-logging-json-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-logging-json-parent + 999-SNAPSHOT + - quarkus-logging-json-deployment - Quarkus - Logging - JSON - Deployment + quarkus-logging-json-deployment + Quarkus - Logging - JSON - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-jsonp-deployment - - - io.quarkus - quarkus-logging-json - - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-arc-deployment - test - - - io.quarkus - quarkus-jackson-deployment - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-jsonp-deployment + + + io.quarkus + quarkus-logging-json + + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-arc-deployment + test + + + io.quarkus + quarkus-jackson-deployment + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + - diff --git a/extensions/logging-json/pom.xml b/extensions/logging-json/pom.xml index e7214a5aefa2e..d724580c243be 100644 --- a/extensions/logging-json/pom.xml +++ b/extensions/logging-json/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-logging-json-parent - Quarkus - Logging - JSON - pom + quarkus-logging-json-parent + pom + Quarkus - Logging - JSON - - deployment - runtime - + + deployment + runtime + - \ No newline at end of file + diff --git a/extensions/logging-json/runtime/pom.xml b/extensions/logging-json/runtime/pom.xml index 5f6fa67995766..4958431b015a5 100644 --- a/extensions/logging-json/runtime/pom.xml +++ b/extensions/logging-json/runtime/pom.xml @@ -1,68 +1,66 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-logging-json-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-logging-json-parent + 999-SNAPSHOT + - quarkus-logging-json + quarkus-logging-json - Quarkus - Logging - JSON - Runtime - Add JSON formatter for console logging + Quarkus - Logging - JSON - Runtime + Add JSON formatter for console logging - - - io.quarkus - quarkus-core - + + + io.quarkus + quarkus-core + - - io.quarkus - quarkus-jsonp - + + io.quarkus + quarkus-jsonp + - - org.jboss.logmanager - jboss-logmanager - - + + org.jboss.logmanager + jboss-logmanager + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - - org.eclipse.parsson:parsson - jakarta.json:jakarta.json-api - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + org.eclipse.parsson:parsson + jakarta.json:jakarta.json-api + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/mailer/deployment/pom.xml b/extensions/mailer/deployment/pom.xml index 5354e2b6fb068..cec51b67b4e24 100644 --- a/extensions/mailer/deployment/pom.xml +++ b/extensions/mailer/deployment/pom.xml @@ -1,74 +1,72 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-mailer-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-mailer-parent + 999-SNAPSHOT + - quarkus-mailer-deployment + quarkus-mailer-deployment - Quarkus - Mailer - Deployment + Quarkus - Mailer - Deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-tls-registry-deployment - - - io.quarkus - quarkus-qute-deployment - - - io.quarkus - quarkus-mailer - - - io.quarkus - quarkus-mutiny-deployment - + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-tls-registry-deployment + + + io.quarkus + quarkus-qute-deployment + + + io.quarkus + quarkus-mailer + + + io.quarkus + quarkus-mutiny-deployment + - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + - + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/mailer/pom.xml b/extensions/mailer/pom.xml index bd921d386a735..5a7a62813a161 100644 --- a/extensions/mailer/pom.xml +++ b/extensions/mailer/pom.xml @@ -1,25 +1,22 @@ - - 4.0.0 + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-mailer-parent - pom + quarkus-mailer-parent + pom - Quarkus - Mailer - - - deployment - runtime - + Quarkus - Mailer + + deployment + runtime + diff --git a/extensions/mailer/runtime/pom.xml b/extensions/mailer/runtime/pom.xml index cd2a87d365d3d..aecec0cc58286 100644 --- a/extensions/mailer/runtime/pom.xml +++ b/extensions/mailer/runtime/pom.xml @@ -1,104 +1,102 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-mailer-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-mailer-parent + 999-SNAPSHOT + - quarkus-mailer + quarkus-mailer - Quarkus - Mailer - Runtime - Send emails - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-tls-registry - - - io.quarkus - quarkus-qute - - - io.quarkus - quarkus-mutiny - - - io.smallrye.reactive - smallrye-mutiny-vertx-mail-client - - - com.github.davidmoten - subethasmtp - test - - - javax.activation - activation - - - com.google.code.findbugs - jsr305 - - - com.sun.activation - jakarta.activation - - - - - org.eclipse.angus - angus-activation - test - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.smallrye.certs - smallrye-certificate-generator-junit5 - test - - + Quarkus - Mailer - Runtime + Send emails + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-tls-registry + + + io.quarkus + quarkus-qute + + + io.quarkus + quarkus-mutiny + + + io.smallrye.reactive + smallrye-mutiny-vertx-mail-client + + + com.github.davidmoten + subethasmtp + test + + + javax.activation + activation + + + com.google.code.findbugs + jsr305 + + + com.sun.activation + jakarta.activation + + + + + org.eclipse.angus + angus-activation + test + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.smallrye.certs + smallrye-certificate-generator-junit5 + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/micrometer-opentelemetry/deployment/pom.xml b/extensions/micrometer-opentelemetry/deployment/pom.xml index a500f05fa846a..c769429c9930d 100644 --- a/extensions/micrometer-opentelemetry/deployment/pom.xml +++ b/extensions/micrometer-opentelemetry/deployment/pom.xml @@ -1,134 +1,132 @@ - - 4.0.0 - - - io.quarkus - quarkus-micrometer-opentelemetry-parent - 999-SNAPSHOT - ../pom.xml - - - quarkus-micrometer-opentelemetry-deployment - Quarkus - Micrometer to OpenTelemetry Bridge - Deployment - Micrometer registry implemented by the OpenTelemetry SDK - - - - - io.quarkus - quarkus-micrometer-opentelemetry - ${project.version} - - - - io.quarkus - quarkus-micrometer-deployment - - - - io.quarkus - quarkus-opentelemetry-deployment - - - - - io.quarkus - quarkus-junit5-internal - test - - - - io.quarkus - quarkus-junit5 - test - - - - io.rest-assured - rest-assured - test - - - - org.awaitility - awaitility - test - - - - org.assertj - assertj-core - test - - - - io.opentelemetry - opentelemetry-sdk-testing - test - - - - io.smallrye.reactive - smallrye-mutiny-vertx-web-client - test - - - - io.quarkus - quarkus-rest-client-deployment - test - - - - io.quarkus - quarkus-rest-jackson-deployment - test - - - - io.quarkus - quarkus-vertx-http-deployment - test - - - - io.quarkus - quarkus-reactive-routes-deployment - test - - - - - - - maven-surefire-plugin - - - org.jboss.logmanager.LogManager - INFO - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - - \ No newline at end of file + + 4.0.0 + + + io.quarkus + quarkus-micrometer-opentelemetry-parent + 999-SNAPSHOT + ../pom.xml + + + quarkus-micrometer-opentelemetry-deployment + Quarkus - Micrometer to OpenTelemetry Bridge - Deployment + Micrometer registry implemented by the OpenTelemetry SDK + + + + + io.quarkus + quarkus-micrometer-opentelemetry + ${project.version} + + + + io.quarkus + quarkus-micrometer-deployment + + + + io.quarkus + quarkus-opentelemetry-deployment + + + + + io.quarkus + quarkus-junit5-internal + test + + + + io.quarkus + quarkus-junit5 + test + + + + io.rest-assured + rest-assured + test + + + + org.awaitility + awaitility + test + + + + org.assertj + assertj-core + test + + + + io.opentelemetry + opentelemetry-sdk-testing + test + + + + io.smallrye.reactive + smallrye-mutiny-vertx-web-client + test + + + + io.quarkus + quarkus-rest-client-deployment + test + + + + io.quarkus + quarkus-rest-jackson-deployment + test + + + + io.quarkus + quarkus-vertx-http-deployment + test + + + + io.quarkus + quarkus-reactive-routes-deployment + test + + + + + + + maven-surefire-plugin + + + org.jboss.logmanager.LogManager + INFO + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + + diff --git a/extensions/micrometer-opentelemetry/pom.xml b/extensions/micrometer-opentelemetry/pom.xml index 5c5333580541a..778d70f7f69c4 100644 --- a/extensions/micrometer-opentelemetry/pom.xml +++ b/extensions/micrometer-opentelemetry/pom.xml @@ -1,23 +1,21 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-micrometer-opentelemetry-parent - Quarkus - Micrometer to OpenTelemetry Bridge - Parent - pom + quarkus-micrometer-opentelemetry-parent + pom + Quarkus - Micrometer to OpenTelemetry Bridge - Parent - - runtime - deployment - + + runtime + deployment + - \ No newline at end of file + diff --git a/extensions/micrometer-opentelemetry/runtime/pom.xml b/extensions/micrometer-opentelemetry/runtime/pom.xml index 15ae91441b756..ba7ac030ba9da 100644 --- a/extensions/micrometer-opentelemetry/runtime/pom.xml +++ b/extensions/micrometer-opentelemetry/runtime/pom.xml @@ -1,76 +1,74 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-micrometer-opentelemetry-parent - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-micrometer-opentelemetry-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-micrometer-opentelemetry - Quarkus - Micrometer to OpenTelemetry Bridge - Runtime - Micrometer registry implemented by the OpenTelemetry SDK + quarkus-micrometer-opentelemetry + Quarkus - Micrometer to OpenTelemetry Bridge - Runtime + Micrometer registry implemented by the OpenTelemetry SDK - - - io.quarkus - quarkus-core - + + + io.quarkus + quarkus-core + - - io.quarkus - quarkus-arc - + + io.quarkus + quarkus-arc + - - io.quarkus - quarkus-micrometer - + + io.quarkus + quarkus-micrometer + - - io.quarkus - quarkus-opentelemetry - + + io.quarkus + quarkus-opentelemetry + - - io.opentelemetry.instrumentation - opentelemetry-micrometer-1.5 - - - io.micrometer - micrometer-core - - - - + + io.opentelemetry.instrumentation + opentelemetry-micrometer-1.5 + + + io.micrometer + micrometer-core + + + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - - \ No newline at end of file + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + + diff --git a/extensions/micrometer-registry-prometheus/deployment/pom.xml b/extensions/micrometer-registry-prometheus/deployment/pom.xml index 7838ddfabb0de..3fcda4960b814 100644 --- a/extensions/micrometer-registry-prometheus/deployment/pom.xml +++ b/extensions/micrometer-registry-prometheus/deployment/pom.xml @@ -1,65 +1,63 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-micrometer-registry-prometheus-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-micrometer-registry-prometheus-parent + 999-SNAPSHOT + - quarkus-micrometer-registry-prometheus-deployment - Quarkus - Micrometer Registry - Prometheus Deployment + quarkus-micrometer-registry-prometheus-deployment + Quarkus - Micrometer Registry - Prometheus Deployment - - - io.quarkus - quarkus-micrometer-registry-prometheus - ${project.version} - + + + io.quarkus + quarkus-micrometer-registry-prometheus + ${project.version} + - - io.quarkus - quarkus-micrometer-deployment - + + io.quarkus + quarkus-micrometer-deployment + - - io.micrometer - micrometer-registry-prometheus-simpleclient - + + io.micrometer + micrometer-registry-prometheus-simpleclient + - + - - - - maven-surefire-plugin - - - org.jboss.logmanager.LogManager - INFO - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-surefire-plugin + + + org.jboss.logmanager.LogManager + INFO + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/micrometer-registry-prometheus/pom.xml b/extensions/micrometer-registry-prometheus/pom.xml index 0b3263e876931..04b7bd55df82e 100644 --- a/extensions/micrometer-registry-prometheus/pom.xml +++ b/extensions/micrometer-registry-prometheus/pom.xml @@ -1,26 +1,24 @@ - - 4.0.0 + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - - quarkus-micrometer-registry-prometheus-parent - Quarkus - Micrometer Registry - Prometheus - Parent - pom + quarkus-micrometer-registry-prometheus-parent + pom + Quarkus - Micrometer Registry - Prometheus - Parent - - runtime - deployment - + + runtime + deployment + - \ No newline at end of file + diff --git a/extensions/micrometer-registry-prometheus/runtime/pom.xml b/extensions/micrometer-registry-prometheus/runtime/pom.xml index 53329e453e628..ed35d8718686b 100644 --- a/extensions/micrometer-registry-prometheus/runtime/pom.xml +++ b/extensions/micrometer-registry-prometheus/runtime/pom.xml @@ -1,65 +1,63 @@ - - 4.0.0 - - + + 4.0.0 + + + io.quarkus + quarkus-micrometer-registry-prometheus-parent + 999-SNAPSHOT + + + quarkus-micrometer-registry-prometheus + Quarkus - Micrometer Registry - Prometheus Runtime + Enable Prometheus support for Micrometer + + + + io.quarkus + quarkus-core + + + + io.quarkus + quarkus-arc + + + + io.quarkus + quarkus-micrometer + + + + io.micrometer + micrometer-registry-prometheus-simpleclient + + + + + + + io.quarkus - quarkus-micrometer-registry-prometheus-parent - 999-SNAPSHOT - - - quarkus-micrometer-registry-prometheus - Quarkus - Micrometer Registry - Prometheus Runtime - Enable Prometheus support for Micrometer - - - - io.quarkus - quarkus-core - - - - io.quarkus - quarkus-arc - - - - io.quarkus - quarkus-micrometer - - - - io.micrometer - micrometer-registry-prometheus-simpleclient - - - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/micrometer/deployment/pom.xml b/extensions/micrometer/deployment/pom.xml index cf381f90c8470..e648e23702aba 100644 --- a/extensions/micrometer/deployment/pom.xml +++ b/extensions/micrometer/deployment/pom.xml @@ -1,223 +1,221 @@ - - 4.0.0 - - - io.quarkus - quarkus-micrometer-parent - 999-SNAPSHOT - - - quarkus-micrometer-deployment - Quarkus - Micrometer - Deployment - - - - io.quarkus - quarkus-micrometer - - - - io.micrometer - micrometer-core - - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-resteasy-common-spi - - - io.quarkus - quarkus-rest-spi-deployment - - - io.quarkus - quarkus-undertow-spi - - - io.quarkus - quarkus-opentelemetry-deployment - true - - - - io.quarkus - quarkus-jsonp-deployment - - - - - - io.micrometer - micrometer-registry-prometheus-simpleclient - test - - - - io.quarkus - quarkus-redis-client-deployment - test - - - - io.quarkus - quarkus-junit5-internal - test - - - - io.quarkus - quarkus-rest-deployment - test - - - - io.quarkus - quarkus-rest-client-deployment - test - - - - io.quarkus - quarkus-smallrye-stork-deployment - test - - - - io.quarkus - quarkus-rest-jackson-deployment - test - - - io.smallrye.stork - stork-service-discovery-static-list - test - - - io.quarkus - quarkus-undertow-deployment - test - - - - io.quarkus - quarkus-reactive-routes-deployment - test - - - - io.rest-assured - rest-assured - test - - - - org.eclipse.microprofile.metrics - microprofile-metrics-api - test - - - - io.smallrye.reactive - smallrye-mutiny-vertx-web-client - test - - - - io.quarkus.resteasy.reactive - resteasy-reactive-client - test - - - org.assertj - assertj-core - test - - - org.mockito - mockito-core - test - - - - + + 4.0.0 + + + io.quarkus + quarkus-micrometer-parent + 999-SNAPSHOT + + + quarkus-micrometer-deployment + Quarkus - Micrometer - Deployment + + + + io.quarkus + quarkus-micrometer + + + + io.micrometer + micrometer-core + + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-resteasy-common-spi + + + io.quarkus + quarkus-rest-spi-deployment + + + io.quarkus + quarkus-undertow-spi + + + io.quarkus + quarkus-opentelemetry-deployment + true + + + + io.quarkus + quarkus-jsonp-deployment + + + + + + io.micrometer + micrometer-registry-prometheus-simpleclient + test + + + + io.quarkus + quarkus-redis-client-deployment + test + + + + io.quarkus + quarkus-junit5-internal + test + + + + io.quarkus + quarkus-rest-deployment + test + + + + io.quarkus + quarkus-rest-client-deployment + test + + + + io.quarkus + quarkus-smallrye-stork-deployment + test + + + + io.quarkus + quarkus-rest-jackson-deployment + test + + + io.smallrye.stork + stork-service-discovery-static-list + test + + + io.quarkus + quarkus-undertow-deployment + test + + + + io.quarkus + quarkus-reactive-routes-deployment + test + + + + io.rest-assured + rest-assured + test + + + + org.eclipse.microprofile.metrics + microprofile-metrics-api + test + + + + io.smallrye.reactive + smallrye-mutiny-vertx-web-client + test + + + + io.quarkus.resteasy.reactive + resteasy-reactive-client + test + + + org.assertj + assertj-core + test + + + org.mockito + mockito-core + test + + + + + + + maven-surefire-plugin + + + INFO + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + + + + + + podman + + + env.IS_PODMAN + true + + + - - maven-surefire-plugin - - - INFO - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - + + maven-surefire-plugin + + true + + - - - - - - podman - - - env.IS_PODMAN - true - - - - - - maven-surefire-plugin - - true - - - - - - - - Java 21+ - - [21,) - - - - io.micrometer - micrometer-java21 - test - - - - + + + + + Java 21+ + + [21,) + + + + io.micrometer + micrometer-java21 + test + + + + diff --git a/extensions/micrometer/pom.xml b/extensions/micrometer/pom.xml index 79267966c69c8..ef3a6ee325db1 100644 --- a/extensions/micrometer/pom.xml +++ b/extensions/micrometer/pom.xml @@ -14,24 +14,22 @@ See the License for the specific language governing permissions and limitations under the License. --> - - 4.0.0 + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-micrometer-parent - Quarkus - Micrometer - pom + quarkus-micrometer-parent + pom + Quarkus - Micrometer - - runtime - deployment - + + runtime + deployment + diff --git a/extensions/micrometer/runtime/pom.xml b/extensions/micrometer/runtime/pom.xml index 3a11dfd82aaf7..f302b12643f21 100644 --- a/extensions/micrometer/runtime/pom.xml +++ b/extensions/micrometer/runtime/pom.xml @@ -1,184 +1,182 @@ - - 4.0.0 - - + + 4.0.0 + + + io.quarkus + quarkus-micrometer-parent + 999-SNAPSHOT + + + quarkus-micrometer + Quarkus - Micrometer - Runtime + Instrument the runtime and your application with dimensional metrics using Micrometer. + + + + io.quarkus + quarkus-core + + + + io.quarkus + quarkus-arc + + + + io.quarkus + quarkus-vertx-http + + + + + io.quarkus + quarkus-jsonp + + + + io.micrometer + micrometer-core + + + org.jboss.slf4j + slf4j-jboss-logmanager + + + + + + io.micrometer + micrometer-registry-prometheus-simpleclient + true + + + + io.quarkus + quarkus-opentelemetry + true + + + + + + io.quarkus + quarkus-resteasy + true + + + io.quarkus + quarkus-rest + true + + + + io.quarkus + quarkus-resteasy-client + true + + + + io.quarkus + quarkus-undertow + true + + + + org.eclipse.microprofile.metrics + microprofile-metrics-api + true + + + + io.smallrye.reactive + smallrye-reactive-messaging-api + true + + + + org.apache.kafka + kafka-clients + true + + + org.apache.kafka + kafka-streams + true + + + + io.quarkus + quarkus-grpc + true + + + + io.quarkus + quarkus-redis-client + true + + + + io.quarkus + quarkus-smallrye-stork + true + + + + io.quarkus.resteasy.reactive + resteasy-reactive-client + true + + + + + + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.jupiter + junit-jupiter-engine + test + + + org.mockito + mockito-core + test + + + + + + + io.quarkus - quarkus-micrometer-parent - 999-SNAPSHOT - - - quarkus-micrometer - Quarkus - Micrometer - Runtime - Instrument the runtime and your application with dimensional metrics using Micrometer. - - - - io.quarkus - quarkus-core - - - - io.quarkus - quarkus-arc - - - - io.quarkus - quarkus-vertx-http - - - - - io.quarkus - quarkus-jsonp - - - - io.micrometer - micrometer-core - - - org.jboss.slf4j - slf4j-jboss-logmanager - - - - - - io.micrometer - micrometer-registry-prometheus-simpleclient - true - - - - io.quarkus - quarkus-opentelemetry - true - - - - - - io.quarkus - quarkus-resteasy - true - - - io.quarkus - quarkus-rest - true - - - - io.quarkus - quarkus-resteasy-client - true - - - - io.quarkus - quarkus-undertow - true - - - - org.eclipse.microprofile.metrics - microprofile-metrics-api - true - - - - io.smallrye.reactive - smallrye-reactive-messaging-api - true - - - - org.apache.kafka - kafka-clients - true - - - org.apache.kafka - kafka-streams - true - - - - io.quarkus - quarkus-grpc - true - - - - io.quarkus - quarkus-redis-client - true - - - - io.quarkus - quarkus-smallrye-stork - true - - - - io.quarkus.resteasy.reactive - resteasy-reactive-client - true - - - - - - org.junit.jupiter - junit-jupiter-api - test - - - org.junit.jupiter - junit-jupiter-engine - test - - - org.mockito - mockito-core - test - - - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.metrics - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-extension-maven-plugin + + + io.quarkus.metrics + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/mongodb-client/deployment/pom.xml b/extensions/mongodb-client/deployment/pom.xml index 2e1330c5b210e..979dd9cc78db6 100644 --- a/extensions/mongodb-client/deployment/pom.xml +++ b/extensions/mongodb-client/deployment/pom.xml @@ -1,152 +1,150 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-mongodb-client-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-mongodb-client-parent + 999-SNAPSHOT + - quarkus-mongodb-client-deployment - Quarkus - MongoDB Client - Deployment + quarkus-mongodb-client-deployment + Quarkus - MongoDB Client - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-mutiny-reactive-streams-operators-deployment - - - io.quarkus - quarkus-smallrye-health-spi - - - io.quarkus - quarkus-mongodb-client - - - io.quarkus - quarkus-tls-registry-deployment - - - io.quarkus - quarkus-opentelemetry-deployment - true - - - org.testcontainers - mongodb - - - junit - junit - - - org.jetbrains - annotations - - - - - io.quarkus - quarkus-devservices-deployment - - - io.quarkus - quarkus-kubernetes-service-binding-spi - - - io.quarkus - quarkus-micrometer-deployment - true - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - test - - - io.quarkus - quarkus-smallrye-health-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.smallrye.certs - smallrye-certificate-generator-junit5 - test - - - de.flapdoodle.embed - de.flapdoodle.embed.mongo - test - - - org.awaitility - awaitility - test - - - org.mockito - mockito-core - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-resteasy-deployment - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-mutiny-reactive-streams-operators-deployment + + + io.quarkus + quarkus-smallrye-health-spi + + + io.quarkus + quarkus-mongodb-client + + + io.quarkus + quarkus-tls-registry-deployment + + + io.quarkus + quarkus-opentelemetry-deployment + true + + + org.testcontainers + mongodb + + + junit + junit + + + org.jetbrains + annotations + + + + + io.quarkus + quarkus-devservices-deployment + + + io.quarkus + quarkus-kubernetes-service-binding-spi + + + io.quarkus + quarkus-micrometer-deployment + true + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + test + + + io.quarkus + quarkus-smallrye-health-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.smallrye.certs + smallrye-certificate-generator-junit5 + test + + + de.flapdoodle.embed + de.flapdoodle.embed.mongo + test + + + org.awaitility + awaitility + test + + + org.mockito + mockito-core + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-resteasy-deployment + test + + - - - - src/main/resources - true - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + true + src/main/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/mongodb-client/pom.xml b/extensions/mongodb-client/pom.xml index a3a4a96136345..76f8cec36d683 100644 --- a/extensions/mongodb-client/pom.xml +++ b/extensions/mongodb-client/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-mongodb-client-parent - Quarkus - MongoDB Client - pom + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-mongodb-client-parent + pom + Quarkus - MongoDB Client - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/mongodb-client/runtime/pom.xml b/extensions/mongodb-client/runtime/pom.xml index af44d9db8b5f2..7124f20cdeee6 100644 --- a/extensions/mongodb-client/runtime/pom.xml +++ b/extensions/mongodb-client/runtime/pom.xml @@ -1,169 +1,167 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-mongodb-client-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-mongodb-client-parent + 999-SNAPSHOT + - quarkus-mongodb-client - Quarkus - MongoDB Client - Runtime - Connect to MongoDB in either imperative or reactive style + quarkus-mongodb-client + Quarkus - MongoDB Client - Runtime + Connect to MongoDB in either imperative or reactive style - + - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-mutiny - - - io.quarkus - quarkus-tls-registry - - - io.smallrye.reactive - mutiny-zero-flow-adapters - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-mutiny-reactive-streams-operators - - - io.quarkus - quarkus-opentelemetry - true - - - org.mongodb - mongodb-driver-sync - - - org.mongodb - mongodb-driver-reactivestreams - - - org.mongodb - mongodb-crypt - - - io.quarkus - quarkus-kubernetes-service-binding - true - + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-mutiny + + + io.quarkus + quarkus-tls-registry + + + io.smallrye.reactive + mutiny-zero-flow-adapters + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-mutiny-reactive-streams-operators + + + io.quarkus + quarkus-opentelemetry + true + + + org.mongodb + mongodb-driver-sync + + + org.mongodb + mongodb-driver-reactivestreams + + + org.mongodb + mongodb-crypt + + + io.quarkus + quarkus-kubernetes-service-binding + true + - - - io.quarkus - quarkus-smallrye-health - true - + + + io.quarkus + quarkus-smallrye-health + true + - - io.quarkus - quarkus-smallrye-metrics - true - - - io.micrometer - micrometer-core - true - + + io.quarkus + quarkus-smallrye-metrics + true + + + io.micrometer + micrometer-core + true + - - org.graalvm.sdk - nativeimage - provided - + + org.graalvm.sdk + nativeimage + provided + - - io.quarkus - quarkus-arc-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - de.flapdoodle.embed - de.flapdoodle.embed.mongo - test - - - org.awaitility - awaitility - test - + + io.quarkus + quarkus-arc-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + de.flapdoodle.embed + de.flapdoodle.embed.mongo + test + + + org.awaitility + awaitility + test + - - org.mockito - mockito-core - test - - - org.mockito - mockito-junit-jupiter - test - + + org.mockito + mockito-core + test + + + org.mockito + mockito-junit-jupiter + test + - - - io.quarkus - quarkus-resteasy - test - - + + io.quarkus + quarkus-resteasy + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.mongodb-client - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.mongodb-client + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/mutiny/deployment/pom.xml b/extensions/mutiny/deployment/pom.xml index f7b1e6bc665f7..d4ced4b70728f 100644 --- a/extensions/mutiny/deployment/pom.xml +++ b/extensions/mutiny/deployment/pom.xml @@ -1,62 +1,60 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-mutiny-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-mutiny-parent + 999-SNAPSHOT + - quarkus-mutiny-deployment - Quarkus - Mutiny - Deployment + quarkus-mutiny-deployment + Quarkus - Mutiny - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-smallrye-context-propagation-deployment - - - io.quarkus - quarkus-mutiny - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-smallrye-context-propagation-deployment + + + io.quarkus + quarkus-mutiny + + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + - \ No newline at end of file + diff --git a/extensions/mutiny/pom.xml b/extensions/mutiny/pom.xml index c90334777f7e2..825b729c6fdab 100644 --- a/extensions/mutiny/pom.xml +++ b/extensions/mutiny/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-mutiny-parent - Quarkus - Mutiny - pom + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-mutiny-parent + pom + Quarkus - Mutiny - - deployment - runtime - - \ No newline at end of file + + deployment + runtime + + diff --git a/extensions/mutiny/runtime/pom.xml b/extensions/mutiny/runtime/pom.xml index d371c3be102ee..53409ad6865c9 100644 --- a/extensions/mutiny/runtime/pom.xml +++ b/extensions/mutiny/runtime/pom.xml @@ -1,84 +1,81 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-mutiny-parent - 999-SNAPSHOT - - - quarkus-mutiny - Quarkus - Mutiny - Runtime - Write reactive applications with the modern Reactive Programming library Mutiny - + + io.quarkus + quarkus-mutiny-parent + 999-SNAPSHOT + - - io.quarkus - quarkus-core - - - io.smallrye.reactive - mutiny - - - io.quarkus - quarkus-smallrye-context-propagation - - - io.smallrye.reactive - mutiny-smallrye-context-propagation - - - org.graalvm.sdk - nativeimage - provided - + quarkus-mutiny + Quarkus - Mutiny - Runtime + Write reactive applications with the modern Reactive Programming library Mutiny + - - io.quarkus - quarkus-junit5-internal - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - + + io.quarkus + quarkus-core + + + io.smallrye.reactive + mutiny + + + io.quarkus + quarkus-smallrye-context-propagation + + + io.smallrye.reactive + mutiny-smallrye-context-propagation + + + org.graalvm.sdk + nativeimage + provided + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + io.quarkus + quarkus-junit5-internal + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + - \ No newline at end of file + diff --git a/extensions/narayana-jta/deployment/pom.xml b/extensions/narayana-jta/deployment/pom.xml index 9cb051259de8a..7305a0d70c430 100644 --- a/extensions/narayana-jta/deployment/pom.xml +++ b/extensions/narayana-jta/deployment/pom.xml @@ -1,65 +1,63 @@ - - - quarkus-narayana-jta-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-narayana-jta-parent + 999-SNAPSHOT + - quarkus-narayana-jta-deployment - Quarkus - Narayana JTA - Deployment + quarkus-narayana-jta-deployment + Quarkus - Narayana JTA - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-mutiny-deployment - - - io.quarkus - quarkus-narayana-jta - - - io.quarkus - quarkus-agroal-spi - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-mutiny-deployment + + + io.quarkus + quarkus-narayana-jta + + + io.quarkus + quarkus-agroal-spi + + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/narayana-jta/pom.xml b/extensions/narayana-jta/pom.xml index 1391a5a3ebd55..b802db0b32b91 100644 --- a/extensions/narayana-jta/pom.xml +++ b/extensions/narayana-jta/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-narayana-jta-parent - Quarkus - Narayana JTA - pom - - deployment - runtime - + quarkus-narayana-jta-parent + pom + Quarkus - Narayana JTA + + deployment + runtime + diff --git a/extensions/narayana-jta/runtime/pom.xml b/extensions/narayana-jta/runtime/pom.xml index 56552a061022d..15d1abe440ebb 100644 --- a/extensions/narayana-jta/runtime/pom.xml +++ b/extensions/narayana-jta/runtime/pom.xml @@ -1,140 +1,138 @@ - - - quarkus-narayana-jta-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-narayana-jta-parent + 999-SNAPSHOT + - quarkus-narayana-jta - Quarkus - Narayana JTA - Runtime - JTA transaction support - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-transaction-annotations - - - io.quarkus - quarkus-mutiny - - - io.quarkus - quarkus-datasource-common - - - io.smallrye - smallrye-context-propagation-jta - - - javax.transaction - javax.transaction-api - - - - - jakarta.transaction - jakarta.transaction-api - - - io.smallrye.reactive - smallrye-reactive-converter-api - - - io.smallrye.reactive - smallrye-reactive-converter-mutiny - - - io.smallrye.reactive - mutiny-zero-flow-adapters - - - org.graalvm.sdk - nativeimage - provided - - - org.jboss.narayana.jta - narayana-jta - - - - jakarta.enterprise - jakarta.enterprise.lang-model - - - jakarta.ejb - jakarta.ejb-api - - - - - org.jboss.narayana.jts - narayana-jts-integration - - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-junit5 - test - - + quarkus-narayana-jta + Quarkus - Narayana JTA - Runtime + JTA transaction support + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-transaction-annotations + + + io.quarkus + quarkus-mutiny + + + io.quarkus + quarkus-datasource-common + + + io.smallrye + smallrye-context-propagation-jta + + + javax.transaction + javax.transaction-api + + + + + jakarta.transaction + jakarta.transaction-api + + + io.smallrye.reactive + smallrye-reactive-converter-api + + + io.smallrye.reactive + smallrye-reactive-converter-mutiny + + + io.smallrye.reactive + mutiny-zero-flow-adapters + + + org.graalvm.sdk + nativeimage + provided + + + org.jboss.narayana.jta + narayana-jta + + + + jakarta.enterprise + jakarta.enterprise.lang-model + + + jakarta.ejb + jakarta.ejb-api + + + + + org.jboss.narayana.jts + narayana-jts-integration + + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-junit5 + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.transactions - - - - org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec - org.jboss.spec.javax.transaction:jboss-transaction-api_1.3_spec - javax.transaction:jta - javax.transaction:javax.transaction-api - org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec - org.apache.geronimo.specs:geronimo-jta_1.1_spec - org.apache.geronimo.specs:geronimo-jta_1.2_spec - org.glassfish.main.transaction:javax.transaction - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.transactions + + + + org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec + org.jboss.spec.javax.transaction:jboss-transaction-api_1.3_spec + javax.transaction:jta + javax.transaction:javax.transaction-api + org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec + org.apache.geronimo.specs:geronimo-jta_1.1_spec + org.apache.geronimo.specs:geronimo-jta_1.2_spec + org.glassfish.main.transaction:javax.transaction + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/narayana-lra/deployment/pom.xml b/extensions/narayana-lra/deployment/pom.xml index 61e90ac03ed26..98a784e9a85fb 100644 --- a/extensions/narayana-lra/deployment/pom.xml +++ b/extensions/narayana-lra/deployment/pom.xml @@ -1,76 +1,74 @@ - - - quarkus-narayana-lra-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-narayana-lra-parent + 999-SNAPSHOT + - quarkus-narayana-lra-deployment - Quarkus - Narayana MicroProfile LRA Participant - Deployment + quarkus-narayana-lra-deployment + Quarkus - Narayana MicroProfile LRA Participant - Deployment - - - io.quarkus - quarkus-narayana-lra - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-smallrye-openapi-spi - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-rest-jackson-deployment - test - - - io.quarkus - quarkus-rest-client-deployment - test - - - io.quarkus - quarkus-smallrye-openapi-deployment - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-narayana-lra + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-smallrye-openapi-spi + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-rest-jackson-deployment + test + + + io.quarkus + quarkus-rest-client-deployment + test + + + io.quarkus + quarkus-smallrye-openapi-deployment + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/narayana-lra/pom.xml b/extensions/narayana-lra/pom.xml index a78d783ee03db..f74180dfa8527 100644 --- a/extensions/narayana-lra/pom.xml +++ b/extensions/narayana-lra/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-narayana-lra-parent - Quarkus - Narayana MicroProfile LRA Participant - pom - - deployment - runtime - + quarkus-narayana-lra-parent + pom + Quarkus - Narayana MicroProfile LRA Participant + + deployment + runtime + diff --git a/extensions/narayana-lra/runtime/pom.xml b/extensions/narayana-lra/runtime/pom.xml index 71cd38a0e1bb0..b76b5613b6612 100644 --- a/extensions/narayana-lra/runtime/pom.xml +++ b/extensions/narayana-lra/runtime/pom.xml @@ -1,101 +1,99 @@ - - - quarkus-narayana-lra-parent - io.quarkus - 999-SNAPSHOT - .. - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-narayana-lra-parent + 999-SNAPSHOT + .. + - quarkus-narayana-lra - Quarkus - Narayana MicroProfile LRA Participant - Runtime - Coordinate Long Running Actions (LRA) + quarkus-narayana-lra + Quarkus - Narayana MicroProfile LRA Participant - Runtime + Coordinate Long Running Actions (LRA) - - - io.quarkus - quarkus-arc - - - org.jboss.narayana.lra - narayana-lra - - - org.jboss.narayana.lra - lra-service-base - - - org.jboss.spec.javax.ws.rs - jboss-jaxrs-api_3.0_spec - - - - - org.jboss.narayana.lra - lra-proxy-api - - - org.jboss.resteasy - resteasy-client - - - - - org.jboss.narayana.lra - lra-client - - - jakarta.ws.rs - jakarta.ws.rs-api - - - org.eclipse.microprofile.lra - microprofile-lra-api - - - org.eclipse.angus - angus-activation - - + + + io.quarkus + quarkus-arc + + + org.jboss.narayana.lra + narayana-lra + + + org.jboss.narayana.lra + lra-service-base + + + org.jboss.spec.javax.ws.rs + jboss-jaxrs-api_3.0_spec + + + + + org.jboss.narayana.lra + lra-proxy-api + + + org.jboss.resteasy + resteasy-client + + + + + org.jboss.narayana.lra + lra-client + + + jakarta.ws.rs + jakarta.ws.rs-api + + + org.eclipse.microprofile.lra + microprofile-lra-api + + + org.eclipse.angus + angus-activation + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - - org.jboss.narayana.lra:narayana-lra - META-INF/services/jakarta.ws.rs.client.ClientBuilder - - - org.jboss.narayana.lra:lra-client - META-INF/services/jakarta.ws.rs.client.ClientBuilder - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + org.jboss.narayana.lra:narayana-lra + META-INF/services/jakarta.ws.rs.client.ClientBuilder + + + org.jboss.narayana.lra:lra-client + META-INF/services/jakarta.ws.rs.client.ClientBuilder + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/narayana-stm/deployment/pom.xml b/extensions/narayana-stm/deployment/pom.xml index f89de1e3b1cbb..678fe194f5367 100644 --- a/extensions/narayana-stm/deployment/pom.xml +++ b/extensions/narayana-stm/deployment/pom.xml @@ -1,48 +1,46 @@ - - - quarkus-narayana-stm-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-narayana-stm-parent + 999-SNAPSHOT + - quarkus-narayana-stm-deployment - Quarkus - Narayana STM - Deployment + quarkus-narayana-stm-deployment + Quarkus - Narayana STM - Deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-narayana-stm - - + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-narayana-stm + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/narayana-stm/pom.xml b/extensions/narayana-stm/pom.xml index 83d7fa89bae84..587e301559f6c 100644 --- a/extensions/narayana-stm/pom.xml +++ b/extensions/narayana-stm/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-narayana-stm-parent - Quarkus - Narayana STM - pom - - deployment - runtime - + quarkus-narayana-stm-parent + pom + Quarkus - Narayana STM + + deployment + runtime + diff --git a/extensions/narayana-stm/runtime/pom.xml b/extensions/narayana-stm/runtime/pom.xml index 53063b07699c1..7df872c525121 100644 --- a/extensions/narayana-stm/runtime/pom.xml +++ b/extensions/narayana-stm/runtime/pom.xml @@ -1,56 +1,54 @@ - - - quarkus-narayana-stm-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-narayana-stm-parent + 999-SNAPSHOT + - quarkus-narayana-stm - Quarkus - Narayana STM - Runtime - Offer Software Transactional Memory (stm) support - - - org.jboss.narayana.stm - stm - - - io.quarkus - quarkus-arc - - - org.graalvm.sdk - nativeimage - provided - - + quarkus-narayana-stm + Quarkus - Narayana STM - Runtime + Offer Software Transactional Memory (stm) support + + + org.jboss.narayana.stm + stm + + + io.quarkus + quarkus-arc + + + org.graalvm.sdk + nativeimage + provided + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/netty/deployment/pom.xml b/extensions/netty/deployment/pom.xml index 367d575a6684a..f2865c37efb44 100644 --- a/extensions/netty/deployment/pom.xml +++ b/extensions/netty/deployment/pom.xml @@ -1,51 +1,49 @@ - - - quarkus-netty-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-netty-parent + 999-SNAPSHOT + - quarkus-netty-deployment - Quarkus - Netty - Deployment + quarkus-netty-deployment + Quarkus - Netty - Deployment - - - io.quarkus - quarkus-netty - - - io.quarkus - quarkus-arc-deployment - - - io.vertx - vertx-web - - + + + io.quarkus + quarkus-netty + + + io.quarkus + quarkus-arc-deployment + + + io.vertx + vertx-web + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/netty/pom.xml b/extensions/netty/pom.xml index d91ab1ed7b886..37022d06dc9ce 100644 --- a/extensions/netty/pom.xml +++ b/extensions/netty/pom.xml @@ -1,22 +1,20 @@ - + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-netty-parent - Quarkus - Netty - pom - - deployment - runtime - + quarkus-netty-parent + pom + Quarkus - Netty + + deployment + runtime + diff --git a/extensions/netty/runtime/pom.xml b/extensions/netty/runtime/pom.xml index 47420416d286b..3b92469dfc186 100644 --- a/extensions/netty/runtime/pom.xml +++ b/extensions/netty/runtime/pom.xml @@ -1,92 +1,90 @@ - - - quarkus-netty-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-netty-parent + 999-SNAPSHOT + - quarkus-netty - Quarkus - Netty - Runtime - Netty is a non-blocking I/O client-server framework. Used by Quarkus as foundation layer. - - - - io.netty - netty-codec - - - io.netty - netty-codec-http - - - io.netty - netty-codec-http2 - - - io.quarkus - quarkus-arc - - - io.netty - netty-handler - - - jakarta.enterprise - jakarta.enterprise.cdi-api - + + io.netty + netty-codec + + + io.netty + netty-codec-http + + + io.netty + netty-codec-http2 + + + io.quarkus + quarkus-arc + + + io.netty + netty-handler + + + jakarta.enterprise + jakarta.enterprise.cdi-api + - - org.graalvm.sdk - nativeimage - provided - + + org.graalvm.sdk + nativeimage + provided + - - io.netty - netty-transport-native-epoll - linux-x86_64 - true - - - io.netty - netty-transport-native-kqueue - osx-x86_64 - true - - + + io.netty + netty-transport-native-epoll + linux-x86_64 + true + + + io.netty + netty-transport-native-kqueue + osx-x86_64 + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/observability-devservices/common/pom.xml b/extensions/observability-devservices/common/pom.xml index 59c8d83da4901..4ff81128f0030 100644 --- a/extensions/observability-devservices/common/pom.xml +++ b/extensions/observability-devservices/common/pom.xml @@ -1,50 +1,48 @@ - - 4.0.0 - - quarkus-observability-devservices-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-observability-devservices-parent + 999-SNAPSHOT + - quarkus-observability-devservices-common - Quarkus - Observability Dev Services - Common + quarkus-observability-devservices-common + Quarkus - Observability Dev Services - Common - - - io.quarkus - quarkus-core - provided - - - io.smallrye.config - smallrye-config-core - provided - - + + + io.quarkus + quarkus-core + provided + + + io.smallrye.config + smallrye-config-core + provided + + - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/observability-devservices/deployment/pom.xml b/extensions/observability-devservices/deployment/pom.xml index 676c66b9da321..219b4b4b9fd89 100644 --- a/extensions/observability-devservices/deployment/pom.xml +++ b/extensions/observability-devservices/deployment/pom.xml @@ -1,95 +1,93 @@ - - 4.0.0 - - quarkus-observability-devservices-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-observability-devservices-parent + 999-SNAPSHOT + - quarkus-observability-devservices-deployment - Quarkus - Observability Dev Services - Deployment + quarkus-observability-devservices-deployment + Quarkus - Observability Dev Services - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-devservices-deployment - - - io.quarkus - quarkus-kubernetes-spi - - - io.quarkus - quarkus-observability-devservices - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-vertx-http-dev-ui-spi - true - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-devservices-deployment + + + io.quarkus + quarkus-kubernetes-spi + + + io.quarkus + quarkus-observability-devservices + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-vertx-http-dev-ui-spi + true + - - io.quarkus - quarkus-junit5-internal - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.junit.jupiter - junit-jupiter-engine - test - - - org.assertj - assertj-core - test - - - org.awaitility - awaitility - test - - - io.rest-assured - rest-assured - test - - + + io.quarkus + quarkus-junit5-internal + test + + + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.jupiter + junit-jupiter-engine + test + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/observability-devservices/pom.xml b/extensions/observability-devservices/pom.xml index c4e2140af2d71..6fe69cc09cfdd 100644 --- a/extensions/observability-devservices/pom.xml +++ b/extensions/observability-devservices/pom.xml @@ -1,57 +1,54 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-observability-devservices-parent - Quarkus - Observability Dev Services - Parent - pom - - common - testcontainers - testlibs - deployment - runtime - - sink/lgtm - + quarkus-observability-devservices-parent + pom + Quarkus - Observability Dev Services - Parent + + common + testcontainers + testlibs + deployment + runtime + + sink/lgtm + - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce - ${maven-enforcer-plugin.phase} - - - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - classpath:enforcer-rules/quarkus-banned-dependencies-okhttp.xml - - - - - - - - - \ No newline at end of file + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce + ${maven-enforcer-plugin.phase} + + + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + classpath:enforcer-rules/quarkus-banned-dependencies-okhttp.xml + + + + + + + + + diff --git a/extensions/observability-devservices/runtime/pom.xml b/extensions/observability-devservices/runtime/pom.xml index 4d6e62ca246cb..14411dad17c4d 100644 --- a/extensions/observability-devservices/runtime/pom.xml +++ b/extensions/observability-devservices/runtime/pom.xml @@ -1,98 +1,96 @@ - - 4.0.0 - - quarkus-observability-devservices-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-observability-devservices-parent + 999-SNAPSHOT + - quarkus-observability-devservices - Quarkus - Observability Dev Services - Serve and consume Observability Dev Services - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-vertx-http - + quarkus-observability-devservices + Quarkus - Observability Dev Services + Serve and consume Observability Dev Services + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-vertx-http + - - io.quarkus - quarkus-observability-devservices-common - - - io.quarkus - quarkus-observability-devresource-common - + + io.quarkus + quarkus-observability-devservices-common + + + io.quarkus + quarkus-observability-devresource-common + - - - io.quarkus - quarkus-junit5-internal - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - org.mockito - mockito-core - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + org.mockito + mockito-core + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - generate-extension-descriptor - - extension-descriptor - - process-resources - - ${project.groupId}:${project.artifactId}-deployment:${project.version} - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + generate-extension-descriptor + + extension-descriptor + + process-resources + + ${project.groupId}:${project.artifactId}-deployment:${project.version} + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/observability-devservices/sink/lgtm/pom.xml b/extensions/observability-devservices/sink/lgtm/pom.xml index 467432630e33d..e6a9fe682a3b5 100644 --- a/extensions/observability-devservices/sink/lgtm/pom.xml +++ b/extensions/observability-devservices/sink/lgtm/pom.xml @@ -1,26 +1,24 @@ - - 4.0.0 - - quarkus-observability-devservices-parent - io.quarkus - 999-SNAPSHOT - ../../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-observability-devservices-parent + 999-SNAPSHOT + ../../pom.xml + - quarkus-observability-devservices-lgtm - Quarkus - Observability Dev Services - LGTM + quarkus-observability-devservices-lgtm + Quarkus - Observability Dev Services - LGTM - - - io.quarkus - quarkus-observability-devservices - - - io.quarkus - quarkus-observability-devresource-lgtm - - + + + io.quarkus + quarkus-observability-devservices + + + io.quarkus + quarkus-observability-devresource-lgtm + + diff --git a/extensions/observability-devservices/testcontainers/pom.xml b/extensions/observability-devservices/testcontainers/pom.xml index cb61bca191604..2daa88b38ad5e 100644 --- a/extensions/observability-devservices/testcontainers/pom.xml +++ b/extensions/observability-devservices/testcontainers/pom.xml @@ -1,49 +1,47 @@ - - 4.0.0 - - quarkus-observability-devservices-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-observability-devservices-parent + 999-SNAPSHOT + - quarkus-observability-testcontainers - Quarkus - Observability Dev Services - Testcontainers + quarkus-observability-testcontainers + Quarkus - Observability Dev Services - Testcontainers - - - io.quarkus - quarkus-devtools-utilities - - - io.quarkus - quarkus-devservices-common - - - io.quarkus - quarkus-observability-devservices-common - - - org.testcontainers - testcontainers - - - junit - junit - - - - - io.quarkus - quarkus-junit4-mock - - - org.junit.jupiter - junit-jupiter-api - test - - + + + io.quarkus + quarkus-devtools-utilities + + + io.quarkus + quarkus-devservices-common + + + io.quarkus + quarkus-observability-devservices-common + + + org.testcontainers + testcontainers + + + junit + junit + + + + + io.quarkus + quarkus-junit4-mock + + + org.junit.jupiter + junit-jupiter-api + test + + - \ No newline at end of file + diff --git a/extensions/observability-devservices/testlibs/devresource-common/pom.xml b/extensions/observability-devservices/testlibs/devresource-common/pom.xml index 3185155b20277..da3510b16a4a4 100644 --- a/extensions/observability-devservices/testlibs/devresource-common/pom.xml +++ b/extensions/observability-devservices/testlibs/devresource-common/pom.xml @@ -1,39 +1,37 @@ - - 4.0.0 - - quarkus-observability-testlibs - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-observability-testlibs + 999-SNAPSHOT + - quarkus-observability-devresource-common - Quarkus - Observability Dev Services - Dev Resource Common + quarkus-observability-devresource-common + Quarkus - Observability Dev Services - Dev Resource Common - - - org.eclipse.microprofile.config - microprofile-config-api - - - org.jboss.logging - jboss-logging - - - io.quarkus - quarkus-observability-devservices-common - - - io.quarkus - quarkus-test-common - - - io.quarkus - quarkus-core-deployment - - - - - \ No newline at end of file + + + org.eclipse.microprofile.config + microprofile-config-api + + + org.jboss.logging + jboss-logging + + + io.quarkus + quarkus-observability-devservices-common + + + io.quarkus + quarkus-test-common + + + io.quarkus + quarkus-core-deployment + + + + + diff --git a/extensions/observability-devservices/testlibs/devresource-lgtm/pom.xml b/extensions/observability-devservices/testlibs/devresource-lgtm/pom.xml index 9a89f891abe9b..587328d8b61ae 100644 --- a/extensions/observability-devservices/testlibs/devresource-lgtm/pom.xml +++ b/extensions/observability-devservices/testlibs/devresource-lgtm/pom.xml @@ -1,26 +1,24 @@ - - 4.0.0 - - quarkus-observability-testlibs - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-observability-testlibs + 999-SNAPSHOT + - quarkus-observability-devresource-lgtm - Quarkus - Observability Dev Services - OTel LGTM Dev Resource + quarkus-observability-devresource-lgtm + Quarkus - Observability Dev Services - OTel LGTM Dev Resource - - - io.quarkus - quarkus-observability-devresource-testcontainers - - - io.quarkus - quarkus-observability-testcontainers - - + + + io.quarkus + quarkus-observability-devresource-testcontainers + + + io.quarkus + quarkus-observability-testcontainers + + - \ No newline at end of file + diff --git a/extensions/observability-devservices/testlibs/devresource-testcontainers/pom.xml b/extensions/observability-devservices/testlibs/devresource-testcontainers/pom.xml index 1f943c5afaeeb..333a0d817b121 100644 --- a/extensions/observability-devservices/testlibs/devresource-testcontainers/pom.xml +++ b/extensions/observability-devservices/testlibs/devresource-testcontainers/pom.xml @@ -1,39 +1,37 @@ - - 4.0.0 - - quarkus-observability-testlibs - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-observability-testlibs + 999-SNAPSHOT + - quarkus-observability-devresource-testcontainers - Quarkus - Observability Dev Services - Dev Resource Testcontainers + quarkus-observability-devresource-testcontainers + Quarkus - Observability Dev Services - Dev Resource Testcontainers - - - io.quarkus - quarkus-devservices-common - - - io.quarkus - quarkus-observability-devresource-common - - - org.testcontainers - testcontainers - - - junit - junit - - - - - io.quarkus - quarkus-junit4-mock - - - \ No newline at end of file + + + io.quarkus + quarkus-devservices-common + + + io.quarkus + quarkus-observability-devresource-common + + + org.testcontainers + testcontainers + + + junit + junit + + + + + io.quarkus + quarkus-junit4-mock + + + diff --git a/extensions/observability-devservices/testlibs/pom.xml b/extensions/observability-devservices/testlibs/pom.xml index a7c4b4df2445e..5c67d59acbad2 100644 --- a/extensions/observability-devservices/testlibs/pom.xml +++ b/extensions/observability-devservices/testlibs/pom.xml @@ -1,22 +1,20 @@ - - 4.0.0 - - quarkus-observability-devservices-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-observability-devservices-parent + 999-SNAPSHOT + - quarkus-observability-testlibs - pom - Quarkus - Observability Dev Services - Test Libraries + quarkus-observability-testlibs + pom + Quarkus - Observability Dev Services - Test Libraries - - devresource-common - devresource-testcontainers - devresource-lgtm - + + devresource-common + devresource-testcontainers + devresource-lgtm + - \ No newline at end of file + diff --git a/extensions/oidc-client-filter/deployment/pom.xml b/extensions/oidc-client-filter/deployment/pom.xml index da942a2f90c09..cf4708ba75408 100644 --- a/extensions/oidc-client-filter/deployment/pom.xml +++ b/extensions/oidc-client-filter/deployment/pom.xml @@ -1,124 +1,122 @@ - - - quarkus-resteasy-client-oidc-filter-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-client-oidc-filter-parent + 999-SNAPSHOT + - quarkus-resteasy-client-oidc-filter-deployment - Quarkus - RESTEasy Client - OpenID Connect Filter - Deployment + quarkus-resteasy-client-oidc-filter-deployment + Quarkus - RESTEasy Client - OpenID Connect Filter - Deployment - - - io.quarkus - quarkus-resteasy-client-oidc-filter - - - io.quarkus - quarkus-oidc-client-deployment - - - io.quarkus - quarkus-resteasy-client-deployment - - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - io.quarkus - quarkus-test-keycloak-server - test - - - junit - junit - - - - - io.quarkus - quarkus-oidc-deployment - test - - - io.quarkus - quarkus-resteasy-deployment - test - - + + + io.quarkus + quarkus-resteasy-client-oidc-filter + + + io.quarkus + quarkus-oidc-client-deployment + + + io.quarkus + quarkus-resteasy-client-deployment + + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + io.quarkus + quarkus-test-keycloak-server + test + + + junit + junit + + + + + io.quarkus + quarkus-oidc-deployment + test + + + io.quarkus + quarkus-resteasy-deployment + test + + - - - - src/test/resources - true - - + + + + true + src/test/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + test-keycloak + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + ${keycloak.docker.legacy.image} + false + + + - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - ${keycloak.docker.legacy.image} - false - - - - - - - + + + diff --git a/extensions/oidc-client-filter/pom.xml b/extensions/oidc-client-filter/pom.xml index f808e13d82be0..160ff05b9c2e0 100644 --- a/extensions/oidc-client-filter/pom.xml +++ b/extensions/oidc-client-filter/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-client-oidc-filter-parent - Quarkus - RESTEasy Client - OpenID Connect Filter - pom - - deployment - runtime - + quarkus-resteasy-client-oidc-filter-parent + pom + Quarkus - RESTEasy Client - OpenID Connect Filter + + deployment + runtime + diff --git a/extensions/oidc-client-filter/runtime/pom.xml b/extensions/oidc-client-filter/runtime/pom.xml index 5982ff89034e0..b9bd32968ebdf 100644 --- a/extensions/oidc-client-filter/runtime/pom.xml +++ b/extensions/oidc-client-filter/runtime/pom.xml @@ -1,56 +1,54 @@ - - - quarkus-resteasy-client-oidc-filter-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-client-oidc-filter-parent + 999-SNAPSHOT + - quarkus-resteasy-client-oidc-filter - Quarkus - RESTEasy Client - OpenID Connect Filter - Runtime - Use a RESTEasy Client filter to get and refresh access tokens with OpenID Connect Client and send them as HTTP Authorization Bearer tokens - - - io.quarkus - quarkus-oidc-client - - - io.quarkus - quarkus-resteasy-client - - - io.quarkus - quarkus-junit5-internal - test - - + quarkus-resteasy-client-oidc-filter + Quarkus - RESTEasy Client - OpenID Connect Filter - Runtime + Use a RESTEasy Client filter to get and refresh access tokens with OpenID Connect Client and send them as HTTP Authorization Bearer tokens + + + io.quarkus + quarkus-oidc-client + + + io.quarkus + quarkus-resteasy-client + + + io.quarkus + quarkus-junit5-internal + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/oidc-client-graphql/deployment/pom.xml b/extensions/oidc-client-graphql/deployment/pom.xml index e6ee323239ea4..268b93521e5f7 100644 --- a/extensions/oidc-client-graphql/deployment/pom.xml +++ b/extensions/oidc-client-graphql/deployment/pom.xml @@ -1,132 +1,130 @@ - - - quarkus-oidc-client-graphql-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-client-graphql-parent + 999-SNAPSHOT + - quarkus-oidc-client-graphql-deployment - Quarkus - OpenID Connect Client GraphQL integration - Deployment + quarkus-oidc-client-graphql-deployment + Quarkus - OpenID Connect Client GraphQL integration - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-oidc-client-graphql - - - io.quarkus - quarkus-oidc-client-deployment - - - io.quarkus - quarkus-smallrye-graphql-client-deployment - - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-test-keycloak-server - test - - - junit - junit - - - - - io.quarkus - quarkus-oidc-deployment - test - - - io.quarkus - quarkus-smallrye-graphql-deployment - test - - - io.quarkus - quarkus-rest-deployment - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-oidc-client-graphql + + + io.quarkus + quarkus-oidc-client-deployment + + + io.quarkus + quarkus-smallrye-graphql-client-deployment + + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-test-keycloak-server + test + + + junit + junit + + + + + io.quarkus + quarkus-oidc-deployment + test + + + io.quarkus + quarkus-smallrye-graphql-deployment + test + + + io.quarkus + quarkus-rest-deployment + test + + - - - - src/test/resources - true - - + + + + true + src/test/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + test-keycloak + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + ${keycloak.docker.legacy.image} + false + + + - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - ${keycloak.docker.legacy.image} - false - - - - - - - + + + diff --git a/extensions/oidc-client-graphql/pom.xml b/extensions/oidc-client-graphql/pom.xml index 6f85166404778..42a2267cb53b5 100644 --- a/extensions/oidc-client-graphql/pom.xml +++ b/extensions/oidc-client-graphql/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-oidc-client-graphql-parent - Quarkus - OpenID Connect Client GraphQL integration - pom - - deployment - runtime - + quarkus-oidc-client-graphql-parent + pom + Quarkus - OpenID Connect Client GraphQL integration + + deployment + runtime + diff --git a/extensions/oidc-client-graphql/runtime/pom.xml b/extensions/oidc-client-graphql/runtime/pom.xml index 7fda45075d1be..045a2ae3778b2 100644 --- a/extensions/oidc-client-graphql/runtime/pom.xml +++ b/extensions/oidc-client-graphql/runtime/pom.xml @@ -1,64 +1,62 @@ - - - quarkus-oidc-client-graphql-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-client-graphql-parent + 999-SNAPSHOT + - quarkus-oidc-client-graphql - Quarkus - OpenID Connect Client GraphQL integration - Runtime - Use GraphQL client and get and refresh access tokens with OpenId Connect Client and send them as HTTP Authorization Bearer tokens - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-oidc-client - - - io.quarkus - quarkus-smallrye-graphql-client - - - io.quarkus - quarkus-junit5-internal - test - - + quarkus-oidc-client-graphql + Quarkus - OpenID Connect Client GraphQL integration - Runtime + Use GraphQL client and get and refresh access tokens with OpenId Connect Client and send them as HTTP Authorization Bearer tokens + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-oidc-client + + + io.quarkus + quarkus-smallrye-graphql-client + + + io.quarkus + quarkus-junit5-internal + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/oidc-client-reactive-filter/deployment/pom.xml b/extensions/oidc-client-reactive-filter/deployment/pom.xml index 1ee3b2fbe7d55..f6a5bd4ff0b40 100644 --- a/extensions/oidc-client-reactive-filter/deployment/pom.xml +++ b/extensions/oidc-client-reactive-filter/deployment/pom.xml @@ -1,123 +1,121 @@ - - - quarkus-rest-client-oidc-filter-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-client-oidc-filter-parent + 999-SNAPSHOT + - quarkus-rest-client-oidc-filter-deployment - Quarkus - REST Client - OpenID Connect Filter - Deployment + quarkus-rest-client-oidc-filter-deployment + Quarkus - REST Client - OpenID Connect Filter - Deployment - - - io.quarkus - quarkus-rest-client-oidc-filter - - - io.quarkus - quarkus-oidc-client-deployment - - - io.quarkus - quarkus-rest-client-deployment - - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-test-keycloak-server - test - - - junit - junit - - - org.jboss.resteasy - * - - - - - io.quarkus - quarkus-oidc-deployment - test - - - io.quarkus - quarkus-rest-deployment - test - - + + + io.quarkus + quarkus-rest-client-oidc-filter + + + io.quarkus + quarkus-oidc-client-deployment + + + io.quarkus + quarkus-rest-client-deployment + + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-test-keycloak-server + test + + + junit + junit + + + org.jboss.resteasy + * + + + + + io.quarkus + quarkus-oidc-deployment + test + + + io.quarkus + quarkus-rest-deployment + test + + - - - - src/test/resources - true - - + + + + true + src/test/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + test-keycloak + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + ${keycloak.docker.legacy.image} + false + + + - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - ${keycloak.docker.legacy.image} - false - - - - - - - + + + diff --git a/extensions/oidc-client-reactive-filter/pom.xml b/extensions/oidc-client-reactive-filter/pom.xml index 6ac173bfd6616..b112d7536f59b 100644 --- a/extensions/oidc-client-reactive-filter/pom.xml +++ b/extensions/oidc-client-reactive-filter/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-client-oidc-filter-parent - Quarkus - REST Client - OpenID Connect Filter - pom - - deployment - runtime - + quarkus-rest-client-oidc-filter-parent + pom + Quarkus - REST Client - OpenID Connect Filter + + deployment + runtime + diff --git a/extensions/oidc-client-reactive-filter/runtime/pom.xml b/extensions/oidc-client-reactive-filter/runtime/pom.xml index 36fab0359d879..9593de36ed890 100644 --- a/extensions/oidc-client-reactive-filter/runtime/pom.xml +++ b/extensions/oidc-client-reactive-filter/runtime/pom.xml @@ -1,56 +1,54 @@ - - - quarkus-rest-client-oidc-filter-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-client-oidc-filter-parent + 999-SNAPSHOT + - quarkus-rest-client-oidc-filter - Quarkus - REST Client - OpenID Connect Filter - Runtime - Use REST Client filter to get and refresh access tokens with OpenId Connect Client and send them as HTTP Authorization Bearer tokens - - - io.quarkus - quarkus-oidc-client - - - io.quarkus - quarkus-rest-client - - - io.quarkus - quarkus-junit5-internal - test - - + quarkus-rest-client-oidc-filter + Quarkus - REST Client - OpenID Connect Filter - Runtime + Use REST Client filter to get and refresh access tokens with OpenId Connect Client and send them as HTTP Authorization Bearer tokens + + + io.quarkus + quarkus-oidc-client + + + io.quarkus + quarkus-rest-client + + + io.quarkus + quarkus-junit5-internal + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/oidc-client-registration/deployment/pom.xml b/extensions/oidc-client-registration/deployment/pom.xml index 3ef0d8dbb10d7..f0e08c91ce1cc 100644 --- a/extensions/oidc-client-registration/deployment/pom.xml +++ b/extensions/oidc-client-registration/deployment/pom.xml @@ -1,93 +1,90 @@ - - - quarkus-oidc-client-registration-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-client-registration-parent + 999-SNAPSHOT + ../ + - quarkus-oidc-client-registration-deployment - Quarkus - OpenID Connect Dynamic Client Registration - Deployment + quarkus-oidc-client-registration-deployment + Quarkus - OpenID Connect Dynamic Client Registration - Deployment + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-oidc-client-registration + + + io.quarkus + quarkus-oidc-common-deployment + + + io.quarkus + quarkus-devservices-keycloak + + + + io.quarkus + quarkus-junit5-internal + test + + - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-oidc-client-registration - - - io.quarkus - quarkus-oidc-common-deployment - - - io.quarkus - quarkus-devservices-keycloak - - - - io.quarkus - quarkus-junit5-internal - test - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + test-keycloak + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - - - + + + diff --git a/extensions/oidc-client-registration/pom.xml b/extensions/oidc-client-registration/pom.xml index 0ccf96d1d9c77..31b1d602d176a 100644 --- a/extensions/oidc-client-registration/pom.xml +++ b/extensions/oidc-client-registration/pom.xml @@ -1,19 +1,17 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + - quarkus-oidc-client-registration-parent - Quarkus - OpenID Connect Dynamic Client Registration - pom - - deployment - runtime - + quarkus-oidc-client-registration-parent + pom + Quarkus - OpenID Connect Dynamic Client Registration + + deployment + runtime + diff --git a/extensions/oidc-client-registration/runtime/pom.xml b/extensions/oidc-client-registration/runtime/pom.xml index 5edc8b2326bc2..73e1bffa8bd8d 100644 --- a/extensions/oidc-client-registration/runtime/pom.xml +++ b/extensions/oidc-client-registration/runtime/pom.xml @@ -1,80 +1,78 @@ - - - quarkus-oidc-client-registration-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-client-registration-parent + 999-SNAPSHOT + ../ + - quarkus-oidc-client-registration - Quarkus - OpenID Connect Dynamic Client Registration - Runtime - Register clients with OpenID Connect providers - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-oidc-common - - - io.quarkus - quarkus-junit5-internal - test - - + quarkus-oidc-client-registration + Quarkus - OpenID Connect Dynamic Client Registration - Runtime + Register clients with OpenID Connect providers + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-oidc-common + + + io.quarkus + quarkus-junit5-internal + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.oidc-client-registration - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - de.thetaphi - forbiddenapis - - - verify-forbidden-apis - - - ./banned-signatures.txt - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.oidc-client-registration + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + de.thetaphi + forbiddenapis + + + verify-forbidden-apis + + + ./banned-signatures.txt + + + + + + + diff --git a/extensions/oidc-client/deployment/pom.xml b/extensions/oidc-client/deployment/pom.xml index 08e9d778486d7..ddd581903bcd1 100644 --- a/extensions/oidc-client/deployment/pom.xml +++ b/extensions/oidc-client/deployment/pom.xml @@ -1,231 +1,229 @@ - - - quarkus-oidc-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-client-parent + 999-SNAPSHOT + - quarkus-oidc-client-deployment - Quarkus - OpenID Connect Client - Deployment + quarkus-oidc-client-deployment + Quarkus - OpenID Connect Client - Deployment - - http://localhost:8180/auth - + + http://localhost:8180/auth + - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-oidc-client - - - io.quarkus - quarkus-oidc-common-deployment - - - io.quarkus - quarkus-devservices-keycloak - - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.keycloak - keycloak-client-common-synced - test - - - org.eclipse.angus - angus-activation - test - - - org.awaitility - awaitility - test - - - io.quarkus - quarkus-resteasy-mutiny-deployment - test - - - io.quarkus - quarkus-oidc-deployment - test - - - io.quarkus - quarkus-resteasy-client-deployment - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-oidc-client + + + io.quarkus + quarkus-oidc-common-deployment + + + io.quarkus + quarkus-devservices-keycloak + + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.keycloak + keycloak-client-common-synced + test + + + org.eclipse.angus + angus-activation + test + + + org.awaitility + awaitility + test + + + io.quarkus + quarkus-resteasy-mutiny-deployment + test + + + io.quarkus + quarkus-oidc-deployment + test + + + io.quarkus + quarkus-resteasy-client-deployment + test + + - - - - src/test/resources - true - - keystore.jks - keystore.pkcs12 - - - - src/test/resources - false - - keystore.jks - keystore.pkcs12 - - - + + + + true + src/test/resources + + keystore.jks + keystore.pkcs12 + + + + false + src/test/resources + + keystore.jks + keystore.pkcs12 + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + test-keycloak + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin + + maven-surefire-plugin + + false + + ${keycloak.url} + + + + + + + + + docker-keycloak + + + start-containers + + + + + + io.fabric8 + docker-maven-plugin + + + + ${keycloak.docker.legacy.image} + quarkus-test-keycloak + + + 8180:8080 + + + admin + admin + + + Keycloak: + default + cyan + + + + + http://localhost:8180 + + + + + + + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources - true + ${docker-prune.location} - + + + - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - ${keycloak.url} - - - - - - - - - docker-keycloak - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${keycloak.docker.legacy.image} - quarkus-test-keycloak - - - 8180:8080 - - - admin - admin - - - Keycloak: - default - cyan - - - - - http://localhost:8180 - - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + + + diff --git a/extensions/oidc-client/pom.xml b/extensions/oidc-client/pom.xml index f5601a086a7cc..86e31627dbbc5 100644 --- a/extensions/oidc-client/pom.xml +++ b/extensions/oidc-client/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-oidc-client-parent - Quarkus - OpenID Connect Client - pom - - deployment - runtime - spi - + quarkus-oidc-client-parent + pom + Quarkus - OpenID Connect Client + + deployment + runtime + spi + diff --git a/extensions/oidc-client/runtime/pom.xml b/extensions/oidc-client/runtime/pom.xml index 0091875c7551e..a667750741aac 100644 --- a/extensions/oidc-client/runtime/pom.xml +++ b/extensions/oidc-client/runtime/pom.xml @@ -1,69 +1,67 @@ - - - quarkus-oidc-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-client-parent + 999-SNAPSHOT + - quarkus-oidc-client - Quarkus - OpenID Connect Client - Runtime - Get and refresh access tokens from OpenID Connect providers - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-oidc-common - - - io.quarkus - quarkus-oidc-client-spi - - - io.quarkus - quarkus-junit5-internal - test - - + quarkus-oidc-client + Quarkus - OpenID Connect Client - Runtime + Get and refresh access tokens from OpenID Connect providers + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-oidc-common + + + io.quarkus + quarkus-oidc-client-spi + + + io.quarkus + quarkus-junit5-internal + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.oidc.client - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.oidc.client + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/oidc-client/spi/pom.xml b/extensions/oidc-client/spi/pom.xml index d5e7da4b77b55..d61db37222e09 100644 --- a/extensions/oidc-client/spi/pom.xml +++ b/extensions/oidc-client/spi/pom.xml @@ -1,47 +1,45 @@ - - - quarkus-oidc-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-client-parent + 999-SNAPSHOT + - quarkus-oidc-client-spi - Quarkus - OIDC Client - SPI + quarkus-oidc-client-spi + Quarkus - OIDC Client - SPI - - - io.quarkus - quarkus-core - - - io.smallrye.reactive - mutiny - - + + + io.quarkus + quarkus-core + + + io.smallrye.reactive + mutiny + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/oidc-common/deployment/pom.xml b/extensions/oidc-common/deployment/pom.xml index 50cc46c4c7388..a7fe54ca870ba 100644 --- a/extensions/oidc-common/deployment/pom.xml +++ b/extensions/oidc-common/deployment/pom.xml @@ -1,70 +1,68 @@ - - - quarkus-oidc-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-common-parent + 999-SNAPSHOT + - quarkus-oidc-common-deployment - Quarkus - OpenID Connect Common - Deployment + quarkus-oidc-common-deployment + Quarkus - OpenID Connect Common - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-devservices-deployment - - - io.quarkus - quarkus-tls-registry-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-mutiny-deployment - - - io.quarkus - quarkus-credentials-deployment - - - io.quarkus - quarkus-smallrye-jwt-build-deployment - - - io.quarkus - quarkus-oidc-common - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-devservices-deployment + + + io.quarkus + quarkus-tls-registry-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-mutiny-deployment + + + io.quarkus + quarkus-credentials-deployment + + + io.quarkus + quarkus-smallrye-jwt-build-deployment + + + io.quarkus + quarkus-oidc-common + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/oidc-common/pom.xml b/extensions/oidc-common/pom.xml index 2b9a2d6ce5303..4763edc558354 100644 --- a/extensions/oidc-common/pom.xml +++ b/extensions/oidc-common/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-oidc-common-parent - Quarkus - OpenID Connect Common - pom - - deployment - runtime - + quarkus-oidc-common-parent + pom + Quarkus - OpenID Connect Common + + deployment + runtime + diff --git a/extensions/oidc-common/runtime/pom.xml b/extensions/oidc-common/runtime/pom.xml index ba59688a9c5b2..d514362158f03 100644 --- a/extensions/oidc-common/runtime/pom.xml +++ b/extensions/oidc-common/runtime/pom.xml @@ -1,94 +1,92 @@ - - - quarkus-oidc-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-common-parent + 999-SNAPSHOT + - quarkus-oidc-common - Quarkus - OpenID Connect Common - Runtime - OpenID Connect Common - Runtime - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-tls-registry - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-mutiny - - - io.quarkus - quarkus-credentials - - - io.smallrye.reactive - smallrye-mutiny-vertx-web-client - - - jakarta.annotation - jakarta.annotation-api - - - io.quarkus - quarkus-smallrye-jwt-build - - - io.quarkus - quarkus-junit5-internal - test - - + quarkus-oidc-common + Quarkus - OpenID Connect Common - Runtime + OpenID Connect Common - Runtime + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-tls-registry + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-mutiny + + + io.quarkus + quarkus-credentials + + + io.smallrye.reactive + smallrye-mutiny-vertx-web-client + + + jakarta.annotation + jakarta.annotation-api + + + io.quarkus + quarkus-smallrye-jwt-build + + + io.quarkus + quarkus-junit5-internal + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - de.thetaphi - forbiddenapis - - - verify-forbidden-apis - - - ./banned-signatures.txt - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + de.thetaphi + forbiddenapis + + + verify-forbidden-apis + + + ./banned-signatures.txt + + + + + + + diff --git a/extensions/oidc-db-token-state-manager/deployment/pom.xml b/extensions/oidc-db-token-state-manager/deployment/pom.xml index c4ec597917ab4..040199ce09d28 100644 --- a/extensions/oidc-db-token-state-manager/deployment/pom.xml +++ b/extensions/oidc-db-token-state-manager/deployment/pom.xml @@ -1,103 +1,101 @@ - - - quarkus-oidc-db-token-state-manager-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-db-token-state-manager-parent + 999-SNAPSHOT + - quarkus-oidc-db-token-state-manager-deployment - Quarkus - OpenID Connect Database Token State Manager - Deployment + quarkus-oidc-db-token-state-manager-deployment + Quarkus - OpenID Connect Database Token State Manager - Deployment - - - io.quarkus - quarkus-oidc-db-token-state-manager - - - io.quarkus - quarkus-oidc-deployment - - - - io.quarkus - quarkus-rest-deployment - test - - - io.quarkus - quarkus-hibernate-orm-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.htmlunit - htmlunit - test - - + + + io.quarkus + quarkus-oidc-db-token-state-manager + + + io.quarkus + quarkus-oidc-deployment + + + + io.quarkus + quarkus-rest-deployment + test + + + io.quarkus + quarkus-hibernate-orm-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.htmlunit + htmlunit + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + test-keycloak + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + ${mssql.image} + ${db2.image} + + + - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - ${mssql.image} - ${db2.image} - - - - - - - + + + diff --git a/extensions/oidc-db-token-state-manager/pom.xml b/extensions/oidc-db-token-state-manager/pom.xml index 1e7429381d95f..45e2f1d935255 100644 --- a/extensions/oidc-db-token-state-manager/pom.xml +++ b/extensions/oidc-db-token-state-manager/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-oidc-db-token-state-manager-parent - Quarkus - OpenID Connect Database Token State Manager - Parent - pom - - deployment - runtime - + quarkus-oidc-db-token-state-manager-parent + pom + Quarkus - OpenID Connect Database Token State Manager - Parent + + deployment + runtime + diff --git a/extensions/oidc-db-token-state-manager/runtime/pom.xml b/extensions/oidc-db-token-state-manager/runtime/pom.xml index e6eb08be72b51..00fd81f807bef 100644 --- a/extensions/oidc-db-token-state-manager/runtime/pom.xml +++ b/extensions/oidc-db-token-state-manager/runtime/pom.xml @@ -1,50 +1,48 @@ - - - quarkus-oidc-db-token-state-manager-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-db-token-state-manager-parent + 999-SNAPSHOT + - quarkus-oidc-db-token-state-manager - Quarkus - OpenID Connect Database Token State Manager - Runtime - Store an OpenID Connect token state in a database - - - io.quarkus - quarkus-oidc - - - io.vertx - vertx-sql-client - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-oidc-db-token-state-manager + Quarkus - OpenID Connect Database Token State Manager - Runtime + Store an OpenID Connect token state in a database + + + io.quarkus + quarkus-oidc + + + io.vertx + vertx-sql-client + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/oidc-redis-token-state-manager/deployment/pom.xml b/extensions/oidc-redis-token-state-manager/deployment/pom.xml index 989ee4ea2aa3f..ecbe2ada0f218 100644 --- a/extensions/oidc-redis-token-state-manager/deployment/pom.xml +++ b/extensions/oidc-redis-token-state-manager/deployment/pom.xml @@ -1,98 +1,96 @@ - - - quarkus-oidc-redis-token-state-manager-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-redis-token-state-manager-parent + 999-SNAPSHOT + - quarkus-oidc-redis-token-state-manager-deployment - Quarkus - OpenID Connect Redis Token State Manager - Deployment + quarkus-oidc-redis-token-state-manager-deployment + Quarkus - OpenID Connect Redis Token State Manager - Deployment - - - io.quarkus - quarkus-oidc-redis-token-state-manager - - - io.quarkus - quarkus-oidc-deployment - - - io.quarkus - quarkus-redis-client-deployment - - - - io.quarkus - quarkus-rest-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.htmlunit - htmlunit - test - - + + + io.quarkus + quarkus-oidc-redis-token-state-manager + + + io.quarkus + quarkus-oidc-deployment + + + io.quarkus + quarkus-redis-client-deployment + + + + io.quarkus + quarkus-rest-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.htmlunit + htmlunit + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + test-containers + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + - - - - test-containers - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - - - + + + diff --git a/extensions/oidc-redis-token-state-manager/pom.xml b/extensions/oidc-redis-token-state-manager/pom.xml index 35b8f5dd20976..f397a92f0eafd 100644 --- a/extensions/oidc-redis-token-state-manager/pom.xml +++ b/extensions/oidc-redis-token-state-manager/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-oidc-redis-token-state-manager-parent - Quarkus - OpenID Connect Redis Token State Manager - Parent - pom - - deployment - runtime - + quarkus-oidc-redis-token-state-manager-parent + pom + Quarkus - OpenID Connect Redis Token State Manager - Parent + + deployment + runtime + diff --git a/extensions/oidc-redis-token-state-manager/runtime/pom.xml b/extensions/oidc-redis-token-state-manager/runtime/pom.xml index 85176f5f41b1a..8f15c05dc7e77 100644 --- a/extensions/oidc-redis-token-state-manager/runtime/pom.xml +++ b/extensions/oidc-redis-token-state-manager/runtime/pom.xml @@ -1,50 +1,48 @@ - - - quarkus-oidc-redis-token-state-manager-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-redis-token-state-manager-parent + 999-SNAPSHOT + - quarkus-oidc-redis-token-state-manager - Quarkus - OpenID Connect Redis Token State Manager - Runtime - Store an OpenID Connect token state in a Redis cache datasource - - - io.quarkus - quarkus-oidc - - - io.quarkus - quarkus-redis-client - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-oidc-redis-token-state-manager + Quarkus - OpenID Connect Redis Token State Manager - Runtime + Store an OpenID Connect token state in a Redis cache datasource + + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-redis-client + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/oidc-token-propagation-common/deployment/pom.xml b/extensions/oidc-token-propagation-common/deployment/pom.xml index 2ed0c5161c2a9..a46de2ec45923 100644 --- a/extensions/oidc-token-propagation-common/deployment/pom.xml +++ b/extensions/oidc-token-propagation-common/deployment/pom.xml @@ -1,51 +1,49 @@ - - - quarkus-oidc-token-propagation-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-token-propagation-common-parent + 999-SNAPSHOT + - quarkus-oidc-token-propagation-common-deployment - Quarkus - OpenID Connect Token Propagation - Common - Deployment + quarkus-oidc-token-propagation-common-deployment + Quarkus - OpenID Connect Token Propagation - Common - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-oidc-token-propagation-common - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-oidc-token-propagation-common + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/oidc-token-propagation-common/pom.xml b/extensions/oidc-token-propagation-common/pom.xml index 5699ad5064483..0b0a2cd917c2b 100644 --- a/extensions/oidc-token-propagation-common/pom.xml +++ b/extensions/oidc-token-propagation-common/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-oidc-token-propagation-common-parent - Quarkus - OpenID Connect Token Propagation - Common - Parent + quarkus-oidc-token-propagation-common-parent - pom - - deployment - runtime - + pom + Quarkus - OpenID Connect Token Propagation - Common - Parent + + deployment + runtime + diff --git a/extensions/oidc-token-propagation-common/runtime/pom.xml b/extensions/oidc-token-propagation-common/runtime/pom.xml index 896b66ea0fe32..ad911b155a6ba 100644 --- a/extensions/oidc-token-propagation-common/runtime/pom.xml +++ b/extensions/oidc-token-propagation-common/runtime/pom.xml @@ -1,52 +1,50 @@ - - - quarkus-oidc-token-propagation-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-token-propagation-common-parent + 999-SNAPSHOT + - quarkus-oidc-token-propagation-common - Quarkus - OpenID Connect Token Propagation - Common - Common Runtime API for OpenID Connect Token Propagation extensions + quarkus-oidc-token-propagation-common + Quarkus - OpenID Connect Token Propagation - Common + Common Runtime API for OpenID Connect Token Propagation extensions - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/oidc-token-propagation-reactive/deployment/pom.xml b/extensions/oidc-token-propagation-reactive/deployment/pom.xml index f3d404a1449f5..50da7cbc0fe0a 100644 --- a/extensions/oidc-token-propagation-reactive/deployment/pom.xml +++ b/extensions/oidc-token-propagation-reactive/deployment/pom.xml @@ -1,122 +1,120 @@ - - - quarkus-rest-client-oidc-token-propagation-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-client-oidc-token-propagation-parent + 999-SNAPSHOT + - quarkus-rest-client-oidc-token-propagation-deployment - Quarkus - REST Client - OpenID Connect Token Propagation - Deployment + quarkus-rest-client-oidc-token-propagation-deployment + Quarkus - REST Client - OpenID Connect Token Propagation - Deployment - - - io.quarkus - quarkus-rest-client-oidc-token-propagation - - - io.quarkus - quarkus-security-deployment - - - io.quarkus - quarkus-rest-client-deployment - - - io.quarkus - quarkus-oidc-client-deployment - - - io.quarkus - quarkus-oidc-token-propagation-common-deployment - - - - io.quarkus - quarkus-test-oidc-server - test - - - io.quarkus - quarkus-rest-deployment - test - - - io.quarkus - quarkus-oidc-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.htmlunit - htmlunit - test - - + + + io.quarkus + quarkus-rest-client-oidc-token-propagation + + + io.quarkus + quarkus-security-deployment + + + io.quarkus + quarkus-rest-client-deployment + + + io.quarkus + quarkus-oidc-client-deployment + + + io.quarkus + quarkus-oidc-token-propagation-common-deployment + + + + io.quarkus + quarkus-test-oidc-server + test + + + io.quarkus + quarkus-rest-deployment + test + + + io.quarkus + quarkus-oidc-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.htmlunit + htmlunit + test + + - - - - src/test/resources - true - - + + + + true + src/test/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + test-keycloak + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - - - + + + diff --git a/extensions/oidc-token-propagation-reactive/pom.xml b/extensions/oidc-token-propagation-reactive/pom.xml index ada84ce91b9f9..b1cf55fbd1a98 100644 --- a/extensions/oidc-token-propagation-reactive/pom.xml +++ b/extensions/oidc-token-propagation-reactive/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-client-oidc-token-propagation-parent - Quarkus - REST Client - OpenID Connect Token Propagation - pom - - deployment - runtime - + quarkus-rest-client-oidc-token-propagation-parent + pom + Quarkus - REST Client - OpenID Connect Token Propagation + + deployment + runtime + diff --git a/extensions/oidc-token-propagation-reactive/runtime/pom.xml b/extensions/oidc-token-propagation-reactive/runtime/pom.xml index c5f9ee82f62f1..280d184bd1a44 100644 --- a/extensions/oidc-token-propagation-reactive/runtime/pom.xml +++ b/extensions/oidc-token-propagation-reactive/runtime/pom.xml @@ -1,59 +1,57 @@ - - - quarkus-rest-client-oidc-token-propagation-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-client-oidc-token-propagation-parent + 999-SNAPSHOT + - quarkus-rest-client-oidc-token-propagation - Quarkus - REST Client - OpenID Connect Token Propagation - Runtime - Use REST Client to propagate the incoming Bearer access token or token acquired from Authorization Code Flow as HTTP Authorization Bearer token - - - io.quarkus - quarkus-security - - - io.quarkus - quarkus-rest-client - - - io.quarkus - quarkus-oidc-client - - - io.quarkus - quarkus-oidc-token-propagation-common - - + quarkus-rest-client-oidc-token-propagation + Quarkus - REST Client - OpenID Connect Token Propagation - Runtime + Use REST Client to propagate the incoming Bearer access token or token acquired from Authorization Code Flow as HTTP Authorization Bearer token + + + io.quarkus + quarkus-security + + + io.quarkus + quarkus-rest-client + + + io.quarkus + quarkus-oidc-client + + + io.quarkus + quarkus-oidc-token-propagation-common + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/oidc-token-propagation/deployment/pom.xml b/extensions/oidc-token-propagation/deployment/pom.xml index b0493801c74d3..ec4c68db5fad6 100644 --- a/extensions/oidc-token-propagation/deployment/pom.xml +++ b/extensions/oidc-token-propagation/deployment/pom.xml @@ -1,115 +1,113 @@ - - - quarkus-resteasy-client-oidc-token-propagation-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-client-oidc-token-propagation-parent + 999-SNAPSHOT + - quarkus-resteasy-client-oidc-token-propagation-deployment - Quarkus - RESTEasy Client - OpenID Connect Token Propagation - Deployment + quarkus-resteasy-client-oidc-token-propagation-deployment + Quarkus - RESTEasy Client - OpenID Connect Token Propagation - Deployment - - - io.quarkus - quarkus-resteasy-client-oidc-token-propagation - - - io.quarkus - quarkus-security-deployment - - - io.quarkus - quarkus-oidc-client-deployment - - - io.quarkus - quarkus-resteasy-client-deployment - - - io.quarkus - quarkus-smallrye-jwt-build-deployment - - - io.quarkus - quarkus-oidc-token-propagation-common-deployment - - - - io.quarkus - quarkus-test-oidc-server - test - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.quarkus - quarkus-oidc-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-resteasy-client-oidc-token-propagation + + + io.quarkus + quarkus-security-deployment + + + io.quarkus + quarkus-oidc-client-deployment + + + io.quarkus + quarkus-resteasy-client-deployment + + + io.quarkus + quarkus-smallrye-jwt-build-deployment + + + io.quarkus + quarkus-oidc-token-propagation-common-deployment + + + + io.quarkus + quarkus-test-oidc-server + test + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.quarkus + quarkus-oidc-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + test-keycloak + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - - - + + + diff --git a/extensions/oidc-token-propagation/pom.xml b/extensions/oidc-token-propagation/pom.xml index ac95d03957bd1..214826b209f0e 100644 --- a/extensions/oidc-token-propagation/pom.xml +++ b/extensions/oidc-token-propagation/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-client-oidc-token-propagation-parent - Quarkus - RESTEasy Client - OpenID Connect Token Propagation - pom - - deployment - runtime - + quarkus-resteasy-client-oidc-token-propagation-parent + pom + Quarkus - RESTEasy Client - OpenID Connect Token Propagation + + deployment + runtime + diff --git a/extensions/oidc-token-propagation/runtime/pom.xml b/extensions/oidc-token-propagation/runtime/pom.xml index 8f11c18f7a5bb..d6a299125db36 100644 --- a/extensions/oidc-token-propagation/runtime/pom.xml +++ b/extensions/oidc-token-propagation/runtime/pom.xml @@ -1,67 +1,65 @@ - - - quarkus-resteasy-client-oidc-token-propagation-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-client-oidc-token-propagation-parent + 999-SNAPSHOT + - quarkus-resteasy-client-oidc-token-propagation - Quarkus - RESTEasy Client - OpenID Connect Token Propagation - Runtime - Use RESTEasy Client filter to propagate the incoming Bearer access token or token acquired from Authorization Code Flow as HTTP Authorization Bearer token - - - io.quarkus - quarkus-security - - - org.eclipse.microprofile.jwt - microprofile-jwt-auth-api - - - io.quarkus - quarkus-resteasy-client - - - io.quarkus - quarkus-oidc-client - - - io.quarkus - quarkus-smallrye-jwt-build - - - io.quarkus - quarkus-oidc-token-propagation-common - - + quarkus-resteasy-client-oidc-token-propagation + Quarkus - RESTEasy Client - OpenID Connect Token Propagation - Runtime + Use RESTEasy Client filter to propagate the incoming Bearer access token or token acquired from Authorization Code Flow as HTTP Authorization Bearer token + + + io.quarkus + quarkus-security + + + org.eclipse.microprofile.jwt + microprofile-jwt-auth-api + + + io.quarkus + quarkus-resteasy-client + + + io.quarkus + quarkus-oidc-client + + + io.quarkus + quarkus-smallrye-jwt-build + + + io.quarkus + quarkus-oidc-token-propagation-common + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/oidc/deployment/pom.xml b/extensions/oidc/deployment/pom.xml index b77b5e3724aa7..6d2d0a45be860 100644 --- a/extensions/oidc/deployment/pom.xml +++ b/extensions/oidc/deployment/pom.xml @@ -1,177 +1,175 @@ - - - quarkus-oidc-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-parent + 999-SNAPSHOT + - quarkus-oidc-deployment - Quarkus - OpenID Connect Adapter - Deployment + quarkus-oidc-deployment + Quarkus - OpenID Connect Adapter - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-oidc - - - io.quarkus - quarkus-oidc-dev - - - io.quarkus - quarkus-oidc-common-deployment - - - io.quarkus - quarkus-security-deployment - - - io.quarkus - quarkus-jsonp-deployment - - - io.quarkus - quarkus-smallrye-health-spi - - - io.quarkus - quarkus-smallrye-health-deployment - true - - - org.eclipse.angus - angus-activation - - - io.quarkus - quarkus-junit4-mock - test - - - io.quarkus - quarkus-devservices-keycloak - - - io.quarkus - quarkus-devservices-oidc - - - - io.quarkus - quarkus-test-keycloak-server - - - - junit - junit - - - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - - org.htmlunit - htmlunit - test - - - io.quarkus - quarkus-resteasy-jackson-deployment - test - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - test - - - io.smallrye.certs - smallrye-certificate-generator-junit5 - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-oidc-dev + + + io.quarkus + quarkus-oidc-common-deployment + + + io.quarkus + quarkus-security-deployment + + + io.quarkus + quarkus-jsonp-deployment + + + io.quarkus + quarkus-smallrye-health-spi + + + io.quarkus + quarkus-smallrye-health-deployment + true + + + org.eclipse.angus + angus-activation + + + io.quarkus + quarkus-junit4-mock + test + + + io.quarkus + quarkus-devservices-keycloak + + + io.quarkus + quarkus-devservices-oidc + + + + io.quarkus + quarkus-test-keycloak-server + test + + + + junit + junit + + + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + - - - - src/test/resources - true - - + + org.htmlunit + htmlunit + test + + + io.quarkus + quarkus-resteasy-jackson-deployment + test + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + test + + + io.smallrye.certs + smallrye-certificate-generator-junit5 + test + + + + + + + true + src/test/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + test-keycloak + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + ${keycloak.docker.legacy.image} + false + + + - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - ${keycloak.docker.legacy.image} - false - - - - - - - + + + diff --git a/extensions/oidc/pom.xml b/extensions/oidc/pom.xml index e7c108e0cdae6..37139bd8c7f26 100644 --- a/extensions/oidc/pom.xml +++ b/extensions/oidc/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-oidc-parent - Quarkus - OpenID Connect Adapter - pom - - deployment - runtime - runtime-dev - + quarkus-oidc-parent + pom + Quarkus - OpenID Connect Adapter + + deployment + runtime + runtime-dev + diff --git a/extensions/oidc/runtime-dev/pom.xml b/extensions/oidc/runtime-dev/pom.xml index d1f9ca7aa4b52..f5a814fc97b04 100644 --- a/extensions/oidc/runtime-dev/pom.xml +++ b/extensions/oidc/runtime-dev/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-oidc-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-parent + 999-SNAPSHOT + - quarkus-oidc-dev - Quarkus - OpenID Connect Adapter - Runtime Dev mode - Verify Bearer access tokens and authenticate users with Authorization Code Flow - Dev mode only - - - io.quarkus - quarkus-oidc - - - \ No newline at end of file + quarkus-oidc-dev + Quarkus - OpenID Connect Adapter - Runtime Dev mode + Verify Bearer access tokens and authenticate users with Authorization Code Flow - Dev mode only + + + io.quarkus + quarkus-oidc + + + diff --git a/extensions/oidc/runtime/pom.xml b/extensions/oidc/runtime/pom.xml index 36fe71f619586..ea14c687632e2 100644 --- a/extensions/oidc/runtime/pom.xml +++ b/extensions/oidc/runtime/pom.xml @@ -1,112 +1,110 @@ - - - quarkus-oidc-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-oidc-parent + 999-SNAPSHOT + - quarkus-oidc - Quarkus - OpenID Connect Adapter - Runtime - Verify Bearer access tokens and authenticate users with Authorization Code Flow - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-security - - - io.quarkus - quarkus-jsonp - - - io.quarkus - quarkus-oidc-common - - - io.smallrye - smallrye-jwt - - - jakarta.annotation - jakarta.annotation-api - - - io.quarkus - quarkus-smallrye-health - true - - - io.quarkus - quarkus-junit5-internal - test - - - org.awaitility - awaitility - test - - + quarkus-oidc + Quarkus - OpenID Connect Adapter - Runtime + Verify Bearer access tokens and authenticate users with Authorization Code Flow + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-security + + + io.quarkus + quarkus-jsonp + + + io.quarkus + quarkus-oidc-common + + + io.smallrye + smallrye-jwt + + + jakarta.annotation + jakarta.annotation-api + + + io.quarkus + quarkus-smallrye-health + true + + + io.quarkus + quarkus-junit5-internal + test + + + org.awaitility + awaitility + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.oidc - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - de.thetaphi - forbiddenapis - - - verify-forbidden-apis - - - ./banned-signatures.txt - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.oidc + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + de.thetaphi + forbiddenapis + + + verify-forbidden-apis + + + ./banned-signatures.txt + + + + + + + diff --git a/extensions/openshift-client/deployment/pom.xml b/extensions/openshift-client/deployment/pom.xml index be6e59b1dc0d5..18b34663971c1 100644 --- a/extensions/openshift-client/deployment/pom.xml +++ b/extensions/openshift-client/deployment/pom.xml @@ -1,54 +1,52 @@ - - - quarkus-openshift-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-openshift-client-parent + 999-SNAPSHOT + - quarkus-openshift-client-deployment - Quarkus - OpenShift Client - Deployment + quarkus-openshift-client-deployment + Quarkus - OpenShift Client - Deployment - - - io.quarkus - quarkus-openshift-client - ${project.version} - - - io.quarkus - quarkus-kubernetes-client-deployment - ${project.version} - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-openshift-client + ${project.version} + + + io.quarkus + quarkus-kubernetes-client-deployment + ${project.version} + + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - - \ No newline at end of file + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + + diff --git a/extensions/openshift-client/pom.xml b/extensions/openshift-client/pom.xml index 664f8614a6f67..ade75bc66a7e7 100644 --- a/extensions/openshift-client/pom.xml +++ b/extensions/openshift-client/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-openshift-client-parent - Quarkus - OpenShift Client - pom - - deployment - runtime - + quarkus-openshift-client-parent + pom + Quarkus - OpenShift Client + + deployment + runtime + diff --git a/extensions/openshift-client/runtime/pom.xml b/extensions/openshift-client/runtime/pom.xml index e0fd98a62bc54..4bbb6d62d73dc 100644 --- a/extensions/openshift-client/runtime/pom.xml +++ b/extensions/openshift-client/runtime/pom.xml @@ -1,83 +1,80 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-openshift-client-parent - 999-SNAPSHOT - - - quarkus-openshift-client - Quarkus - OpenShift Client - Runtime - Interact with OpenShift and develop OpenShift Operators - - - io.quarkus - quarkus-kubernetes-client - ${project.version} - - - io.fabric8 - openshift-client - - - javax.annotation - javax.annotation-api - - - jakarta.xml.bind - jakarta.xml.bind-api - - - javax.xml.bind - jaxb-api - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - org.graalvm.sdk - nativeimage - provided - - + + io.quarkus + quarkus-openshift-client-parent + 999-SNAPSHOT + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.openshift.client - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-openshift-client + Quarkus - OpenShift Client - Runtime + Interact with OpenShift and develop OpenShift Operators + + + io.quarkus + quarkus-kubernetes-client + ${project.version} + + + io.fabric8 + openshift-client + + + javax.annotation + javax.annotation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.xml.bind + jaxb-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.graalvm.sdk + nativeimage + provided + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.openshift.client + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/opentelemetry/deployment/pom.xml b/extensions/opentelemetry/deployment/pom.xml index e27b9fb8bb5b1..865c6d95c5447 100644 --- a/extensions/opentelemetry/deployment/pom.xml +++ b/extensions/opentelemetry/deployment/pom.xml @@ -1,215 +1,213 @@ - - - quarkus-opentelemetry-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-opentelemetry-parent + 999-SNAPSHOT + - quarkus-opentelemetry-deployment - Quarkus - OpenTelemetry - Deployment + quarkus-opentelemetry-deployment + Quarkus - OpenTelemetry - Deployment - - - io.quarkus - quarkus-opentelemetry - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-tls-registry-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-vertx-http-deployment-spi - - - io.quarkus - quarkus-datasource-deployment-spi - - - io.quarkus - quarkus-agroal-spi - - - io.quarkus - quarkus-grpc-common-deployment - - - io.quarkus - quarkus-resteasy-common-spi - - - io.quarkus - quarkus-rest-server-spi-deployment - + + + io.quarkus + quarkus-opentelemetry + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-tls-registry-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-vertx-http-deployment-spi + + + io.quarkus + quarkus-datasource-deployment-spi + + + io.quarkus + quarkus-agroal-spi + + + io.quarkus + quarkus-grpc-common-deployment + + + io.quarkus + quarkus-resteasy-common-spi + + + io.quarkus + quarkus-rest-server-spi-deployment + - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + - - io.vertx - vertx-web-client - test - - - io.smallrye.reactive - smallrye-mutiny-vertx-junit5 - test - - - io.quarkus - quarkus-reactive-routes-deployment - test - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.quarkus - quarkus-resteasy-client-deployment - test - - - io.quarkus - quarkus-smallrye-health-deployment - test - - - io.quarkus - quarkus-grpc-deployment - test - - - io.quarkus - quarkus-smallrye-graphql-deployment - test - - - io.quarkus - quarkus-agroal-deployment - test - - - io.quarkus - quarkus-jdbc-h2-deployment - test - - - io.quarkus - quarkus-security-deployment - test - - - io.quarkus - quarkus-vertx-http-dev-ui-tests - test - - - io.opentelemetry - opentelemetry-sdk-testing - test - - - org.jboss.slf4j - slf4j-jboss-logmanager - test - - - org.jboss.logmanager - log4j2-jboss-logmanager - test - - + + io.vertx + vertx-web-client + test + + + io.smallrye.reactive + smallrye-mutiny-vertx-junit5 + test + + + io.quarkus + quarkus-reactive-routes-deployment + test + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.quarkus + quarkus-resteasy-client-deployment + test + + + io.quarkus + quarkus-smallrye-health-deployment + test + + + io.quarkus + quarkus-grpc-deployment + test + + + io.quarkus + quarkus-smallrye-graphql-deployment + test + + + io.quarkus + quarkus-agroal-deployment + test + + + io.quarkus + quarkus-jdbc-h2-deployment + test + + + io.quarkus + quarkus-security-deployment + test + + + io.quarkus + quarkus-vertx-http-dev-ui-tests + test + + + io.opentelemetry + opentelemetry-sdk-testing + test + + + org.jboss.slf4j + slf4j-jboss-logmanager + test + + + org.jboss.logmanager + log4j2-jboss-logmanager + test + + - - - - org.xolstice.maven.plugins - protobuf-maven-plugin - 0.6.1 - - com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier} - grpc-java - io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier} - - - quarkus-grpc-protoc-plugin - io.quarkus - quarkus-grpc-protoc-plugin - ${project.version} - io.quarkus.grpc.protoc.plugin.MutinyGrpcGenerator - - - - - - test-compile - - test-compile - test-compile-custom - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + org.xolstice.maven.plugins + protobuf-maven-plugin + 0.6.1 + + com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier} + grpc-java + io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier} + + + quarkus-grpc-protoc-plugin + io.quarkus + quarkus-grpc-protoc-plugin + ${project.version} + io.quarkus.grpc.protoc.plugin.MutinyGrpcGenerator + + + + + + test-compile + + test-compile + test-compile-custom + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/opentelemetry/pom.xml b/extensions/opentelemetry/pom.xml index 2097eb3a0dcd1..640c9fd58bd27 100644 --- a/extensions/opentelemetry/pom.xml +++ b/extensions/opentelemetry/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-opentelemetry-parent - Quarkus - OpenTelemetry - pom - - deployment - runtime - + quarkus-opentelemetry-parent + pom + Quarkus - OpenTelemetry + + deployment + runtime + diff --git a/extensions/opentelemetry/runtime/pom.xml b/extensions/opentelemetry/runtime/pom.xml index 781c11c807124..64943c3959fb8 100644 --- a/extensions/opentelemetry/runtime/pom.xml +++ b/extensions/opentelemetry/runtime/pom.xml @@ -1,257 +1,255 @@ - - - quarkus-opentelemetry-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-opentelemetry-parent + 999-SNAPSHOT + - quarkus-opentelemetry - Quarkus - OpenTelemetry - Runtime - Use OpenTelemetry to trace services + quarkus-opentelemetry + Quarkus - OpenTelemetry - Runtime + Use OpenTelemetry to trace services - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-tls-registry - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-security-runtime-spi - - - io.quarkus - quarkus-grpc-common - - - io.smallrye.common - smallrye-common-vertx-context - - - io.quarkus.resteasy.reactive - resteasy-reactive - provided - - - org.graalvm.sdk - nativeimage - provided - - - io.quarkus - quarkus-websockets-next-spi - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-tls-registry + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-security-runtime-spi + + + io.quarkus + quarkus-grpc-common + + + io.smallrye.common + smallrye-common-vertx-context + + + io.quarkus.resteasy.reactive + resteasy-reactive + provided + + + org.graalvm.sdk + nativeimage + provided + + + io.quarkus + quarkus-websockets-next-spi + - - - io.quarkus - quarkus-resteasy-client - true - - - io.quarkus - quarkus-grpc - true - - - io.quarkus - quarkus-security-runtime-spi - - - - - io.quarkus - quarkus-messaging - true - - - io.quarkus - quarkus-scheduler-spi - true - + + + io.quarkus + quarkus-resteasy-client + true + + + io.quarkus + quarkus-grpc + true + + + io.quarkus + quarkus-security-runtime-spi + + + + + io.quarkus + quarkus-messaging + true + + + io.quarkus + quarkus-scheduler-spi + true + - - - io.opentelemetry - opentelemetry-sdk-extension-autoconfigure - - - io.opentelemetry - opentelemetry-sdk - - - io.opentelemetry - opentelemetry-sdk-extension-autoconfigure-spi - - - io.opentelemetry.semconv - opentelemetry-semconv - - - io.opentelemetry.semconv - opentelemetry-semconv-incubating - - - io.opentelemetry - opentelemetry-api-incubator - - - io.opentelemetry.instrumentation - opentelemetry-instrumentation-api - - - io.opentelemetry.instrumentation - opentelemetry-instrumentation-annotations - - - io.opentelemetry.instrumentation - opentelemetry-instrumentation-annotations-support - - - io.opentelemetry.instrumentation - opentelemetry-instrumentation-api-incubator - - - io.opentelemetry.semconv - opentelemetry-semconv - - - - - io.opentelemetry - opentelemetry-exporter-otlp-common - - - org.codehaus.mojo - animal-sniffer-annotations - - - org.checkerframework - checker-qual - - - com.squareup.okhttp3 - okhttp - - - - - io.opentelemetry - opentelemetry-exporter-otlp - - - org.codehaus.mojo - animal-sniffer-annotations - - - org.checkerframework - checker-qual - - - com.squareup.okhttp3 - okhttp - - - - - io.opentelemetry.instrumentation - opentelemetry-runtime-telemetry-java17 - - - io.vertx - vertx-grpc-client - - - org.codehaus.mojo - animal-sniffer-annotations - - - com.google.code.findbugs - jsr305 - - - org.checkerframework - checker-qual - - - javax.annotation - javax.annotation-api - - - com.google.android - annotations - - - - - io.opentelemetry.instrumentation - opentelemetry-jdbc - + + + io.opentelemetry + opentelemetry-sdk-extension-autoconfigure + + + io.opentelemetry + opentelemetry-sdk + + + io.opentelemetry + opentelemetry-sdk-extension-autoconfigure-spi + + + io.opentelemetry.semconv + opentelemetry-semconv + + + io.opentelemetry.semconv + opentelemetry-semconv-incubating + + + io.opentelemetry + opentelemetry-api-incubator + + + io.opentelemetry.instrumentation + opentelemetry-instrumentation-api + + + io.opentelemetry.instrumentation + opentelemetry-instrumentation-annotations + + + io.opentelemetry.instrumentation + opentelemetry-instrumentation-annotations-support + + + io.opentelemetry.instrumentation + opentelemetry-instrumentation-api-incubator + + + io.opentelemetry.semconv + opentelemetry-semconv + + + + + io.opentelemetry + opentelemetry-exporter-otlp-common + + + org.codehaus.mojo + animal-sniffer-annotations + + + org.checkerframework + checker-qual + + + com.squareup.okhttp3 + okhttp + + + + + io.opentelemetry + opentelemetry-exporter-otlp + + + org.codehaus.mojo + animal-sniffer-annotations + + + org.checkerframework + checker-qual + + + com.squareup.okhttp3 + okhttp + + + + + io.opentelemetry.instrumentation + opentelemetry-runtime-telemetry-java17 + + + io.vertx + vertx-grpc-client + + + org.codehaus.mojo + animal-sniffer-annotations + + + com.google.code.findbugs + jsr305 + + + org.checkerframework + checker-qual + + + javax.annotation + javax.annotation-api + + + com.google.android + annotations + + + + + io.opentelemetry.instrumentation + opentelemetry-jdbc + - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - org.mockito - mockito-core - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + org.mockito + mockito-core + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - - io.quarkus.opentelemetry.deployment.tracing.TracerEnabled - io.quarkus.opentelemetry.tracer - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + io.quarkus.opentelemetry.deployment.tracing.TracerEnabled + io.quarkus.opentelemetry.tracer + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/panache/hibernate-orm-panache-common/deployment/pom.xml b/extensions/panache/hibernate-orm-panache-common/deployment/pom.xml index 3a0a2aeb6e229..61ad2ba7a8fca 100644 --- a/extensions/panache/hibernate-orm-panache-common/deployment/pom.xml +++ b/extensions/panache/hibernate-orm-panache-common/deployment/pom.xml @@ -1,61 +1,59 @@ - - - quarkus-hibernate-orm-panache-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-orm-panache-common-parent + 999-SNAPSHOT + - quarkus-hibernate-orm-panache-common-deployment - Quarkus - Hibernate ORM with Panache - Common - Deployment - - - io.quarkus - quarkus-hibernate-orm-panache-common - - - io.quarkus - quarkus-panache-common-deployment - - - io.quarkus - quarkus-hibernate-orm-deployment - - - org.ow2.asm - asm - - - org.ow2.asm - asm-tree - - - org.ow2.asm - asm-analysis - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-hibernate-orm-panache-common-deployment + Quarkus - Hibernate ORM with Panache - Common - Deployment + + + io.quarkus + quarkus-hibernate-orm-panache-common + + + io.quarkus + quarkus-panache-common-deployment + + + io.quarkus + quarkus-hibernate-orm-deployment + + + org.ow2.asm + asm + + + org.ow2.asm + asm-tree + + + org.ow2.asm + asm-analysis + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/panache/hibernate-orm-panache-common/pom.xml b/extensions/panache/hibernate-orm-panache-common/pom.xml index 832eb7f63979c..9420c52071e74 100644 --- a/extensions/panache/hibernate-orm-panache-common/pom.xml +++ b/extensions/panache/hibernate-orm-panache-common/pom.xml @@ -1,22 +1,19 @@ - - - quarkus-panache-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 - - quarkus-hibernate-orm-panache-common-parent - Quarkus - Hibernate ORM with Panache - Common - pom - - deployment - runtime - + + 4.0.0 + + io.quarkus + quarkus-panache-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-hibernate-orm-panache-common-parent + pom + Quarkus - Hibernate ORM with Panache - Common + + deployment + runtime + diff --git a/extensions/panache/hibernate-orm-panache-common/runtime/pom.xml b/extensions/panache/hibernate-orm-panache-common/runtime/pom.xml index 1956f0e1173b3..5e86b8b5f84f9 100644 --- a/extensions/panache/hibernate-orm-panache-common/runtime/pom.xml +++ b/extensions/panache/hibernate-orm-panache-common/runtime/pom.xml @@ -1,37 +1,36 @@ - - - quarkus-hibernate-orm-panache-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-orm-panache-common-parent + 999-SNAPSHOT + - quarkus-hibernate-orm-panache-common - Quarkus - Hibernate ORM with Panache - Common - Runtime - Hibernate ORM with Panache Common module - - - io.quarkus - quarkus-panache-hibernate-common - - - io.quarkus - quarkus-hibernate-orm - - - org.junit.jupiter - junit-jupiter - test - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - + quarkus-hibernate-orm-panache-common + Quarkus - Hibernate ORM with Panache - Common - Runtime + Hibernate ORM with Panache Common module + + + io.quarkus + quarkus-panache-hibernate-common + + + io.quarkus + quarkus-hibernate-orm + + + org.junit.jupiter + junit-jupiter + test + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + diff --git a/extensions/panache/hibernate-orm-panache-kotlin/deployment/pom.xml b/extensions/panache/hibernate-orm-panache-kotlin/deployment/pom.xml index d7dc78538de28..644fb110b5ba1 100644 --- a/extensions/panache/hibernate-orm-panache-kotlin/deployment/pom.xml +++ b/extensions/panache/hibernate-orm-panache-kotlin/deployment/pom.xml @@ -1,149 +1,147 @@ - - - quarkus-hibernate-orm-panache-kotlin-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-orm-panache-kotlin-parent + 999-SNAPSHOT + - quarkus-hibernate-orm-panache-kotlin-deployment - Quarkus - Hibernate ORM with Panache and Kotlin - Deployment - - - io.quarkus - quarkus-hibernate-orm-panache-common-deployment - - - org.jetbrains - annotations - - - - - io.quarkus - quarkus-panache-hibernate-common-deployment - - - io.quarkus - quarkus-hibernate-orm-panache-kotlin - - - io.quarkus - quarkus-kotlin-deployment - - - org.ow2.asm - asm - - - org.ow2.asm - asm-tree - - - org.ow2.asm - asm-analysis - + quarkus-hibernate-orm-panache-kotlin-deployment + Quarkus - Hibernate ORM with Panache and Kotlin - Deployment + + + io.quarkus + quarkus-hibernate-orm-panache-common-deployment + + + org.jetbrains + annotations + + + + + io.quarkus + quarkus-panache-hibernate-common-deployment + + + io.quarkus + quarkus-hibernate-orm-panache-kotlin + + + io.quarkus + quarkus-kotlin-deployment + + + org.ow2.asm + asm + + + org.ow2.asm + asm-tree + + + org.ow2.asm + asm-analysis + - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-jdbc-h2-deployment - test - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-jdbc-h2-deployment + test + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.rest-assured + rest-assured + test + + - - src/main/java - src/test/kotlin - - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin.version} - - - compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - test-compile - test-compile - - test-compile - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - java-test-compile - test-compile - - testCompile - - - - - - + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + test-compile + + test-compile + + test-compile + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + java-test-compile + + testCompile + + test-compile + + + + + src/main/java + src/test/kotlin + diff --git a/extensions/panache/hibernate-orm-panache-kotlin/pom.xml b/extensions/panache/hibernate-orm-panache-kotlin/pom.xml index 872ba385407ca..57505ed4a46fd 100644 --- a/extensions/panache/hibernate-orm-panache-kotlin/pom.xml +++ b/extensions/panache/hibernate-orm-panache-kotlin/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-panache-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-panache-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-hibernate-orm-panache-kotlin-parent - Quarkus - Hibernate ORM with Panache and Kotlin - pom - - deployment - runtime - - \ No newline at end of file + quarkus-hibernate-orm-panache-kotlin-parent + pom + Quarkus - Hibernate ORM with Panache and Kotlin + + deployment + runtime + + diff --git a/extensions/panache/hibernate-orm-panache-kotlin/runtime/pom.xml b/extensions/panache/hibernate-orm-panache-kotlin/runtime/pom.xml index fab0ef27078b0..fe9306194c3fb 100644 --- a/extensions/panache/hibernate-orm-panache-kotlin/runtime/pom.xml +++ b/extensions/panache/hibernate-orm-panache-kotlin/runtime/pom.xml @@ -1,179 +1,178 @@ - - - quarkus-hibernate-orm-panache-kotlin-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-orm-panache-kotlin-parent + 999-SNAPSHOT + - quarkus-hibernate-orm-panache-kotlin - Quarkus - Hibernate ORM with Panache and Kotlin - Runtime - Define your persistent model in Hibernate ORM with Panache - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-kotlin - - - io.quarkus - quarkus-hibernate-orm-panache-common - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-panache-common - - - jakarta.json.bind - jakarta.json.bind-api - true - - - io.quarkus - quarkus-jackson - true - + quarkus-hibernate-orm-panache-kotlin + Quarkus - Hibernate ORM with Panache and Kotlin - Runtime + Define your persistent model in Hibernate ORM with Panache + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-kotlin + + + io.quarkus + quarkus-hibernate-orm-panache-common + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-panache-common + + + jakarta.json.bind + jakarta.json.bind-api + true + + + io.quarkus + quarkus-jackson + true + - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-hibernate-orm-panache - test - - - org.jetbrains.kotlin - kotlin-reflect - ${kotlin.version} - test - - - org.ow2.asm - asm - test - - - io.quarkus - quarkus-panache-common-deployment - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-hibernate-orm-panache + test + + + org.jetbrains.kotlin + kotlin-reflect + ${kotlin.version} + test + + + org.ow2.asm + asm + test + + + io.quarkus + quarkus-panache-common-deployment + test + + - - src/main/kotlin - src/test/kotlin - - - org.jetbrains.kotlin - kotlin-maven-plugin - - - - compile - compile - - compile - - - - test-compile - test-compile - - test-compile - - - - kapt - generate-sources - - kapt - - - - - org.hibernate.orm - hibernate-processor - ${hibernate-orm.version} - - - - org.hibernate.processor.HibernateProcessor - - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - java-test-compile - test-compile - - testCompile - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - false - - - - + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + + compile + + compile + + compile + + + test-compile + + test-compile + + test-compile + + + kapt + + kapt + + generate-sources + + + + org.hibernate.orm + hibernate-processor + ${hibernate-orm.version} + + + + org.hibernate.processor.HibernateProcessor + + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + + compile + + compile + + + java-test-compile + + testCompile + + test-compile + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + false + + + + src/main/kotlin + src/test/kotlin + diff --git a/extensions/panache/hibernate-orm-panache/deployment/pom.xml b/extensions/panache/hibernate-orm-panache/deployment/pom.xml index 12d5d41e6364b..467fa08166027 100644 --- a/extensions/panache/hibernate-orm-panache/deployment/pom.xml +++ b/extensions/panache/hibernate-orm-panache/deployment/pom.xml @@ -1,100 +1,98 @@ - - - quarkus-hibernate-orm-panache-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-orm-panache-parent + 999-SNAPSHOT + - quarkus-hibernate-orm-panache-deployment - Quarkus - Hibernate ORM with Panache - Deployment - - - io.quarkus - quarkus-hibernate-orm-panache-common-deployment - - - io.quarkus - quarkus-panache-hibernate-common-deployment - - - io.quarkus - quarkus-hibernate-orm-panache - - - org.ow2.asm - asm - - - org.ow2.asm - asm-tree - - - org.ow2.asm - asm-analysis - + quarkus-hibernate-orm-panache-deployment + Quarkus - Hibernate ORM with Panache - Deployment + + + io.quarkus + quarkus-hibernate-orm-panache-common-deployment + + + io.quarkus + quarkus-panache-hibernate-common-deployment + + + io.quarkus + quarkus-hibernate-orm-panache + + + org.ow2.asm + asm + + + org.ow2.asm + asm-tree + + + org.ow2.asm + asm-analysis + - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-jdbc-h2-deployment - test - - - io.quarkus - quarkus-resteasy-jackson-deployment - test - - - io.quarkus - quarkus-resteasy-jaxb-deployment - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-resteasy-deployment - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-jdbc-h2-deployment + test + + + io.quarkus + quarkus-resteasy-jackson-deployment + test + + + io.quarkus + quarkus-resteasy-jaxb-deployment + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-resteasy-deployment + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/panache/hibernate-orm-panache/pom.xml b/extensions/panache/hibernate-orm-panache/pom.xml index ba8405dda2120..016aab032b066 100644 --- a/extensions/panache/hibernate-orm-panache/pom.xml +++ b/extensions/panache/hibernate-orm-panache/pom.xml @@ -1,22 +1,19 @@ - - - quarkus-panache-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 - - quarkus-hibernate-orm-panache-parent - Quarkus - Hibernate ORM with Panache - pom - - deployment - runtime - + + 4.0.0 + + io.quarkus + quarkus-panache-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-hibernate-orm-panache-parent + pom + Quarkus - Hibernate ORM with Panache + + deployment + runtime + diff --git a/extensions/panache/hibernate-orm-panache/runtime/pom.xml b/extensions/panache/hibernate-orm-panache/runtime/pom.xml index 54b0d96bc2f23..7afe53981b37c 100644 --- a/extensions/panache/hibernate-orm-panache/runtime/pom.xml +++ b/extensions/panache/hibernate-orm-panache/runtime/pom.xml @@ -1,88 +1,87 @@ - - - quarkus-hibernate-orm-panache-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-orm-panache-parent + 999-SNAPSHOT + - quarkus-hibernate-orm-panache - Quarkus - Hibernate ORM with Panache - Runtime - Simplify your persistence code for Hibernate ORM via the active record or the repository pattern - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-hibernate-orm-panache-common - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-panache-common - - - jakarta.json.bind - jakarta.json.bind-api - true - - - io.quarkus - quarkus-jackson - true - - - org.junit.jupiter - junit-jupiter - test - - - org.mockito - mockito-core - test - - + quarkus-hibernate-orm-panache + Quarkus - Hibernate ORM with Panache - Runtime + Simplify your persistence code for Hibernate ORM via the active record or the repository pattern + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-hibernate-orm-panache-common + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-panache-common + + + jakarta.json.bind + jakarta.json.bind-api + true + + + io.quarkus + quarkus-jackson + true + + + org.junit.jupiter + junit-jupiter + test + + + org.mockito + mockito-core + test + + - - - - maven-compiler-plugin - - - - org.hibernate.orm - hibernate-processor - - - - org.hibernate.processor.HibernateProcessor - - - - - io.quarkus - quarkus-extension-maven-plugin - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - + + + + maven-compiler-plugin + + + + org.hibernate.orm + hibernate-processor + + + + org.hibernate.processor.HibernateProcessor + + + + + io.quarkus + quarkus-extension-maven-plugin + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + diff --git a/extensions/panache/hibernate-orm-rest-data-panache/deployment/pom.xml b/extensions/panache/hibernate-orm-rest-data-panache/deployment/pom.xml index bd29c1b58b2a8..5558383fc3c11 100644 --- a/extensions/panache/hibernate-orm-rest-data-panache/deployment/pom.xml +++ b/extensions/panache/hibernate-orm-rest-data-panache/deployment/pom.xml @@ -1,81 +1,79 @@ - - 4.0.0 - - io.quarkus - quarkus-hibernate-orm-rest-data-panache-parent - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-hibernate-orm-rest-data-panache-parent + 999-SNAPSHOT + - quarkus-hibernate-orm-rest-data-panache-deployment - Quarkus - Hibernate ORM REST data with Panache - Deployment + quarkus-hibernate-orm-rest-data-panache-deployment + Quarkus - Hibernate ORM REST data with Panache - Deployment - - - io.quarkus - quarkus-rest-data-panache-deployment - - - io.quarkus - quarkus-hibernate-orm-rest-data-panache - - - io.quarkus - quarkus-hibernate-orm-panache-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-jdbc-h2-deployment - test - - - io.quarkus - quarkus-rest-jackson-deployment - test - - - io.quarkus - quarkus-rest-links-deployment - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-rest-data-panache-deployment + + + io.quarkus + quarkus-hibernate-orm-rest-data-panache + + + io.quarkus + quarkus-hibernate-orm-panache-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-jdbc-h2-deployment + test + + + io.quarkus + quarkus-rest-jackson-deployment + test + + + io.quarkus + quarkus-rest-links-deployment + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/panache/hibernate-orm-rest-data-panache/pom.xml b/extensions/panache/hibernate-orm-rest-data-panache/pom.xml index bbec5d34276db..f3556f6724c55 100644 --- a/extensions/panache/hibernate-orm-rest-data-panache/pom.xml +++ b/extensions/panache/hibernate-orm-rest-data-panache/pom.xml @@ -1,21 +1,19 @@ - - 4.0.0 - - quarkus-panache-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-panache-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-hibernate-orm-rest-data-panache-parent - Quarkus - Hibernate ORM REST data with Panache - Parent - pom + quarkus-hibernate-orm-rest-data-panache-parent + pom + Quarkus - Hibernate ORM REST data with Panache - Parent - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/panache/hibernate-orm-rest-data-panache/runtime/pom.xml b/extensions/panache/hibernate-orm-rest-data-panache/runtime/pom.xml index 209a4a6e48ea7..c24c8f8746774 100644 --- a/extensions/panache/hibernate-orm-rest-data-panache/runtime/pom.xml +++ b/extensions/panache/hibernate-orm-rest-data-panache/runtime/pom.xml @@ -1,52 +1,50 @@ - - 4.0.0 - - io.quarkus - quarkus-hibernate-orm-rest-data-panache-parent - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-hibernate-orm-rest-data-panache-parent + 999-SNAPSHOT + - quarkus-hibernate-orm-rest-data-panache - Quarkus - Hibernate ORM REST data with Panache - Runtime - Generate Jakarta REST resources for your Hibernate Panache entities and repositories + quarkus-hibernate-orm-rest-data-panache + Quarkus - Hibernate ORM REST data with Panache - Runtime + Generate Jakarta REST resources for your Hibernate Panache entities and repositories - - - io.quarkus - quarkus-rest-data-panache - - - io.quarkus - quarkus-hibernate-orm-panache - - + + + io.quarkus + quarkus-rest-data-panache + + + io.quarkus + quarkus-hibernate-orm-panache + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/panache/hibernate-reactive-panache-common/deployment/pom.xml b/extensions/panache/hibernate-reactive-panache-common/deployment/pom.xml index 155c7fd4270cb..102e782f0b07e 100644 --- a/extensions/panache/hibernate-reactive-panache-common/deployment/pom.xml +++ b/extensions/panache/hibernate-reactive-panache-common/deployment/pom.xml @@ -1,77 +1,75 @@ - - - quarkus-hibernate-reactive-panache-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-reactive-panache-common-parent + 999-SNAPSHOT + - quarkus-hibernate-reactive-panache-common-deployment - Quarkus - Hibernate Reactive with Panache - Common - Deployment - - - io.quarkus - quarkus-hibernate-reactive-deployment - - - io.quarkus - quarkus-panache-common-deployment - - - io.quarkus - quarkus-hibernate-reactive-panache-common - - - org.ow2.asm - asm - - - org.ow2.asm - asm-tree - - - org.ow2.asm - asm-analysis - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - - true - - - - - maven-failsafe-plugin - - - true - - - - - + quarkus-hibernate-reactive-panache-common-deployment + Quarkus - Hibernate Reactive with Panache - Common - Deployment + + + io.quarkus + quarkus-hibernate-reactive-deployment + + + io.quarkus + quarkus-panache-common-deployment + + + io.quarkus + quarkus-hibernate-reactive-panache-common + + + org.ow2.asm + asm + + + org.ow2.asm + asm-tree + + + org.ow2.asm + asm-analysis + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + + true + + + + + maven-failsafe-plugin + + + true + + + + + diff --git a/extensions/panache/hibernate-reactive-panache-common/pom.xml b/extensions/panache/hibernate-reactive-panache-common/pom.xml index f7c5d94fc871f..6065452eb76b4 100644 --- a/extensions/panache/hibernate-reactive-panache-common/pom.xml +++ b/extensions/panache/hibernate-reactive-panache-common/pom.xml @@ -1,22 +1,19 @@ - - - quarkus-panache-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 - - quarkus-hibernate-reactive-panache-common-parent - Quarkus - Hibernate Reactive with Panache - Common - pom - - deployment - runtime - + + 4.0.0 + + io.quarkus + quarkus-panache-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-hibernate-reactive-panache-common-parent + pom + Quarkus - Hibernate Reactive with Panache - Common + + deployment + runtime + diff --git a/extensions/panache/hibernate-reactive-panache-common/runtime/pom.xml b/extensions/panache/hibernate-reactive-panache-common/runtime/pom.xml index b600f48dc5044..c39271811341a 100644 --- a/extensions/panache/hibernate-reactive-panache-common/runtime/pom.xml +++ b/extensions/panache/hibernate-reactive-panache-common/runtime/pom.xml @@ -1,49 +1,48 @@ - - - quarkus-hibernate-reactive-panache-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-reactive-panache-common-parent + 999-SNAPSHOT + - quarkus-hibernate-reactive-panache-common - Quarkus - Hibernate Reactive with Panache - Common - Runtime - Common module to simplify your persistence code for Hibernate Reactive via the active record or the repository pattern - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-hibernate-reactive - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-panache-common - - - io.quarkus - quarkus-panache-hibernate-common - - - org.junit.jupiter - junit-jupiter - test - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - + quarkus-hibernate-reactive-panache-common + Quarkus - Hibernate Reactive with Panache - Common - Runtime + Common module to simplify your persistence code for Hibernate Reactive via the active record or the repository pattern + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-hibernate-reactive + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-panache-common + + + io.quarkus + quarkus-panache-hibernate-common + + + org.junit.jupiter + junit-jupiter + test + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + diff --git a/extensions/panache/hibernate-reactive-panache-kotlin/deployment/pom.xml b/extensions/panache/hibernate-reactive-panache-kotlin/deployment/pom.xml index 9a5e37e9ac236..1a9b3d19854a1 100644 --- a/extensions/panache/hibernate-reactive-panache-kotlin/deployment/pom.xml +++ b/extensions/panache/hibernate-reactive-panache-kotlin/deployment/pom.xml @@ -1,274 +1,272 @@ - - - io.quarkus - quarkus-hibernate-reactive-panache-kotlin-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-reactive-panache-kotlin-parent + 999-SNAPSHOT + - - vertx-reactive:postgresql://localhost:5431/hibernate_orm_test - + quarkus-hibernate-reactive-panache-kotlin-deployment + Quarkus - Hibernate Reactive with Panache and Kotlin - Deployment - quarkus-hibernate-reactive-panache-kotlin-deployment - Quarkus - Hibernate Reactive with Panache and Kotlin - Deployment - - - io.quarkus - quarkus-hibernate-reactive-panache-kotlin - - - io.quarkus - quarkus-hibernate-reactive-panache-common-deployment - - - io.quarkus - quarkus-hibernate-reactive-panache-deployment - - - io.quarkus - quarkus-panache-hibernate-common-deployment - - - io.quarkus - quarkus-kotlin-deployment - + + vertx-reactive:postgresql://localhost:5431/hibernate_orm_test + + + + io.quarkus + quarkus-hibernate-reactive-panache-kotlin + + + io.quarkus + quarkus-hibernate-reactive-panache-common-deployment + + + io.quarkus + quarkus-hibernate-reactive-panache-deployment + + + io.quarkus + quarkus-panache-hibernate-common-deployment + + + io.quarkus + quarkus-kotlin-deployment + - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-reactive-pg-client-deployment - test - - - io.quarkus - quarkus-rest-deployment - test - - - io.quarkus - quarkus-rest-jsonb-deployment - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-reactive-pg-client-deployment + test + + + io.quarkus + quarkus-rest-deployment + test + + + io.quarkus + quarkus-rest-jsonb-deployment + test + + + io.rest-assured + rest-assured + test + + - - src/main/java - src/test/kotlin - - - src/test/resources - true - - + + + + true + src/test/resources + + + + + maven-surefire-plugin + + true + + true + + + + + maven-failsafe-plugin + + true + + true + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + test-compile + + test-compile + + test-compile + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + java-test-compile + + testCompile + + test-compile + + + + + src/main/java + src/test/kotlin + + + + + test-postgresql + + + test-containers + + + - - maven-surefire-plugin - - true - - true - - - - - maven-failsafe-plugin - - true - - true - - - - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin.version} - - - compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - test-compile - test-compile - - test-compile - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - java-test-compile - test-compile - - testCompile - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - docker-postgresql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${postgres.image} - postgresql - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - 5431:5432 - - - - - (?s)ready to accept connections.*ready to accept connections - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/extensions/panache/hibernate-reactive-panache-kotlin/pom.xml b/extensions/panache/hibernate-reactive-panache-kotlin/pom.xml index daf8750d3c85d..0dd29e28757fb 100644 --- a/extensions/panache/hibernate-reactive-panache-kotlin/pom.xml +++ b/extensions/panache/hibernate-reactive-panache-kotlin/pom.xml @@ -1,13 +1,12 @@ - + + 4.0.0 - quarkus-panache-parent io.quarkus + quarkus-panache-parent 999-SNAPSHOT ../pom.xml - 4.0.0 quarkus-hibernate-reactive-panache-kotlin-parent pom Quarkus - Hibernate Reactive with Panache and Kotlin - JPA diff --git a/extensions/panache/hibernate-reactive-panache-kotlin/runtime/pom.xml b/extensions/panache/hibernate-reactive-panache-kotlin/runtime/pom.xml index 9e1e07216c34f..eaf1a54cff699 100644 --- a/extensions/panache/hibernate-reactive-panache-kotlin/runtime/pom.xml +++ b/extensions/panache/hibernate-reactive-panache-kotlin/runtime/pom.xml @@ -1,188 +1,187 @@ - - - io.quarkus - quarkus-hibernate-reactive-panache-kotlin-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-reactive-panache-kotlin-parent + 999-SNAPSHOT + - quarkus-hibernate-reactive-panache-kotlin - Quarkus - Hibernate Reactive with Panache and Kotlin - Runtime - Simplify your persistence code for Hibernate Reactive and Kotlin via the active record or the repository pattern - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-hibernate-reactive - - - io.quarkus - quarkus-hibernate-reactive-panache - - - io.quarkus - quarkus-hibernate-reactive-panache-common - - - io.quarkus - quarkus-arc - - - io.smallrye.common - smallrye-common-annotation - - - jakarta.json.bind - jakarta.json.bind-api - true - - - io.quarkus - quarkus-jackson - true - - - io.quarkus - quarkus-kotlin - + quarkus-hibernate-reactive-panache-kotlin + Quarkus - Hibernate Reactive with Panache and Kotlin - Runtime + Simplify your persistence code for Hibernate Reactive and Kotlin via the active record or the repository pattern + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-hibernate-reactive + + + io.quarkus + quarkus-hibernate-reactive-panache + + + io.quarkus + quarkus-hibernate-reactive-panache-common + + + io.quarkus + quarkus-arc + + + io.smallrye.common + smallrye-common-annotation + + + jakarta.json.bind + jakarta.json.bind-api + true + + + io.quarkus + quarkus-jackson + true + + + io.quarkus + quarkus-kotlin + - - - org.junit.jupiter - junit-jupiter - test - - - org.jetbrains.kotlin - kotlin-reflect - ${kotlin.version} - test - - - org.ow2.asm - asm - test - + + + org.junit.jupiter + junit-jupiter + test + + + org.jetbrains.kotlin + kotlin-reflect + ${kotlin.version} + test + + + org.ow2.asm + asm + test + - - io.quarkus - quarkus-panache-common-deployment - test - + + io.quarkus + quarkus-panache-common-deployment + test + - - - org.eclipse.angus - angus-activation - provided - - + + org.eclipse.angus + angus-activation + provided + + - - src/main/kotlin - src/test/kotlin - - - org.jetbrains.kotlin - kotlin-maven-plugin - - - - compile - compile - - compile - - - - test-compile - test-compile - - test-compile - - - - kapt - generate-sources - - kapt - - - - - org.hibernate.orm - hibernate-processor - ${hibernate-orm.version} - - - - org.hibernate.processor.HibernateProcessor - - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - java-test-compile - test-compile - - testCompile - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - false - - - - + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + + compile + + compile + + compile + + + test-compile + + test-compile + + test-compile + + + kapt + + kapt + + generate-sources + + + + org.hibernate.orm + hibernate-processor + ${hibernate-orm.version} + + + + org.hibernate.processor.HibernateProcessor + + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + + compile + + compile + + + java-test-compile + + testCompile + + test-compile + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + false + + + + src/main/kotlin + src/test/kotlin + diff --git a/extensions/panache/hibernate-reactive-panache/deployment/pom.xml b/extensions/panache/hibernate-reactive-panache/deployment/pom.xml index ea051e1cfbb21..187977ce70b23 100644 --- a/extensions/panache/hibernate-reactive-panache/deployment/pom.xml +++ b/extensions/panache/hibernate-reactive-panache/deployment/pom.xml @@ -1,249 +1,247 @@ - - - quarkus-hibernate-reactive-panache-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-reactive-panache-parent + 999-SNAPSHOT + - - vertx-reactive:postgresql://localhost:5431/hibernate_orm_test - + quarkus-hibernate-reactive-panache-deployment + Quarkus - Hibernate Reactive with Panache - Deployment - quarkus-hibernate-reactive-panache-deployment - Quarkus - Hibernate Reactive with Panache - Deployment - - - io.quarkus - quarkus-hibernate-reactive-panache - - - io.quarkus - quarkus-hibernate-reactive-panache-common-deployment - - - io.quarkus - quarkus-panache-hibernate-common-deployment - + + vertx-reactive:postgresql://localhost:5431/hibernate_orm_test + + + + io.quarkus + quarkus-hibernate-reactive-panache + + + io.quarkus + quarkus-hibernate-reactive-panache-common-deployment + + + io.quarkus + quarkus-panache-hibernate-common-deployment + - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-test-hibernate-reactive-panache - test - - - io.quarkus - quarkus-reactive-pg-client-deployment - test - - - io.quarkus - quarkus-rest-deployment - test - - - io.quarkus - quarkus-rest-jsonb-deployment - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-test-hibernate-reactive-panache + test + + + io.quarkus + quarkus-reactive-pg-client-deployment + test + + + io.quarkus + quarkus-rest-deployment + test + + + io.quarkus + quarkus-rest-jsonb-deployment + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - - - - src/test/resources - true - - + + + + true + src/test/resources + + + + + maven-surefire-plugin + + true + + true + + + + + maven-failsafe-plugin + + true + + true + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + + + + + test-postgresql + + + test-containers + + + - - maven-surefire-plugin - - true - - true - - - - - maven-failsafe-plugin - - true - - true - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - + + - - docker-postgresql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${postgres.image} - postgresql - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - 5431:5432 - - - - - (?s)ready to accept connections.*ready to accept connections - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - - - podman - - - env.IS_PODMAN - true - - - - true - true - true - - - - - io.fabric8 - docker-maven-plugin - - true - - - - - + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + + + podman + + + env.IS_PODMAN + true + + + + true + true + true + + + + + io.fabric8 + docker-maven-plugin + + true + + + + + - + diff --git a/extensions/panache/hibernate-reactive-panache/pom.xml b/extensions/panache/hibernate-reactive-panache/pom.xml index 32be6753b5f82..a28b3985e3efd 100644 --- a/extensions/panache/hibernate-reactive-panache/pom.xml +++ b/extensions/panache/hibernate-reactive-panache/pom.xml @@ -1,22 +1,19 @@ - - - quarkus-panache-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 - - quarkus-hibernate-reactive-panache-parent - Quarkus - Hibernate Reactive with Panache - JPA - pom - - deployment - runtime - + + 4.0.0 + + io.quarkus + quarkus-panache-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-hibernate-reactive-panache-parent + pom + Quarkus - Hibernate Reactive with Panache - JPA + + deployment + runtime + diff --git a/extensions/panache/hibernate-reactive-panache/runtime/pom.xml b/extensions/panache/hibernate-reactive-panache/runtime/pom.xml index 94f0cd6c6600d..3fd8c2455ce2e 100644 --- a/extensions/panache/hibernate-reactive-panache/runtime/pom.xml +++ b/extensions/panache/hibernate-reactive-panache/runtime/pom.xml @@ -1,92 +1,91 @@ - - - quarkus-hibernate-reactive-panache-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-hibernate-reactive-panache-parent + 999-SNAPSHOT + - quarkus-hibernate-reactive-panache - Quarkus - Hibernate Reactive with Panache - Runtime - Simplify your persistence code for Hibernate Reactive via the active record or the repository pattern - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-hibernate-reactive - - - io.quarkus - quarkus-hibernate-reactive-panache-common - - - io.quarkus - quarkus-arc - - - io.smallrye.common - smallrye-common-annotation - - - jakarta.json.bind - jakarta.json.bind-api - true - - - io.quarkus - quarkus-jackson - true - - - org.junit.jupiter - junit-jupiter - test - - - org.mockito - mockito-core - test - - + quarkus-hibernate-reactive-panache + Quarkus - Hibernate Reactive with Panache - Runtime + Simplify your persistence code for Hibernate Reactive via the active record or the repository pattern + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-hibernate-reactive + + + io.quarkus + quarkus-hibernate-reactive-panache-common + + + io.quarkus + quarkus-arc + + + io.smallrye.common + smallrye-common-annotation + + + jakarta.json.bind + jakarta.json.bind-api + true + + + io.quarkus + quarkus-jackson + true + + + org.junit.jupiter + junit-jupiter + test + + + org.mockito + mockito-core + test + + - - - - maven-compiler-plugin - - - - org.hibernate.orm - hibernate-processor - - - - org.hibernate.processor.HibernateProcessor - - - - - io.quarkus - quarkus-extension-maven-plugin - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - + + + + maven-compiler-plugin + + + + org.hibernate.orm + hibernate-processor + + + + org.hibernate.processor.HibernateProcessor + + + + + io.quarkus + quarkus-extension-maven-plugin + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + diff --git a/extensions/panache/hibernate-reactive-rest-data-panache/deployment/pom.xml b/extensions/panache/hibernate-reactive-rest-data-panache/deployment/pom.xml index 8729e38d866f8..ee402d618becb 100644 --- a/extensions/panache/hibernate-reactive-rest-data-panache/deployment/pom.xml +++ b/extensions/panache/hibernate-reactive-rest-data-panache/deployment/pom.xml @@ -1,197 +1,195 @@ - - 4.0.0 - - io.quarkus - quarkus-hibernate-reactive-rest-data-panache-parent - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-hibernate-reactive-rest-data-panache-parent + 999-SNAPSHOT + - quarkus-hibernate-reactive-rest-data-panache-deployment - Quarkus - Hibernate Reactive REST data with Panache - Deployment + quarkus-hibernate-reactive-rest-data-panache-deployment + Quarkus - Hibernate Reactive REST data with Panache - Deployment - - vertx-reactive:postgresql://localhost:5431/hibernate_orm_test - + + vertx-reactive:postgresql://localhost:5431/hibernate_orm_test + - - - io.quarkus - quarkus-rest-data-panache-deployment - - - io.quarkus - quarkus-hibernate-reactive-rest-data-panache - - - io.quarkus - quarkus-hibernate-reactive-panache-deployment - - - io.quarkus - quarkus-rest-deployment - - - io.quarkus - quarkus-rest-links-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-reactive-pg-client-deployment - test - - - io.quarkus - quarkus-rest-jsonb-deployment - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-rest-data-panache-deployment + + + io.quarkus + quarkus-hibernate-reactive-rest-data-panache + + + io.quarkus + quarkus-hibernate-reactive-panache-deployment + + + io.quarkus + quarkus-rest-deployment + + + io.quarkus + quarkus-rest-links-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-reactive-pg-client-deployment + test + + + io.quarkus + quarkus-rest-jsonb-deployment + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - - - - src/test/resources - true - - + + + + true + src/test/resources + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + maven-surefire-plugin + + true + + + + + + + + test-postgresql + + + test-containers + + + - - org.apache.maven.plugins - maven-compiler-plugin - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + - + + - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - - - - - docker-postgresql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${postgres.image} - postgresql - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - 5431:5432 - - - - - (?s)ready to accept connections.*ready to accept connections - - - - - - true - - - - docker-start - process-test-classes - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + true + + + + docker-start + + stop + start + + process-test-classes + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/extensions/panache/hibernate-reactive-rest-data-panache/pom.xml b/extensions/panache/hibernate-reactive-rest-data-panache/pom.xml index abe6af75b87f0..5c6478b6ffb0c 100644 --- a/extensions/panache/hibernate-reactive-rest-data-panache/pom.xml +++ b/extensions/panache/hibernate-reactive-rest-data-panache/pom.xml @@ -1,21 +1,19 @@ - - 4.0.0 - - quarkus-panache-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-panache-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-hibernate-reactive-rest-data-panache-parent - Quarkus - Hibernate Reactive REST data with Panache - Parent - pom + quarkus-hibernate-reactive-rest-data-panache-parent + pom + Quarkus - Hibernate Reactive REST data with Panache - Parent - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/panache/hibernate-reactive-rest-data-panache/runtime/pom.xml b/extensions/panache/hibernate-reactive-rest-data-panache/runtime/pom.xml index bcbe641e22649..77d2aae309805 100644 --- a/extensions/panache/hibernate-reactive-rest-data-panache/runtime/pom.xml +++ b/extensions/panache/hibernate-reactive-rest-data-panache/runtime/pom.xml @@ -1,56 +1,54 @@ - - 4.0.0 - - io.quarkus - quarkus-hibernate-reactive-rest-data-panache-parent - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-hibernate-reactive-rest-data-panache-parent + 999-SNAPSHOT + - quarkus-hibernate-reactive-rest-data-panache - Quarkus - Hibernate Reactive REST data with Panache - Runtime - Generate Jakarta REST resources for your Hibernate Reactive Panache entities and repositories + quarkus-hibernate-reactive-rest-data-panache + Quarkus - Hibernate Reactive REST data with Panache - Runtime + Generate Jakarta REST resources for your Hibernate Reactive Panache entities and repositories - - - io.quarkus - quarkus-rest-data-panache - - - io.quarkus - quarkus-hibernate-reactive-panache - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-links - - + + + io.quarkus + quarkus-rest-data-panache + + + io.quarkus + quarkus-hibernate-reactive-panache + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-links + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.apache.maven.plugins - maven-compiler-plugin - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + diff --git a/extensions/panache/mongodb-panache-common/deployment/pom.xml b/extensions/panache/mongodb-panache-common/deployment/pom.xml index b1fbfef414f3d..12d4add765399 100644 --- a/extensions/panache/mongodb-panache-common/deployment/pom.xml +++ b/extensions/panache/mongodb-panache-common/deployment/pom.xml @@ -1,80 +1,77 @@ - - - quarkus-mongodb-panache-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-mongodb-panache-common-parent + 999-SNAPSHOT + - quarkus-mongodb-panache-common-deployment - Quarkus - MongoDB with Panache - Common Deployment + quarkus-mongodb-panache-common-deployment + Quarkus - MongoDB with Panache - Common Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-jsonb-spi - - - io.quarkus - quarkus-jackson-spi - - - io.quarkus - quarkus-panache-common-deployment - - - io.quarkus - quarkus-mongodb-client-deployment - - - io.quarkus - quarkus-mongodb-panache-common - - - io.quarkus - quarkus-narayana-jta-deployment - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-jsonb-spi + + + io.quarkus + quarkus-jackson-spi + + + io.quarkus + quarkus-panache-common-deployment + + + io.quarkus + quarkus-mongodb-client-deployment + + + io.quarkus + quarkus-mongodb-panache-common + + + io.quarkus + quarkus-narayana-jta-deployment + - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-test-mongodb - test - - + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-test-mongodb + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + - - \ No newline at end of file + diff --git a/extensions/panache/mongodb-panache-common/pom.xml b/extensions/panache/mongodb-panache-common/pom.xml index d4c364e7b4fc4..23ebd0e06c01b 100644 --- a/extensions/panache/mongodb-panache-common/pom.xml +++ b/extensions/panache/mongodb-panache-common/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-panache-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-panache-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-mongodb-panache-common-parent - Quarkus - MongoDB with Panache - Common - pom - - runtime - deployment - - \ No newline at end of file + quarkus-mongodb-panache-common-parent + pom + Quarkus - MongoDB with Panache - Common + + runtime + deployment + + diff --git a/extensions/panache/mongodb-panache-common/runtime/pom.xml b/extensions/panache/mongodb-panache-common/runtime/pom.xml index a0ee38dc6a428..799ecaf314857 100644 --- a/extensions/panache/mongodb-panache-common/runtime/pom.xml +++ b/extensions/panache/mongodb-panache-common/runtime/pom.xml @@ -1,91 +1,88 @@ - - - quarkus-mongodb-panache-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-mongodb-panache-common - Quarkus - MongoDB with Panache - Common Runtime + + 4.0.0 + + io.quarkus + quarkus-mongodb-panache-common-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-panache-common - - - io.quarkus - quarkus-mongodb-client - - - io.quarkus - quarkus-panacheql - - - - - io.quarkus - quarkus-jsonb - true - - - - - io.quarkus - quarkus-jackson - true - - - io.quarkus - quarkus-narayana-jta - - - org.junit.jupiter - junit-jupiter - test - - - org.junit.jupiter - junit-jupiter-api - test - - + quarkus-mongodb-panache-common + Quarkus - MongoDB with Panache - Common Runtime - - - - maven-compiler-plugin - - -proc:none - - - - io.quarkus - quarkus-extension-maven-plugin - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-panache-common + + + io.quarkus + quarkus-mongodb-client + + + io.quarkus + quarkus-panacheql + + + + + io.quarkus + quarkus-jsonb + true + + + + + io.quarkus + quarkus-jackson + true + + + io.quarkus + quarkus-narayana-jta + + + org.junit.jupiter + junit-jupiter + test + + + org.junit.jupiter + junit-jupiter-api + test + + + + + + maven-compiler-plugin + + -proc:none + + + + io.quarkus + quarkus-extension-maven-plugin + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + diff --git a/extensions/panache/mongodb-panache-kotlin/deployment/pom.xml b/extensions/panache/mongodb-panache-kotlin/deployment/pom.xml index ddd0ed62537a7..b8d85fc134936 100644 --- a/extensions/panache/mongodb-panache-kotlin/deployment/pom.xml +++ b/extensions/panache/mongodb-panache-kotlin/deployment/pom.xml @@ -1,103 +1,100 @@ - - - quarkus-mongodb-panache-kotlin-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-mongodb-panache-kotlin-parent + 999-SNAPSHOT + - quarkus-mongodb-panache-kotlin-deployment - Quarkus - MongoDB with Panache - Kotlin Deployment + quarkus-mongodb-panache-kotlin-deployment + Quarkus - MongoDB with Panache - Kotlin Deployment - - - io.quarkus - quarkus-kotlin-deployment - - - io.quarkus - quarkus-mongodb-panache-kotlin - - - io.quarkus - quarkus-mongodb-panache-common-deployment - - - io.quarkus - quarkus-mongodb-client-deployment - - - io.quarkus - quarkus-jsonb-spi - - - io.quarkus - quarkus-jackson-spi - + + + io.quarkus + quarkus-kotlin-deployment + + + io.quarkus + quarkus-mongodb-panache-kotlin + + + io.quarkus + quarkus-mongodb-panache-common-deployment + + + io.quarkus + quarkus-mongodb-client-deployment + + + io.quarkus + quarkus-jsonb-spi + + + io.quarkus + quarkus-jackson-spi + - - io.quarkus - quarkus-junit5-internal - test - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - org.jetbrains.kotlin - kotlin-maven-plugin - - - compile - compile - - compile - - - - src/main/java - src/main/kotlin - - - - - test-compile - test-compile - - test-compile - - - - src/test/java - src/test/kotlin - - - - - - - + + io.quarkus + quarkus-junit5-internal + test + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + compile + + compile + + compile + + + src/main/java + src/main/kotlin + + + + + test-compile + + test-compile + + test-compile + + + src/test/java + src/test/kotlin + + + + + + + diff --git a/extensions/panache/mongodb-panache-kotlin/pom.xml b/extensions/panache/mongodb-panache-kotlin/pom.xml index e8fd077f88c73..fb18ddf538800 100644 --- a/extensions/panache/mongodb-panache-kotlin/pom.xml +++ b/extensions/panache/mongodb-panache-kotlin/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-panache-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-panache-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-mongodb-panache-kotlin-parent - Quarkus - MongoDB with Panache - Kotlin Parent - pom - - runtime - deployment - - \ No newline at end of file + quarkus-mongodb-panache-kotlin-parent + pom + Quarkus - MongoDB with Panache - Kotlin Parent + + runtime + deployment + + diff --git a/extensions/panache/mongodb-panache-kotlin/runtime/pom.xml b/extensions/panache/mongodb-panache-kotlin/runtime/pom.xml index ef6c31f23d2f4..633ab6af2239e 100644 --- a/extensions/panache/mongodb-panache-kotlin/runtime/pom.xml +++ b/extensions/panache/mongodb-panache-kotlin/runtime/pom.xml @@ -1,172 +1,170 @@ - - - quarkus-mongodb-panache-kotlin-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-mongodb-panache-kotlin-parent + 999-SNAPSHOT + - quarkus-mongodb-panache-kotlin - Quarkus - MongoDB with Panache - Kotlin Runtime - Simplify your persistence code for MongoDB in Kotlin via the active record or the repository pattern - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-panache-common - - - io.quarkus - quarkus-mongodb-panache-common - - - - - io.quarkus - quarkus-jsonb - true - - - - - io.quarkus - quarkus-jackson - true - - - io.quarkus - quarkus-kotlin - - - org.junit.jupiter - junit-jupiter - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.jetbrains.kotlin - kotlin-reflect - ${kotlin.version} - test - - - org.ow2.asm - asm - test - - - io.quarkus - quarkus-mongodb-panache - test - - - io.quarkus - quarkus-mongodb-panache-common-deployment - test - - - io.quarkus.gizmo - gizmo - test - - + quarkus-mongodb-panache-kotlin + Quarkus - MongoDB with Panache - Kotlin Runtime + Simplify your persistence code for MongoDB in Kotlin via the active record or the repository pattern + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-panache-common + + + io.quarkus + quarkus-mongodb-panache-common + + + + + io.quarkus + quarkus-jsonb + true + + + + + io.quarkus + quarkus-jackson + true + + + io.quarkus + quarkus-kotlin + + + org.junit.jupiter + junit-jupiter + test + + + org.junit.jupiter + junit-jupiter-api + test + + + org.jetbrains.kotlin + kotlin-reflect + ${kotlin.version} + test + + + org.ow2.asm + asm + test + + + io.quarkus + quarkus-mongodb-panache + test + + + io.quarkus + quarkus-mongodb-panache-common-deployment + test + + + io.quarkus.gizmo + gizmo + test + + - - src/main/kotlin - src/test/kotlin - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.mongodb.panache.kotlin - - - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - org.jetbrains.kotlin - kotlin-maven-plugin - - - compile - compile - - compile - - - - test-compile - test-compile - - test-compile - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - -proc:none - - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - java-test-compile - test-compile - - testCompile - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - false - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.mongodb.panache.kotlin + + + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + compile + + compile + + compile + + + test-compile + + test-compile + + test-compile + + + + + org.apache.maven.plugins + maven-compiler-plugin + + -proc:none + + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + + compile + + compile + + + java-test-compile + + testCompile + + test-compile + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + false + + + + src/main/kotlin + src/test/kotlin + diff --git a/extensions/panache/mongodb-panache/deployment/pom.xml b/extensions/panache/mongodb-panache/deployment/pom.xml index a51cd8bd288a1..5ecf4e4218169 100644 --- a/extensions/panache/mongodb-panache/deployment/pom.xml +++ b/extensions/panache/mongodb-panache/deployment/pom.xml @@ -1,71 +1,68 @@ - - - quarkus-mongodb-panache-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-mongodb-panache-parent + 999-SNAPSHOT + - quarkus-mongodb-panache-deployment - Quarkus - MongoDB with Panache - Deployment + quarkus-mongodb-panache-deployment + Quarkus - MongoDB with Panache - Deployment - - - io.quarkus - quarkus-mongodb-panache-common-deployment - - - io.quarkus - quarkus-jsonb-spi - - - io.quarkus - quarkus-jackson-spi - - - io.quarkus - quarkus-panache-common-deployment - - - io.quarkus - quarkus-mongodb-client-deployment - - - io.quarkus - quarkus-mongodb-panache - + + + io.quarkus + quarkus-mongodb-panache-common-deployment + + + io.quarkus + quarkus-jsonb-spi + + + io.quarkus + quarkus-jackson-spi + + + io.quarkus + quarkus-panache-common-deployment + + + io.quarkus + quarkus-mongodb-client-deployment + + + io.quarkus + quarkus-mongodb-panache + - - io.quarkus - quarkus-junit5-internal - test - - + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + - - \ No newline at end of file + diff --git a/extensions/panache/mongodb-panache/pom.xml b/extensions/panache/mongodb-panache/pom.xml index 1deb594e66668..61be2aec25c50 100644 --- a/extensions/panache/mongodb-panache/pom.xml +++ b/extensions/panache/mongodb-panache/pom.xml @@ -1,22 +1,19 @@ - - - quarkus-panache-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-panache-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-mongodb-panache-parent - Quarkus - MongoDB with Panache - Parent - pom - - runtime - deployment - + quarkus-mongodb-panache-parent + pom + Quarkus - MongoDB with Panache - Parent + + runtime + deployment + - - \ No newline at end of file + diff --git a/extensions/panache/mongodb-panache/runtime/pom.xml b/extensions/panache/mongodb-panache/runtime/pom.xml index ef61e86e16c9c..03f2048e68b91 100644 --- a/extensions/panache/mongodb-panache/runtime/pom.xml +++ b/extensions/panache/mongodb-panache/runtime/pom.xml @@ -1,88 +1,85 @@ - - - quarkus-mongodb-panache-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-mongodb-panache - Quarkus - MongoDB with Panache - Runtime - Simplify your persistence code for MongoDB via the active record or the repository pattern - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-panache-common - - - io.quarkus - quarkus-mongodb-panache-common - - - - - io.quarkus - quarkus-jsonb - true - - - - - io.quarkus - quarkus-jackson - true - - - org.junit.jupiter - junit-jupiter - test - - - org.junit.jupiter - junit-jupiter-api - test - - + + 4.0.0 + + io.quarkus + quarkus-mongodb-panache-parent + 999-SNAPSHOT + - - - - maven-compiler-plugin - - -proc:none - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.mongodb.panache - - - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - + quarkus-mongodb-panache + Quarkus - MongoDB with Panache - Runtime + Simplify your persistence code for MongoDB via the active record or the repository pattern + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-panache-common + + + io.quarkus + quarkus-mongodb-panache-common + + + + + io.quarkus + quarkus-jsonb + true + + + + + io.quarkus + quarkus-jackson + true + + + org.junit.jupiter + junit-jupiter + test + + + org.junit.jupiter + junit-jupiter-api + test + + + + + + maven-compiler-plugin + + -proc:none + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.mongodb.panache + + + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + diff --git a/extensions/panache/mongodb-rest-data-panache/deployment/pom.xml b/extensions/panache/mongodb-rest-data-panache/deployment/pom.xml index 8dd153e3f3455..8c6eaff699594 100644 --- a/extensions/panache/mongodb-rest-data-panache/deployment/pom.xml +++ b/extensions/panache/mongodb-rest-data-panache/deployment/pom.xml @@ -1,52 +1,50 @@ - - 4.0.0 - - io.quarkus - quarkus-mongodb-rest-data-panache-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-mongodb-rest-data-panache-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-mongodb-rest-data-panache-deployment - Quarkus - MongoDB REST data with Panache - Deployment + quarkus-mongodb-rest-data-panache-deployment + Quarkus - MongoDB REST data with Panache - Deployment - - - io.quarkus - quarkus-mongodb-rest-data-panache - - - io.quarkus - quarkus-rest-data-panache-deployment - - - io.quarkus - quarkus-mongodb-panache-deployment - - + + + io.quarkus + quarkus-mongodb-rest-data-panache + + + io.quarkus + quarkus-rest-data-panache-deployment + + + io.quarkus + quarkus-mongodb-panache-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/panache/mongodb-rest-data-panache/pom.xml b/extensions/panache/mongodb-rest-data-panache/pom.xml index ae14687230be6..a94932e1e224a 100644 --- a/extensions/panache/mongodb-rest-data-panache/pom.xml +++ b/extensions/panache/mongodb-rest-data-panache/pom.xml @@ -1,21 +1,19 @@ - - 4.0.0 - - quarkus-panache-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-panache-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-mongodb-rest-data-panache-parent - Quarkus - MongoDB REST data with Panache - Parent - pom + quarkus-mongodb-rest-data-panache-parent + pom + Quarkus - MongoDB REST data with Panache - Parent - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/panache/mongodb-rest-data-panache/runtime/pom.xml b/extensions/panache/mongodb-rest-data-panache/runtime/pom.xml index c516bcd9e1ae4..0a9107a133ca1 100644 --- a/extensions/panache/mongodb-rest-data-panache/runtime/pom.xml +++ b/extensions/panache/mongodb-rest-data-panache/runtime/pom.xml @@ -1,58 +1,56 @@ - - 4.0.0 - - io.quarkus - quarkus-mongodb-rest-data-panache-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-mongodb-rest-data-panache-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-mongodb-rest-data-panache - Quarkus - MongoDB REST data with Panache - Runtime - Generate Jakarta REST resources for your MongoDB entities and repositories + quarkus-mongodb-rest-data-panache + Quarkus - MongoDB REST data with Panache - Runtime + Generate Jakarta REST resources for your MongoDB entities and repositories - - - io.quarkus - quarkus-rest-data-panache - - - io.quarkus - quarkus-mongodb-panache - - - - jakarta.persistence - jakarta.persistence-api - - + + + io.quarkus + quarkus-rest-data-panache + + + io.quarkus + quarkus-mongodb-panache + + + + jakarta.persistence + jakarta.persistence-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/panache/panache-common/deployment/pom.xml b/extensions/panache/panache-common/deployment/pom.xml index d68ec60715fbe..2c15a7e2b5417 100644 --- a/extensions/panache/panache-common/deployment/pom.xml +++ b/extensions/panache/panache-common/deployment/pom.xml @@ -1,40 +1,39 @@ - - - quarkus-panache-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-panache-common-parent + 999-SNAPSHOT + - quarkus-panache-common-deployment - Quarkus - Panache - Common - Deployment + quarkus-panache-common-deployment + Quarkus - Panache - Common - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-panache-common - - - io.quarkus - quarkus-arc-deployment - - - io.smallrye - jandex - - - jakarta.validation - jakarta.validation-api - - - org.ow2.asm - asm - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-panache-common + + + io.quarkus + quarkus-arc-deployment + + + io.smallrye + jandex + + + jakarta.validation + jakarta.validation-api + + + org.ow2.asm + asm + + diff --git a/extensions/panache/panache-common/pom.xml b/extensions/panache/panache-common/pom.xml index fb34991536486..f00cb9a926958 100644 --- a/extensions/panache/panache-common/pom.xml +++ b/extensions/panache/panache-common/pom.xml @@ -1,22 +1,19 @@ - - - quarkus-panache-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 - - quarkus-panache-common-parent - Quarkus - Panache - Common - pom - - runtime - deployment - + + 4.0.0 + + io.quarkus + quarkus-panache-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-panache-common-parent + pom + Quarkus - Panache - Common + + runtime + deployment + diff --git a/extensions/panache/panache-common/runtime/pom.xml b/extensions/panache/panache-common/runtime/pom.xml index 8651cb4859eab..e368ecff46b36 100644 --- a/extensions/panache/panache-common/runtime/pom.xml +++ b/extensions/panache/panache-common/runtime/pom.xml @@ -1,40 +1,39 @@ - - - quarkus-panache-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-panache-common-parent + 999-SNAPSHOT + - quarkus-panache-common - Quarkus - Panache - Common - Runtime - An opinionated approach to make Hibernate as easy as possible - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - org.junit.jupiter - junit-jupiter-api - test - - - - - - maven-compiler-plugin - - -proc:none - - - - + quarkus-panache-common + Quarkus - Panache - Common - Runtime + An opinionated approach to make Hibernate as easy as possible + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + org.junit.jupiter + junit-jupiter-api + test + + + + + + maven-compiler-plugin + + -proc:none + + + + diff --git a/extensions/panache/panache-hibernate-common/deployment/pom.xml b/extensions/panache/panache-hibernate-common/deployment/pom.xml index 67879e64b082f..e1106357c1d32 100644 --- a/extensions/panache/panache-hibernate-common/deployment/pom.xml +++ b/extensions/panache/panache-hibernate-common/deployment/pom.xml @@ -1,62 +1,61 @@ - - - quarkus-panache-hibernate-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-panache-hibernate-common-parent + 999-SNAPSHOT + - quarkus-panache-hibernate-common-deployment - Quarkus - Panache - Hibernate - Common - Deployment + quarkus-panache-hibernate-common-deployment + Quarkus - Panache - Hibernate - Common - Deployment - - - io.quarkus - quarkus-panache-hibernate-common - - - io.quarkus - quarkus-panache-common-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.smallrye - jandex - - - org.ow2.asm - asm - - - org.hibernate.orm - hibernate-core - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-panache-hibernate-common + + + io.quarkus + quarkus-panache-common-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.smallrye + jandex + + + org.ow2.asm + asm + + + org.hibernate.orm + hibernate-core + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/panache/panache-hibernate-common/pom.xml b/extensions/panache/panache-hibernate-common/pom.xml index 24c1b8f0527df..092b096e75811 100644 --- a/extensions/panache/panache-hibernate-common/pom.xml +++ b/extensions/panache/panache-hibernate-common/pom.xml @@ -1,22 +1,19 @@ - - - quarkus-panache-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 - - quarkus-panache-hibernate-common-parent - Quarkus - Panache - Hibernate - Common - pom - - runtime - deployment - + + 4.0.0 + + io.quarkus + quarkus-panache-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-panache-hibernate-common-parent + pom + Quarkus - Panache - Hibernate - Common + + runtime + deployment + diff --git a/extensions/panache/panache-hibernate-common/runtime/pom.xml b/extensions/panache/panache-hibernate-common/runtime/pom.xml index d2adbad237ab9..cca9aa31cb177 100644 --- a/extensions/panache/panache-hibernate-common/runtime/pom.xml +++ b/extensions/panache/panache-hibernate-common/runtime/pom.xml @@ -1,56 +1,55 @@ - - - quarkus-panache-hibernate-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-panache-hibernate-common-parent + 999-SNAPSHOT + - quarkus-panache-hibernate-common - Quarkus - Panache - Hibernate - Common - Runtime - An opinionated approach to make Hibernate as easy as possible - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-panache-common - - - org.hibernate.orm - hibernate-core - - - org.antlr - antlr4-runtime - - - jakarta.persistence - jakarta.persistence-api - - - org.junit.jupiter - junit-jupiter-api - test - - - - - - maven-compiler-plugin - - -proc:none - - - - + quarkus-panache-hibernate-common + Quarkus - Panache - Hibernate - Common - Runtime + An opinionated approach to make Hibernate as easy as possible + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-panache-common + + + org.hibernate.orm + hibernate-core + + + org.antlr + antlr4-runtime + + + jakarta.persistence + jakarta.persistence-api + + + org.junit.jupiter + junit-jupiter-api + test + + + + + + maven-compiler-plugin + + -proc:none + + + + diff --git a/extensions/panache/panache-mock/pom.xml b/extensions/panache/panache-mock/pom.xml index 41b927dc79de5..a67b61819e75b 100644 --- a/extensions/panache/panache-mock/pom.xml +++ b/extensions/panache/panache-mock/pom.xml @@ -1,74 +1,73 @@ - - - quarkus-panache-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-panache-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-panache-mock - Quarkus - Panache - Mock - Mocking with Panache + quarkus-panache-mock + Quarkus - Panache - Mock + Mocking with Panache - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-panache-common-deployment - - - io.quarkus - quarkus-junit5-mockito - - - org.mockito - mockito-core - - - - - - maven-compiler-plugin - - -proc:none - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce - ${maven-enforcer-plugin.phase} - - - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - classpath:enforcer-rules/quarkus-banned-dependencies-okhttp.xml - - - - - - - - + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce + ${maven-enforcer-plugin.phase} + + + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + classpath:enforcer-rules/quarkus-banned-dependencies-okhttp.xml + + + + + + + + diff --git a/extensions/panache/panacheql/pom.xml b/extensions/panache/panacheql/pom.xml index c6ea8652e2334..e67c88208f1a6 100644 --- a/extensions/panache/panacheql/pom.xml +++ b/extensions/panache/panacheql/pom.xml @@ -1,58 +1,56 @@ - - - quarkus-panache-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-panache-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-panacheql - Quarkus - Panache - Query Language + quarkus-panacheql + Quarkus - Panache - Query Language - - - org.antlr - antlr4-runtime - - - org.junit.jupiter - junit-jupiter - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.jboss.logmanager - jboss-logmanager - test - - + + + org.antlr + antlr4-runtime + + + org.junit.jupiter + junit-jupiter + test + + + org.junit.jupiter + junit-jupiter-api + test + + + org.jboss.logmanager + jboss-logmanager + test + + - - - - org.antlr - antlr4-maven-plugin - - - antlr - - antlr4 - - - true - - - - - - + + + + org.antlr + antlr4-maven-plugin + + + antlr + + antlr4 + + + true + + + + + + diff --git a/extensions/panache/pom.xml b/extensions/panache/pom.xml index 78a5e62e143c3..d307bcb3d86ed 100644 --- a/extensions/panache/pom.xml +++ b/extensions/panache/pom.xml @@ -1,37 +1,34 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 - - quarkus-panache-parent - Quarkus - Panache - pom - - panache-common - panache-hibernate-common - panache-mock - hibernate-orm-panache-common - hibernate-orm-panache - hibernate-orm-panache-kotlin - mongodb-panache-common - hibernate-reactive-panache-common - hibernate-reactive-panache - hibernate-reactive-rest-data-panache - hibernate-reactive-panache-kotlin - mongodb-panache - mongodb-panache-kotlin - panacheql - rest-data-panache - hibernate-orm-rest-data-panache - mongodb-rest-data-panache - + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-panache-parent + pom + Quarkus - Panache + + panache-common + panache-hibernate-common + panache-mock + hibernate-orm-panache-common + hibernate-orm-panache + hibernate-orm-panache-kotlin + mongodb-panache-common + hibernate-reactive-panache-common + hibernate-reactive-panache + hibernate-reactive-rest-data-panache + hibernate-reactive-panache-kotlin + mongodb-panache + mongodb-panache-kotlin + panacheql + rest-data-panache + hibernate-orm-rest-data-panache + mongodb-rest-data-panache + diff --git a/extensions/panache/rest-data-panache/deployment/pom.xml b/extensions/panache/rest-data-panache/deployment/pom.xml index fdaa530f6713c..49521bb99964f 100644 --- a/extensions/panache/rest-data-panache/deployment/pom.xml +++ b/extensions/panache/rest-data-panache/deployment/pom.xml @@ -1,76 +1,74 @@ - - 4.0.0 - - quarkus-rest-data-panache-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-rest-data-panache-parent + 999-SNAPSHOT + - quarkus-rest-data-panache-deployment - Quarkus - REST data with Panache - Deployment + quarkus-rest-data-panache-deployment + Quarkus - REST data with Panache - Deployment - - - io.quarkus - quarkus-rest-data-panache - - - io.quarkus - quarkus-panache-common - - - io.quarkus - quarkus-rest-spi-deployment - - - io.quarkus - quarkus-resteasy-common-spi - - - io.quarkus - quarkus-hal-deployment - + + + io.quarkus + quarkus-rest-data-panache + + + io.quarkus + quarkus-panache-common + + + io.quarkus + quarkus-rest-spi-deployment + + + io.quarkus + quarkus-resteasy-common-spi + + + io.quarkus + quarkus-hal-deployment + - - io.quarkus - quarkus-rest-links-deployment - true - + + io.quarkus + quarkus-rest-links-deployment + true + - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-panache-common-deployment - - + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-panache-common-deployment + + - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + diff --git a/extensions/panache/rest-data-panache/pom.xml b/extensions/panache/rest-data-panache/pom.xml index b2f684e8be458..4e2e15b86d9d9 100644 --- a/extensions/panache/rest-data-panache/pom.xml +++ b/extensions/panache/rest-data-panache/pom.xml @@ -1,21 +1,19 @@ - - 4.0.0 - - quarkus-panache-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-panache-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-data-panache-parent - Quarkus - REST data with Panache - Parent - pom + quarkus-rest-data-panache-parent + pom + Quarkus - REST data with Panache - Parent - - deployment - runtime - - \ No newline at end of file + + deployment + runtime + + diff --git a/extensions/panache/rest-data-panache/runtime/pom.xml b/extensions/panache/rest-data-panache/runtime/pom.xml index 2b673431e324d..95d0a6c1e4827 100644 --- a/extensions/panache/rest-data-panache/runtime/pom.xml +++ b/extensions/panache/rest-data-panache/runtime/pom.xml @@ -1,94 +1,92 @@ - - 4.0.0 - - quarkus-rest-data-panache-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-rest-data-panache-parent + 999-SNAPSHOT + - quarkus-rest-data-panache - Quarkus - REST data with Panache - Runtime + quarkus-rest-data-panache + Quarkus - REST data with Panache - Runtime - - - io.quarkus - quarkus-panache-common - - - io.quarkus - quarkus-hal - - - jakarta.ws.rs - jakarta.ws.rs-api - - - jakarta.validation - jakarta.validation-api - - - io.quarkus - quarkus-resteasy-links - true - - - io.quarkus - quarkus-rest-links - true - - - io.quarkus - quarkus-jackson - true - - - io.quarkus - quarkus-jsonb - true - - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - - org.mockito - mockito-junit-jupiter - test - - + + + io.quarkus + quarkus-panache-common + + + io.quarkus + quarkus-hal + + + jakarta.ws.rs + jakarta.ws.rs-api + + + jakarta.validation + jakarta.validation-api + + + io.quarkus + quarkus-resteasy-links + true + + + io.quarkus + quarkus-rest-links + true + + + io.quarkus + quarkus-jackson + true + + + io.quarkus + quarkus-jsonb + true + + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + + org.mockito + mockito-junit-jupiter + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/picocli/deployment/pom.xml b/extensions/picocli/deployment/pom.xml index 96983bfd2116b..b204e7abc35cf 100644 --- a/extensions/picocli/deployment/pom.xml +++ b/extensions/picocli/deployment/pom.xml @@ -1,64 +1,62 @@ - - 4.0.0 - - io.quarkus - quarkus-picocli-parent - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-picocli-parent + 999-SNAPSHOT + - quarkus-picocli-deployment - Quarkus - Picocli - Deployment + quarkus-picocli-deployment + Quarkus - Picocli - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-picocli - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-picocli + - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-junit5 - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-junit5 + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/picocli/pom.xml b/extensions/picocli/pom.xml index 101df1229cbb8..9557096032c12 100644 --- a/extensions/picocli/pom.xml +++ b/extensions/picocli/pom.xml @@ -1,20 +1,18 @@ - - 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-picocli-parent - Quarkus - Picocli - pom - - deployment - runtime - + quarkus-picocli-parent + pom + Quarkus - Picocli + + deployment + runtime + diff --git a/extensions/picocli/runtime/pom.xml b/extensions/picocli/runtime/pom.xml index 54d4bb1cea4bf..9e66b221a621c 100644 --- a/extensions/picocli/runtime/pom.xml +++ b/extensions/picocli/runtime/pom.xml @@ -1,73 +1,71 @@ - - 4.0.0 - - io.quarkus - quarkus-picocli-parent - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-picocli-parent + 999-SNAPSHOT + - quarkus-picocli - Quarkus - Picocli - Runtime - Develop command line applications with Picocli + quarkus-picocli + Quarkus - Picocli - Runtime + Develop command line applications with Picocli - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - info.picocli - picocli - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + info.picocli + picocli + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.picocli - - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.picocli + + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/quartz/deployment/pom.xml b/extensions/quartz/deployment/pom.xml index 3c3294bb7144a..4851ae27512d1 100644 --- a/extensions/quartz/deployment/pom.xml +++ b/extensions/quartz/deployment/pom.xml @@ -1,76 +1,74 @@ - - - quarkus-quartz-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-quartz-parent + 999-SNAPSHOT + - quarkus-quartz-deployment - Quarkus - Quartz - Deployment + quarkus-quartz-deployment + Quarkus - Quartz - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-scheduler-deployment - - - io.quarkus - quarkus-agroal-spi - - - io.quarkus - quarkus-quartz - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-scheduler-deployment + + + io.quarkus + quarkus-agroal-spi + + + io.quarkus + quarkus-quartz + - - io.quarkus - quarkus-smallrye-metrics-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + io.quarkus + quarkus-smallrye-metrics-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/quartz/pom.xml b/extensions/quartz/pom.xml index 7f74b6bda5d96..7f8f478b08e85 100644 --- a/extensions/quartz/pom.xml +++ b/extensions/quartz/pom.xml @@ -1,18 +1,16 @@ - + + + 4.0.0 - quarkus-extensions-parent io.quarkus + quarkus-extensions-parent 999-SNAPSHOT ../pom.xml - - 4.0.0 quarkus-quartz-parent - Quarkus - Quartz pom + Quarkus - Quartz deployment diff --git a/extensions/quartz/runtime/pom.xml b/extensions/quartz/runtime/pom.xml index 9d9d4adffa89d..0ff8b93fe67f6 100644 --- a/extensions/quartz/runtime/pom.xml +++ b/extensions/quartz/runtime/pom.xml @@ -1,88 +1,86 @@ - - - quarkus-quartz-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-quartz-parent + 999-SNAPSHOT + - quarkus-quartz - Quarkus - Quartz - Runtime - Schedule clustered tasks with Quartz - - - io.quarkus - quarkus-agroal - true - - - io.quarkus - quarkus-scheduler - - - org.graalvm.sdk - nativeimage - provided - - - org.quartz-scheduler - quartz - - - jakarta.transaction - jakarta.transaction-api - - + - - - io.opentelemetry.instrumentation - opentelemetry-instrumentation-api - true - - - io.opentelemetry.instrumentation - opentelemetry-instrumentation-api-incubator - true - - + + + io.opentelemetry.instrumentation + opentelemetry-instrumentation-api + true + + + io.opentelemetry.instrumentation + opentelemetry-instrumentation-api-incubator + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.quartz - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.quartz + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/qute/deployment/pom.xml b/extensions/qute/deployment/pom.xml index bb8d8d92415bc..aabd3bda18727 100644 --- a/extensions/qute/deployment/pom.xml +++ b/extensions/qute/deployment/pom.xml @@ -1,90 +1,88 @@ - - 4.0.0 - - quarkus-qute-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-qute-parent + 999-SNAPSHOT + - quarkus-qute-deployment - Quarkus - Qute - Deployment + quarkus-qute-deployment + Quarkus - Qute - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - - io.quarkus - quarkus-panache-common-deployment - - - io.quarkus - quarkus-cache-deployment-spi - - - io.quarkus.qute - qute-generator - - - io.quarkus - quarkus-qute - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-reactive-routes-deployment - test - - - io.quarkus - quarkus-cache-deployment - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + + io.quarkus + quarkus-panache-common-deployment + + + io.quarkus + quarkus-cache-deployment-spi + + + io.quarkus.qute + qute-generator + + + io.quarkus + quarkus-qute + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-reactive-routes-deployment + test + + + io.quarkus + quarkus-cache-deployment + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/qute/pom.xml b/extensions/qute/pom.xml index 58829b02f79a9..3560379b9f5a3 100644 --- a/extensions/qute/pom.xml +++ b/extensions/qute/pom.xml @@ -1,23 +1,20 @@ - - - 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-qute-parent - Quarkus - Qute - pom + quarkus-qute-parent + pom + Quarkus - Qute - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/qute/runtime/pom.xml b/extensions/qute/runtime/pom.xml index fb04f6aa86ff8..7ae42c45dfb35 100644 --- a/extensions/qute/runtime/pom.xml +++ b/extensions/qute/runtime/pom.xml @@ -1,66 +1,64 @@ - - 4.0.0 - - quarkus-qute-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-qute-parent + 999-SNAPSHOT + - quarkus-qute - Quarkus - Qute - Runtime - Offer templating support for web, email, etc in a build time, type-safe way + quarkus-qute + Quarkus - Qute - Runtime + Offer templating support for web, email, etc in a build time, type-safe way - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus.qute - qute-core - - - io.quarkus - quarkus-cache - true - - - io.quarkus - quarkus-vertx - true - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus.qute + qute-core + + + io.quarkus + quarkus-cache + true + + + io.quarkus + quarkus-vertx + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/reactive-datasource/deployment/pom.xml b/extensions/reactive-datasource/deployment/pom.xml index cd72d1b43fd96..80ab84cbf18a1 100644 --- a/extensions/reactive-datasource/deployment/pom.xml +++ b/extensions/reactive-datasource/deployment/pom.xml @@ -1,73 +1,71 @@ - - - quarkus-reactive-datasource-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-reactive-datasource-parent + 999-SNAPSHOT + - quarkus-reactive-datasource-deployment - Quarkus - Reactive Datasource - Deployment + quarkus-reactive-datasource-deployment + Quarkus - Reactive Datasource - Deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-datasource-deployment - - - io.quarkus - quarkus-reactive-datasource - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-datasource-deployment + + + io.quarkus + quarkus-reactive-datasource + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + diff --git a/extensions/reactive-datasource/pom.xml b/extensions/reactive-datasource/pom.xml index a3f6689686e06..749fdbaf4b47f 100644 --- a/extensions/reactive-datasource/pom.xml +++ b/extensions/reactive-datasource/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-reactive-datasource-parent - Quarkus - Reactive Datasource - pom - - deployment - runtime - + quarkus-reactive-datasource-parent + pom + Quarkus - Reactive Datasource + + deployment + runtime + diff --git a/extensions/reactive-datasource/runtime/pom.xml b/extensions/reactive-datasource/runtime/pom.xml index 065720604aea0..ce34433201826 100644 --- a/extensions/reactive-datasource/runtime/pom.xml +++ b/extensions/reactive-datasource/runtime/pom.xml @@ -1,69 +1,67 @@ - - - quarkus-reactive-datasource-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-reactive-datasource-parent + 999-SNAPSHOT + - quarkus-reactive-datasource - Quarkus - Reactive Datasource - Runtime - Configure your reactive datasources - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-datasource - - - io.vertx - vertx-sql-client - - - io.quarkus - quarkus-vertx - - - - io.quarkus - quarkus-smallrye-health - true - - + quarkus-reactive-datasource + Quarkus - Reactive Datasource - Runtime + Configure your reactive datasources + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-datasource + + + io.vertx + vertx-sql-client + + + io.quarkus + quarkus-vertx + + + + io.quarkus + quarkus-smallrye-health + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/reactive-db2-client/deployment/pom.xml b/extensions/reactive-db2-client/deployment/pom.xml index 20586014c9f29..775d78c6d0fce 100644 --- a/extensions/reactive-db2-client/deployment/pom.xml +++ b/extensions/reactive-db2-client/deployment/pom.xml @@ -1,65 +1,63 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-reactive-db2-client-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-reactive-db2-client-parent + 999-SNAPSHOT + - quarkus-reactive-db2-client-deployment + quarkus-reactive-db2-client-deployment - Quarkus - Reactive DB2 Client - Deployment + Quarkus - Reactive DB2 Client - Deployment - - - io.quarkus - quarkus-reactive-datasource-deployment - - - io.quarkus - quarkus-devservices-db2 - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-credentials-deployment - - - io.quarkus - quarkus-reactive-db2-client - - - io.quarkus - quarkus-smallrye-health-spi - - + + + io.quarkus + quarkus-reactive-datasource-deployment + + + io.quarkus + quarkus-devservices-db2 + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-credentials-deployment + + + io.quarkus + quarkus-reactive-db2-client + + + io.quarkus + quarkus-smallrye-health-spi + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/reactive-db2-client/pom.xml b/extensions/reactive-db2-client/pom.xml index 0dd54906622bc..6a0a5cca7911d 100644 --- a/extensions/reactive-db2-client/pom.xml +++ b/extensions/reactive-db2-client/pom.xml @@ -1,25 +1,22 @@ - - 4.0.0 + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-reactive-db2-client-parent - pom + quarkus-reactive-db2-client-parent + pom - Quarkus - Reactive DB2 Client - - - deployment - runtime - + Quarkus - Reactive DB2 Client + + deployment + runtime + diff --git a/extensions/reactive-db2-client/runtime/pom.xml b/extensions/reactive-db2-client/runtime/pom.xml index 9c0a8d0fa0ecf..de384fda1523e 100644 --- a/extensions/reactive-db2-client/runtime/pom.xml +++ b/extensions/reactive-db2-client/runtime/pom.xml @@ -1,77 +1,75 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-reactive-db2-client-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-reactive-db2-client-parent + 999-SNAPSHOT + - quarkus-reactive-db2-client + quarkus-reactive-db2-client - Quarkus - Reactive DB2 Client - Runtime - Connect to the DB2 database using the reactive pattern - - - io.quarkus - quarkus-reactive-datasource - - - io.quarkus - quarkus-vertx - - - io.smallrye.reactive - smallrye-mutiny-vertx-db2-client - - - io.quarkus - quarkus-credentials - - - - io.quarkus - quarkus-smallrye-health - true - - - io.quarkus - quarkus-kubernetes-service-binding - true - - + Quarkus - Reactive DB2 Client - Runtime + Connect to the DB2 database using the reactive pattern + + + io.quarkus + quarkus-reactive-datasource + + + io.quarkus + quarkus-vertx + + + io.smallrye.reactive + smallrye-mutiny-vertx-db2-client + + + io.quarkus + quarkus-credentials + + + + io.quarkus + quarkus-smallrye-health + true + + + io.quarkus + quarkus-kubernetes-service-binding + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.reactive-db2-client - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.reactive-db2-client + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/reactive-mssql-client/deployment/pom.xml b/extensions/reactive-mssql-client/deployment/pom.xml index 6e3f8a3309452..cb0c39b0e65a4 100644 --- a/extensions/reactive-mssql-client/deployment/pom.xml +++ b/extensions/reactive-mssql-client/deployment/pom.xml @@ -1,214 +1,212 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-reactive-mssql-client-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-reactive-mssql-client-parent + 999-SNAPSHOT + - quarkus-reactive-mssql-client-deployment + quarkus-reactive-mssql-client-deployment - Quarkus - Reactive Microsoft SQL Server Client - Deployment + Quarkus - Reactive Microsoft SQL Server Client - Deployment - - vertx-reactive:sqlserver://localhost:1435 - + + vertx-reactive:sqlserver://localhost:1435 + - - - io.quarkus - quarkus-reactive-datasource-deployment - - - io.quarkus - quarkus-devservices-mssql - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-credentials-deployment - - - io.quarkus - quarkus-reactive-mssql-client - - - io.quarkus - quarkus-smallrye-health-spi - + + + io.quarkus + quarkus-reactive-datasource-deployment + + + io.quarkus + quarkus-devservices-mssql + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-credentials-deployment + + + io.quarkus + quarkus-reactive-mssql-client + + + io.quarkus + quarkus-smallrye-health-spi + - - io.quarkus - quarkus-rest-deployment - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-smallrye-health-deployment - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-reactive-datasource-deployment - test - test-jar - - + + io.quarkus + quarkus-rest-deployment + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-smallrye-health-deployment + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-reactive-datasource-deployment + test-jar + test + + - - - - src/test/resources - true - - + + + + true + src/test/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + + test-mssql + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + + + + docker-mssql + + + start-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin + + io.fabric8 + docker-maven-plugin + + + + ${mssql.image} + quarkus-test-mssql + + + 1435:1433 + + + Y + yourStrong(!)Password + + + MSSQL: + default + cyan + + + SQL Server is now ready for client connections + + + + + + + + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources - true + ${docker-prune.location} - + + + - - - - - test-mssql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - - - - docker-mssql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${mssql.image} - quarkus-test-mssql - - - 1435:1433 - - - Y - yourStrong(!)Password - - - MSSQL: - default - cyan - - - SQL Server is now ready for client connections - - - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + + + diff --git a/extensions/reactive-mssql-client/pom.xml b/extensions/reactive-mssql-client/pom.xml index 446792c43806f..ed32307585309 100644 --- a/extensions/reactive-mssql-client/pom.xml +++ b/extensions/reactive-mssql-client/pom.xml @@ -1,25 +1,22 @@ - - 4.0.0 + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-reactive-mssql-client-parent - pom + quarkus-reactive-mssql-client-parent + pom - Quarkus - Reactive Microsoft SQL Server Client - - - deployment - runtime - + Quarkus - Reactive Microsoft SQL Server Client + + deployment + runtime + diff --git a/extensions/reactive-mssql-client/runtime/pom.xml b/extensions/reactive-mssql-client/runtime/pom.xml index 6d1676eeac261..17f152d64dc0c 100644 --- a/extensions/reactive-mssql-client/runtime/pom.xml +++ b/extensions/reactive-mssql-client/runtime/pom.xml @@ -1,81 +1,79 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-reactive-mssql-client-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-reactive-mssql-client-parent + 999-SNAPSHOT + - quarkus-reactive-mssql-client + quarkus-reactive-mssql-client - Quarkus - Reactive Microsoft SQL Server Client - Runtime - Connect to the Microsoft SQL Server database using the reactive pattern - - - io.quarkus - quarkus-reactive-datasource - - - io.quarkus - quarkus-vertx - - - io.vertx - vertx-mssql-client - - - io.smallrye.reactive - smallrye-mutiny-vertx-mssql-client - - - io.quarkus - quarkus-credentials - - - - io.quarkus - quarkus-smallrye-health - true - - - io.quarkus - quarkus-kubernetes-service-binding - true - - + Quarkus - Reactive Microsoft SQL Server Client - Runtime + Connect to the Microsoft SQL Server database using the reactive pattern + + + io.quarkus + quarkus-reactive-datasource + + + io.quarkus + quarkus-vertx + + + io.vertx + vertx-mssql-client + + + io.smallrye.reactive + smallrye-mutiny-vertx-mssql-client + + + io.quarkus + quarkus-credentials + + + + io.quarkus + quarkus-smallrye-health + true + + + io.quarkus + quarkus-kubernetes-service-binding + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.reactive-mssql-client - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.reactive-mssql-client + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/reactive-mysql-client/deployment/pom.xml b/extensions/reactive-mysql-client/deployment/pom.xml index 3128ae1428d46..69dfa11003476 100644 --- a/extensions/reactive-mysql-client/deployment/pom.xml +++ b/extensions/reactive-mysql-client/deployment/pom.xml @@ -14,260 +14,252 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> + + 4.0.0 + + io.quarkus + quarkus-reactive-mysql-client-parent + 999-SNAPSHOT + - - 4.0.0 + quarkus-reactive-mysql-client-deployment - - io.quarkus - quarkus-reactive-mysql-client-parent - 999-SNAPSHOT - + Quarkus - Reactive MySQL Client - Deployment - quarkus-reactive-mysql-client-deployment + + vertx-reactive:mysql://localhost:3308/hibernate_orm_test + - Quarkus - Reactive MySQL Client - Deployment + + + io.quarkus + quarkus-reactive-datasource-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-credentials-deployment + + + io.quarkus + quarkus-reactive-mysql-client + + + io.quarkus + quarkus-smallrye-health-spi + + + io.quarkus + quarkus-devservices-mysql + + + io.quarkus + quarkus-devservices-mariadb + - - vertx-reactive:mysql://localhost:3308/hibernate_orm_test - + + io.quarkus + quarkus-rest-deployment + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-smallrye-health-deployment + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-reactive-datasource-deployment + test-jar + test + + - - - io.quarkus - quarkus-reactive-datasource-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-credentials-deployment - - - io.quarkus - quarkus-reactive-mysql-client - - - io.quarkus - quarkus-smallrye-health-spi - - - io.quarkus - quarkus-devservices-mysql - - - io.quarkus - quarkus-devservices-mariadb - + + + + true + src/test/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + - - io.quarkus - quarkus-rest-deployment - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-smallrye-health-deployment - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-reactive-datasource-deployment - test - test-jar - - - - - - - src/test/resources - true - - + + + test-mariadb + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + - - - - - test-mariadb - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - - - - docker-mariadb - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - - healthcheck-${mariadb.image} - quarkus-test-mariadb - - ${mariadb.image} - - - 5s - 3s - 5s - 5 - + 5s + 3s + 5s + 5 + - - mysqladmin ping -h localhost -u root -psecret|| exit 1 - - - - - - bridge - - - 3308:3306 - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - true - - - MariaDB: - default - cyan - - - /var/lib/mysql - - - + /var/lib/mysql + + + - true - - - - - - - ${project.basedir}/custom-mariadbconfig:/etc/mysql/conf.d${volume.access.modifier} - - - ${project.basedir}/src/test/resources/setup.sql:/docker-entrypoint-initdb.d/setup.sql${volume.access.modifier} - - - - - - - + + + + + ${project.basedir}/custom-mariadbconfig:/etc/mysql/conf.d${volume.access.modifier} + ${project.basedir}/src/test/resources/setup.sql:/docker-entrypoint-initdb.d/setup.sql${volume.access.modifier} + + + + + + - true - - - - docker-start - compile - - stop - build - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + true + + + + docker-start + + stop + build + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/extensions/reactive-mysql-client/pom.xml b/extensions/reactive-mysql-client/pom.xml index 488a81f3b08f9..2beb2b38cebf5 100644 --- a/extensions/reactive-mysql-client/pom.xml +++ b/extensions/reactive-mysql-client/pom.xml @@ -14,28 +14,24 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> + + 4.0.0 - - 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + quarkus-reactive-mysql-client-parent + pom - quarkus-reactive-mysql-client-parent - pom - - Quarkus - Reactive MySQL Client - - - deployment - runtime - + Quarkus - Reactive MySQL Client + + deployment + runtime + diff --git a/extensions/reactive-mysql-client/runtime/pom.xml b/extensions/reactive-mysql-client/runtime/pom.xml index 49b714c75499d..57c3a2bf3f47a 100644 --- a/extensions/reactive-mysql-client/runtime/pom.xml +++ b/extensions/reactive-mysql-client/runtime/pom.xml @@ -14,84 +14,81 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> + + 4.0.0 - - 4.0.0 + + io.quarkus + quarkus-reactive-mysql-client-parent + 999-SNAPSHOT + - - io.quarkus - quarkus-reactive-mysql-client-parent - 999-SNAPSHOT - - - quarkus-reactive-mysql-client + quarkus-reactive-mysql-client - Quarkus - Reactive MySQL Client - Runtime - Connect to the MySQL database using the reactive pattern - - - io.quarkus - quarkus-reactive-datasource - - - io.quarkus - quarkus-vertx - - - io.vertx - vertx-mysql-client - - - io.smallrye.reactive - smallrye-mutiny-vertx-mysql-client - - - io.quarkus - quarkus-credentials - - - - io.quarkus - quarkus-smallrye-health - true - - - io.quarkus - quarkus-kubernetes-service-binding - true - - + Quarkus - Reactive MySQL Client - Runtime + Connect to the MySQL database using the reactive pattern + + + io.quarkus + quarkus-reactive-datasource + + + io.quarkus + quarkus-vertx + + + io.vertx + vertx-mysql-client + + + io.smallrye.reactive + smallrye-mutiny-vertx-mysql-client + + + io.quarkus + quarkus-credentials + + + + io.quarkus + quarkus-smallrye-health + true + + + io.quarkus + quarkus-kubernetes-service-binding + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.reactive-mysql-client - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.reactive-mysql-client + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/reactive-oracle-client/deployment/pom.xml b/extensions/reactive-oracle-client/deployment/pom.xml index db0e2cb25de54..87033ddaad099 100644 --- a/extensions/reactive-oracle-client/deployment/pom.xml +++ b/extensions/reactive-oracle-client/deployment/pom.xml @@ -1,285 +1,283 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-reactive-oracle-client-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-reactive-oracle-client-parent + 999-SNAPSHOT + - quarkus-reactive-oracle-client-deployment + quarkus-reactive-oracle-client-deployment - Quarkus - Reactive Oracle Client - Deployment + Quarkus - Reactive Oracle Client - Deployment - - vertx-reactive:oracle:thin:@localhost:1521/FREEPDB1 - + + vertx-reactive:oracle:thin:@localhost:1521/FREEPDB1 + - - - io.quarkus - quarkus-jdbc-oracle-deployment - - - io.quarkus - quarkus-agroal-deployment - - - io.quarkus - quarkus-agroal - - - - - io.quarkus - quarkus-reactive-datasource-deployment - - - io.quarkus - quarkus-devservices-oracle - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-credentials-deployment - - - io.quarkus - quarkus-reactive-oracle-client - - - io.quarkus - quarkus-smallrye-health-spi - + + + io.quarkus + quarkus-jdbc-oracle-deployment + + + io.quarkus + quarkus-agroal-deployment + + + io.quarkus + quarkus-agroal + + + + + io.quarkus + quarkus-reactive-datasource-deployment + + + io.quarkus + quarkus-devservices-oracle + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-credentials-deployment + + + io.quarkus + quarkus-reactive-oracle-client + + + io.quarkus + quarkus-smallrye-health-spi + - - io.quarkus - quarkus-rest-deployment - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-smallrye-health-deployment - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-reactive-datasource-deployment - test - test-jar - - + + io.quarkus + quarkus-rest-deployment + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-smallrye-health-deployment + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-reactive-datasource-deployment + test-jar + test + + - - - - src/test/resources - true - - + + + + true + src/test/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + + test-oracle + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + + + + docker-oracle + + + start-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin + + io.fabric8 + docker-maven-plugin + + + + ${oracle.image} + + + 1521:1521 + + + hibernate_orm_test + + + Oracle Database: + default + red + + + + + + + yes + + + + + + + + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources - true + ${docker-prune.location} - + + + - - - - - test-oracle - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - - - - docker-oracle - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${oracle.image} - - - 1521:1521 - - - hibernate_orm_test - - - Oracle Database: - default - red - - - - - - - yes - - - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - + + - - - mac-m1 - - - aarch64 - - - - - - maven-surefire-plugin - - true - - - - io.fabric8 - docker-maven-plugin - - - - ${oracle.image} - - true - - - - - - - - - - - podman - - - env.IS_PODMAN - true - - - - - - maven-surefire-plugin - - true - - - - - - + + mac-m1 + + + aarch64 + + + + + + maven-surefire-plugin + + true + + + + io.fabric8 + docker-maven-plugin + + + + ${oracle.image} + + true + + + + + + + + + + + podman + + + env.IS_PODMAN + true + + + + + + maven-surefire-plugin + + true + + + + + + diff --git a/extensions/reactive-oracle-client/pom.xml b/extensions/reactive-oracle-client/pom.xml index 8c04ebe2ae82f..c58dbb87b8031 100644 --- a/extensions/reactive-oracle-client/pom.xml +++ b/extensions/reactive-oracle-client/pom.xml @@ -1,25 +1,22 @@ - - 4.0.0 + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-reactive-oracle-client-parent - pom + quarkus-reactive-oracle-client-parent + pom - Quarkus - Reactive Oracle Client - - - deployment - runtime - + Quarkus - Reactive Oracle Client + + deployment + runtime + diff --git a/extensions/reactive-oracle-client/runtime/pom.xml b/extensions/reactive-oracle-client/runtime/pom.xml index 3f7c5b2a6406c..b86b343b98d51 100644 --- a/extensions/reactive-oracle-client/runtime/pom.xml +++ b/extensions/reactive-oracle-client/runtime/pom.xml @@ -1,91 +1,89 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-reactive-oracle-client-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-reactive-oracle-client-parent + 999-SNAPSHOT + - quarkus-reactive-oracle-client + quarkus-reactive-oracle-client - Quarkus - Reactive Oracle Client - Runtime - Connect to the Oracle database using the reactive pattern - - - io.quarkus - quarkus-jdbc-oracle - - - io.quarkus - quarkus-agroal - - - - - com.oracle.database.jdbc - ojdbc17 - - - io.quarkus - quarkus-reactive-datasource - - - io.quarkus - quarkus-vertx - - - io.smallrye.reactive - smallrye-mutiny-vertx-oracle-client - - - io.quarkus - quarkus-credentials - - - - io.quarkus - quarkus-smallrye-health - true - - - io.quarkus - quarkus-kubernetes-service-binding - true - - + Quarkus - Reactive Oracle Client - Runtime + Connect to the Oracle database using the reactive pattern + + + io.quarkus + quarkus-jdbc-oracle + + + io.quarkus + quarkus-agroal + + + + + com.oracle.database.jdbc + ojdbc17 + + + io.quarkus + quarkus-reactive-datasource + + + io.quarkus + quarkus-vertx + + + io.smallrye.reactive + smallrye-mutiny-vertx-oracle-client + + + io.quarkus + quarkus-credentials + + + + io.quarkus + quarkus-smallrye-health + true + + + io.quarkus + quarkus-kubernetes-service-binding + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.reactive-oracle-client - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.reactive-oracle-client + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/reactive-pg-client/deployment/pom.xml b/extensions/reactive-pg-client/deployment/pom.xml index 526a5676f6b9a..62aeda11700ad 100644 --- a/extensions/reactive-pg-client/deployment/pom.xml +++ b/extensions/reactive-pg-client/deployment/pom.xml @@ -1,215 +1,213 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-reactive-pg-client-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-reactive-pg-client-parent + 999-SNAPSHOT + - quarkus-reactive-pg-client-deployment + quarkus-reactive-pg-client-deployment - Quarkus - Reactive PostgreSQL Client - Deployment + Quarkus - Reactive PostgreSQL Client - Deployment - - vertx-reactive:postgresql://:5431/hibernate_orm_test - + + vertx-reactive:postgresql://:5431/hibernate_orm_test + - - - io.quarkus - quarkus-reactive-datasource-deployment - - - io.quarkus - quarkus-devservices-postgresql - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-credentials-deployment - - - io.quarkus - quarkus-reactive-pg-client - - - io.quarkus - quarkus-smallrye-health-spi - + + + io.quarkus + quarkus-reactive-datasource-deployment + + + io.quarkus + quarkus-devservices-postgresql + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-credentials-deployment + + + io.quarkus + quarkus-reactive-pg-client + + + io.quarkus + quarkus-smallrye-health-spi + - - io.quarkus - quarkus-rest-deployment - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-smallrye-health-deployment - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-reactive-datasource-deployment - test - test-jar - - + + io.quarkus + quarkus-rest-deployment + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-smallrye-health-deployment + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-reactive-datasource-deployment + test-jar + test + + - - - - src/test/resources - true - - + + + + true + src/test/resources + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + + test-postgresql + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + - - - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - - + + - - docker-postgresql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${postgres.image} - postgresql - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - 5431:5432 - - - - - (?s)ready to accept connections.*ready to accept connections - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/extensions/reactive-pg-client/pom.xml b/extensions/reactive-pg-client/pom.xml index ef8d4535a0b97..aec5dca1cd4c0 100644 --- a/extensions/reactive-pg-client/pom.xml +++ b/extensions/reactive-pg-client/pom.xml @@ -1,25 +1,22 @@ - - 4.0.0 + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-reactive-pg-client-parent - pom + quarkus-reactive-pg-client-parent + pom - Quarkus - Reactive PostgreSQL Client - - - deployment - runtime - + Quarkus - Reactive PostgreSQL Client + + deployment + runtime + diff --git a/extensions/reactive-pg-client/runtime/pom.xml b/extensions/reactive-pg-client/runtime/pom.xml index f4c83bfb00916..7bd1b83c4b156 100644 --- a/extensions/reactive-pg-client/runtime/pom.xml +++ b/extensions/reactive-pg-client/runtime/pom.xml @@ -1,85 +1,83 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-reactive-pg-client-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-reactive-pg-client-parent + 999-SNAPSHOT + - quarkus-reactive-pg-client + quarkus-reactive-pg-client - Quarkus - Reactive PostgreSQL Client - Runtime - Connect to the PostgreSQL database using the reactive pattern - - - io.quarkus - quarkus-reactive-datasource - - - io.quarkus - quarkus-vertx - - - io.vertx - vertx-pg-client - - - com.ongres.scram - client - - - io.smallrye.reactive - smallrye-mutiny-vertx-pg-client - - - io.quarkus - quarkus-credentials - - - - io.quarkus - quarkus-smallrye-health - true - - - io.quarkus - quarkus-kubernetes-service-binding - true - - + Quarkus - Reactive PostgreSQL Client - Runtime + Connect to the PostgreSQL database using the reactive pattern + + + io.quarkus + quarkus-reactive-datasource + + + io.quarkus + quarkus-vertx + + + io.vertx + vertx-pg-client + + + com.ongres.scram + client + + + io.smallrye.reactive + smallrye-mutiny-vertx-pg-client + + + io.quarkus + quarkus-credentials + + + + io.quarkus + quarkus-smallrye-health + true + + + io.quarkus + quarkus-kubernetes-service-binding + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.reactive-pg-client - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.reactive-pg-client + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/reactive-routes/deployment/pom.xml b/extensions/reactive-routes/deployment/pom.xml index 003067462d7fa..b318a413d5bb1 100644 --- a/extensions/reactive-routes/deployment/pom.xml +++ b/extensions/reactive-routes/deployment/pom.xml @@ -1,96 +1,94 @@ - - - quarkus-reactive-routes-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-reactive-routes-parent + 999-SNAPSHOT + - quarkus-reactive-routes-deployment - Quarkus - Reactive Routes - Deployment + quarkus-reactive-routes-deployment + Quarkus - Reactive Routes - Deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-jackson-deployment - - - io.quarkus - quarkus-reactive-routes - - - io.quarkus - quarkus-hibernate-validator-spi - - - - io.quarkus - quarkus-jsonp-deployment - test - - - io.quarkus - quarkus-security-deployment - test - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - test - - - io.quarkus - quarkus-hibernate-validator-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-security-test-utils - test - - + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-jackson-deployment + + + io.quarkus + quarkus-reactive-routes + + + io.quarkus + quarkus-hibernate-validator-spi + + + + io.quarkus + quarkus-jsonp-deployment + test + + + io.quarkus + quarkus-security-deployment + test + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + test + + + io.quarkus + quarkus-hibernate-validator-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-security-test-utils + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/reactive-routes/pom.xml b/extensions/reactive-routes/pom.xml index 3bed302c1b907..239320f2e5063 100644 --- a/extensions/reactive-routes/pom.xml +++ b/extensions/reactive-routes/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-reactive-routes-parent - Quarkus - Reactive Routes - pom - - deployment - runtime - + quarkus-reactive-routes-parent + pom + Quarkus - Reactive Routes + + deployment + runtime + diff --git a/extensions/reactive-routes/runtime/pom.xml b/extensions/reactive-routes/runtime/pom.xml index f04ce8f241a9b..47697908dd732 100644 --- a/extensions/reactive-routes/runtime/pom.xml +++ b/extensions/reactive-routes/runtime/pom.xml @@ -1,87 +1,85 @@ - - - quarkus-reactive-routes-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-reactive-routes-parent + 999-SNAPSHOT + - quarkus-reactive-routes - Quarkus - Reactive Routes - Runtime - REST framework offering the route model to define non blocking endpoints - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-jackson - - - io.smallrye.common - smallrye-common-annotation - - - io.quarkus - quarkus-vertx-http - - - io.quarkus.security - quarkus-security - - - javax.enterprise - cdi-api - - - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - jakarta.validation - jakarta.validation-api - true - - + quarkus-reactive-routes + Quarkus - Reactive Routes - Runtime + REST framework offering the route model to define non blocking endpoints + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-jackson + + + io.smallrye.common + smallrye-common-annotation + + + io.quarkus + quarkus-vertx-http + + + io.quarkus.security + quarkus-security + + + javax.enterprise + cdi-api + + + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + + jakarta.validation + jakarta.validation-api + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.reactive-routes - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.reactive-routes + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/reactive-streams-operators/mutiny-reactive-streams-operators/deployment/pom.xml b/extensions/reactive-streams-operators/mutiny-reactive-streams-operators/deployment/pom.xml index f05efcb0909f9..39f49f91566c3 100644 --- a/extensions/reactive-streams-operators/mutiny-reactive-streams-operators/deployment/pom.xml +++ b/extensions/reactive-streams-operators/mutiny-reactive-streams-operators/deployment/pom.xml @@ -1,67 +1,65 @@ - - - io.quarkus - quarkus-mutiny-reactive-streams-operators-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-mutiny-reactive-streams-operators-parent + 999-SNAPSHOT + - quarkus-mutiny-reactive-streams-operators-deployment - Quarkus - SmallRye Mutiny Reactive Streams Operators - Deployment + quarkus-mutiny-reactive-streams-operators-deployment + Quarkus - SmallRye Mutiny Reactive Streams Operators - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-mutiny-deployment - - - io.quarkus - quarkus-mutiny-reactive-streams-operators - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-mutiny-deployment + + + io.quarkus + quarkus-mutiny-reactive-streams-operators + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/reactive-streams-operators/mutiny-reactive-streams-operators/pom.xml b/extensions/reactive-streams-operators/mutiny-reactive-streams-operators/pom.xml index 0c20108b82c03..46874aa1b2221 100644 --- a/extensions/reactive-streams-operators/mutiny-reactive-streams-operators/pom.xml +++ b/extensions/reactive-streams-operators/mutiny-reactive-streams-operators/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-reactive-streams-operators-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-reactive-streams-operators-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-mutiny-reactive-streams-operators-parent - Quarkus - SmallRye Mutiny Reactive Streams Operators - pom + quarkus-mutiny-reactive-streams-operators-parent + pom + Quarkus - SmallRye Mutiny Reactive Streams Operators - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/reactive-streams-operators/mutiny-reactive-streams-operators/runtime/pom.xml b/extensions/reactive-streams-operators/mutiny-reactive-streams-operators/runtime/pom.xml index 341fdb11e5954..8f17e302a5930 100644 --- a/extensions/reactive-streams-operators/mutiny-reactive-streams-operators/runtime/pom.xml +++ b/extensions/reactive-streams-operators/mutiny-reactive-streams-operators/runtime/pom.xml @@ -1,68 +1,66 @@ - - - io.quarkus - quarkus-mutiny-reactive-streams-operators-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-mutiny-reactive-streams-operators-parent + 999-SNAPSHOT + - quarkus-mutiny-reactive-streams-operators - Quarkus - SmallRye Mutiny Reactive Streams Operators - Runtime - Operators to write Reactive Streams based applications based on Mutiny - - - org.eclipse.microprofile.reactive-streams-operators - microprofile-reactive-streams-operators-api - - - org.eclipse.microprofile.reactive-streams-operators - microprofile-reactive-streams-operators-core - - - io.quarkus - quarkus-mutiny - - - io.smallrye.reactive - mutiny-reactive-streams-operators - - - io.smallrye.reactive - mutiny-smallrye-context-propagation - - - io.quarkus - quarkus-smallrye-context-propagation - - + quarkus-mutiny-reactive-streams-operators + Quarkus - SmallRye Mutiny Reactive Streams Operators - Runtime + Operators to write Reactive Streams based applications based on Mutiny + + + org.eclipse.microprofile.reactive-streams-operators + microprofile-reactive-streams-operators-api + + + org.eclipse.microprofile.reactive-streams-operators + microprofile-reactive-streams-operators-core + + + io.quarkus + quarkus-mutiny + + + io.smallrye.reactive + mutiny-reactive-streams-operators + + + io.smallrye.reactive + mutiny-smallrye-context-propagation + + + io.quarkus + quarkus-smallrye-context-propagation + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/reactive-streams-operators/pom.xml b/extensions/reactive-streams-operators/pom.xml index cd2f77b8f4ad4..f2b7c27e2f9af 100644 --- a/extensions/reactive-streams-operators/pom.xml +++ b/extensions/reactive-streams-operators/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-reactive-streams-operators-parent - Quarkus - Reactive Streams Operators - pom - - smallrye-reactive-streams-operators - smallrye-reactive-type-converters - mutiny-reactive-streams-operators - + quarkus-reactive-streams-operators-parent + pom + Quarkus - Reactive Streams Operators + + smallrye-reactive-streams-operators + smallrye-reactive-type-converters + mutiny-reactive-streams-operators + diff --git a/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/deployment/pom.xml b/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/deployment/pom.xml index 2fc5c3ed4d5c9..cbe8f9f22cf9b 100644 --- a/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/deployment/pom.xml +++ b/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/deployment/pom.xml @@ -1,67 +1,65 @@ - - - quarkus-smallrye-reactive-streams-operators-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-reactive-streams-operators-parent + 999-SNAPSHOT + - quarkus-smallrye-reactive-streams-operators-deployment - Quarkus - SmallRye Reactive Streams Operators - Deployment + quarkus-smallrye-reactive-streams-operators-deployment + Quarkus - SmallRye Reactive Streams Operators - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-smallrye-context-propagation-deployment - - - io.quarkus - quarkus-smallrye-reactive-streams-operators - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-smallrye-context-propagation-deployment + + + io.quarkus + quarkus-smallrye-reactive-streams-operators + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/pom.xml b/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/pom.xml index 8df1ec5ffdc86..f446ed80f544c 100644 --- a/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/pom.xml +++ b/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-reactive-streams-operators-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-reactive-streams-operators-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-smallrye-reactive-streams-operators-parent - Quarkus - SmallRye Reactive Streams Operators (deprecated) - pom + quarkus-smallrye-reactive-streams-operators-parent + pom + Quarkus - SmallRye Reactive Streams Operators (deprecated) - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/runtime/pom.xml b/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/runtime/pom.xml index d32346e8b900b..ecf9ab5466042 100644 --- a/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/runtime/pom.xml +++ b/extensions/reactive-streams-operators/smallrye-reactive-streams-operators/runtime/pom.xml @@ -1,64 +1,62 @@ - - - quarkus-smallrye-reactive-streams-operators-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-reactive-streams-operators-parent + 999-SNAPSHOT + - quarkus-smallrye-reactive-streams-operators - Quarkus - SmallRye Reactive Streams Operators - Runtime - Operators to write Reactive Streams based applications (Mutiny recommended instead) - - - org.eclipse.microprofile.reactive-streams-operators - microprofile-reactive-streams-operators-api - - - org.eclipse.microprofile.reactive-streams-operators - microprofile-reactive-streams-operators-core - - - io.smallrye.reactive - smallrye-reactive-streams-operators - - - io.smallrye - smallrye-context-propagation-propagators-rxjava2 - - - io.quarkus - quarkus-smallrye-context-propagation - - + quarkus-smallrye-reactive-streams-operators + Quarkus - SmallRye Reactive Streams Operators - Runtime + Operators to write Reactive Streams based applications (Mutiny recommended instead) + + + org.eclipse.microprofile.reactive-streams-operators + microprofile-reactive-streams-operators-api + + + org.eclipse.microprofile.reactive-streams-operators + microprofile-reactive-streams-operators-core + + + io.smallrye.reactive + smallrye-reactive-streams-operators + + + io.smallrye + smallrye-context-propagation-propagators-rxjava2 + + + io.quarkus + quarkus-smallrye-context-propagation + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/reactive-streams-operators/smallrye-reactive-type-converters/deployment/pom.xml b/extensions/reactive-streams-operators/smallrye-reactive-type-converters/deployment/pom.xml index e48e3ee076d87..0dc91ad0890c4 100644 --- a/extensions/reactive-streams-operators/smallrye-reactive-type-converters/deployment/pom.xml +++ b/extensions/reactive-streams-operators/smallrye-reactive-type-converters/deployment/pom.xml @@ -1,48 +1,46 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-smallrye-reactive-type-converters-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-smallrye-reactive-type-converters-parent + 999-SNAPSHOT + - quarkus-smallrye-reactive-type-converters-deployment - Quarkus - SmallRye Reactive Type Converters - Deployment + quarkus-smallrye-reactive-type-converters-deployment + Quarkus - SmallRye Reactive Type Converters - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-smallrye-reactive-type-converters - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-smallrye-reactive-type-converters + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/reactive-streams-operators/smallrye-reactive-type-converters/pom.xml b/extensions/reactive-streams-operators/smallrye-reactive-type-converters/pom.xml index 8c764225cd6c2..f2a11da198e5b 100644 --- a/extensions/reactive-streams-operators/smallrye-reactive-type-converters/pom.xml +++ b/extensions/reactive-streams-operators/smallrye-reactive-type-converters/pom.xml @@ -1,22 +1,20 @@ - - 4.0.0 + + 4.0.0 - - quarkus-reactive-streams-operators-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-reactive-streams-operators-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-smallrye-reactive-type-converters-parent - Quarkus - SmallRye Reactive Type Converters - pom + quarkus-smallrye-reactive-type-converters-parent + pom + Quarkus - SmallRye Reactive Type Converters - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/reactive-streams-operators/smallrye-reactive-type-converters/runtime/pom.xml b/extensions/reactive-streams-operators/smallrye-reactive-type-converters/runtime/pom.xml index 3f5e2c407a819..7260212391df1 100644 --- a/extensions/reactive-streams-operators/smallrye-reactive-type-converters/runtime/pom.xml +++ b/extensions/reactive-streams-operators/smallrye-reactive-type-converters/runtime/pom.xml @@ -1,35 +1,33 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-smallrye-reactive-type-converters-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-smallrye-reactive-type-converters-parent + 999-SNAPSHOT + - quarkus-smallrye-reactive-type-converters - Quarkus - SmallRye Reactive Type Converters - Runtime - Converters for reactive types from various reactive programming libraries - - - io.quarkus - quarkus-core - - - io.smallrye.reactive - smallrye-reactive-converter-api - - + quarkus-smallrye-reactive-type-converters + Quarkus - SmallRye Reactive Type Converters - Runtime + Converters for reactive types from various reactive programming libraries + + + io.quarkus + quarkus-core + + + io.smallrye.reactive + smallrye-reactive-converter-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + diff --git a/extensions/redis-cache/deployment/pom.xml b/extensions/redis-cache/deployment/pom.xml index 4fa7d52ac6ef9..2e724daa9fcd1 100644 --- a/extensions/redis-cache/deployment/pom.xml +++ b/extensions/redis-cache/deployment/pom.xml @@ -1,116 +1,114 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-redis-cache-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-redis-cache-parent + 999-SNAPSHOT + - quarkus-redis-cache-deployment + quarkus-redis-cache-deployment - Quarkus - Redis Cache - Deployment + Quarkus - Redis Cache - Deployment - - - io.quarkus - quarkus-redis-client-deployment - - - io.quarkus - quarkus-cache-deployment - - - io.quarkus - quarkus-redis-cache - + + + io.quarkus + quarkus-redis-client-deployment + + + io.quarkus + quarkus-cache-deployment + + + io.quarkus + quarkus-redis-cache + - - org.testcontainers - testcontainers - - - junit - junit - - - - - io.quarkus - quarkus-junit4-mock - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + org.testcontainers + testcontainers + + + junit + junit + + + + + io.quarkus + quarkus-junit4-mock + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + + test-redis + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-redis - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + diff --git a/extensions/redis-cache/pom.xml b/extensions/redis-cache/pom.xml index e1fae6a1e5fb4..2a5a845375ceb 100644 --- a/extensions/redis-cache/pom.xml +++ b/extensions/redis-cache/pom.xml @@ -1,25 +1,22 @@ - - 4.0.0 + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-redis-cache-parent - pom + quarkus-redis-cache-parent + pom - Quarkus - Redis Cache - - - deployment - runtime - + Quarkus - Redis Cache + + deployment + runtime + diff --git a/extensions/redis-cache/runtime/pom.xml b/extensions/redis-cache/runtime/pom.xml index a0595a1e12263..205329ca50803 100644 --- a/extensions/redis-cache/runtime/pom.xml +++ b/extensions/redis-cache/runtime/pom.xml @@ -1,118 +1,116 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-redis-cache-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-redis-cache-parent + 999-SNAPSHOT + + + quarkus-redis-cache - quarkus-redis-cache + Quarkus - Redis Cache - Runtime + Use Redis as the caching backend + + + io.quarkus + quarkus-redis-client + + + io.quarkus + quarkus-cache + - Quarkus - Redis Cache - Runtime - Use Redis as the caching backend - - - io.quarkus - quarkus-redis-client - - - io.quarkus - quarkus-cache - + + org.assertj + assertj-core + test + + + org.junit.jupiter + junit-jupiter + test + + + org.awaitility + awaitility + test + + + io.quarkus + quarkus-junit4-mock + test + + + org.testcontainers + testcontainers + test + + + junit + junit + + + + - - org.assertj - assertj-core - test - - - org.junit.jupiter - junit-jupiter - test - - - org.awaitility - awaitility - test - - - io.quarkus - quarkus-junit4-mock - test - - - org.testcontainers - testcontainers - test - - - junit - junit - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + - + + + test-redis + + + test-containers + + + - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-redis - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + diff --git a/extensions/redis-client/deployment/pom.xml b/extensions/redis-client/deployment/pom.xml index 24699889af400..c36b079e1aa6f 100644 --- a/extensions/redis-client/deployment/pom.xml +++ b/extensions/redis-client/deployment/pom.xml @@ -1,132 +1,130 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-redis-client-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-redis-client-parent + 999-SNAPSHOT + - quarkus-redis-client-deployment + quarkus-redis-client-deployment - Quarkus - Redis Client - Deployment + Quarkus - Redis Client - Deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-jackson-deployment - - - io.quarkus - quarkus-devservices-deployment - - - io.quarkus - quarkus-tls-registry-deployment - - - io.quarkus - quarkus-redis-client - - - io.quarkus - quarkus-smallrye-health-spi - - - org.testcontainers - testcontainers - - - junit - junit - - - - - io.quarkus - quarkus-junit4-mock - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-rest-jackson-deployment - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-jackson-deployment + + + io.quarkus + quarkus-devservices-deployment + + + io.quarkus + quarkus-tls-registry-deployment + + + io.quarkus + quarkus-redis-client + + + io.quarkus + quarkus-smallrye-health-spi + + + org.testcontainers + testcontainers + + + junit + junit + + + + + io.quarkus + quarkus-junit4-mock + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-rest-jackson-deployment + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + + test-redis + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-redis - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + diff --git a/extensions/redis-client/pom.xml b/extensions/redis-client/pom.xml index 458b2563a75bf..d5c9b47fcfbd1 100644 --- a/extensions/redis-client/pom.xml +++ b/extensions/redis-client/pom.xml @@ -1,25 +1,22 @@ - - 4.0.0 + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-redis-client-parent - pom + quarkus-redis-client-parent + pom - Quarkus - Redis Client - - - deployment - runtime - + Quarkus - Redis Client + + deployment + runtime + diff --git a/extensions/redis-client/runtime/pom.xml b/extensions/redis-client/runtime/pom.xml index c010999601a2f..428261f03ede9 100644 --- a/extensions/redis-client/runtime/pom.xml +++ b/extensions/redis-client/runtime/pom.xml @@ -1,169 +1,167 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-redis-client-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-redis-client-parent + 999-SNAPSHOT + + + quarkus-redis-client - quarkus-redis-client + Quarkus - Redis Client - Runtime + Connect to Redis in either imperative or reactive style + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-jackson + + + io.quarkus + quarkus-tls-registry + + + io.smallrye.reactive + smallrye-mutiny-vertx-redis-client + + + + io.quarkus + quarkus-smallrye-health + true + + + org.assertj + assertj-core + test + + + org.junit.jupiter + junit-jupiter + test + + + org.awaitility + awaitility + test + + + io.quarkus + quarkus-junit4-mock + test + + + org.testcontainers + testcontainers + test + + + junit + junit + + + + + + com.github.javaparser + javaparser-core + test + + - Quarkus - Redis Client - Runtime - Connect to Redis in either imperative or reactive style - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-jackson - - - io.quarkus - quarkus-tls-registry - - - io.smallrye.reactive - smallrye-mutiny-vertx-redis-client - - - - io.quarkus - quarkus-smallrye-health - true - - - org.assertj - assertj-core - test - - - org.junit.jupiter - junit-jupiter - test - - - org.awaitility - awaitility - test - - - io.quarkus - quarkus-junit4-mock - test - - - org.testcontainers - testcontainers - test - - - junit - junit - - - - - - com.github.javaparser - javaparser-core - test - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.redis + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + - + + + test-redis + + + test-containers + + + + redis/redis-stack:7.2.0-v0 + + - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.redis - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + ${redis.base.image} + + + + + maven-failsafe-plugin + + false + + - - - - - test-redis - - - test-containers - - - - redis/redis-stack:7.2.0-v0 - - - - - maven-surefire-plugin - - false - - ${redis.base.image} - - - - - maven-failsafe-plugin - - false - - - - - + + - - redis-5 - - redis:5 - - + + redis-5 + + redis:5 + + - - redis-6 - - redis:6 - - + + redis-6 + + redis:6 + + - - redis-7.0 - - redis/redis-stack:7.0.6-RC9 - - - + + redis-7.0 + + redis/redis-stack:7.0.6-RC9 + + + diff --git a/extensions/resteasy-classic/pom.xml b/extensions/resteasy-classic/pom.xml index 91c9e53da2de3..ccbd3c1528f0c 100644 --- a/extensions/resteasy-classic/pom.xml +++ b/extensions/resteasy-classic/pom.xml @@ -1,36 +1,34 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-parent-aggregator - Quarkus - RESTEasy Classic - Parent - Aggregator - pom - - resteasy-common - resteasy-server-common - resteasy - resteasy-jsonb - resteasy-jackson - resteasy-jaxb - resteasy-links - resteasy-mutiny-common - resteasy-mutiny - resteasy-qute - resteasy-multipart - resteasy-client - resteasy-client-jackson - resteasy-client-jsonb - resteasy-client-jaxb - resteasy-client-mutiny - rest-client-config - + quarkus-resteasy-parent-aggregator + pom + Quarkus - RESTEasy Classic - Parent - Aggregator + + resteasy-common + resteasy-server-common + resteasy + resteasy-jsonb + resteasy-jackson + resteasy-jaxb + resteasy-links + resteasy-mutiny-common + resteasy-mutiny + resteasy-qute + resteasy-multipart + resteasy-client + resteasy-client-jackson + resteasy-client-jsonb + resteasy-client-jaxb + resteasy-client-mutiny + rest-client-config + diff --git a/extensions/resteasy-classic/rest-client-config/deployment/pom.xml b/extensions/resteasy-classic/rest-client-config/deployment/pom.xml index 22dfdbb1b1356..2c58c1f068113 100644 --- a/extensions/resteasy-classic/rest-client-config/deployment/pom.xml +++ b/extensions/resteasy-classic/rest-client-config/deployment/pom.xml @@ -1,64 +1,62 @@ - - - quarkus-rest-client-config-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-client-config-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-client-config-deployment - Quarkus - REST Clients Config - Deployment + quarkus-rest-client-config-deployment + Quarkus - REST Clients Config - Deployment - - - io.quarkus - quarkus-rest-client-config - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - + + + io.quarkus + quarkus-rest-client-config + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/rest-client-config/pom.xml b/extensions/resteasy-classic/rest-client-config/pom.xml index 6bba42fa4b54d..0e532513ff0e3 100644 --- a/extensions/resteasy-classic/rest-client-config/pom.xml +++ b/extensions/resteasy-classic/rest-client-config/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-resteasy-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-client-config-parent - Quarkus - REST Clients Config - pom - - runtime - deployment - - \ No newline at end of file + quarkus-rest-client-config-parent + pom + Quarkus - REST Clients Config + + runtime + deployment + + diff --git a/extensions/resteasy-classic/rest-client-config/runtime/pom.xml b/extensions/resteasy-classic/rest-client-config/runtime/pom.xml index 1a31afbc85808..eabf0ad330236 100644 --- a/extensions/resteasy-classic/rest-client-config/runtime/pom.xml +++ b/extensions/resteasy-classic/rest-client-config/runtime/pom.xml @@ -1,76 +1,72 @@ - - - quarkus-rest-client-config-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 - - quarkus-rest-client-config - Quarkus - REST Clients Config - Runtime - Shared configuration for REST client extensions + + 4.0.0 + + io.quarkus + quarkus-rest-client-config-parent + 999-SNAPSHOT + ../pom.xml + - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - org.eclipse.microprofile.rest.client - microprofile-rest-client-api - - - io.smallrye - jandex - + quarkus-rest-client-config + Quarkus - REST Clients Config - Runtime + Shared configuration for REST client extensions - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + org.eclipse.microprofile.rest.client + microprofile-rest-client-api + + + io.smallrye + jandex + + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-client-jackson/deployment/pom.xml b/extensions/resteasy-classic/resteasy-client-jackson/deployment/pom.xml index 0dc5d4b990eeb..cf20819e9b2b4 100644 --- a/extensions/resteasy-classic/resteasy-client-jackson/deployment/pom.xml +++ b/extensions/resteasy-classic/resteasy-client-jackson/deployment/pom.xml @@ -1,68 +1,66 @@ - - - quarkus-resteasy-client-jackson-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-client-jackson-parent + 999-SNAPSHOT + - quarkus-resteasy-client-jackson-deployment - Quarkus - RESTEasy Classic's REST Client - Jackson - Deployment + quarkus-resteasy-client-jackson-deployment + Quarkus - RESTEasy Classic's REST Client - Jackson - Deployment - - - io.quarkus - quarkus-resteasy-client-deployment - - - io.quarkus - quarkus-jackson-deployment - - - io.quarkus - quarkus-resteasy-client-jackson - - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-resteasy-client-deployment + + + io.quarkus + quarkus-jackson-deployment + + + io.quarkus + quarkus-resteasy-client-jackson + + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-client-jackson/pom.xml b/extensions/resteasy-classic/resteasy-client-jackson/pom.xml index fc8de512a62c2..2ad257ab1d16b 100644 --- a/extensions/resteasy-classic/resteasy-client-jackson/pom.xml +++ b/extensions/resteasy-classic/resteasy-client-jackson/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-resteasy-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-client-jackson-parent - Quarkus - RESTEasy Classic's REST Client - Jackson - pom - - deployment - runtime - + quarkus-resteasy-client-jackson-parent + pom + Quarkus - RESTEasy Classic's REST Client - Jackson + + deployment + runtime + diff --git a/extensions/resteasy-classic/resteasy-client-jackson/runtime/pom.xml b/extensions/resteasy-classic/resteasy-client-jackson/runtime/pom.xml index 664416064aa4c..52dcebe5cd199 100644 --- a/extensions/resteasy-classic/resteasy-client-jackson/runtime/pom.xml +++ b/extensions/resteasy-classic/resteasy-client-jackson/runtime/pom.xml @@ -1,78 +1,76 @@ - - - quarkus-resteasy-client-jackson-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-client-jackson-parent + 999-SNAPSHOT + - quarkus-resteasy-client-jackson - Quarkus - RESTEasy Classic's REST Client - Jackson - Runtime - Jackson serialization support for the REST Client - - - io.quarkus - quarkus-resteasy-client - - - io.quarkus - quarkus-jackson - - - org.jboss.resteasy - resteasy-jackson2-provider - - - jakarta.xml.bind - jakarta.xml.bind-api - - - org.checkerframework - checker-qual - - - jakarta.activation - jakarta.activation-api - - - - - jakarta.xml.bind - jakarta.xml.bind-api - - + quarkus-resteasy-client-jackson + Quarkus - RESTEasy Classic's REST Client - Jackson - Runtime + Jackson serialization support for the REST Client + + + io.quarkus + quarkus-resteasy-client + + + io.quarkus + quarkus-jackson + + + org.jboss.resteasy + resteasy-jackson2-provider + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.checkerframework + checker-qual + + + jakarta.activation + jakarta.activation-api + + + + + jakarta.xml.bind + jakarta.xml.bind-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.resteasy.json.jackson.client - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.resteasy.json.jackson.client + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-client-jaxb/deployment/pom.xml b/extensions/resteasy-classic/resteasy-client-jaxb/deployment/pom.xml index 4f8ed3f46460c..09ab1a9e4086c 100644 --- a/extensions/resteasy-classic/resteasy-client-jaxb/deployment/pom.xml +++ b/extensions/resteasy-classic/resteasy-client-jaxb/deployment/pom.xml @@ -1,68 +1,66 @@ - - - quarkus-resteasy-client-jaxb-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-client-jaxb-parent + 999-SNAPSHOT + - quarkus-resteasy-client-jaxb-deployment - Quarkus - RESTEasy Classic's REST Client - JAXB - Deployment + quarkus-resteasy-client-jaxb-deployment + Quarkus - RESTEasy Classic's REST Client - JAXB - Deployment - - - io.quarkus - quarkus-resteasy-client-deployment - - - io.quarkus - quarkus-resteasy-client-jaxb - - - io.quarkus - quarkus-jaxb-deployment - - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-resteasy-client-deployment + + + io.quarkus + quarkus-resteasy-client-jaxb + + + io.quarkus + quarkus-jaxb-deployment + + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-client-jaxb/pom.xml b/extensions/resteasy-classic/resteasy-client-jaxb/pom.xml index 5ae4e439ca5a4..bbf5b7a3ca45e 100644 --- a/extensions/resteasy-classic/resteasy-client-jaxb/pom.xml +++ b/extensions/resteasy-classic/resteasy-client-jaxb/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-resteasy-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-client-jaxb-parent - Quarkus - RESTEasy Classic's REST Client - JAXB - pom - - deployment - runtime - + quarkus-resteasy-client-jaxb-parent + pom + Quarkus - RESTEasy Classic's REST Client - JAXB + + deployment + runtime + diff --git a/extensions/resteasy-classic/resteasy-client-jaxb/runtime/pom.xml b/extensions/resteasy-classic/resteasy-client-jaxb/runtime/pom.xml index 85875ce14a8da..6563058f283a7 100644 --- a/extensions/resteasy-classic/resteasy-client-jaxb/runtime/pom.xml +++ b/extensions/resteasy-classic/resteasy-client-jaxb/runtime/pom.xml @@ -1,69 +1,67 @@ - - - quarkus-resteasy-client-jaxb-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-client-jaxb-parent + 999-SNAPSHOT + - quarkus-resteasy-client-jaxb - Quarkus - RESTEasy Classic's REST Client - JAXB - Runtime - XML serialization support for the REST Client - - - io.quarkus - quarkus-resteasy-client - - - io.quarkus - quarkus-jaxb - - - org.jboss.resteasy - resteasy-jaxb-provider - - - com.sun.activation - jakarta.activation - - - - - org.eclipse.angus - angus-activation - - - jakarta.xml.bind - jakarta.xml.bind-api - - + quarkus-resteasy-client-jaxb + Quarkus - RESTEasy Classic's REST Client - JAXB - Runtime + XML serialization support for the REST Client + + + io.quarkus + quarkus-resteasy-client + + + io.quarkus + quarkus-jaxb + + + org.jboss.resteasy + resteasy-jaxb-provider + + + com.sun.activation + jakarta.activation + + + + + org.eclipse.angus + angus-activation + + + jakarta.xml.bind + jakarta.xml.bind-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-client-jsonb/deployment/pom.xml b/extensions/resteasy-classic/resteasy-client-jsonb/deployment/pom.xml index b68a8f792c06d..321091fb2b98d 100644 --- a/extensions/resteasy-classic/resteasy-client-jsonb/deployment/pom.xml +++ b/extensions/resteasy-classic/resteasy-client-jsonb/deployment/pom.xml @@ -1,68 +1,66 @@ - - - quarkus-resteasy-client-jsonb-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-client-jsonb-parent + 999-SNAPSHOT + - quarkus-resteasy-client-jsonb-deployment - Quarkus - RESTEasy Classic's REST Client - JSON-B - Deployment + quarkus-resteasy-client-jsonb-deployment + Quarkus - RESTEasy Classic's REST Client - JSON-B - Deployment - - - io.quarkus - quarkus-resteasy-client-deployment - - - io.quarkus - quarkus-resteasy-client-jsonb - - - io.quarkus - quarkus-jsonb-deployment - - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-resteasy-client-deployment + + + io.quarkus + quarkus-resteasy-client-jsonb + + + io.quarkus + quarkus-jsonb-deployment + + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-client-jsonb/pom.xml b/extensions/resteasy-classic/resteasy-client-jsonb/pom.xml index 7e74abce4c3f7..5d58d0f172951 100644 --- a/extensions/resteasy-classic/resteasy-client-jsonb/pom.xml +++ b/extensions/resteasy-classic/resteasy-client-jsonb/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-resteasy-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-client-jsonb-parent - Quarkus - RESTEasy Classic's REST Client - JSON-B - pom - - deployment - runtime - + quarkus-resteasy-client-jsonb-parent + pom + Quarkus - RESTEasy Classic's REST Client - JSON-B + + deployment + runtime + diff --git a/extensions/resteasy-classic/resteasy-client-jsonb/runtime/pom.xml b/extensions/resteasy-classic/resteasy-client-jsonb/runtime/pom.xml index e7e38f0dd68d0..c1ddc4cdb79ed 100644 --- a/extensions/resteasy-classic/resteasy-client-jsonb/runtime/pom.xml +++ b/extensions/resteasy-classic/resteasy-client-jsonb/runtime/pom.xml @@ -1,75 +1,73 @@ - - - quarkus-resteasy-client-jsonb-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-client-jsonb-parent + 999-SNAPSHOT + - quarkus-resteasy-client-jsonb - Quarkus - RESTEasy Classic's REST Client - JSON-B - Runtime - JSON-B serialization support for the REST client + quarkus-resteasy-client-jsonb + Quarkus - RESTEasy Classic's REST Client - JSON-B - Runtime + JSON-B serialization support for the REST client - - - io.quarkus - quarkus-resteasy-client - - - io.quarkus - quarkus-jsonb - - - org.jboss.resteasy - resteasy-json-binding-provider - - - org.glassfish - jakarta.json - - - - - org.jboss.resteasy - resteasy-json-p-provider - - - commons-io - commons-io - - + + + io.quarkus + quarkus-resteasy-client + + + io.quarkus + quarkus-jsonb + + + org.jboss.resteasy + resteasy-json-binding-provider + + + org.glassfish + jakarta.json + + + + + org.jboss.resteasy + resteasy-json-p-provider + + + commons-io + commons-io + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.resteasy.json.jsonb.client - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.resteasy.json.jsonb.client + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-client-mutiny/deployment/pom.xml b/extensions/resteasy-classic/resteasy-client-mutiny/deployment/pom.xml index abe9a2689494f..3307a639b9f0d 100644 --- a/extensions/resteasy-classic/resteasy-client-mutiny/deployment/pom.xml +++ b/extensions/resteasy-classic/resteasy-client-mutiny/deployment/pom.xml @@ -1,67 +1,65 @@ - - - quarkus-resteasy-client-mutiny-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-client-mutiny-parent + 999-SNAPSHOT + - quarkus-resteasy-client-mutiny-deployment - Quarkus - RESTEasy Classic's REST Client - Mutiny - Deployment + quarkus-resteasy-client-mutiny-deployment + Quarkus - RESTEasy Classic's REST Client - Mutiny - Deployment - - - io.quarkus - quarkus-resteasy-client-deployment - - - io.quarkus - quarkus-resteasy-mutiny-common-deployment - - - io.quarkus - quarkus-resteasy-client-mutiny - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-resteasy-client-deployment + + + io.quarkus + quarkus-resteasy-mutiny-common-deployment + + + io.quarkus + quarkus-resteasy-client-mutiny + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-client-mutiny/pom.xml b/extensions/resteasy-classic/resteasy-client-mutiny/pom.xml index 3c4049360c913..3c94ebd93375d 100644 --- a/extensions/resteasy-classic/resteasy-client-mutiny/pom.xml +++ b/extensions/resteasy-classic/resteasy-client-mutiny/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-resteasy-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-client-mutiny-parent - Quarkus - RESTEasy Classic's REST Client - Mutiny - pom - - deployment - runtime - + quarkus-resteasy-client-mutiny-parent + pom + Quarkus - RESTEasy Classic's REST Client - Mutiny + + deployment + runtime + diff --git a/extensions/resteasy-classic/resteasy-client-mutiny/runtime/pom.xml b/extensions/resteasy-classic/resteasy-client-mutiny/runtime/pom.xml index 097ca79ebdabb..66a56f8bdb699 100644 --- a/extensions/resteasy-classic/resteasy-client-mutiny/runtime/pom.xml +++ b/extensions/resteasy-classic/resteasy-client-mutiny/runtime/pom.xml @@ -1,52 +1,50 @@ - - - quarkus-resteasy-client-mutiny-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-client-mutiny-parent + 999-SNAPSHOT + - quarkus-resteasy-client-mutiny - Quarkus - RESTEasy Classic's REST Client - Mutiny - Runtime - Enable Mutiny for the REST client + quarkus-resteasy-client-mutiny + Quarkus - RESTEasy Classic's REST Client - Mutiny - Runtime + Enable Mutiny for the REST client - - - io.quarkus - quarkus-resteasy-client - - - io.quarkus - quarkus-resteasy-mutiny-common - - + + + io.quarkus + quarkus-resteasy-client + + + io.quarkus + quarkus-resteasy-mutiny-common + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-client/deployment/pom.xml b/extensions/resteasy-classic/resteasy-client/deployment/pom.xml index 0bcfdf8e974c2..9ab5c68891196 100644 --- a/extensions/resteasy-classic/resteasy-client/deployment/pom.xml +++ b/extensions/resteasy-classic/resteasy-client/deployment/pom.xml @@ -1,85 +1,83 @@ - - - quarkus-resteasy-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-client-parent + 999-SNAPSHOT + - quarkus-resteasy-client-deployment - Quarkus - RESTEasy Classic's REST Client - Deployment + quarkus-resteasy-client-deployment + Quarkus - RESTEasy Classic's REST Client - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-resteasy-common-deployment - - - io.quarkus - quarkus-apache-httpclient-deployment - - - io.quarkus - quarkus-resteasy-client - - - io.quarkus - quarkus-rest-client-config-deployment - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-resteasy-common-deployment + + + io.quarkus + quarkus-apache-httpclient-deployment + + + io.quarkus + quarkus-resteasy-client + + + io.quarkus + quarkus-rest-client-config-deployment + - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-smallrye-fault-tolerance-deployment - test - - - io.quarkus - quarkus-resteasy-deployment - test - - - org.assertj - assertj-core - test - - + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-smallrye-fault-tolerance-deployment + test + + + io.quarkus + quarkus-resteasy-deployment + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-client/pom.xml b/extensions/resteasy-classic/resteasy-client/pom.xml index 54851293f9e79..9a8d18db624ef 100644 --- a/extensions/resteasy-classic/resteasy-client/pom.xml +++ b/extensions/resteasy-classic/resteasy-client/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-resteasy-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-client-parent - Quarkus - RESTEasy Classic's REST Client - pom - - deployment - runtime - + quarkus-resteasy-client-parent + pom + Quarkus - RESTEasy Classic's REST Client + + deployment + runtime + diff --git a/extensions/resteasy-classic/resteasy-client/runtime/pom.xml b/extensions/resteasy-classic/resteasy-client/runtime/pom.xml index 84ee6486e0ff4..21173e8ac522f 100644 --- a/extensions/resteasy-classic/resteasy-client/runtime/pom.xml +++ b/extensions/resteasy-classic/resteasy-client/runtime/pom.xml @@ -1,142 +1,137 @@ - - - quarkus-resteasy-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-resteasy-client - Quarkus - RESTEasy Classic's REST Client - Runtime - Call REST services + + 4.0.0 + + io.quarkus + quarkus-resteasy-client-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-resteasy-common - - - io.quarkus - quarkus-apache-httpclient - - - io.quarkus - quarkus-rest-client-config - - - org.jboss.resteasy.microprofile - microprofile-rest-client - - - org.jboss.spec.javax.interceptor - - jboss-interceptors-api_1.2_spec - - - - org.jboss.weld - weld-api - - - commons-logging - commons-logging - - - org.jboss.spec.javax.ws.rs - jboss-jaxrs-api_3.0_spec - - - - - org.jboss.resteasy - resteasy-multipart-provider - - - jakarta.interceptor - jakarta.interceptor-api - - - jakarta.ws.rs - jakarta.ws.rs-api - - - org.apache.httpcomponents - httpasyncclient - - - commons-logging - commons-logging - - - - - org.jboss.logging - commons-logging-jboss-logging - - - org.graalvm.sdk - nativeimage - provided - + quarkus-resteasy-client + Quarkus - RESTEasy Classic's REST Client - Runtime + Call REST services + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-resteasy-common + + + io.quarkus + quarkus-apache-httpclient + + + io.quarkus + quarkus-rest-client-config + + + org.jboss.resteasy.microprofile + microprofile-rest-client + + + org.jboss.spec.javax.interceptor + jboss-interceptors-api_1.2_spec + + + org.jboss.weld + weld-api + + + commons-logging + commons-logging + + + org.jboss.spec.javax.ws.rs + jboss-jaxrs-api_3.0_spec + + + + + org.jboss.resteasy + resteasy-multipart-provider + + + jakarta.interceptor + jakarta.interceptor-api + + + jakarta.ws.rs + jakarta.ws.rs-api + + + org.apache.httpcomponents + httpasyncclient + + + commons-logging + commons-logging + + + + + org.jboss.logging + commons-logging-jboss-logging + + + org.graalvm.sdk + nativeimage + provided + - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - org.mockito - mockito-core - test - - + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + org.mockito + mockito-core + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.rest.client - io.quarkus.resteasy.client - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.rest.client + io.quarkus.resteasy.client + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-common/deployment/pom.xml b/extensions/resteasy-classic/resteasy-common/deployment/pom.xml index a2f4c14573702..0c78605927c00 100644 --- a/extensions/resteasy-classic/resteasy-common/deployment/pom.xml +++ b/extensions/resteasy-classic/resteasy-common/deployment/pom.xml @@ -1,56 +1,54 @@ - - - quarkus-resteasy-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-common-parent + 999-SNAPSHOT + - quarkus-resteasy-common-deployment - Quarkus - RESTEasy Classic - Common - Deployment + quarkus-resteasy-common-deployment + Quarkus - RESTEasy Classic - Common - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-resteasy-common - - - io.quarkus - quarkus-resteasy-common-spi - - - io.quarkus - quarkus-arc-deployment - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-resteasy-common + + + io.quarkus + quarkus-resteasy-common-spi + + + io.quarkus + quarkus-arc-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-common/pom.xml b/extensions/resteasy-classic/resteasy-common/pom.xml index d4c046e5e0f0b..9dbac54cbdc3c 100644 --- a/extensions/resteasy-classic/resteasy-common/pom.xml +++ b/extensions/resteasy-classic/resteasy-common/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-resteasy-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-common-parent - Quarkus - RESTEasy Classic - Common - pom - - deployment - runtime - spi - + quarkus-resteasy-common-parent + pom + Quarkus - RESTEasy Classic - Common + + deployment + runtime + spi + diff --git a/extensions/resteasy-classic/resteasy-common/runtime/pom.xml b/extensions/resteasy-classic/resteasy-common/runtime/pom.xml index 07ff4148e5c36..9be9656b068ff 100644 --- a/extensions/resteasy-classic/resteasy-common/runtime/pom.xml +++ b/extensions/resteasy-classic/resteasy-common/runtime/pom.xml @@ -1,136 +1,134 @@ - - - quarkus-resteasy-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-common-parent + 999-SNAPSHOT + - quarkus-resteasy-common - Quarkus - RESTEasy Classic - Common - Runtime - Components common to the RESTEasy Classic server and REST Client - - - org.graalvm.sdk - nativeimage - provided - - - io.quarkus - quarkus-core - - - org.jboss.resteasy - resteasy-core - - - jakarta.activation - jakarta.activation-api - - - org.jboss.spec.javax.ws.rs - jboss-jaxrs-api_3.0_spec - - - - - io.quarkus - quarkus-arc - - - org.eclipse.angus - angus-activation - - - com.fasterxml.jackson.core - jackson-databind - true - - - org.jboss.resteasy - resteasy-jackson2-provider - true - - - jakarta.xml.bind - jakarta.xml.bind-api - - - org.checkerframework - checker-qual - - - com.google.code.findbugs - jsr305 - - - jakarta.activation - jakarta.activation-api - - - - - jakarta.json.bind - jakarta.json.bind-api - true - - - jakarta.ws.rs - jakarta.ws.rs-api - - - org.jboss.resteasy - resteasy-json-binding-provider - true - - - - org.glassfish - jakarta.json - - - - - org.jboss.resteasy.microprofile - microprofile-config - - + quarkus-resteasy-common + Quarkus - RESTEasy Classic - Common - Runtime + Components common to the RESTEasy Classic server and REST Client + + + org.graalvm.sdk + nativeimage + provided + + + io.quarkus + quarkus-core + + + org.jboss.resteasy + resteasy-core + + + jakarta.activation + jakarta.activation-api + + + org.jboss.spec.javax.ws.rs + jboss-jaxrs-api_3.0_spec + + + + + io.quarkus + quarkus-arc + + + org.eclipse.angus + angus-activation + + + com.fasterxml.jackson.core + jackson-databind + true + + + org.jboss.resteasy + resteasy-jackson2-provider + true + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.checkerframework + checker-qual + + + com.google.code.findbugs + jsr305 + + + jakarta.activation + jakarta.activation-api + + + + + jakarta.json.bind + jakarta.json.bind-api + true + + + jakarta.ws.rs + jakarta.ws.rs-api + + + org.jboss.resteasy + resteasy-json-binding-provider + true + + + + org.glassfish + jakarta.json + + + + + org.jboss.resteasy.microprofile + microprofile-config + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - javax.ws.rs:javax.ws.rs-api - javax.activation:javax.activation-api - javax.activation:activation - org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_3.0_spec - org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + javax.ws.rs:javax.ws.rs-api + javax.activation:javax.activation-api + javax.activation:activation + org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_3.0_spec + org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-common/spi/pom.xml b/extensions/resteasy-classic/resteasy-common/spi/pom.xml index 4e8ebd79232b8..2f4d8bb6a71ba 100644 --- a/extensions/resteasy-classic/resteasy-common/spi/pom.xml +++ b/extensions/resteasy-classic/resteasy-common/spi/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-resteasy-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-common-parent + 999-SNAPSHOT + - quarkus-resteasy-common-spi - Quarkus - RESTEasy Classic - Common - SPI + quarkus-resteasy-common-spi + Quarkus - RESTEasy Classic - Common - SPI - - - io.quarkus - quarkus-core-deployment - - + + + io.quarkus + quarkus-core-deployment + + - \ No newline at end of file + diff --git a/extensions/resteasy-classic/resteasy-jackson/deployment/pom.xml b/extensions/resteasy-classic/resteasy-jackson/deployment/pom.xml index 1fae47a05b8bc..2f3d7482e7517 100644 --- a/extensions/resteasy-classic/resteasy-jackson/deployment/pom.xml +++ b/extensions/resteasy-classic/resteasy-jackson/deployment/pom.xml @@ -1,62 +1,60 @@ - - - quarkus-resteasy-jackson-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-jackson-parent + 999-SNAPSHOT + - quarkus-resteasy-jackson-deployment - Quarkus - RESTEasy Classic - Jackson - Deployment + quarkus-resteasy-jackson-deployment + Quarkus - RESTEasy Classic - Jackson - Deployment - - - io.quarkus - quarkus-resteasy-deployment - - - io.quarkus - quarkus-jackson-deployment - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-resteasy-deployment + + + io.quarkus + quarkus-jackson-deployment + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-jackson/pom.xml b/extensions/resteasy-classic/resteasy-jackson/pom.xml index 0fd5f24166773..9b3d520edf538 100644 --- a/extensions/resteasy-classic/resteasy-jackson/pom.xml +++ b/extensions/resteasy-classic/resteasy-jackson/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-resteasy-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-jackson-parent - Quarkus - RESTEasy Classic - Jackson - pom - - deployment - runtime - + quarkus-resteasy-jackson-parent + pom + Quarkus - RESTEasy Classic - Jackson + + deployment + runtime + diff --git a/extensions/resteasy-classic/resteasy-jackson/runtime/pom.xml b/extensions/resteasy-classic/resteasy-jackson/runtime/pom.xml index 4ebf9a83d7886..ee7928af35170 100644 --- a/extensions/resteasy-classic/resteasy-jackson/runtime/pom.xml +++ b/extensions/resteasy-classic/resteasy-jackson/runtime/pom.xml @@ -1,83 +1,81 @@ - - - quarkus-resteasy-jackson-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-jackson-parent + 999-SNAPSHOT + - quarkus-resteasy-jackson - Quarkus - RESTEasy Classic - Jackson - Runtime - Jackson serialization support for RESTEasy Classic - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-jackson - - - org.jboss.resteasy - resteasy-jackson2-provider - - - jakarta.xml.bind - jakarta.xml.bind-api - - - org.checkerframework - checker-qual - - - com.google.code.findbugs - jsr305 - - - jakarta.activation - jakarta.activation-api - - - - - jakarta.xml.bind - jakarta.xml.bind-api - - + quarkus-resteasy-jackson + Quarkus - RESTEasy Classic - Jackson - Runtime + Jackson serialization support for RESTEasy Classic + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-jackson + + + org.jboss.resteasy + resteasy-jackson2-provider + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.checkerframework + checker-qual + + + com.google.code.findbugs + jsr305 + + + jakarta.activation + jakarta.activation-api + + + + + jakarta.xml.bind + jakarta.xml.bind-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.rest.jackson - io.quarkus.resteasy.json.jackson - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.rest.jackson + io.quarkus.resteasy.json.jackson + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-jaxb/deployment/pom.xml b/extensions/resteasy-classic/resteasy-jaxb/deployment/pom.xml index f864cc70724e9..bd793aeef7903 100644 --- a/extensions/resteasy-classic/resteasy-jaxb/deployment/pom.xml +++ b/extensions/resteasy-classic/resteasy-jaxb/deployment/pom.xml @@ -1,62 +1,60 @@ - - - quarkus-resteasy-jaxb-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-jaxb-parent + 999-SNAPSHOT + - quarkus-resteasy-jaxb-deployment - Quarkus - RESTEasy Classic - JAXB - Deployment + quarkus-resteasy-jaxb-deployment + Quarkus - RESTEasy Classic - JAXB - Deployment - - - io.quarkus - quarkus-resteasy-deployment - - - io.quarkus - quarkus-resteasy-jaxb - - - io.quarkus - quarkus-jaxb-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-resteasy-deployment + + + io.quarkus + quarkus-resteasy-jaxb + + + io.quarkus + quarkus-jaxb-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-jaxb/pom.xml b/extensions/resteasy-classic/resteasy-jaxb/pom.xml index b3f02acb524d2..62afa06fa223d 100644 --- a/extensions/resteasy-classic/resteasy-jaxb/pom.xml +++ b/extensions/resteasy-classic/resteasy-jaxb/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-resteasy-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-jaxb-parent - Quarkus - RESTEasy Classic - JAXB - pom - - deployment - runtime - + quarkus-resteasy-jaxb-parent + pom + Quarkus - RESTEasy Classic - JAXB + + deployment + runtime + diff --git a/extensions/resteasy-classic/resteasy-jaxb/runtime/pom.xml b/extensions/resteasy-classic/resteasy-jaxb/runtime/pom.xml index d0c0fb334511c..18610efc416ba 100644 --- a/extensions/resteasy-classic/resteasy-jaxb/runtime/pom.xml +++ b/extensions/resteasy-classic/resteasy-jaxb/runtime/pom.xml @@ -1,82 +1,80 @@ - - - quarkus-resteasy-jaxb-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-jaxb-parent + 999-SNAPSHOT + - quarkus-resteasy-jaxb - Quarkus - RESTEasy Classic - JAXB - Runtime - XML serialization support for RESTEasy Classic - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-jaxb - - - org.jboss.resteasy - resteasy-jaxb-provider - - - - com.sun.istack - istack-commons-runtime - - - org.glassfish.jaxb - jaxb-core - - - org.glassfish.jaxb - txw2 - - - com.sun.activation - jakarta.activation - - - - - org.eclipse.angus - angus-activation - - - jakarta.xml.bind - jakarta.xml.bind-api - - + quarkus-resteasy-jaxb + Quarkus - RESTEasy Classic - JAXB - Runtime + XML serialization support for RESTEasy Classic + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-jaxb + + + org.jboss.resteasy + resteasy-jaxb-provider + + + + com.sun.istack + istack-commons-runtime + + + org.glassfish.jaxb + jaxb-core + + + org.glassfish.jaxb + txw2 + + + com.sun.activation + jakarta.activation + + + + + org.eclipse.angus + angus-activation + + + jakarta.xml.bind + jakarta.xml.bind-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-jsonb/deployment/pom.xml b/extensions/resteasy-classic/resteasy-jsonb/deployment/pom.xml index 83e9c7b7f19e8..5ca6c70797075 100644 --- a/extensions/resteasy-classic/resteasy-jsonb/deployment/pom.xml +++ b/extensions/resteasy-classic/resteasy-jsonb/deployment/pom.xml @@ -1,68 +1,66 @@ - - - quarkus-resteasy-jsonb-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-jsonb-parent + 999-SNAPSHOT + - quarkus-resteasy-jsonb-deployment - Quarkus - RESTEasy Classic - JSON-B - Deployment + quarkus-resteasy-jsonb-deployment + Quarkus - RESTEasy Classic - JSON-B - Deployment - - - io.quarkus - quarkus-resteasy-deployment - - - io.quarkus - quarkus-resteasy-jsonb - - - io.quarkus - quarkus-jsonb-deployment - + + + io.quarkus + quarkus-resteasy-deployment + + + io.quarkus + quarkus-resteasy-jsonb + + + io.quarkus + quarkus-jsonb-deployment + - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - com.fasterxml.jackson.core - jackson-databind - test - - + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + com.fasterxml.jackson.core + jackson-databind + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-jsonb/pom.xml b/extensions/resteasy-classic/resteasy-jsonb/pom.xml index 7e493061bd9a2..1bff6f0530a6b 100644 --- a/extensions/resteasy-classic/resteasy-jsonb/pom.xml +++ b/extensions/resteasy-classic/resteasy-jsonb/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-resteasy-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-jsonb-parent - Quarkus - RESTEasy Classic - JSON-B - pom - - deployment - runtime - + quarkus-resteasy-jsonb-parent + pom + Quarkus - RESTEasy Classic - JSON-B + + deployment + runtime + diff --git a/extensions/resteasy-classic/resteasy-jsonb/runtime/pom.xml b/extensions/resteasy-classic/resteasy-jsonb/runtime/pom.xml index 7edaf39fd78b5..f3e6fe9394ae1 100644 --- a/extensions/resteasy-classic/resteasy-jsonb/runtime/pom.xml +++ b/extensions/resteasy-classic/resteasy-jsonb/runtime/pom.xml @@ -1,86 +1,84 @@ - - - quarkus-resteasy-jsonb-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-jsonb-parent + 999-SNAPSHOT + - quarkus-resteasy-jsonb - Quarkus - RESTEasy Classic - JSON-B - Runtime - JSON-B serialization support for RESTEasy Classic + quarkus-resteasy-jsonb + Quarkus - RESTEasy Classic - JSON-B - Runtime + JSON-B serialization support for RESTEasy Classic - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-jsonb - - - org.jboss.resteasy - resteasy-json-binding-provider - - - org.glassfish - jakarta.json - - - - - org.jboss.resteasy - resteasy-json-p-provider - - - commons-io - commons-io - - - org.junit.jupiter - junit-jupiter - test - - - com.fasterxml.jackson.core - jackson-databind - test - - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-jsonb + + + org.jboss.resteasy + resteasy-json-binding-provider + + + org.glassfish + jakarta.json + + + + + org.jboss.resteasy + resteasy-json-p-provider + + + commons-io + commons-io + + + org.junit.jupiter + junit-jupiter + test + + + com.fasterxml.jackson.core + jackson-databind + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.rest.jsonb - io.quarkus.resteasy.json.jsonb - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.rest.jsonb + io.quarkus.resteasy.json.jsonb + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-links/deployment/pom.xml b/extensions/resteasy-classic/resteasy-links/deployment/pom.xml index 00afc00a858e4..d179e2b63b5ef 100644 --- a/extensions/resteasy-classic/resteasy-links/deployment/pom.xml +++ b/extensions/resteasy-classic/resteasy-links/deployment/pom.xml @@ -1,68 +1,66 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-resteasy-links-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-resteasy-links-parent + 999-SNAPSHOT + - quarkus-resteasy-links-deployment - Quarkus - RESTEasy Classic - Links - Deployment + quarkus-resteasy-links-deployment + Quarkus - RESTEasy Classic - Links - Deployment - - - io.quarkus - quarkus-resteasy-deployment - - - io.quarkus - quarkus-resteasy-links - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - org.glassfish.expressly - expressly - test - - + + + io.quarkus + quarkus-resteasy-deployment + + + io.quarkus + quarkus-resteasy-links + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + org.glassfish.expressly + expressly + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-links/pom.xml b/extensions/resteasy-classic/resteasy-links/pom.xml index 5256b5f1e0696..a781c8378918b 100644 --- a/extensions/resteasy-classic/resteasy-links/pom.xml +++ b/extensions/resteasy-classic/resteasy-links/pom.xml @@ -1,20 +1,18 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-resteasy-parent-aggregator - 999-SNAPSHOT - + + io.quarkus + quarkus-resteasy-parent-aggregator + 999-SNAPSHOT + - quarkus-resteasy-links-parent - Quarkus - RESTEasy Classic - Links - pom - - deployment - runtime - + quarkus-resteasy-links-parent + pom + Quarkus - RESTEasy Classic - Links + + deployment + runtime + diff --git a/extensions/resteasy-classic/resteasy-links/runtime/pom.xml b/extensions/resteasy-classic/resteasy-links/runtime/pom.xml index ab6101702cea9..699289c8a723d 100644 --- a/extensions/resteasy-classic/resteasy-links/runtime/pom.xml +++ b/extensions/resteasy-classic/resteasy-links/runtime/pom.xml @@ -1,93 +1,91 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-resteasy-links-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-resteasy-links-parent + 999-SNAPSHOT + - quarkus-resteasy-links - Quarkus - RESTEasy Classic - Links - Runtime - Web Links support for RESTEasy Classic. Inject web links into response HTTP headers by annotating your endpoint resources. + quarkus-resteasy-links + Quarkus - RESTEasy Classic - Links - Runtime + Web Links support for RESTEasy Classic. Inject web links into response HTTP headers by annotating your endpoint resources. - - - io.quarkus - quarkus-resteasy - - - org.jboss.resteasy - resteasy-links - - - - org.jboss.spec.javax.el - jboss-el-api_3.0_spec - - - org.jboss.spec.javax.ws.rs - jboss-jaxrs-api_3.0_spec - - - com.sun.activation - jakarta.activation - - - - - org.eclipse.angus - angus-activation - - - io.quarkus - quarkus-hal - true - - + + org.jboss.spec.javax.el + jboss-el-api_3.0_spec + + + org.jboss.spec.javax.ws.rs + jboss-jaxrs-api_3.0_spec + + + com.sun.activation + jakarta.activation + + + + + org.eclipse.angus + angus-activation + + + io.quarkus + quarkus-hal + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - process-resources - - extension-descriptor - - - - io.quarkus:quarkus-resteasy - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + process-resources + + + io.quarkus:quarkus-resteasy + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-multipart/deployment/pom.xml b/extensions/resteasy-classic/resteasy-multipart/deployment/pom.xml index d20e6b79e3f73..256cf7277e7f3 100644 --- a/extensions/resteasy-classic/resteasy-multipart/deployment/pom.xml +++ b/extensions/resteasy-classic/resteasy-multipart/deployment/pom.xml @@ -1,63 +1,61 @@ - - - quarkus-resteasy-multipart-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-multipart-parent + 999-SNAPSHOT + - quarkus-resteasy-multipart-deployment - Quarkus - RESTEasy Classic - Multipart - Deployment + quarkus-resteasy-multipart-deployment + Quarkus - RESTEasy Classic - Multipart - Deployment - - - io.quarkus - quarkus-resteasy-deployment - - - io.quarkus - quarkus-resteasy-multipart - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-resteasy-jackson-deployment - test - - + + + io.quarkus + quarkus-resteasy-deployment + + + io.quarkus + quarkus-resteasy-multipart + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-resteasy-jackson-deployment + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-multipart/pom.xml b/extensions/resteasy-classic/resteasy-multipart/pom.xml index 6f3d9ecb35f12..ee0e1631582f4 100644 --- a/extensions/resteasy-classic/resteasy-multipart/pom.xml +++ b/extensions/resteasy-classic/resteasy-multipart/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-resteasy-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-multipart-parent - Quarkus - RESTEasy Classic - Multipart - pom - - deployment - runtime - + quarkus-resteasy-multipart-parent + pom + Quarkus - RESTEasy Classic - Multipart + + deployment + runtime + diff --git a/extensions/resteasy-classic/resteasy-multipart/runtime/pom.xml b/extensions/resteasy-classic/resteasy-multipart/runtime/pom.xml index 6f9e8f671168c..afc08bdd2b229 100644 --- a/extensions/resteasy-classic/resteasy-multipart/runtime/pom.xml +++ b/extensions/resteasy-classic/resteasy-multipart/runtime/pom.xml @@ -1,87 +1,85 @@ - - - quarkus-resteasy-multipart-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-multipart-parent + 999-SNAPSHOT + - quarkus-resteasy-multipart - Quarkus - RESTEasy Classic - Multipart - Runtime - Multipart support for RESTEasy Classic - - - io.quarkus - quarkus-resteasy - - - org.jboss.resteasy - resteasy-multipart-provider - - - commons-logging - commons-logging - - - - org.jboss.resteasy - resteasy-client - - - jakarta.activation - jakarta.activation-api - - - org.jboss.spec.javax.ws.rs - jboss-jaxrs-api_3.0_spec - - - com.sun.activation - jakarta.activation - - - - - org.eclipse.angus - angus-activation - - - org.jboss.logging - commons-logging-jboss-logging - - + quarkus-resteasy-multipart + Quarkus - RESTEasy Classic - Multipart - Runtime + Multipart support for RESTEasy Classic + + + io.quarkus + quarkus-resteasy + + + org.jboss.resteasy + resteasy-multipart-provider + + + commons-logging + commons-logging + + + + org.jboss.resteasy + resteasy-client + + + jakarta.activation + jakarta.activation-api + + + org.jboss.spec.javax.ws.rs + jboss-jaxrs-api_3.0_spec + + + com.sun.activation + jakarta.activation + + + + + org.eclipse.angus + angus-activation + + + org.jboss.logging + commons-logging-jboss-logging + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.resteasy.multipart - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.resteasy.multipart + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-mutiny-common/deployment/pom.xml b/extensions/resteasy-classic/resteasy-mutiny-common/deployment/pom.xml index 803dd0adc00d4..e6f9e14f335d3 100644 --- a/extensions/resteasy-classic/resteasy-mutiny-common/deployment/pom.xml +++ b/extensions/resteasy-classic/resteasy-mutiny-common/deployment/pom.xml @@ -1,56 +1,54 @@ - - 4.0.0 - - quarkus-resteasy-mutiny-common-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-resteasy-mutiny-common-parent + 999-SNAPSHOT + - quarkus-resteasy-mutiny-common-deployment - Quarkus - RESTEasy Classic - Mutiny - Common - Deployment + quarkus-resteasy-mutiny-common-deployment + Quarkus - RESTEasy Classic - Mutiny - Common - Deployment - - - io.quarkus - quarkus-resteasy-common-deployment - - - io.quarkus - quarkus-mutiny-deployment - - - - io.quarkus - quarkus-apache-httpclient-deployment - - - io.quarkus - quarkus-resteasy-mutiny-common - - + + + io.quarkus + quarkus-resteasy-common-deployment + + + io.quarkus + quarkus-mutiny-deployment + + + + io.quarkus + quarkus-apache-httpclient-deployment + + + io.quarkus + quarkus-resteasy-mutiny-common + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-mutiny-common/pom.xml b/extensions/resteasy-classic/resteasy-mutiny-common/pom.xml index 31c641417fbb8..965ed43d6c9c0 100644 --- a/extensions/resteasy-classic/resteasy-mutiny-common/pom.xml +++ b/extensions/resteasy-classic/resteasy-mutiny-common/pom.xml @@ -1,23 +1,20 @@ - - - 4.0.0 - - quarkus-resteasy-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-mutiny-common-parent - Quarkus - RESTEasy Classic - Mutiny - Common - pom + quarkus-resteasy-mutiny-common-parent + pom + Quarkus - RESTEasy Classic - Mutiny - Common - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/resteasy-classic/resteasy-mutiny-common/runtime/pom.xml b/extensions/resteasy-classic/resteasy-mutiny-common/runtime/pom.xml index f6ee5b8533d3e..3a0b2efe35b1a 100644 --- a/extensions/resteasy-classic/resteasy-mutiny-common/runtime/pom.xml +++ b/extensions/resteasy-classic/resteasy-mutiny-common/runtime/pom.xml @@ -1,94 +1,92 @@ - - 4.0.0 - - quarkus-resteasy-mutiny-common-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-resteasy-mutiny-common-parent + 999-SNAPSHOT + - quarkus-resteasy-mutiny-common - Quarkus - RESTEasy Classic - Mutiny - Common - Runtime - Mutiny components common to the RESTEasy server and the REST Client + quarkus-resteasy-mutiny-common + Quarkus - RESTEasy Classic - Mutiny - Common - Runtime + Mutiny components common to the RESTEasy server and the REST Client - - - io.quarkus - quarkus-resteasy-common - - - io.quarkus - quarkus-mutiny - - - io.smallrye.reactive - mutiny-zero-flow-adapters - - - org.jboss.resteasy - resteasy-client - - - commons-logging - commons-logging - - - jakarta.activation - jakarta.activation-api - - - org.jboss.spec.javax.ws.rs - jboss-jaxrs-api_3.0_spec - - - - - - io.quarkus - quarkus-apache-httpclient - - - io.quarkus - quarkus-junit5-internal - test - - - org.mockito - mockito-core - test - - + + + io.quarkus + quarkus-resteasy-common + + + io.quarkus + quarkus-mutiny + + + io.smallrye.reactive + mutiny-zero-flow-adapters + + + org.jboss.resteasy + resteasy-client + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + org.jboss.spec.javax.ws.rs + jboss-jaxrs-api_3.0_spec + + + + + + io.quarkus + quarkus-apache-httpclient + + + io.quarkus + quarkus-junit5-internal + test + + + org.mockito + mockito-core + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.resteasy.mutiny - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.resteasy.mutiny + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-mutiny/deployment/pom.xml b/extensions/resteasy-classic/resteasy-mutiny/deployment/pom.xml index e55775ab0e8f3..407e6e0ca0aeb 100644 --- a/extensions/resteasy-classic/resteasy-mutiny/deployment/pom.xml +++ b/extensions/resteasy-classic/resteasy-mutiny/deployment/pom.xml @@ -1,81 +1,79 @@ - - 4.0.0 - - quarkus-resteasy-mutiny-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-resteasy-mutiny-parent + 999-SNAPSHOT + - quarkus-resteasy-mutiny-deployment - Quarkus - RESTEasy Classic - Mutiny - Deployment + quarkus-resteasy-mutiny-deployment + Quarkus - RESTEasy Classic - Mutiny - Deployment - - - io.quarkus - quarkus-resteasy-mutiny-common-deployment - - - io.quarkus - quarkus-resteasy-deployment - - - io.quarkus - quarkus-resteasy-mutiny - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - com.fasterxml.jackson.core - jackson-databind - test - - - io.quarkus - quarkus-resteasy-jsonb-deployment - test - - - io.quarkus - quarkus-jsonb-deployment - test - - - io.quarkus - quarkus-vertx-deployment - test - - + + + io.quarkus + quarkus-resteasy-mutiny-common-deployment + + + io.quarkus + quarkus-resteasy-deployment + + + io.quarkus + quarkus-resteasy-mutiny + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + com.fasterxml.jackson.core + jackson-databind + test + + + io.quarkus + quarkus-resteasy-jsonb-deployment + test + + + io.quarkus + quarkus-jsonb-deployment + test + + + io.quarkus + quarkus-vertx-deployment + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-mutiny/pom.xml b/extensions/resteasy-classic/resteasy-mutiny/pom.xml index 45de9bdb01338..50d3888719b0d 100644 --- a/extensions/resteasy-classic/resteasy-mutiny/pom.xml +++ b/extensions/resteasy-classic/resteasy-mutiny/pom.xml @@ -1,23 +1,20 @@ - - - 4.0.0 - - quarkus-resteasy-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-mutiny-parent - Quarkus - RESTEasy Classic - Mutiny - pom + quarkus-resteasy-mutiny-parent + pom + Quarkus - RESTEasy Classic - Mutiny - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/resteasy-classic/resteasy-mutiny/runtime/pom.xml b/extensions/resteasy-classic/resteasy-mutiny/runtime/pom.xml index 2d24d5e790bad..9ab49a8fa9888 100644 --- a/extensions/resteasy-classic/resteasy-mutiny/runtime/pom.xml +++ b/extensions/resteasy-classic/resteasy-mutiny/runtime/pom.xml @@ -1,69 +1,67 @@ - - 4.0.0 - - quarkus-resteasy-mutiny-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-resteasy-mutiny-parent + 999-SNAPSHOT + - quarkus-resteasy-mutiny - Quarkus - RESTEasy Classic - Mutiny - Runtime - Mutiny support for RESTEasy Classic server - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-mutiny-common - - - io.quarkus - quarkus-junit5-internal - test - - - org.mockito - mockito-core - test - - + quarkus-resteasy-mutiny + Quarkus - RESTEasy Classic - Mutiny - Runtime + Mutiny support for RESTEasy Classic server + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-mutiny-common + + + io.quarkus + quarkus-junit5-internal + test + + + org.mockito + mockito-core + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-qute/deployment/pom.xml b/extensions/resteasy-classic/resteasy-qute/deployment/pom.xml index c1dae2af893df..ceb1024685604 100644 --- a/extensions/resteasy-classic/resteasy-qute/deployment/pom.xml +++ b/extensions/resteasy-classic/resteasy-qute/deployment/pom.xml @@ -1,62 +1,60 @@ - - 4.0.0 - - quarkus-resteasy-qute-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-resteasy-qute-parent + 999-SNAPSHOT + - quarkus-resteasy-qute-deployment - Quarkus - RESTEasy Classic - Qute - Deployment + quarkus-resteasy-qute-deployment + Quarkus - RESTEasy Classic - Qute - Deployment - - - io.quarkus - quarkus-resteasy-deployment - - - io.quarkus - quarkus-qute-deployment - - - io.quarkus - quarkus-resteasy-qute - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-resteasy-deployment + + + io.quarkus + quarkus-qute-deployment + + + io.quarkus + quarkus-resteasy-qute + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + - + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-qute/pom.xml b/extensions/resteasy-classic/resteasy-qute/pom.xml index 8bc4e87776903..dbe99b1f0b8ac 100644 --- a/extensions/resteasy-classic/resteasy-qute/pom.xml +++ b/extensions/resteasy-classic/resteasy-qute/pom.xml @@ -1,23 +1,20 @@ - - - 4.0.0 - - quarkus-resteasy-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-qute-parent - Quarkus - RESTEasy Classic - Qute - pom + quarkus-resteasy-qute-parent + pom + Quarkus - RESTEasy Classic - Qute - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/resteasy-classic/resteasy-qute/runtime/pom.xml b/extensions/resteasy-classic/resteasy-qute/runtime/pom.xml index 111ec99b12f43..da0df3861336a 100644 --- a/extensions/resteasy-classic/resteasy-qute/runtime/pom.xml +++ b/extensions/resteasy-classic/resteasy-qute/runtime/pom.xml @@ -1,72 +1,70 @@ - - 4.0.0 - - quarkus-resteasy-qute-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-resteasy-qute-parent + 999-SNAPSHOT + - quarkus-resteasy-qute - Quarkus - RESTEasy Classic - Qute - Runtime - Qute Templating integration for RESTEasy Classic - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-qute - - + quarkus-resteasy-qute + Quarkus - RESTEasy Classic - Qute - Runtime + Qute Templating integration for RESTEasy Classic + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-qute + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - process-resources - - extension-descriptor - - - - io.quarkus:quarkus-resteasy - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + process-resources + + + io.quarkus:quarkus-resteasy + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-server-common/deployment/pom.xml b/extensions/resteasy-classic/resteasy-server-common/deployment/pom.xml index 2857587917f15..1880790a30221 100644 --- a/extensions/resteasy-classic/resteasy-server-common/deployment/pom.xml +++ b/extensions/resteasy-classic/resteasy-server-common/deployment/pom.xml @@ -1,68 +1,66 @@ - - - quarkus-resteasy-server-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-server-common-parent + 999-SNAPSHOT + - quarkus-resteasy-server-common-deployment - Quarkus - RESTEasy Classic - Server common - Deployment + quarkus-resteasy-server-common-deployment + Quarkus - RESTEasy Classic - Server common - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-resteasy-common-deployment - - - io.quarkus - quarkus-jaxrs-spi-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-resteasy-server-common-spi - - - io.quarkus - quarkus-resteasy-server-common - - - io.quarkus - quarkus-undertow-spi - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-resteasy-common-deployment + + + io.quarkus + quarkus-jaxrs-spi-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-resteasy-server-common-spi + + + io.quarkus + quarkus-resteasy-server-common + + + io.quarkus + quarkus-undertow-spi + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-server-common/pom.xml b/extensions/resteasy-classic/resteasy-server-common/pom.xml index 9b15a60f53649..ff798577fdb4c 100644 --- a/extensions/resteasy-classic/resteasy-server-common/pom.xml +++ b/extensions/resteasy-classic/resteasy-server-common/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-resteasy-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-server-common-parent - Quarkus - RESTEasy Classic - Server common - pom - - deployment - runtime - spi - + quarkus-resteasy-server-common-parent + pom + Quarkus - RESTEasy Classic - Server common + + deployment + runtime + spi + diff --git a/extensions/resteasy-classic/resteasy-server-common/runtime/pom.xml b/extensions/resteasy-classic/resteasy-server-common/runtime/pom.xml index 75257c4be6704..0a74f5daee6ce 100644 --- a/extensions/resteasy-classic/resteasy-server-common/runtime/pom.xml +++ b/extensions/resteasy-classic/resteasy-server-common/runtime/pom.xml @@ -1,63 +1,61 @@ - - - quarkus-resteasy-server-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-server-common-parent + 999-SNAPSHOT + - quarkus-resteasy-server-common - Quarkus - RESTEasy Classic - Server common - Runtime - RESTEasy Server common - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-resteasy-common - - - org.jboss.resteasy - resteasy-cdi - - - jakarta.validation - jakarta.validation-api - - + quarkus-resteasy-server-common + Quarkus - RESTEasy Classic - Server common - Runtime + RESTEasy Server common + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-resteasy-common + + + org.jboss.resteasy + resteasy-cdi + + + jakarta.validation + jakarta.validation-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy-server-common/spi/pom.xml b/extensions/resteasy-classic/resteasy-server-common/spi/pom.xml index 0277ac9f85e6c..b6f429125055d 100644 --- a/extensions/resteasy-classic/resteasy-server-common/spi/pom.xml +++ b/extensions/resteasy-classic/resteasy-server-common/spi/pom.xml @@ -1,23 +1,21 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-resteasy-server-common-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-resteasy-server-common-parent + 999-SNAPSHOT + - quarkus-resteasy-server-common-spi - Quarkus - RESTEasy Classic - Server common - SPI - Extensions that provides RESTEasy Server related BuildItems + quarkus-resteasy-server-common-spi + Quarkus - RESTEasy Classic - Server common - SPI + Extensions that provides RESTEasy Server related BuildItems - - - io.quarkus - quarkus-core-deployment - - + + + io.quarkus + quarkus-core-deployment + + diff --git a/extensions/resteasy-classic/resteasy/deployment/pom.xml b/extensions/resteasy-classic/resteasy/deployment/pom.xml index 1add9051885e5..e26f3eb30afe3 100644 --- a/extensions/resteasy-classic/resteasy/deployment/pom.xml +++ b/extensions/resteasy-classic/resteasy/deployment/pom.xml @@ -1,118 +1,116 @@ - - - quarkus-resteasy-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent + 999-SNAPSHOT + - quarkus-resteasy-deployment - Quarkus - RESTEasy Classic - Deployment + quarkus-resteasy-deployment + Quarkus - RESTEasy Classic - Deployment - - - io.quarkus - quarkus-resteasy-server-common-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-security-spi - - - io.quarkus - quarkus-security-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - commons-io - commons-io - test - - - io.quarkus - quarkus-security-test-utils - test - - - org.jboss.resteasy - resteasy-client - test - - - org.jboss.resteasy - resteasy-core - - - org.jboss.spec.javax.ws.rs - jboss-jaxrs-api_3.0_spec - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-resteasy-server-common-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-security-spi + + + io.quarkus + quarkus-security-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + commons-io + commons-io + test + + + io.quarkus + quarkus-security-test-utils + test + + + org.jboss.resteasy + resteasy-client + test + + + org.jboss.resteasy + resteasy-core + + + org.jboss.spec.javax.ws.rs + jboss-jaxrs-api_3.0_spec + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-classic/resteasy/pom.xml b/extensions/resteasy-classic/resteasy/pom.xml index e8909f9735a22..0c79c4a114d49 100644 --- a/extensions/resteasy-classic/resteasy/pom.xml +++ b/extensions/resteasy-classic/resteasy/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-resteasy-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-resteasy-parent - Quarkus - RESTEasy Classic - pom - - deployment - runtime - + quarkus-resteasy-parent + pom + Quarkus - RESTEasy Classic + + deployment + runtime + diff --git a/extensions/resteasy-classic/resteasy/runtime/pom.xml b/extensions/resteasy-classic/resteasy/runtime/pom.xml index 987d85e5fa699..43538b50098e8 100644 --- a/extensions/resteasy-classic/resteasy/runtime/pom.xml +++ b/extensions/resteasy-classic/resteasy/runtime/pom.xml @@ -1,74 +1,72 @@ - - - quarkus-resteasy-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-resteasy-parent + 999-SNAPSHOT + - quarkus-resteasy - Quarkus - RESTEasy Classic - Runtime - REST endpoint framework implementing Jakarta REST and more + quarkus-resteasy + Quarkus - RESTEasy Classic - Runtime + REST endpoint framework implementing Jakarta REST and more - - - jakarta.servlet - jakarta.servlet-api - provided - - - io.quarkus - quarkus-vertx-http - - - io.quarkus.vertx.utils - quarkus-vertx-utils - - - io.quarkus - quarkus-resteasy-server-common - - - - org.jboss.spec.javax.servlet - jboss-servlet-api_4.0_spec - - - - + + + jakarta.servlet + jakarta.servlet-api + provided + + + io.quarkus + quarkus-vertx-http + + + io.quarkus.vertx.utils + quarkus-vertx-utils + + + io.quarkus + quarkus-resteasy-server-common + + + + org.jboss.spec.javax.servlet + jboss-servlet-api_4.0_spec + + + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.rest - io.quarkus.resteasy - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.rest + io.quarkus.resteasy + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/pom.xml b/extensions/resteasy-reactive/pom.xml index a5829a7b7b4f9..3be6fd3c7687b 100644 --- a/extensions/resteasy-reactive/pom.xml +++ b/extensions/resteasy-reactive/pom.xml @@ -1,39 +1,37 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-parent-aggregator - Quarkus - REST - Parent - Aggregator - pom - - rest-common - rest - rest-jackson - rest-jackson-common - rest-jsonb - rest-jsonb-common - rest-jaxb - rest-qute - rest-servlet - rest-links - rest-kotlin - rest-kotlin-serialization-common - rest-kotlin-serialization - rest-csrf - rest-client-jaxrs - rest-client - rest-client-jackson - rest-client-jsonb - rest-client-jaxb - rest-client-kotlin-serialization - + quarkus-rest-parent-aggregator + pom + Quarkus - REST - Parent - Aggregator + + rest-common + rest + rest-jackson + rest-jackson-common + rest-jsonb + rest-jsonb-common + rest-jaxb + rest-qute + rest-servlet + rest-links + rest-kotlin + rest-kotlin-serialization-common + rest-kotlin-serialization + rest-csrf + rest-client-jaxrs + rest-client + rest-client-jackson + rest-client-jsonb + rest-client-jaxb + rest-client-kotlin-serialization + diff --git a/extensions/resteasy-reactive/rest-client-jackson/deployment/pom.xml b/extensions/resteasy-reactive/rest-client-jackson/deployment/pom.xml index e5d0ef7b25330..dda42284b92c1 100644 --- a/extensions/resteasy-reactive/rest-client-jackson/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-client-jackson/deployment/pom.xml @@ -1,71 +1,69 @@ - - 4.0.0 - - quarkus-rest-client-jackson-parent - io.quarkus - 999-SNAPSHOT - - quarkus-rest-client-jackson-deployment - Quarkus - REST Client Jackson - Deployment - - - io.quarkus - quarkus-rest-jackson-common-deployment - - - io.quarkus - quarkus-rest-client-deployment - - - io.quarkus - quarkus-rest-client-jackson - + + 4.0.0 + + io.quarkus + quarkus-rest-client-jackson-parent + 999-SNAPSHOT + + quarkus-rest-client-jackson-deployment + Quarkus - REST Client Jackson - Deployment + + + io.quarkus + quarkus-rest-jackson-common-deployment + + + io.quarkus + quarkus-rest-client-deployment + + + io.quarkus + quarkus-rest-client-jackson + - - - io.quarkus - quarkus-rest-jackson-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-rest-jackson-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-client-jackson/pom.xml b/extensions/resteasy-reactive/rest-client-jackson/pom.xml index 0547aa8f7e2a4..58077cb8c916c 100644 --- a/extensions/resteasy-reactive/rest-client-jackson/pom.xml +++ b/extensions/resteasy-reactive/rest-client-jackson/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-client-jackson-parent - Quarkus - REST Client Jackson - pom - - deployment - runtime - + quarkus-rest-client-jackson-parent + pom + Quarkus - REST Client Jackson + + deployment + runtime + diff --git a/extensions/resteasy-reactive/rest-client-jackson/runtime/pom.xml b/extensions/resteasy-reactive/rest-client-jackson/runtime/pom.xml index f5a05e67e8728..9ab1e665add22 100644 --- a/extensions/resteasy-reactive/rest-client-jackson/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-client-jackson/runtime/pom.xml @@ -1,62 +1,59 @@ - - 4.0.0 - - quarkus-rest-client-jackson-parent - io.quarkus - 999-SNAPSHOT - - quarkus-rest-client-jackson - Quarkus - REST Client Jackson - Jackson serialization support for REST Client - - - - io.quarkus.resteasy.reactive - resteasy-reactive-jackson - - - io.quarkus - quarkus-rest-jackson-common - - - io.quarkus - quarkus-rest-client - - + + 4.0.0 + + io.quarkus + quarkus-rest-client-jackson-parent + 999-SNAPSHOT + + quarkus-rest-client-jackson + Quarkus - REST Client Jackson + Jackson serialization support for REST Client - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.rest.client.reactive.json.jackson - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus.resteasy.reactive + resteasy-reactive-jackson + + + io.quarkus + quarkus-rest-jackson-common + + + io.quarkus + quarkus-rest-client + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.rest.client.reactive.json.jackson + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-client-jaxb/deployment/pom.xml b/extensions/resteasy-reactive/rest-client-jaxb/deployment/pom.xml index 11e8c3e95f621..5598b6c5f265f 100644 --- a/extensions/resteasy-reactive/rest-client-jaxb/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-client-jaxb/deployment/pom.xml @@ -1,71 +1,69 @@ - - 4.0.0 - - quarkus-rest-client-jaxb-parent - io.quarkus - 999-SNAPSHOT - - quarkus-rest-client-jaxb-deployment - Quarkus - REST Client JAXB - Deployment - - - io.quarkus - quarkus-jaxb-deployment - - - io.quarkus - quarkus-rest-client-deployment - - - io.quarkus - quarkus-rest-client-jaxb - + + 4.0.0 + + io.quarkus + quarkus-rest-client-jaxb-parent + 999-SNAPSHOT + + quarkus-rest-client-jaxb-deployment + Quarkus - REST Client JAXB - Deployment + + + io.quarkus + quarkus-jaxb-deployment + + + io.quarkus + quarkus-rest-client-deployment + + + io.quarkus + quarkus-rest-client-jaxb + - - - io.quarkus - quarkus-rest-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-rest-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-client-jaxb/pom.xml b/extensions/resteasy-reactive/rest-client-jaxb/pom.xml index c8cb1c0b05caa..14b0b86d403a5 100644 --- a/extensions/resteasy-reactive/rest-client-jaxb/pom.xml +++ b/extensions/resteasy-reactive/rest-client-jaxb/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-client-jaxb-parent - Quarkus - REST Client JAXB - pom - - deployment - runtime - + quarkus-rest-client-jaxb-parent + pom + Quarkus - REST Client JAXB + + deployment + runtime + diff --git a/extensions/resteasy-reactive/rest-client-jaxb/runtime/pom.xml b/extensions/resteasy-reactive/rest-client-jaxb/runtime/pom.xml index be2c9c620a342..cd6238a386a18 100644 --- a/extensions/resteasy-reactive/rest-client-jaxb/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-client-jaxb/runtime/pom.xml @@ -1,53 +1,50 @@ - - 4.0.0 - - quarkus-rest-client-jaxb-parent - io.quarkus - 999-SNAPSHOT - - quarkus-rest-client-jaxb - Quarkus - REST Client JAXB - JAXB serialization support for REST Client - - - - io.quarkus - quarkus-jaxb - - - io.quarkus - quarkus-rest-client - - + + 4.0.0 + + io.quarkus + quarkus-rest-client-jaxb-parent + 999-SNAPSHOT + + quarkus-rest-client-jaxb + Quarkus - REST Client JAXB + JAXB serialization support for REST Client - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-jaxb + + + io.quarkus + quarkus-rest-client + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-client-jaxrs/deployment/pom.xml b/extensions/resteasy-reactive/rest-client-jaxrs/deployment/pom.xml index bc8a8c616760a..2639aa1c6400e 100644 --- a/extensions/resteasy-reactive/rest-client-jaxrs/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-client-jaxrs/deployment/pom.xml @@ -1,147 +1,145 @@ - - - quarkus-rest-client-jaxrs-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-client-jaxrs-parent + 999-SNAPSHOT + - quarkus-rest-client-jaxrs-deployment - Quarkus - Jakarta REST Client - Deployment + quarkus-rest-client-jaxrs-deployment + Quarkus - Jakarta REST Client - Deployment - - - io.quarkus.resteasy.reactive - resteasy-reactive-client-processor - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-rest-common-deployment - - - io.quarkus - quarkus-rest-spi-deployment - - - io.quarkus - quarkus-rest-client-jaxrs - - - io.quarkus - quarkus-security-spi - - - io.quarkus - quarkus-jsonp-deployment - - - io.quarkus - quarkus-security-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-vertx-http-deployment - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - org.awaitility - awaitility - test - - - commons-io - commons-io - test - - - io.quarkus - quarkus-security-test-utils - test - - - io.quarkus - quarkus-hibernate-validator-deployment - test - - + + + io.quarkus.resteasy.reactive + resteasy-reactive-client-processor + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-rest-common-deployment + + + io.quarkus + quarkus-rest-spi-deployment + + + io.quarkus + quarkus-rest-client-jaxrs + + + io.quarkus + quarkus-security-spi + + + io.quarkus + quarkus-jsonp-deployment + + + io.quarkus + quarkus-security-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-vertx-http-deployment + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test + + + commons-io + commons-io + test + + + io.quarkus + quarkus-security-test-utils + test + + + io.quarkus + quarkus-hibernate-validator-deployment + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - - - default-test - - - %regex[.*Sse.*Test.*] - - - - - sse - test - - test - - - - %regex[.*Sse.*Test.*] - - - - - - - de.thetaphi - forbiddenapis - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + + + default-test + + + %regex[.*Sse.*Test.*] + + + + + sse + + test + + test + + + %regex[.*Sse.*Test.*] + + + + + + + de.thetaphi + forbiddenapis + + + diff --git a/extensions/resteasy-reactive/rest-client-jaxrs/kotlin/pom.xml b/extensions/resteasy-reactive/rest-client-jaxrs/kotlin/pom.xml index d07321fefa714..753cd64c81ed2 100644 --- a/extensions/resteasy-reactive/rest-client-jaxrs/kotlin/pom.xml +++ b/extensions/resteasy-reactive/rest-client-jaxrs/kotlin/pom.xml @@ -1,102 +1,100 @@ - - - io.quarkus - quarkus-rest-client-jaxrs-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-client-jaxrs-parent + 999-SNAPSHOT + - quarkus-rest-client-jaxrs-kotlin - Quarkus - REST - Kotlin - Provides Kotlin support for Quarkus REST + quarkus-rest-client-jaxrs-kotlin + Quarkus - REST - Kotlin + Provides Kotlin support for Quarkus REST - - - io.quarkus - quarkus-rest-common - - - io.quarkus.resteasy.reactive - resteasy-reactive-client - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - true - - - org.jetbrains.kotlinx - kotlinx-coroutines-core-jvm - true - - + + + io.quarkus + quarkus-rest-common + + + io.quarkus.resteasy.reactive + resteasy-reactive-client + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + true + + + org.jetbrains.kotlinx + kotlinx-coroutines-core-jvm + true + + - - ${project.basedir}/src/main/kotlin - ${project.basedir}/src/test/kotlin - - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin.version} - - - compile - - compile - - - - test-compile - - test-compile - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - java-test-compile - test-compile - - testCompile - - - - + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + + compile + + + + test-compile + + test-compile + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + java-test-compile + + testCompile + + test-compile + + + - - + + ${project.basedir}/src/main/kotlin + ${project.basedir}/src/test/kotlin + diff --git a/extensions/resteasy-reactive/rest-client-jaxrs/pom.xml b/extensions/resteasy-reactive/rest-client-jaxrs/pom.xml index 52271610d300a..bc2cefbee6394 100644 --- a/extensions/resteasy-reactive/rest-client-jaxrs/pom.xml +++ b/extensions/resteasy-reactive/rest-client-jaxrs/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-client-jaxrs-parent - Quarkus - Jakarta REST Client - pom - - deployment - runtime - kotlin - + quarkus-rest-client-jaxrs-parent + pom + Quarkus - Jakarta REST Client + + deployment + runtime + kotlin + diff --git a/extensions/resteasy-reactive/rest-client-jaxrs/runtime/pom.xml b/extensions/resteasy-reactive/rest-client-jaxrs/runtime/pom.xml index 83f0b49a4fbc2..a692dea540a42 100644 --- a/extensions/resteasy-reactive/rest-client-jaxrs/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-client-jaxrs/runtime/pom.xml @@ -1,61 +1,59 @@ - - - quarkus-rest-client-jaxrs-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-client-jaxrs-parent + 999-SNAPSHOT + - quarkus-rest-client-jaxrs - Quarkus - Jakarta REST Client - Runtime - Consume Jakarta REST resources + quarkus-rest-client-jaxrs + Quarkus - Jakarta REST Client - Runtime + Consume Jakarta REST resources - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-rest-common - - - io.quarkus.resteasy.reactive - resteasy-reactive-client - - - org.junit.jupiter - junit-jupiter - test - - + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-rest-common + + + io.quarkus.resteasy.reactive + resteasy-reactive-client + + + org.junit.jupiter + junit-jupiter + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-client-jsonb/deployment/pom.xml b/extensions/resteasy-reactive/rest-client-jsonb/deployment/pom.xml index 8e7d33b9c15ff..879c8384b9814 100644 --- a/extensions/resteasy-reactive/rest-client-jsonb/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-client-jsonb/deployment/pom.xml @@ -1,71 +1,69 @@ - - 4.0.0 - - quarkus-rest-client-jsonb-parent - io.quarkus - 999-SNAPSHOT - - quarkus-rest-client-jsonb-deployment - Quarkus - REST Client JSON-B - Deployment - - - io.quarkus - quarkus-rest-jsonb-common-deployment - - - io.quarkus - quarkus-rest-client-deployment - - - io.quarkus - quarkus-rest-client-jsonb - + + 4.0.0 + + io.quarkus + quarkus-rest-client-jsonb-parent + 999-SNAPSHOT + + quarkus-rest-client-jsonb-deployment + Quarkus - REST Client JSON-B - Deployment + + + io.quarkus + quarkus-rest-jsonb-common-deployment + + + io.quarkus + quarkus-rest-client-deployment + + + io.quarkus + quarkus-rest-client-jsonb + - - - io.quarkus - quarkus-rest-jsonb-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-rest-jsonb-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-client-jsonb/pom.xml b/extensions/resteasy-reactive/rest-client-jsonb/pom.xml index 4b281945c14ff..2a2cf37a81272 100644 --- a/extensions/resteasy-reactive/rest-client-jsonb/pom.xml +++ b/extensions/resteasy-reactive/rest-client-jsonb/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-client-jsonb-parent - Quarkus - REST Client JSON-B - pom - - deployment - runtime - + quarkus-rest-client-jsonb-parent + pom + Quarkus - REST Client JSON-B + + deployment + runtime + diff --git a/extensions/resteasy-reactive/rest-client-jsonb/runtime/pom.xml b/extensions/resteasy-reactive/rest-client-jsonb/runtime/pom.xml index 53077c65db12f..b58632cb0e399 100644 --- a/extensions/resteasy-reactive/rest-client-jsonb/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-client-jsonb/runtime/pom.xml @@ -1,62 +1,59 @@ - - 4.0.0 - - quarkus-rest-client-jsonb-parent - io.quarkus - 999-SNAPSHOT - - quarkus-rest-client-jsonb - Quarkus - REST Client JSON-B - JSON-B serialization support for REST Client - - - - io.quarkus.resteasy.reactive - resteasy-reactive-jsonb - - - io.quarkus - quarkus-rest-jsonb-common - - - io.quarkus - quarkus-rest-client - - + + 4.0.0 + + io.quarkus + quarkus-rest-client-jsonb-parent + 999-SNAPSHOT + + quarkus-rest-client-jsonb + Quarkus - REST Client JSON-B + JSON-B serialization support for REST Client - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.rest.client.reactive.json.jsonb - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus.resteasy.reactive + resteasy-reactive-jsonb + + + io.quarkus + quarkus-rest-jsonb-common + + + io.quarkus + quarkus-rest-client + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.rest.client.reactive.json.jsonb + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-client-kotlin-serialization/deployment/pom.xml b/extensions/resteasy-reactive/rest-client-kotlin-serialization/deployment/pom.xml index b4ea4767243ba..d22c2406231cf 100644 --- a/extensions/resteasy-reactive/rest-client-kotlin-serialization/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-client-kotlin-serialization/deployment/pom.xml @@ -1,78 +1,76 @@ - - 4.0.0 - - quarkus-rest-client-kotlin-serialization-parent - io.quarkus - 999-SNAPSHOT - - quarkus-rest-client-kotlin-serialization-deployment - Quarkus - REST Client Kotlin Serialization - Deployment - - - io.quarkus - quarkus-rest-client-kotlin-serialization - - - io.quarkus - quarkus-kotlin-deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-rest-client-deployment - - - io.quarkus - quarkus-rest-kotlin-serialization-common-deployment - + + 4.0.0 + + io.quarkus + quarkus-rest-client-kotlin-serialization-parent + 999-SNAPSHOT + + quarkus-rest-client-kotlin-serialization-deployment + Quarkus - REST Client Kotlin Serialization - Deployment + + + io.quarkus + quarkus-rest-client-kotlin-serialization + + + io.quarkus + quarkus-kotlin-deployment + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-rest-client-deployment + + + io.quarkus + quarkus-rest-kotlin-serialization-common-deployment + - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-client-kotlin-serialization/pom.xml b/extensions/resteasy-reactive/rest-client-kotlin-serialization/pom.xml index e91a13b113794..cb5d844e5fca9 100644 --- a/extensions/resteasy-reactive/rest-client-kotlin-serialization/pom.xml +++ b/extensions/resteasy-reactive/rest-client-kotlin-serialization/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-client-kotlin-serialization-parent - Quarkus - REST Client Kotlin Serialization Parent - pom - - runtime - deployment - tests - + quarkus-rest-client-kotlin-serialization-parent + pom + Quarkus - REST Client Kotlin Serialization Parent + + runtime + deployment + tests + diff --git a/extensions/resteasy-reactive/rest-client-kotlin-serialization/runtime/pom.xml b/extensions/resteasy-reactive/rest-client-kotlin-serialization/runtime/pom.xml index 769689975a035..42f0fa1483b25 100644 --- a/extensions/resteasy-reactive/rest-client-kotlin-serialization/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-client-kotlin-serialization/runtime/pom.xml @@ -1,99 +1,97 @@ - - 4.0.0 - - quarkus-rest-client-kotlin-serialization-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - quarkus-rest-client-kotlin-serialization - Quarkus - REST Client Kotlin Serialization - Kotlin serialization support for REST Client + + 4.0.0 + + io.quarkus + quarkus-rest-client-kotlin-serialization-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-rest-client-kotlin-serialization + Quarkus - REST Client Kotlin Serialization + Kotlin serialization support for REST Client - - - io.quarkus - quarkus-rest-client - - - io.quarkus - quarkus-rest-kotlin-serialization-common - - + + + io.quarkus + quarkus-rest-client + + + io.quarkus + quarkus-rest-kotlin-serialization-common + + - - src/main/kotlin - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.kotlin-serialization.rest-client - - - - - org.jetbrains.kotlin - kotlin-maven-plugin - - - compile - - compile - - - - test-compile - - test-compile - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - java-test-compile - test-compile - - testCompile - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - javadoc - none - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.kotlin-serialization.rest-client + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + compile + + compile + + + + test-compile + + test-compile + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + + compile + + compile + + + java-test-compile + + testCompile + + test-compile + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + javadoc + none + + + + + src/main/kotlin + diff --git a/extensions/resteasy-reactive/rest-client-kotlin-serialization/tests/pom.xml b/extensions/resteasy-reactive/rest-client-kotlin-serialization/tests/pom.xml index a9c25a0476e58..6cd4996dbde31 100644 --- a/extensions/resteasy-reactive/rest-client-kotlin-serialization/tests/pom.xml +++ b/extensions/resteasy-reactive/rest-client-kotlin-serialization/tests/pom.xml @@ -1,109 +1,107 @@ - - 4.0.0 - - quarkus-rest-client-kotlin-serialization-parent - io.quarkus - 999-SNAPSHOT - - quarkus-rest-client-kotlin-serialization-tests - Quarkus - REST Client Kotlin Serialization - Tests - - - io.quarkus - quarkus-rest-client-kotlin-serialization - - - io.quarkus - quarkus-rest-deployment - - - io.quarkus - quarkus-kotlin-deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-rest-client-deployment - + + 4.0.0 + + io.quarkus + quarkus-rest-client-kotlin-serialization-parent + 999-SNAPSHOT + + quarkus-rest-client-kotlin-serialization-tests + Quarkus - REST Client Kotlin Serialization - Tests + + + io.quarkus + quarkus-rest-client-kotlin-serialization + + + io.quarkus + quarkus-rest-deployment + + + io.quarkus + quarkus-kotlin-deployment + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-rest-client-deployment + - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin.version} - - - compile - - compile - - - - src/main/kotlin - - - - - test-compile - - test-compile - - - - src/test/kotlin - - - - - - - org.jetbrains.kotlin - kotlin-maven-serialization - ${kotlin.version} - - - - - kotlinx-serialization - - - - - + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + kotlinx-serialization + + + + + org.jetbrains.kotlin + kotlin-maven-serialization + ${kotlin.version} + + + + + compile + + compile + + + + src/main/kotlin + + + + + test-compile + + test-compile + + + + src/test/kotlin + + + + + + + diff --git a/extensions/resteasy-reactive/rest-client/deployment/pom.xml b/extensions/resteasy-reactive/rest-client/deployment/pom.xml index cbed3dd2a3de7..b62c2dc6838b0 100644 --- a/extensions/resteasy-reactive/rest-client/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-client/deployment/pom.xml @@ -1,139 +1,137 @@ - - - quarkus-rest-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-client-parent + 999-SNAPSHOT + - quarkus-rest-client-deployment - Quarkus - REST Client - Deployment - - - io.quarkus - quarkus-rest-client - - - io.quarkus - quarkus-rest-client-spi-deployment - - - io.quarkus - quarkus-rest-client-jaxrs-deployment - - - io.quarkus - quarkus-rest-client-config-deployment - - - io.quarkus - quarkus-tls-registry-deployment - - - io.vertx - vertx-http-proxy - - - - io.quarkus - quarkus-rest-jackson-deployment - test - - - io.quarkus - quarkus-smallrye-fault-tolerance-deployment - test - - - io.quarkus - quarkus-reactive-routes-deployment - test - - - io.quarkus - quarkus-elytron-security-deployment - test - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - org.junit-pioneer - junit-pioneer - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - org.wiremock - wiremock-standalone - test - - - jakarta.servlet - jakarta.servlet-api - test - - - io.smallrye.stork - stork-load-balancer-least-response-time - test - - - io.quarkus - quarkus-smallrye-stork-deployment - test - - - io.smallrye.stork - stork-service-discovery-static-list - test - - - io.smallrye.certs - smallrye-certificate-generator-junit5 - test - - + quarkus-rest-client-deployment + Quarkus - REST Client - Deployment + + + io.quarkus + quarkus-rest-client + + + io.quarkus + quarkus-rest-client-spi-deployment + + + io.quarkus + quarkus-rest-client-jaxrs-deployment + + + io.quarkus + quarkus-rest-client-config-deployment + + + io.quarkus + quarkus-tls-registry-deployment + + + io.vertx + vertx-http-proxy + + + + io.quarkus + quarkus-rest-jackson-deployment + test + + + io.quarkus + quarkus-smallrye-fault-tolerance-deployment + test + + + io.quarkus + quarkus-reactive-routes-deployment + test + + + io.quarkus + quarkus-elytron-security-deployment + test + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + org.junit-pioneer + junit-pioneer + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + org.wiremock + wiremock-standalone + test + + + jakarta.servlet + jakarta.servlet-api + test + + + io.smallrye.stork + stork-load-balancer-least-response-time + test + + + io.quarkus + quarkus-smallrye-stork-deployment + test + + + io.smallrye.stork + stork-service-discovery-static-list + test + + + io.smallrye.certs + smallrye-certificate-generator-junit5 + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-client/pom.xml b/extensions/resteasy-reactive/rest-client/pom.xml index 62d9d0b5903b6..5eb451af62341 100644 --- a/extensions/resteasy-reactive/rest-client/pom.xml +++ b/extensions/resteasy-reactive/rest-client/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../../pom.xml + - quarkus-rest-client-parent - Quarkus - REST Client - pom - - deployment - spi-deployment - runtime - + quarkus-rest-client-parent + pom + Quarkus - REST Client + + deployment + spi-deployment + runtime + diff --git a/extensions/resteasy-reactive/rest-client/runtime/pom.xml b/extensions/resteasy-reactive/rest-client/runtime/pom.xml index 531aa0c4d327a..d5f71d4ef3c5f 100644 --- a/extensions/resteasy-reactive/rest-client/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-client/runtime/pom.xml @@ -1,105 +1,102 @@ - - - quarkus-rest-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-client-parent + 999-SNAPSHOT + - quarkus-rest-client - Quarkus - REST Client - Runtime - Call REST services + quarkus-rest-client + Quarkus - REST Client - Runtime + Call REST services - - - io.quarkus - quarkus-rest-client-jaxrs - - - io.quarkus - quarkus-rest-client-config - - - io.quarkus - quarkus-tls-registry - - - org.eclipse.microprofile.rest.client - microprofile-rest-client-api - - - javax.inject - javax.inject - - - + + + io.quarkus + quarkus-rest-client-jaxrs + + + io.quarkus + quarkus-rest-client-config + + + io.quarkus + quarkus-tls-registry + + + org.eclipse.microprofile.rest.client + microprofile-rest-client-api + + + javax.inject + javax.inject + + + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - org.mockito - mockito-core - test - - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + org.mockito + mockito-core + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.rest.client.reactive - - - - - - extension-descriptor - - compile - - ${project.groupId}:${project.artifactId}-deployment:${project.version} - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.rest.client.reactive + + + + + + extension-descriptor + + compile + + ${project.groupId}:${project.artifactId}-deployment:${project.version} + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-client/spi-deployment/pom.xml b/extensions/resteasy-reactive/rest-client/spi-deployment/pom.xml index 113e922f8d84e..9d4cae698cc28 100644 --- a/extensions/resteasy-reactive/rest-client/spi-deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-client/spi-deployment/pom.xml @@ -1,27 +1,25 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-rest-client-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-rest-client-parent + 999-SNAPSHOT + - quarkus-rest-client-spi-deployment - Quarkus - REST Client - SPI - Deployment + quarkus-rest-client-spi-deployment + Quarkus - REST Client - SPI - Deployment - - - io.quarkus.resteasy.reactive - resteasy-reactive-common-processor - - - io.quarkus - quarkus-core-deployment - - + + + io.quarkus.resteasy.reactive + resteasy-reactive-common-processor + + + io.quarkus + quarkus-core-deployment + + diff --git a/extensions/resteasy-reactive/rest-common/deployment/pom.xml b/extensions/resteasy-reactive/rest-common/deployment/pom.xml index a8f75b2ed388d..e247ad68246c3 100644 --- a/extensions/resteasy-reactive/rest-common/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-common/deployment/pom.xml @@ -1,102 +1,100 @@ - - - quarkus-rest-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-common-parent + 999-SNAPSHOT + - quarkus-rest-common-deployment - Quarkus - REST - Common - Deployment + quarkus-rest-common-deployment + Quarkus - REST - Common - Deployment - - - io.quarkus.resteasy.reactive - resteasy-reactive-common-processor - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-mutiny-deployment - - - io.quarkus - quarkus-rest-common - - - io.quarkus - quarkus-rest-spi-deployment - - - io.quarkus - quarkus-security-spi - - - io.quarkus - quarkus-jsonp-deployment - - + + + io.quarkus.resteasy.reactive + resteasy-reactive-common-processor + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-mutiny-deployment + + + io.quarkus + quarkus-rest-common + + + io.quarkus + quarkus-rest-spi-deployment + + + io.quarkus + quarkus-security-spi + + + io.quarkus + quarkus-jsonp-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - - - default-test - - - %regex[.*Sse.*Test.*] - - - - - sse - test - - test - - - - %regex[.*Sse.*Test.*] - - - - - - - de.thetaphi - forbiddenapis - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + + + default-test + + + %regex[.*Sse.*Test.*] + + + + + sse + + test + + test + + + %regex[.*Sse.*Test.*] + + + + + + + de.thetaphi + forbiddenapis + + + diff --git a/extensions/resteasy-reactive/rest-common/pom.xml b/extensions/resteasy-reactive/rest-common/pom.xml index 2aff71993c118..33a7deb8613c9 100644 --- a/extensions/resteasy-reactive/rest-common/pom.xml +++ b/extensions/resteasy-reactive/rest-common/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-common-parent - Quarkus - REST - Common - pom - - deployment - runtime - spi-deployment - + quarkus-rest-common-parent + pom + Quarkus - REST - Common + + deployment + runtime + spi-deployment + diff --git a/extensions/resteasy-reactive/rest-common/runtime/pom.xml b/extensions/resteasy-reactive/rest-common/runtime/pom.xml index 9d2e8c6ff2f59..f3a4cb789c6c5 100644 --- a/extensions/resteasy-reactive/rest-common/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-common/runtime/pom.xml @@ -1,65 +1,63 @@ - - - quarkus-rest-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-common-parent + 999-SNAPSHOT + - quarkus-rest-common - Quarkus - REST - Common - Runtime - Common runtime parts of Quarkus REST + quarkus-rest-common + Quarkus - REST - Common - Runtime + Common runtime parts of Quarkus REST - - - io.quarkus.resteasy.reactive - resteasy-reactive-common - - - io.quarkus - quarkus-mutiny - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-jsonp - - - org.junit.jupiter - junit-jupiter - test - - + + + io.quarkus.resteasy.reactive + resteasy-reactive-common + + + io.quarkus + quarkus-mutiny + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-jsonp + + + org.junit.jupiter + junit-jupiter + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-common/spi-deployment/pom.xml b/extensions/resteasy-reactive/rest-common/spi-deployment/pom.xml index d2e9f2a8f2e86..0c702c186aae6 100644 --- a/extensions/resteasy-reactive/rest-common/spi-deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-common/spi-deployment/pom.xml @@ -1,25 +1,23 @@ - - - io.quarkus - quarkus-rest-common-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-common-parent + 999-SNAPSHOT + - quarkus-rest-spi-deployment - Quarkus - REST - SPI + quarkus-rest-spi-deployment + Quarkus - REST - SPI - - - io.quarkus - quarkus-core-deployment - - - jakarta.ws.rs - jakarta.ws.rs-api - - + + + io.quarkus + quarkus-core-deployment + + + jakarta.ws.rs + jakarta.ws.rs-api + + diff --git a/extensions/resteasy-reactive/rest-csrf/deployment/pom.xml b/extensions/resteasy-reactive/rest-csrf/deployment/pom.xml index ac74515d94073..9d95ca6966694 100644 --- a/extensions/resteasy-reactive/rest-csrf/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-csrf/deployment/pom.xml @@ -1,74 +1,72 @@ - - - quarkus-rest-csrf-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-csrf-parent + 999-SNAPSHOT + ../ + - quarkus-rest-csrf-deployment - Quarkus - REST - Cross-Site Request Forgery Prevention Filter - Deployment + quarkus-rest-csrf-deployment + Quarkus - REST - Cross-Site Request Forgery Prevention Filter - Deployment - - - io.quarkus - quarkus-rest-csrf - - - io.quarkus - quarkus-rest-deployment - - - io.quarkus - quarkus-rest-qute-deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-rest-csrf + + + io.quarkus + quarkus-rest-deployment + + + io.quarkus + quarkus-rest-qute-deployment + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-csrf/pom.xml b/extensions/resteasy-reactive/rest-csrf/pom.xml index 83e55b78d9e6b..357fa7e4c4524 100644 --- a/extensions/resteasy-reactive/rest-csrf/pom.xml +++ b/extensions/resteasy-reactive/rest-csrf/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-csrf-parent - Quarkus - REST - Cross-Site Request Forgery Prevention Filter - pom - - deployment - runtime - + quarkus-rest-csrf-parent + pom + Quarkus - REST - Cross-Site Request Forgery Prevention Filter + + deployment + runtime + diff --git a/extensions/resteasy-reactive/rest-csrf/runtime/pom.xml b/extensions/resteasy-reactive/rest-csrf/runtime/pom.xml index dc1d3ce25a230..e0975e121c012 100644 --- a/extensions/resteasy-reactive/rest-csrf/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-csrf/runtime/pom.xml @@ -1,64 +1,62 @@ - - - quarkus-rest-csrf-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-csrf-parent + 999-SNAPSHOT + ../ + - quarkus-rest-csrf - Quarkus - REST - Cross-Site Request Forgery Prevention Filter - Runtime - Use REST Server filters to prevent the risk of Cross-Site Request Forgery - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-qute - - + quarkus-rest-csrf + Quarkus - REST - Cross-Site Request Forgery Prevention Filter - Runtime + Use REST Server filters to prevent the risk of Cross-Site Request Forgery + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-qute + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-jackson-common/deployment/pom.xml b/extensions/resteasy-reactive/rest-jackson-common/deployment/pom.xml index 3ae76ae31b78d..6d5977fa885ca 100644 --- a/extensions/resteasy-reactive/rest-jackson-common/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-jackson-common/deployment/pom.xml @@ -1,51 +1,49 @@ - - 4.0.0 - - quarkus-rest-jackson-common-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-rest-jackson-common-parent + 999-SNAPSHOT + - quarkus-rest-jackson-common-deployment - Quarkus - REST - Common Jackson Bits - Deployment + quarkus-rest-jackson-common-deployment + Quarkus - REST - Common Jackson Bits - Deployment - - - io.quarkus - quarkus-rest-common-deployment - - - io.quarkus - quarkus-jackson-deployment - - - io.quarkus - quarkus-rest-jackson-common - - + + + io.quarkus + quarkus-rest-common-deployment + + + io.quarkus + quarkus-jackson-deployment + + + io.quarkus + quarkus-rest-jackson-common + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-jackson-common/pom.xml b/extensions/resteasy-reactive/rest-jackson-common/pom.xml index 4b911b4d20509..e9dd62b24cbc7 100644 --- a/extensions/resteasy-reactive/rest-jackson-common/pom.xml +++ b/extensions/resteasy-reactive/rest-jackson-common/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-jackson-common-parent - Quarkus - REST - Jackson Common Bits - pom - - deployment - runtime - + quarkus-rest-jackson-common-parent + pom + Quarkus - REST - Jackson Common Bits + + deployment + runtime + diff --git a/extensions/resteasy-reactive/rest-jackson-common/runtime/pom.xml b/extensions/resteasy-reactive/rest-jackson-common/runtime/pom.xml index 30a7e3914539f..b8e55b9126a25 100644 --- a/extensions/resteasy-reactive/rest-jackson-common/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-jackson-common/runtime/pom.xml @@ -1,61 +1,58 @@ - - 4.0.0 - - quarkus-rest-jackson-common-parent - io.quarkus - 999-SNAPSHOT - - quarkus-rest-jackson-common - Quarkus - REST - Jackson Common Bits - Runtime - Common classes for Jackson serialization support for Quarkus REST - - - - io.quarkus - quarkus-rest-common - - - io.quarkus.resteasy.reactive - resteasy-reactive-jackson - - - io.quarkus - quarkus-jackson - - - io.quarkus - quarkus-jsonp - - + + 4.0.0 + + io.quarkus + quarkus-rest-jackson-common-parent + 999-SNAPSHOT + + quarkus-rest-jackson-common + Quarkus - REST - Jackson Common Bits - Runtime + Common classes for Jackson serialization support for Quarkus REST - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-rest-common + + + io.quarkus.resteasy.reactive + resteasy-reactive-jackson + + + io.quarkus + quarkus-jackson + + + io.quarkus + quarkus-jsonp + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-jackson/deployment/pom.xml b/extensions/resteasy-reactive/rest-jackson/deployment/pom.xml index 575644d4586c1..95f2925856690 100644 --- a/extensions/resteasy-reactive/rest-jackson/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-jackson/deployment/pom.xml @@ -1,81 +1,79 @@ - - 4.0.0 - - quarkus-rest-jackson-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-rest-jackson-parent + 999-SNAPSHOT + - quarkus-rest-jackson-deployment - Quarkus - REST - Jackson - Deployment + quarkus-rest-jackson-deployment + Quarkus - REST - Jackson - Deployment - - - io.quarkus - quarkus-rest-deployment - - - io.quarkus - quarkus-rest-jackson-common-deployment - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-hibernate-validator-deployment - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-rest-client-jaxrs-deployment - test - - - io.quarkus - quarkus-security-test-utils - test - - + + + io.quarkus + quarkus-rest-deployment + + + io.quarkus + quarkus-rest-jackson-common-deployment + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-hibernate-validator-deployment + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-rest-client-jaxrs-deployment + test + + + io.quarkus + quarkus-security-test-utils + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-jackson/pom.xml b/extensions/resteasy-reactive/rest-jackson/pom.xml index 828c849c54529..2b3a7348b1a76 100644 --- a/extensions/resteasy-reactive/rest-jackson/pom.xml +++ b/extensions/resteasy-reactive/rest-jackson/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-jackson-parent - Quarkus - REST - Jackson - pom - - deployment - runtime - + quarkus-rest-jackson-parent + pom + Quarkus - REST - Jackson + + deployment + runtime + diff --git a/extensions/resteasy-reactive/rest-jackson/runtime/pom.xml b/extensions/resteasy-reactive/rest-jackson/runtime/pom.xml index 492b3a899b7b8..282d4d61488a5 100644 --- a/extensions/resteasy-reactive/rest-jackson/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-jackson/runtime/pom.xml @@ -1,60 +1,57 @@ - - 4.0.0 - - quarkus-rest-jackson-parent - io.quarkus - 999-SNAPSHOT - - - quarkus-rest-jackson - Quarkus - REST - Jackson - Runtime - Jackson serialization support for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it + + 4.0.0 + + io.quarkus + quarkus-rest-jackson-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-jackson-common - - + quarkus-rest-jackson + Quarkus - REST - Jackson - Runtime + Jackson serialization support for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.rest.jackson - io.quarkus.resteasy.reactive.json.jackson - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-jackson-common + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.rest.jackson + io.quarkus.resteasy.reactive.json.jackson + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-jaxb/deployment/pom.xml b/extensions/resteasy-reactive/rest-jaxb/deployment/pom.xml index 280bf9d77ba5d..b21221cffc3e4 100644 --- a/extensions/resteasy-reactive/rest-jaxb/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-jaxb/deployment/pom.xml @@ -1,77 +1,75 @@ - - 4.0.0 - - quarkus-rest-jaxb-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-rest-jaxb-parent + 999-SNAPSHOT + - quarkus-rest-jaxb-deployment - Quarkus - REST - JAXB - Deployment + quarkus-rest-jaxb-deployment + Quarkus - REST - JAXB - Deployment - - - io.quarkus - quarkus-rest-deployment - - - io.quarkus - quarkus-jaxb-deployment - - - io.quarkus - quarkus-rest-jaxb - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-hibernate-validator-deployment - test - - - io.quarkus - quarkus-rest-client-jaxrs-deployment - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-rest-deployment + + + io.quarkus + quarkus-jaxb-deployment + + + io.quarkus + quarkus-rest-jaxb + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-hibernate-validator-deployment + test + + + io.quarkus + quarkus-rest-client-jaxrs-deployment + test + + + org.assertj + assertj-core + test + - + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-jaxb/pom.xml b/extensions/resteasy-reactive/rest-jaxb/pom.xml index 699ba104836c3..a2e282ffb787d 100644 --- a/extensions/resteasy-reactive/rest-jaxb/pom.xml +++ b/extensions/resteasy-reactive/rest-jaxb/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-jaxb-parent - Quarkus - REST - JAXB - pom - - deployment - runtime - + quarkus-rest-jaxb-parent + pom + Quarkus - REST - JAXB + + deployment + runtime + diff --git a/extensions/resteasy-reactive/rest-jaxb/runtime/pom.xml b/extensions/resteasy-reactive/rest-jaxb/runtime/pom.xml index 2771bef080320..6b07f183daba7 100644 --- a/extensions/resteasy-reactive/rest-jaxb/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-jaxb/runtime/pom.xml @@ -1,54 +1,51 @@ - - 4.0.0 - - quarkus-rest-jaxb-parent - io.quarkus - 999-SNAPSHOT - - - quarkus-rest-jaxb - Quarkus - REST - JAXB - Runtime - JAXB serialization support for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it. + + 4.0.0 + + io.quarkus + quarkus-rest-jaxb-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-jaxb - - + quarkus-rest-jaxb + Quarkus - REST - JAXB - Runtime + JAXB serialization support for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it. - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-jaxb + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-jsonb-common/deployment/pom.xml b/extensions/resteasy-reactive/rest-jsonb-common/deployment/pom.xml index f88a1e9a94acb..e0d01b53b9615 100644 --- a/extensions/resteasy-reactive/rest-jsonb-common/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-jsonb-common/deployment/pom.xml @@ -1,51 +1,49 @@ - - 4.0.0 - - quarkus-rest-jsonb-common-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-rest-jsonb-common-parent + 999-SNAPSHOT + - quarkus-rest-jsonb-common-deployment - Quarkus - REST - JSON-B Common Bits - Deployment + quarkus-rest-jsonb-common-deployment + Quarkus - REST - JSON-B Common Bits - Deployment - - - io.quarkus - quarkus-rest-common-deployment - - - io.quarkus - quarkus-jsonb-deployment - - - io.quarkus - quarkus-rest-jsonb-common - - + + + io.quarkus + quarkus-rest-common-deployment + + + io.quarkus + quarkus-jsonb-deployment + + + io.quarkus + quarkus-rest-jsonb-common + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-jsonb-common/pom.xml b/extensions/resteasy-reactive/rest-jsonb-common/pom.xml index 66ad63e41a427..7ae8c93973a54 100644 --- a/extensions/resteasy-reactive/rest-jsonb-common/pom.xml +++ b/extensions/resteasy-reactive/rest-jsonb-common/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-jsonb-common-parent - Quarkus - REST - JSON-B Common Bits - pom - - deployment - runtime - + quarkus-rest-jsonb-common-parent + pom + Quarkus - REST - JSON-B Common Bits + + deployment + runtime + diff --git a/extensions/resteasy-reactive/rest-jsonb-common/runtime/pom.xml b/extensions/resteasy-reactive/rest-jsonb-common/runtime/pom.xml index bec2bb7ee5c52..478323b95fe4d 100644 --- a/extensions/resteasy-reactive/rest-jsonb-common/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-jsonb-common/runtime/pom.xml @@ -1,58 +1,55 @@ - - 4.0.0 - - quarkus-rest-jsonb-common-parent - io.quarkus - 999-SNAPSHOT - - - quarkus-rest-jsonb-common - Quarkus - REST - JSON-B Common Bits - Runtime - Common classes for JSON-B serialization support for Quarkus REST + + 4.0.0 + + io.quarkus + quarkus-rest-jsonb-common-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-rest-common - - - io.quarkus.resteasy.reactive - resteasy-reactive-jsonb - - - io.quarkus - quarkus-jsonb - - + quarkus-rest-jsonb-common + Quarkus - REST - JSON-B Common Bits - Runtime + Common classes for JSON-B serialization support for Quarkus REST - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-rest-common + + + io.quarkus.resteasy.reactive + resteasy-reactive-jsonb + + + io.quarkus + quarkus-jsonb + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-jsonb/deployment/pom.xml b/extensions/resteasy-reactive/rest-jsonb/deployment/pom.xml index eccc4d245c7fd..601a3130a12ca 100644 --- a/extensions/resteasy-reactive/rest-jsonb/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-jsonb/deployment/pom.xml @@ -1,77 +1,75 @@ - - 4.0.0 - - quarkus-rest-jsonb-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-rest-jsonb-parent + 999-SNAPSHOT + - quarkus-rest-jsonb-deployment - Quarkus - REST - JSON-B - Deployment + quarkus-rest-jsonb-deployment + Quarkus - REST - JSON-B - Deployment - - - io.quarkus - quarkus-rest-deployment - - - io.quarkus - quarkus-rest-jsonb-common-deployment - - - io.quarkus - quarkus-rest-jsonb - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-hibernate-validator-deployment - test - - - io.quarkus - quarkus-rest-client-jaxrs-deployment - test - + + + io.quarkus + quarkus-rest-deployment + + + io.quarkus + quarkus-rest-jsonb-common-deployment + + + io.quarkus + quarkus-rest-jsonb + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-hibernate-validator-deployment + test + + + io.quarkus + quarkus-rest-client-jaxrs-deployment + test + - + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-jsonb/pom.xml b/extensions/resteasy-reactive/rest-jsonb/pom.xml index d27bed2996d6d..0553e04105069 100644 --- a/extensions/resteasy-reactive/rest-jsonb/pom.xml +++ b/extensions/resteasy-reactive/rest-jsonb/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-jsonb-parent - Quarkus - REST - JSON-B - pom - - deployment - runtime - + quarkus-rest-jsonb-parent + pom + Quarkus - REST - JSON-B + + deployment + runtime + diff --git a/extensions/resteasy-reactive/rest-jsonb/runtime/pom.xml b/extensions/resteasy-reactive/rest-jsonb/runtime/pom.xml index a6a3547dc5cc3..1637591823311 100644 --- a/extensions/resteasy-reactive/rest-jsonb/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-jsonb/runtime/pom.xml @@ -1,64 +1,61 @@ - - 4.0.0 - - quarkus-rest-jsonb-parent - io.quarkus - 999-SNAPSHOT - - - quarkus-rest-jsonb - Quarkus - REST - JSON-B - Runtime - JSON-B serialization support for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it. + + 4.0.0 + + io.quarkus + quarkus-rest-jsonb-parent + 999-SNAPSHOT + - - - io.quarkus.resteasy.reactive - resteasy-reactive-jsonb - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-jsonb-common - - + quarkus-rest-jsonb + Quarkus - REST - JSON-B - Runtime + JSON-B serialization support for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it. - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.rest.jsonb - io.quarkus.resteasy.reactive.json.jsonb - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus.resteasy.reactive + resteasy-reactive-jsonb + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-jsonb-common + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.rest.jsonb + io.quarkus.resteasy.reactive.json.jsonb + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-kotlin-serialization-common/deployment/pom.xml b/extensions/resteasy-reactive/rest-kotlin-serialization-common/deployment/pom.xml index 34164d680d281..1571f386305a8 100644 --- a/extensions/resteasy-reactive/rest-kotlin-serialization-common/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-kotlin-serialization-common/deployment/pom.xml @@ -1,116 +1,114 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-rest-kotlin-serialization-common-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-rest-kotlin-serialization-common-parent + 999-SNAPSHOT + - quarkus-rest-kotlin-serialization-common-deployment - Quarkus - REST - Kotlin Serialization Common Deployment + quarkus-rest-kotlin-serialization-common-deployment + Quarkus - REST - Kotlin Serialization Common Deployment - - - io.quarkus - quarkus-rest-kotlin-serialization-common - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-kotlin-deployment - + + + io.quarkus + quarkus-rest-kotlin-serialization-common + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-kotlin-deployment + - - io.quarkus - quarkus-junit5-internal - test - - - - - - org.jetbrains.kotlin - kotlin-maven-plugin - - - compile - - compile - - - - src/main/kotlin - src/main/java - - - - - test-compile - - test-compile - - - - src/test/kotlin - - - - - - - org.jetbrains.kotlin - kotlin-maven-serialization - ${kotlin.version} - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - java-test-compile - test-compile - - testCompile - - - - - - + + io.quarkus + quarkus-junit5-internal + test + + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + org.jetbrains.kotlin + kotlin-maven-serialization + ${kotlin.version} + + + + + compile + + compile + + + + src/main/kotlin + src/main/java + + + + + test-compile + + test-compile + + + + src/test/kotlin + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + java-test-compile + + testCompile + + test-compile + + + + + diff --git a/extensions/resteasy-reactive/rest-kotlin-serialization-common/pom.xml b/extensions/resteasy-reactive/rest-kotlin-serialization-common/pom.xml index 346ab2408af4e..ece95f0c801c2 100644 --- a/extensions/resteasy-reactive/rest-kotlin-serialization-common/pom.xml +++ b/extensions/resteasy-reactive/rest-kotlin-serialization-common/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-kotlin-serialization-common-parent - Quarkus - REST - Kotlin Serialization Common Parent - pom - - deployment - runtime - + quarkus-rest-kotlin-serialization-common-parent + pom + Quarkus - REST - Kotlin Serialization Common Parent + + deployment + runtime + diff --git a/extensions/resteasy-reactive/rest-kotlin-serialization-common/runtime/pom.xml b/extensions/resteasy-reactive/rest-kotlin-serialization-common/runtime/pom.xml index ee8e4d0d1d51c..8617890065d6f 100644 --- a/extensions/resteasy-reactive/rest-kotlin-serialization-common/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-kotlin-serialization-common/runtime/pom.xml @@ -1,121 +1,119 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-rest-kotlin-serialization-common-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-rest-kotlin-serialization-common-parent + 999-SNAPSHOT + - quarkus-rest-kotlin-serialization-common - Quarkus - REST - Kotlin Serialization Common + quarkus-rest-kotlin-serialization-common + Quarkus - REST - Kotlin Serialization Common - - - io.quarkus - quarkus-kotlin - - - io.quarkus - quarkus-arc - - - org.jetbrains.kotlinx - kotlinx-serialization-json - - - org.jetbrains.kotlin - kotlin-reflect - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-kotlin + + + io.quarkus + quarkus-arc + + + org.jetbrains.kotlinx + kotlinx-serialization-json + + + org.jetbrains.kotlin + kotlin-reflect + + + io.quarkus + quarkus-junit5-internal + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.jetbrains.kotlin - kotlin-maven-plugin - - - compile - - compile - - - - src/main/kotlin - src/main/java - - - - - test-compile - - test-compile - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - java-test-compile - test-compile - - testCompile - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - javadoc - none - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + compile + + compile + + + + src/main/kotlin + src/main/java + + + + + test-compile + + test-compile + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + java-test-compile + + testCompile + + test-compile + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + javadoc + none + + + + + diff --git a/extensions/resteasy-reactive/rest-kotlin-serialization/deployment/pom.xml b/extensions/resteasy-reactive/rest-kotlin-serialization/deployment/pom.xml index 551c079e2ff5c..0e57ee0b02b24 100644 --- a/extensions/resteasy-reactive/rest-kotlin-serialization/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-kotlin-serialization/deployment/pom.xml @@ -1,60 +1,58 @@ - - 4.0.0 - - quarkus-rest-kotlin-serialization-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-rest-kotlin-serialization-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-kotlin-serialization-deployment - Quarkus - REST - Kotlin Serialization - Deployment + quarkus-rest-kotlin-serialization-deployment + Quarkus - REST - Kotlin Serialization - Deployment - - - io.quarkus - quarkus-rest-kotlin-serialization-common-deployment - - - io.quarkus - quarkus-rest-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-kotlin-deployment - - - io.quarkus - quarkus-rest-kotlin-serialization - - + + + io.quarkus + quarkus-rest-kotlin-serialization-common-deployment + + + io.quarkus + quarkus-rest-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-kotlin-deployment + + + io.quarkus + quarkus-rest-kotlin-serialization + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-kotlin-serialization/pom.xml b/extensions/resteasy-reactive/rest-kotlin-serialization/pom.xml index 0cf75166c4290..96ca0ad7629af 100644 --- a/extensions/resteasy-reactive/rest-kotlin-serialization/pom.xml +++ b/extensions/resteasy-reactive/rest-kotlin-serialization/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-kotlin-serialization-parent - Quarkus - REST - Kotlin Serialization - pom + quarkus-rest-kotlin-serialization-parent + pom + Quarkus - REST - Kotlin Serialization - - deployment - runtime - - \ No newline at end of file + + deployment + runtime + + diff --git a/extensions/resteasy-reactive/rest-kotlin-serialization/runtime/pom.xml b/extensions/resteasy-reactive/rest-kotlin-serialization/runtime/pom.xml index 0a8e4172b1737..ba3ef82fc2595 100644 --- a/extensions/resteasy-reactive/rest-kotlin-serialization/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-kotlin-serialization/runtime/pom.xml @@ -1,105 +1,103 @@ - - - io.quarkus - quarkus-rest-kotlin-serialization-parent - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-kotlin-serialization-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-kotlin-serialization - Quarkus - REST - Kotlin Serialization - Runtime - Kotlin Serialization support for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it. + quarkus-rest-kotlin-serialization + Quarkus - REST - Kotlin Serialization - Runtime + Kotlin Serialization support for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it. - - - io.quarkus - quarkus-rest-kotlin-serialization-common - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-hibernate-validator - true - - + + + io.quarkus + quarkus-rest-kotlin-serialization-common + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-hibernate-validator + true + + - - src/main/kotlin - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.kotlin-serialization - - - - - org.jetbrains.kotlin - kotlin-maven-plugin - - - compile - - compile - - - - test-compile - - test-compile - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - java-test-compile - test-compile - - testCompile - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - javadoc - none - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.kotlin-serialization + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + compile + + compile + + + + test-compile + + test-compile + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + + compile + + compile + + + java-test-compile + + testCompile + + test-compile + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + javadoc + none + + + + + src/main/kotlin + diff --git a/extensions/resteasy-reactive/rest-kotlin/deployment/pom.xml b/extensions/resteasy-reactive/rest-kotlin/deployment/pom.xml index 3ee66ef8913e4..31cbb33979cd8 100644 --- a/extensions/resteasy-reactive/rest-kotlin/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-kotlin/deployment/pom.xml @@ -1,52 +1,50 @@ - - - quarkus-rest-kotlin-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-kotlin-parent + 999-SNAPSHOT + - quarkus-rest-kotlin-deployment - Quarkus - REST - Kotlin - Deployment + quarkus-rest-kotlin-deployment + Quarkus - REST - Kotlin - Deployment - - - io.quarkus - quarkus-rest-server-spi-deployment - - - io.quarkus - quarkus-rest-common-deployment - - - io.quarkus - quarkus-rest-kotlin - - + + + io.quarkus + quarkus-rest-server-spi-deployment + + + io.quarkus + quarkus-rest-common-deployment + + + io.quarkus + quarkus-rest-kotlin + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-kotlin/pom.xml b/extensions/resteasy-reactive/rest-kotlin/pom.xml index 5915956425321..43a35cb9d259d 100644 --- a/extensions/resteasy-reactive/rest-kotlin/pom.xml +++ b/extensions/resteasy-reactive/rest-kotlin/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-kotlin-parent - Quarkus - REST - Kotlin - pom - - deployment - runtime - + quarkus-rest-kotlin-parent + pom + Quarkus - REST - Kotlin + + deployment + runtime + diff --git a/extensions/resteasy-reactive/rest-kotlin/runtime/pom.xml b/extensions/resteasy-reactive/rest-kotlin/runtime/pom.xml index 1977ae8866490..3e7af4cf5af9c 100644 --- a/extensions/resteasy-reactive/rest-kotlin/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-kotlin/runtime/pom.xml @@ -1,125 +1,123 @@ - - - io.quarkus - quarkus-rest-kotlin-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-kotlin-parent + 999-SNAPSHOT + - quarkus-rest-kotlin - Quarkus - REST - Kotlin - Runtime - Provides Kotlin support for Quarkus REST + quarkus-rest-kotlin + Quarkus - REST - Kotlin - Runtime + Provides Kotlin support for Quarkus REST - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - - - org.jetbrains.kotlinx - kotlinx-coroutines-jdk8 - - - io.quarkus - quarkus-rest-common - - - io.quarkus.resteasy.reactive - resteasy-reactive - - - io.smallrye.reactive - mutiny-kotlin - - + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + + + org.jetbrains.kotlinx + kotlinx-coroutines-jdk8 + + + io.quarkus + quarkus-rest-common + + + io.quarkus.resteasy.reactive + resteasy-reactive + + + io.smallrye.reactive + mutiny-kotlin + + - - ${project.basedir}/src/main/kotlin - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus:quarkus-kotlin - - - io.quarkus.rest.kotlinx-serialization - io.quarkus.resteasy.reactive.json.kotlinx-serialization - - - - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin.version} - - - compile - - compile - - - - test-compile - - test-compile - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - java-test-compile - test-compile - - testCompile - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - javadoc - none - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus:quarkus-kotlin + + + io.quarkus.rest.kotlinx-serialization + io.quarkus.resteasy.reactive.json.kotlinx-serialization + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + + compile + + + + test-compile + + test-compile + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + java-test-compile + + testCompile + + test-compile + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + javadoc + none + + + + + ${project.basedir}/src/main/kotlin + diff --git a/extensions/resteasy-reactive/rest-links/deployment/pom.xml b/extensions/resteasy-reactive/rest-links/deployment/pom.xml index dd6d21d16c505..3017fea2cc34e 100644 --- a/extensions/resteasy-reactive/rest-links/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-links/deployment/pom.xml @@ -1,67 +1,65 @@ - - - quarkus-rest-links-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-links-parent + 999-SNAPSHOT + - quarkus-rest-links-deployment - Quarkus - REST - Links - Deployment + quarkus-rest-links-deployment + Quarkus - REST - Links - Deployment - - - io.quarkus - quarkus-rest-links - - - io.quarkus - quarkus-rest-deployment - - - io.quarkus - quarkus-hal-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-rest-links + + + io.quarkus + quarkus-rest-deployment + + + io.quarkus + quarkus-hal-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-links/pom.xml b/extensions/resteasy-reactive/rest-links/pom.xml index 50ac690451c1a..56445bd6e0589 100644 --- a/extensions/resteasy-reactive/rest-links/pom.xml +++ b/extensions/resteasy-reactive/rest-links/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-links-parent - Quarkus - REST - Links - pom + quarkus-rest-links-parent + pom + Quarkus - REST - Links - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/resteasy-reactive/rest-links/runtime/pom.xml b/extensions/resteasy-reactive/rest-links/runtime/pom.xml index 0d9c2296625a3..bab29de5c5f48 100644 --- a/extensions/resteasy-reactive/rest-links/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-links/runtime/pom.xml @@ -1,67 +1,65 @@ - - - quarkus-rest-links-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-links-parent + 999-SNAPSHOT + - quarkus-rest-links - Quarkus - REST - Links - Runtime - Web Links support for Quarkus REST. Inject web links into response HTTP headers by annotating your endpoint resources. + quarkus-rest-links + Quarkus - REST - Links - Runtime + Web Links support for Quarkus REST. Inject web links into response HTTP headers by annotating your endpoint resources. - - - io.quarkus - quarkus-rest - + + + io.quarkus + quarkus-rest + - - io.quarkus - quarkus-hal - true - - + + io.quarkus + quarkus-hal + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - process-resources - - extension-descriptor - - - - io.quarkus:quarkus-rest - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + process-resources + + + io.quarkus:quarkus-rest + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-qute/deployment/pom.xml b/extensions/resteasy-reactive/rest-qute/deployment/pom.xml index b624cc0e9721a..3ef946ca419ca 100644 --- a/extensions/resteasy-reactive/rest-qute/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-qute/deployment/pom.xml @@ -1,62 +1,60 @@ - - 4.0.0 - - quarkus-rest-qute-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-rest-qute-parent + 999-SNAPSHOT + - quarkus-rest-qute-deployment - Quarkus - REST - Qute - Deployment + quarkus-rest-qute-deployment + Quarkus - REST - Qute - Deployment - - - io.quarkus - quarkus-rest-deployment - - - io.quarkus - quarkus-qute-deployment - - - io.quarkus - quarkus-rest-qute - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-rest-deployment + + + io.quarkus + quarkus-qute-deployment + + + io.quarkus + quarkus-rest-qute + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + - + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-qute/pom.xml b/extensions/resteasy-reactive/rest-qute/pom.xml index 062638ceaca40..cc74fa9d0bd99 100644 --- a/extensions/resteasy-reactive/rest-qute/pom.xml +++ b/extensions/resteasy-reactive/rest-qute/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-qute-parent - Quarkus - REST - Qute - pom - - deployment - runtime - + quarkus-rest-qute-parent + pom + Quarkus - REST - Qute + + deployment + runtime + diff --git a/extensions/resteasy-reactive/rest-qute/runtime/pom.xml b/extensions/resteasy-reactive/rest-qute/runtime/pom.xml index 80e9617f99c60..35e0b301387ce 100644 --- a/extensions/resteasy-reactive/rest-qute/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-qute/runtime/pom.xml @@ -1,74 +1,72 @@ - - 4.0.0 - - quarkus-rest-qute-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-rest-qute-parent + 999-SNAPSHOT + - quarkus-rest-qute - Quarkus - REST - Qute - Runtime - Qute integration for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it. + quarkus-rest-qute + Quarkus - REST - Qute - Runtime + Qute integration for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it. - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-qute - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-qute + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - process-resources - - extension-descriptor - - - - io.quarkus:quarkus-rest - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + process-resources + + + io.quarkus:quarkus-rest + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest-servlet/deployment/pom.xml b/extensions/resteasy-reactive/rest-servlet/deployment/pom.xml index ba556e043dd2c..7aa55e1807430 100644 --- a/extensions/resteasy-reactive/rest-servlet/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest-servlet/deployment/pom.xml @@ -1,129 +1,127 @@ - - - quarkus-rest-servlet-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-servlet-parent + 999-SNAPSHOT + - quarkus-rest-servlet-deployment - Quarkus - REST Servlet - Deployment + quarkus-rest-servlet-deployment + Quarkus - REST Servlet - Deployment - - - io.quarkus - quarkus-rest-deployment - - - io.quarkus - quarkus-rest-servlet - - - io.quarkus - quarkus-undertow-deployment - - - io.quarkus - quarkus-security-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - org.awaitility - awaitility - test - - - commons-io - commons-io - test - - - io.quarkus - quarkus-security-test-utils - test - - - io.quarkus - quarkus-hibernate-validator-deployment - test - - - io.quarkus - quarkus-rest-client-jaxrs-deployment - test - - - io.quarkus - quarkus-rest-deployment - test - test-jar - - + + + io.quarkus + quarkus-rest-deployment + + + io.quarkus + quarkus-rest-servlet + + + io.quarkus + quarkus-undertow-deployment + + + io.quarkus + quarkus-security-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test + + + commons-io + commons-io + test + + + io.quarkus + quarkus-security-test-utils + test + + + io.quarkus + quarkus-hibernate-validator-deployment + test + + + io.quarkus + quarkus-rest-client-jaxrs-deployment + test + + + io.quarkus + quarkus-rest-deployment + test-jar + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - - - default-test - - - %regex[.*Sse.*Test.*] - - - - - sse - test - - test - - - - %regex[.*Sse.*Test.*] - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + + + default-test + + + %regex[.*Sse.*Test.*] + + + + + sse + + test + + test + + + %regex[.*Sse.*Test.*] + + + + + + + diff --git a/extensions/resteasy-reactive/rest-servlet/pom.xml b/extensions/resteasy-reactive/rest-servlet/pom.xml index cef6cebf0f98a..74d11c3fe31a8 100644 --- a/extensions/resteasy-reactive/rest-servlet/pom.xml +++ b/extensions/resteasy-reactive/rest-servlet/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-servlet-parent - Quarkus - REST - Servlet - pom - - deployment - runtime - + quarkus-rest-servlet-parent + pom + Quarkus - REST - Servlet + + deployment + runtime + diff --git a/extensions/resteasy-reactive/rest-servlet/runtime/pom.xml b/extensions/resteasy-reactive/rest-servlet/runtime/pom.xml index 14e4dcb51a26b..792deefc78c8e 100644 --- a/extensions/resteasy-reactive/rest-servlet/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-servlet/runtime/pom.xml @@ -1,57 +1,55 @@ - - - quarkus-rest-servlet-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-servlet-parent + 999-SNAPSHOT + - quarkus-rest-servlet - Quarkus - REST Servlet - Runtime - Servlet support for Quarkus REST + quarkus-rest-servlet + Quarkus - REST Servlet - Runtime + Servlet support for Quarkus REST - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-undertow - - - org.junit.jupiter - junit-jupiter - test - - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-undertow + + + org.junit.jupiter + junit-jupiter + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest/deployment/pom.xml b/extensions/resteasy-reactive/rest/deployment/pom.xml index 75b8c0a36155d..cc36a860a95c2 100644 --- a/extensions/resteasy-reactive/rest/deployment/pom.xml +++ b/extensions/resteasy-reactive/rest/deployment/pom.xml @@ -1,154 +1,153 @@ - - - quarkus-rest-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent + 999-SNAPSHOT + - quarkus-rest-deployment - Quarkus - REST - Deployment + quarkus-rest-deployment + Quarkus - REST - Deployment - - - io.quarkus.resteasy.reactive - resteasy-reactive-processor - - - io.quarkus - quarkus-rest-kotlin-deployment - true - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-dev - - - io.quarkus - quarkus-rest-server-spi-deployment - - - io.quarkus - quarkus-jaxrs-spi-deployment - - - io.quarkus - quarkus-security-spi - - - io.quarkus - quarkus-jsonp-deployment - - - io.quarkus - quarkus-rest-common-deployment - - - io.quarkus - quarkus-virtual-threads-deployment - - - io.quarkus - quarkus-security-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - org.awaitility - awaitility - test - - - commons-io - commons-io - test - - - io.quarkus - quarkus-security-test-utils - test - - - io.quarkus - quarkus-hibernate-validator-deployment - test - - - io.quarkus - quarkus-rest-client-jaxrs-deployment - test - - - io.quarkus - quarkus-reactive-routes-deployment - test - - + + + io.quarkus.resteasy.reactive + resteasy-reactive-processor + + + io.quarkus + quarkus-rest-kotlin-deployment + true + + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-dev + + + io.quarkus + quarkus-rest-server-spi-deployment + + + io.quarkus + quarkus-jaxrs-spi-deployment + + + io.quarkus + quarkus-security-spi + + + io.quarkus + quarkus-jsonp-deployment + + + io.quarkus + quarkus-rest-common-deployment + + + io.quarkus + quarkus-virtual-threads-deployment + + + io.quarkus + quarkus-security-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test + + + commons-io + commons-io + test + + + io.quarkus + quarkus-security-test-utils + test + + + io.quarkus + quarkus-hibernate-validator-deployment + test + + + io.quarkus + quarkus-rest-client-jaxrs-deployment + test + + + io.quarkus + quarkus-reactive-routes-deployment + test + + - - - - org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - de.thetaphi - forbiddenapis - - - + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + de.thetaphi + forbiddenapis + + + diff --git a/extensions/resteasy-reactive/rest/pom.xml b/extensions/resteasy-reactive/rest/pom.xml index 45136eae9b439..367f5392bb669 100644 --- a/extensions/resteasy-reactive/rest/pom.xml +++ b/extensions/resteasy-reactive/rest/pom.xml @@ -1,23 +1,21 @@ - - - quarkus-rest-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-rest-parent - Quarkus - REST - pom - - deployment - spi-deployment - runtime - runtime-dev - + quarkus-rest-parent + pom + Quarkus - REST + + deployment + spi-deployment + runtime + runtime-dev + diff --git a/extensions/resteasy-reactive/rest/runtime-dev/pom.xml b/extensions/resteasy-reactive/rest/runtime-dev/pom.xml index b1e31a1e3bb6e..8ecdbf28db067 100644 --- a/extensions/resteasy-reactive/rest/runtime-dev/pom.xml +++ b/extensions/resteasy-reactive/rest/runtime-dev/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-rest-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent + 999-SNAPSHOT + - quarkus-rest-dev - Quarkus - REST - Runtime Dev mode - A Jakarta REST implementation utilizing build time processing and Vert.x. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it. - Dev Mode only + quarkus-rest-dev + Quarkus - REST - Runtime Dev mode + A Jakarta REST implementation utilizing build time processing and Vert.x. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it. - Dev Mode only - - - io.quarkus - quarkus-rest - - - \ No newline at end of file + + + io.quarkus + quarkus-rest + + + diff --git a/extensions/resteasy-reactive/rest/runtime/pom.xml b/extensions/resteasy-reactive/rest/runtime/pom.xml index 6233332fa9715..0f8da38339745 100644 --- a/extensions/resteasy-reactive/rest/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest/runtime/pom.xml @@ -1,88 +1,87 @@ - - - quarkus-rest-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-rest-parent + 999-SNAPSHOT + - quarkus-rest - Quarkus - REST - Runtime - A Jakarta REST implementation utilizing build time processing and Vert.x. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it. + quarkus-rest + Quarkus - REST - Runtime + A Jakarta REST implementation utilizing build time processing and Vert.x. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it. - - - io.quarkus - quarkus-rest-common - - - io.quarkus - quarkus-rest-kotlin - true - - - io.quarkus.resteasy.reactive - resteasy-reactive-vertx - - - io.quarkus - quarkus-vertx-http - - - com.fasterxml.jackson.core - jackson-databind - true - - - org.junit.jupiter - junit-jupiter - test - - - io.quarkus - quarkus-jsonp - - - io.quarkus - quarkus-virtual-threads - - + + + io.quarkus + quarkus-rest-common + + + io.quarkus + quarkus-rest-kotlin + true + + + + io.quarkus.resteasy.reactive + resteasy-reactive-vertx + + + io.quarkus + quarkus-vertx-http + + + com.fasterxml.jackson.core + jackson-databind + true + + + org.junit.jupiter + junit-jupiter + test + + + io.quarkus + quarkus-jsonp + + + io.quarkus + quarkus-virtual-threads + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.rest - io.quarkus.resteasy.reactive - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.rest + io.quarkus.resteasy.reactive + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/resteasy-reactive/rest/spi-deployment/pom.xml b/extensions/resteasy-reactive/rest/spi-deployment/pom.xml index 042a11440ecd6..f145a2fa02c6a 100644 --- a/extensions/resteasy-reactive/rest/spi-deployment/pom.xml +++ b/extensions/resteasy-reactive/rest/spi-deployment/pom.xml @@ -1,28 +1,25 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-rest-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-rest-parent + 999-SNAPSHOT + - quarkus-rest-server-spi-deployment - Quarkus - REST - Server - SPI - Deployment + quarkus-rest-server-spi-deployment + Quarkus - REST - Server - SPI - Deployment - - - io.quarkus - quarkus-rest-spi-deployment - - - io.quarkus.resteasy.reactive - resteasy-reactive-processor - - + + + io.quarkus + quarkus-rest-spi-deployment + + + io.quarkus.resteasy.reactive + resteasy-reactive-processor + + - diff --git a/extensions/scala/deployment/pom.xml b/extensions/scala/deployment/pom.xml index 090cfacd19336..b2c93498f08bd 100644 --- a/extensions/scala/deployment/pom.xml +++ b/extensions/scala/deployment/pom.xml @@ -1,55 +1,53 @@ - - - quarkus-scala-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-scala-parent + 999-SNAPSHOT + - quarkus-scala-deployment - Quarkus - Scala - Deployment + quarkus-scala-deployment + Quarkus - Scala - Deployment - - - io.quarkus - quarkus-scala - - - io.quarkus - quarkus-jackson-spi - + + + io.quarkus + quarkus-scala + + + io.quarkus + quarkus-jackson-spi + - - org.scala-lang - scala-compiler - + + org.scala-lang + scala-compiler + - + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + - \ No newline at end of file + diff --git a/extensions/scala/pom.xml b/extensions/scala/pom.xml index ce4e53e7e8dbe..19790b2bc87fd 100644 --- a/extensions/scala/pom.xml +++ b/extensions/scala/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-scala-parent - Quarkus - Scala - pom - - deployment - runtime - + quarkus-scala-parent + pom + Quarkus - Scala + + deployment + runtime + - \ No newline at end of file + diff --git a/extensions/scala/runtime/pom.xml b/extensions/scala/runtime/pom.xml index afca605682df6..f1db860dd5d7a 100644 --- a/extensions/scala/runtime/pom.xml +++ b/extensions/scala/runtime/pom.xml @@ -1,30 +1,28 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-scala-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-scala-parent + 999-SNAPSHOT + - quarkus-scala - Quarkus - Scala - Runtime - Write your services in Scala - - - io.quarkus - quarkus-core - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - - \ No newline at end of file + quarkus-scala + Quarkus - Scala - Runtime + Write your services in Scala + + + io.quarkus + quarkus-core + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + + diff --git a/extensions/scheduler/api/pom.xml b/extensions/scheduler/api/pom.xml index 19a081ddd5585..d629fe38ebb27 100644 --- a/extensions/scheduler/api/pom.xml +++ b/extensions/scheduler/api/pom.xml @@ -1,13 +1,11 @@ - + + 4.0.0 io.quarkus quarkus-scheduler-parent 999-SNAPSHOT - 4.0.0 quarkus-scheduler-api Quarkus - Scheduler - API diff --git a/extensions/scheduler/common/pom.xml b/extensions/scheduler/common/pom.xml index 126368f70c885..da18028b14781 100644 --- a/extensions/scheduler/common/pom.xml +++ b/extensions/scheduler/common/pom.xml @@ -1,49 +1,47 @@ - - - io.quarkus - quarkus-scheduler-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-scheduler-parent + 999-SNAPSHOT + - quarkus-scheduler-common - Quarkus - Scheduler - Common + quarkus-scheduler-common + Quarkus - Scheduler - Common - - - io.quarkus - quarkus-scheduler-api - - - io.quarkus - quarkus-scheduler-spi - - - io.opentelemetry.instrumentation - opentelemetry-instrumentation-api - - - com.cronutils - cron-utils - - - org.slf4j - slf4j-simple - - - org.glassfish - jakarta.el - - - - - - org.junit.jupiter - junit-jupiter - test - - + + + io.quarkus + quarkus-scheduler-api + + + io.quarkus + quarkus-scheduler-spi + + + io.opentelemetry.instrumentation + opentelemetry-instrumentation-api + + + com.cronutils + cron-utils + + + org.slf4j + slf4j-simple + + + org.glassfish + jakarta.el + + + + + + org.junit.jupiter + junit-jupiter + test + + diff --git a/extensions/scheduler/deployment/pom.xml b/extensions/scheduler/deployment/pom.xml index c1f218946aa89..3d0cd5d031f6e 100644 --- a/extensions/scheduler/deployment/pom.xml +++ b/extensions/scheduler/deployment/pom.xml @@ -1,95 +1,93 @@ - + + + 4.0.0 - quarkus-scheduler-parent io.quarkus + quarkus-scheduler-parent 999-SNAPSHOT - 4.0.0 - quarkus-scheduler-deployment Quarkus - Scheduler - Deployment - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-virtual-threads-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-scheduler - - - io.quarkus - quarkus-scheduler-dev - - - io.quarkus - quarkus-vertx-http-deployment - test - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - test - - - io.quarkus - quarkus-opentelemetry-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-virtual-threads-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-scheduler + + + io.quarkus + quarkus-scheduler-dev + + + io.quarkus + quarkus-vertx-http-deployment + test + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + test + + + io.quarkus + quarkus-opentelemetry-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/scheduler/kotlin/pom.xml b/extensions/scheduler/kotlin/pom.xml index 836a1c2d0ccab..ae47b4e1243df 100644 --- a/extensions/scheduler/kotlin/pom.xml +++ b/extensions/scheduler/kotlin/pom.xml @@ -1,114 +1,112 @@ - - - io.quarkus - quarkus-scheduler-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-scheduler-parent + 999-SNAPSHOT + - quarkus-scheduler-kotlin - Quarkus - Scheduler - Kotlin + quarkus-scheduler-kotlin + Quarkus - Scheduler - Kotlin - - - io.quarkus - quarkus-scheduler-common - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-vertx - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - true - - - org.jetbrains.kotlinx - kotlinx-coroutines-jdk8 - true - - + + + io.quarkus + quarkus-scheduler-common + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-vertx + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + true + + + org.jetbrains.kotlinx + kotlinx-coroutines-jdk8 + true + + - - ${project.basedir}/src/main/kotlin - ${project.basedir}/src/test/kotlin - - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin.version} - - - compile - - compile - - - - test-compile - - test-compile - - - - - ${maven.compiler.target} - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - java-test-compile - test-compile - - testCompile - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - false - - - - + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + ${maven.compiler.target} + + + + compile + + compile + + + + test-compile + + test-compile + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + java-test-compile + + testCompile + + test-compile + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + false + + + + ${project.basedir}/src/main/kotlin + ${project.basedir}/src/test/kotlin + diff --git a/extensions/scheduler/pom.xml b/extensions/scheduler/pom.xml index c763ada6acc27..bb9ca6530a6d5 100644 --- a/extensions/scheduler/pom.xml +++ b/extensions/scheduler/pom.xml @@ -1,18 +1,16 @@ - + + + 4.0.0 - quarkus-extensions-parent io.quarkus + quarkus-extensions-parent 999-SNAPSHOT ../pom.xml - - 4.0.0 quarkus-scheduler-parent - Quarkus - Scheduler pom + Quarkus - Scheduler deployment diff --git a/extensions/scheduler/runtime-dev/pom.xml b/extensions/scheduler/runtime-dev/pom.xml index 659aa0899064d..dcd2ce50155d5 100644 --- a/extensions/scheduler/runtime-dev/pom.xml +++ b/extensions/scheduler/runtime-dev/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-scheduler-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-scheduler-parent + 999-SNAPSHOT + - quarkus-scheduler-dev - Quarkus - Scheduler - Runtime Dev mode - Schedule jobs and tasks - Dev mode only - - - io.quarkus - quarkus-scheduler - - - \ No newline at end of file + quarkus-scheduler-dev + Quarkus - Scheduler - Runtime Dev mode + Schedule jobs and tasks - Dev mode only + + + io.quarkus + quarkus-scheduler + + + diff --git a/extensions/scheduler/runtime/pom.xml b/extensions/scheduler/runtime/pom.xml index dbb54ffa4e497..d870ab7a84a6b 100644 --- a/extensions/scheduler/runtime/pom.xml +++ b/extensions/scheduler/runtime/pom.xml @@ -1,81 +1,79 @@ - - - quarkus-scheduler-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-scheduler-parent + 999-SNAPSHOT + - quarkus-scheduler - Quarkus - Scheduler - Runtime - Schedule jobs and tasks - - - io.quarkus - quarkus-scheduler-kotlin - - - io.quarkus - quarkus-virtual-threads - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-vertx - - - org.jboss.slf4j - slf4j-jboss-logmanager - - - org.glassfish.expressly - expressly - - - - io.quarkus - quarkus-vertx-http - true - - + quarkus-scheduler + Quarkus - Scheduler - Runtime + Schedule jobs and tasks + + + io.quarkus + quarkus-scheduler-kotlin + + + io.quarkus + quarkus-virtual-threads + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-vertx + + + org.jboss.slf4j + slf4j-jboss-logmanager + + + org.glassfish.expressly + expressly + + + + io.quarkus + quarkus-vertx-http + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.scheduler - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.scheduler + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/scheduler/spi/pom.xml b/extensions/scheduler/spi/pom.xml index c886ed09feed2..d3f23b6cee789 100644 --- a/extensions/scheduler/spi/pom.xml +++ b/extensions/scheduler/spi/pom.xml @@ -1,13 +1,11 @@ - + + 4.0.0 io.quarkus quarkus-scheduler-parent 999-SNAPSHOT - 4.0.0 quarkus-scheduler-spi Quarkus - Scheduler - SPI diff --git a/extensions/schema-registry/apicurio/avro/deployment/pom.xml b/extensions/schema-registry/apicurio/avro/deployment/pom.xml index 9360b00d0abfe..85e226ce6fe18 100644 --- a/extensions/schema-registry/apicurio/avro/deployment/pom.xml +++ b/extensions/schema-registry/apicurio/avro/deployment/pom.xml @@ -1,54 +1,52 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-apicurio-registry-avro-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-apicurio-registry-avro-parent + 999-SNAPSHOT + - quarkus-apicurio-registry-avro-deployment - Quarkus - Apicurio Registry - Avro - Deployment + quarkus-apicurio-registry-avro-deployment + Quarkus - Apicurio Registry - Avro - Deployment - - - io.quarkus - quarkus-apicurio-registry-avro - + + + io.quarkus + quarkus-apicurio-registry-avro + - - io.quarkus - quarkus-apicurio-registry-common-deployment - - - io.quarkus - quarkus-avro-deployment - - + + io.quarkus + quarkus-apicurio-registry-common-deployment + + + io.quarkus + quarkus-avro-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/schema-registry/apicurio/avro/pom.xml b/extensions/schema-registry/apicurio/avro/pom.xml index 85be4515a4d63..e8447307af77e 100644 --- a/extensions/schema-registry/apicurio/avro/pom.xml +++ b/extensions/schema-registry/apicurio/avro/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-apicurio-registry-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-apicurio-registry-avro-parent - Quarkus - Apicurio Registry - Avro - pom + 4.0.0 + + io.quarkus + quarkus-apicurio-registry-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-apicurio-registry-avro-parent + pom + Quarkus - Apicurio Registry - Avro - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/schema-registry/apicurio/avro/runtime/pom.xml b/extensions/schema-registry/apicurio/avro/runtime/pom.xml index f3d8fa5e3438c..b8f01239b473d 100644 --- a/extensions/schema-registry/apicurio/avro/runtime/pom.xml +++ b/extensions/schema-registry/apicurio/avro/runtime/pom.xml @@ -1,70 +1,68 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-apicurio-registry-avro-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-apicurio-registry-avro-parent + 999-SNAPSHOT + - quarkus-apicurio-registry-avro - Quarkus - Apicurio Registry - Avro - Runtime - Use Apicurio as Avro schema registry + quarkus-apicurio-registry-avro + Quarkus - Apicurio Registry - Avro - Runtime + Use Apicurio as Avro schema registry - - - io.apicurio - apicurio-registry-serdes-avro-serde - - - io.apicurio - apicurio-common-rest-client-jdk - - - + + + io.apicurio + apicurio-registry-serdes-avro-serde + + + io.apicurio + apicurio-common-rest-client-jdk + + + - - io.quarkus - quarkus-apicurio-registry-common - - - io.quarkus - quarkus-avro - - + + io.quarkus + quarkus-apicurio-registry-common + + + io.quarkus + quarkus-avro + + - - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.apicurio.registry.avro - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.apicurio.registry.avro + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/schema-registry/apicurio/common/deployment/pom.xml b/extensions/schema-registry/apicurio/common/deployment/pom.xml index 5c2bf237f4cc4..d3f63223d2f5b 100644 --- a/extensions/schema-registry/apicurio/common/deployment/pom.xml +++ b/extensions/schema-registry/apicurio/common/deployment/pom.xml @@ -1,64 +1,62 @@ - - 4.0.0 + + 4.0.0 - - quarkus-apicurio-registry-common-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-apicurio-registry-common-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-apicurio-registry-common-deployment - Quarkus - Apicurio Registry - Common - Deployment + quarkus-apicurio-registry-common-deployment + Quarkus - Apicurio Registry - Common - Deployment - - - io.quarkus - quarkus-apicurio-registry-common - + + + io.quarkus + quarkus-apicurio-registry-common + - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-schema-registry-devservice-deployment - - - io.quarkus - quarkus-vertx-deployment - + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-schema-registry-devservice-deployment + + + io.quarkus + quarkus-vertx-deployment + - - io.quarkus - quarkus-smallrye-openapi-spi - - + + io.quarkus + quarkus-smallrye-openapi-spi + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/schema-registry/apicurio/common/pom.xml b/extensions/schema-registry/apicurio/common/pom.xml index 2f0628e909639..cb232982432a0 100644 --- a/extensions/schema-registry/apicurio/common/pom.xml +++ b/extensions/schema-registry/apicurio/common/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-apicurio-registry-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-apicurio-registry-common-parent - Quarkus - Apicurio Registry - Common - pom + 4.0.0 + + io.quarkus + quarkus-apicurio-registry-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-apicurio-registry-common-parent + pom + Quarkus - Apicurio Registry - Common - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/schema-registry/apicurio/common/runtime/pom.xml b/extensions/schema-registry/apicurio/common/runtime/pom.xml index 5e04248f4f574..07bedb73f00c3 100644 --- a/extensions/schema-registry/apicurio/common/runtime/pom.xml +++ b/extensions/schema-registry/apicurio/common/runtime/pom.xml @@ -1,56 +1,54 @@ - - 4.0.0 + + 4.0.0 - - quarkus-apicurio-registry-common-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-apicurio-registry-common-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-apicurio-registry-common - Quarkus - Apicurio Registry - Common - Runtime + quarkus-apicurio-registry-common + Quarkus - Apicurio Registry - Common - Runtime - - - io.apicurio - apicurio-registry-client - - - io.apicurio - apicurio-common-rest-client-jdk - - - - - io.apicurio - apicurio-common-rest-client-vertx - - - org.apache.commons - commons-lang3 - + + + io.apicurio + apicurio-registry-client + + + io.apicurio + apicurio-common-rest-client-jdk + + + + + io.apicurio + apicurio-common-rest-client-vertx + + + org.apache.commons + commons-lang3 + - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-schema-registry-devservice - - - io.quarkus - quarkus-vertx - + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-schema-registry-devservice + + + io.quarkus + quarkus-vertx + - - io.quarkus - quarkus-kubernetes-service-binding - true - - + + io.quarkus + quarkus-kubernetes-service-binding + true + + diff --git a/extensions/schema-registry/apicurio/json-schema/deployment/pom.xml b/extensions/schema-registry/apicurio/json-schema/deployment/pom.xml index 46260261b18c7..7153942fa9c4c 100644 --- a/extensions/schema-registry/apicurio/json-schema/deployment/pom.xml +++ b/extensions/schema-registry/apicurio/json-schema/deployment/pom.xml @@ -1,50 +1,48 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-apicurio-registry-json-schema-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-apicurio-registry-json-schema-parent + 999-SNAPSHOT + - quarkus-apicurio-registry-json-schema-deployment - Quarkus - Apicurio Registry - Json Schema - Deployment + quarkus-apicurio-registry-json-schema-deployment + Quarkus - Apicurio Registry - Json Schema - Deployment - - - io.quarkus - quarkus-apicurio-registry-json-schema - + + + io.quarkus + quarkus-apicurio-registry-json-schema + - - io.quarkus - quarkus-apicurio-registry-common-deployment - - + + io.quarkus + quarkus-apicurio-registry-common-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/schema-registry/apicurio/json-schema/pom.xml b/extensions/schema-registry/apicurio/json-schema/pom.xml index 946f8f2d857f2..93a3b84d141a7 100644 --- a/extensions/schema-registry/apicurio/json-schema/pom.xml +++ b/extensions/schema-registry/apicurio/json-schema/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-apicurio-registry-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-apicurio-registry-json-schema-parent - Quarkus - Apicurio Registry - Json Schema - pom + 4.0.0 + + io.quarkus + quarkus-apicurio-registry-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-apicurio-registry-json-schema-parent + pom + Quarkus - Apicurio Registry - Json Schema - - deployment - runtime - - \ No newline at end of file + + deployment + runtime + + diff --git a/extensions/schema-registry/apicurio/json-schema/runtime/pom.xml b/extensions/schema-registry/apicurio/json-schema/runtime/pom.xml index 94c82a3356400..fe771262710a3 100644 --- a/extensions/schema-registry/apicurio/json-schema/runtime/pom.xml +++ b/extensions/schema-registry/apicurio/json-schema/runtime/pom.xml @@ -1,66 +1,64 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-apicurio-registry-json-schema-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-apicurio-registry-json-schema-parent + 999-SNAPSHOT + - quarkus-apicurio-registry-json-schema - Quarkus - Apicurio Registry - Json Schema - Runtime - Use Apicurio as Json schema registry + quarkus-apicurio-registry-json-schema + Quarkus - Apicurio Registry - Json Schema - Runtime + Use Apicurio as Json schema registry - - - io.apicurio - apicurio-registry-serdes-jsonschema-serde - - - io.apicurio - apicurio-common-rest-client-jdk - - - + + + io.apicurio + apicurio-registry-serdes-jsonschema-serde + + + io.apicurio + apicurio-common-rest-client-jdk + + + - - io.quarkus - quarkus-apicurio-registry-common - - + + io.quarkus + quarkus-apicurio-registry-common + + - - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.apicurio.registry.json - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.apicurio.registry.json + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/schema-registry/apicurio/pom.xml b/extensions/schema-registry/apicurio/pom.xml index 48249736defb5..5882e4ed48f72 100644 --- a/extensions/schema-registry/apicurio/pom.xml +++ b/extensions/schema-registry/apicurio/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-schema-registry-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-apicurio-registry-parent - Quarkus - Apicurio Registry - pom + 4.0.0 + + io.quarkus + quarkus-schema-registry-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-apicurio-registry-parent + pom + Quarkus - Apicurio Registry - - common - avro - json-schema - + + common + avro + json-schema + diff --git a/extensions/schema-registry/confluent/avro/deployment/pom.xml b/extensions/schema-registry/confluent/avro/deployment/pom.xml index 0d1487a3f33c0..2e3a3b3f05029 100644 --- a/extensions/schema-registry/confluent/avro/deployment/pom.xml +++ b/extensions/schema-registry/confluent/avro/deployment/pom.xml @@ -1,58 +1,56 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-confluent-registry-avro-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-confluent-registry-avro-parent + 999-SNAPSHOT + - quarkus-confluent-registry-avro-deployment - Quarkus - Confluent Schema Registry - Avro - Deployment + quarkus-confluent-registry-avro-deployment + Quarkus - Confluent Schema Registry - Avro - Deployment - - - io.quarkus - quarkus-confluent-registry-avro - + + + io.quarkus + quarkus-confluent-registry-avro + - - io.quarkus - quarkus-avro-deployment - - - io.quarkus - quarkus-confluent-registry-common-deployment - - - io.quarkus - quarkus-schema-registry-devservice-deployment - - + + io.quarkus + quarkus-avro-deployment + + + io.quarkus + quarkus-confluent-registry-common-deployment + + + io.quarkus + quarkus-schema-registry-devservice-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/schema-registry/confluent/avro/pom.xml b/extensions/schema-registry/confluent/avro/pom.xml index aa04537073af1..5f76b37a8ab85 100644 --- a/extensions/schema-registry/confluent/avro/pom.xml +++ b/extensions/schema-registry/confluent/avro/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-confluent-registry-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-confluent-registry-avro-parent - Quarkus - Confluent Schema Registry - Avro - pom + 4.0.0 + + io.quarkus + quarkus-confluent-registry-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-confluent-registry-avro-parent + pom + Quarkus - Confluent Schema Registry - Avro - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/schema-registry/confluent/avro/runtime/pom.xml b/extensions/schema-registry/confluent/avro/runtime/pom.xml index 3b39990b923cb..f7501645b723d 100644 --- a/extensions/schema-registry/confluent/avro/runtime/pom.xml +++ b/extensions/schema-registry/confluent/avro/runtime/pom.xml @@ -1,64 +1,62 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-confluent-registry-avro-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-confluent-registry-avro-parent + 999-SNAPSHOT + - quarkus-confluent-registry-avro - Quarkus - Confluent Schema Registry - Avro - Runtime - Use Confluent as Avro schema registry + quarkus-confluent-registry-avro + Quarkus - Confluent Schema Registry - Avro - Runtime + Use Confluent as Avro schema registry - - - io.quarkus - quarkus-avro - - - io.quarkus - quarkus-confluent-registry-common - - - io.quarkus - quarkus-schema-registry-devservice - - + + + io.quarkus + quarkus-avro + + + io.quarkus + quarkus-confluent-registry-common + + + io.quarkus + quarkus-schema-registry-devservice + + - - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.confluent.registry.avro - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.confluent.registry.avro + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/schema-registry/confluent/common/deployment/pom.xml b/extensions/schema-registry/confluent/common/deployment/pom.xml index cd95107faf79d..0fa405515b4d8 100644 --- a/extensions/schema-registry/confluent/common/deployment/pom.xml +++ b/extensions/schema-registry/confluent/common/deployment/pom.xml @@ -1,55 +1,53 @@ - - 4.0.0 + + 4.0.0 - - quarkus-confluent-registry-common-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-confluent-registry-common-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-confluent-registry-common-deployment - Quarkus - Confluent Schema Registry - Common - Deployment + quarkus-confluent-registry-common-deployment + Quarkus - Confluent Schema Registry - Common - Deployment - - - io.quarkus - quarkus-confluent-registry-common - + + + io.quarkus + quarkus-confluent-registry-common + - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-schema-registry-devservice-deployment - - + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-schema-registry-devservice-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/schema-registry/confluent/common/pom.xml b/extensions/schema-registry/confluent/common/pom.xml index 9e6255a236371..64f9c735d139d 100644 --- a/extensions/schema-registry/confluent/common/pom.xml +++ b/extensions/schema-registry/confluent/common/pom.xml @@ -1,23 +1,21 @@ - - 4.0.0 + + 4.0.0 - - quarkus-confluent-registry-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-confluent-registry-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-confluent-registry-common-parent - Quarkus - Confluent Schema Registry - Common - pom + quarkus-confluent-registry-common-parent + pom + Quarkus - Confluent Schema Registry - Common - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/schema-registry/confluent/common/runtime/pom.xml b/extensions/schema-registry/confluent/common/runtime/pom.xml index 9d192312c3236..3c7cf43c1f523 100644 --- a/extensions/schema-registry/confluent/common/runtime/pom.xml +++ b/extensions/schema-registry/confluent/common/runtime/pom.xml @@ -1,28 +1,26 @@ - - 4.0.0 + + 4.0.0 - - quarkus-confluent-registry-common-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-confluent-registry-common-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-confluent-registry-common - Quarkus - Confluent Schema Registry - Common - Runtime + quarkus-confluent-registry-common + Quarkus - Confluent Schema Registry - Common - Runtime - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-schema-registry-devservice - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-schema-registry-devservice + + diff --git a/extensions/schema-registry/confluent/json-schema/deployment/pom.xml b/extensions/schema-registry/confluent/json-schema/deployment/pom.xml index 29971f2ee1722..456d45af7e179 100644 --- a/extensions/schema-registry/confluent/json-schema/deployment/pom.xml +++ b/extensions/schema-registry/confluent/json-schema/deployment/pom.xml @@ -1,54 +1,52 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-confluent-registry-json-schema-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-confluent-registry-json-schema-parent + 999-SNAPSHOT + - quarkus-confluent-registry-json-schema-deployment - Quarkus - Confluent Schema Registry - Json Schema - Deployment + quarkus-confluent-registry-json-schema-deployment + Quarkus - Confluent Schema Registry - Json Schema - Deployment - - - io.quarkus - quarkus-confluent-registry-json-schema - + + + io.quarkus + quarkus-confluent-registry-json-schema + - - io.quarkus - quarkus-confluent-registry-common-deployment - - - io.quarkus - quarkus-schema-registry-devservice-deployment - - + + io.quarkus + quarkus-confluent-registry-common-deployment + + + io.quarkus + quarkus-schema-registry-devservice-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/schema-registry/confluent/json-schema/pom.xml b/extensions/schema-registry/confluent/json-schema/pom.xml index cdfaed3577c55..261aa7a6cc447 100644 --- a/extensions/schema-registry/confluent/json-schema/pom.xml +++ b/extensions/schema-registry/confluent/json-schema/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-confluent-registry-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-confluent-registry-json-schema-parent - Quarkus - Confluent Schema Registry - Json Schema - pom + 4.0.0 + + io.quarkus + quarkus-confluent-registry-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-confluent-registry-json-schema-parent + pom + Quarkus - Confluent Schema Registry - Json Schema - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/schema-registry/confluent/json-schema/runtime/pom.xml b/extensions/schema-registry/confluent/json-schema/runtime/pom.xml index bcd2d2fde06f3..e7d3cfa7310f7 100644 --- a/extensions/schema-registry/confluent/json-schema/runtime/pom.xml +++ b/extensions/schema-registry/confluent/json-schema/runtime/pom.xml @@ -1,95 +1,93 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-confluent-registry-json-schema-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-confluent-registry-json-schema-parent + 999-SNAPSHOT + - quarkus-confluent-registry-json-schema - Quarkus - Confluent Schema Registry - Json Schema - Runtime - Use Confluent as Json Schema schema registry + quarkus-confluent-registry-json-schema + Quarkus - Confluent Schema Registry - Json Schema - Runtime + Use Confluent as Json Schema schema registry - + - - io.quarkus - quarkus-confluent-registry-common - - - io.quarkus - quarkus-schema-registry-devservice - - - io.confluent - kafka-json-schema-serializer - 7.5.1 - - - org.checkerframework - checker-qual - - - commons-logging - commons-logging - - - validation-api - javax.validation - - - - - org.graalvm.sdk - nativeimage - provided - - + + io.quarkus + quarkus-confluent-registry-common + + + io.quarkus + quarkus-schema-registry-devservice + + + io.confluent + kafka-json-schema-serializer + 7.5.1 + + + org.checkerframework + checker-qual + + + commons-logging + commons-logging + + + javax.validation + validation-api + + + + + org.graalvm.sdk + nativeimage + provided + + - - - confluent - https://packages.confluent.io/maven/ - - false - - - + + + + false + + confluent + https://packages.confluent.io/maven/ + + - - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.confluent.registry.json - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.confluent.registry.json + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/schema-registry/confluent/pom.xml b/extensions/schema-registry/confluent/pom.xml index bd0294b00dd18..dcf41842c5b94 100644 --- a/extensions/schema-registry/confluent/pom.xml +++ b/extensions/schema-registry/confluent/pom.xml @@ -1,43 +1,41 @@ - - 4.0.0 + + 4.0.0 - - quarkus-schema-registry-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-schema-registry-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-confluent-registry-parent - Quarkus - Confluent Schema Registry - pom + quarkus-confluent-registry-parent + pom + Quarkus - Confluent Schema Registry - - - - joda-time - joda-time - 2.10.14 - - - org.jetbrains.kotlin - kotlin-scripting-compiler-embeddable - 2.1.21 - - - org.json - json - 20230227 - - - + + common + avro + json-schema + - - common - avro - json-schema - + + + + joda-time + joda-time + 2.10.14 + + + org.jetbrains.kotlin + kotlin-scripting-compiler-embeddable + 2.1.21 + + + org.json + json + 20230227 + + + diff --git a/extensions/schema-registry/devservice/deployment/pom.xml b/extensions/schema-registry/devservice/deployment/pom.xml index 7541483453982..aea5bca356b5b 100644 --- a/extensions/schema-registry/devservice/deployment/pom.xml +++ b/extensions/schema-registry/devservice/deployment/pom.xml @@ -1,60 +1,58 @@ - - 4.0.0 + + 4.0.0 - - quarkus-schema-registry-devservice-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-schema-registry-devservice-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-schema-registry-devservice-deployment - Quarkus - Schema Registry - DevService - Deployment + quarkus-schema-registry-devservice-deployment + Quarkus - Schema Registry - DevService - Deployment - - - io.quarkus - quarkus-schema-registry-devservice - + + + io.quarkus + quarkus-schema-registry-devservice + - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-vertx-deployment - + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-vertx-deployment + - - io.quarkus - quarkus-devservices-deployment - - + + io.quarkus + quarkus-devservices-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/schema-registry/devservice/pom.xml b/extensions/schema-registry/devservice/pom.xml index 218ab03ab9dff..cad8ffa9b6ce2 100644 --- a/extensions/schema-registry/devservice/pom.xml +++ b/extensions/schema-registry/devservice/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-schema-registry-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-schema-registry-devservice-parent - Quarkus - Schema Registry - DevService - pom + 4.0.0 + + io.quarkus + quarkus-schema-registry-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-schema-registry-devservice-parent + pom + Quarkus - Schema Registry - DevService - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/schema-registry/devservice/runtime/pom.xml b/extensions/schema-registry/devservice/runtime/pom.xml index 215b48165c7de..db296a85b31b2 100644 --- a/extensions/schema-registry/devservice/runtime/pom.xml +++ b/extensions/schema-registry/devservice/runtime/pom.xml @@ -1,49 +1,47 @@ - - 4.0.0 + + 4.0.0 - - quarkus-schema-registry-devservice-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-schema-registry-devservice-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-schema-registry-devservice - Quarkus - Schema Registry - DevService - Runtime + quarkus-schema-registry-devservice + Quarkus - Schema Registry - DevService - Runtime - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-vertx - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-vertx + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/schema-registry/pom.xml b/extensions/schema-registry/pom.xml index ac5f78da15335..b17f7a251faf6 100644 --- a/extensions/schema-registry/pom.xml +++ b/extensions/schema-registry/pom.xml @@ -1,23 +1,21 @@ - - 4.0.0 + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-schema-registry-parent - Quarkus - Schema Registry Parent - pom + quarkus-schema-registry-parent + pom + Quarkus - Schema Registry Parent - - apicurio - confluent - devservice - + + apicurio + confluent + devservice + diff --git a/extensions/security-jpa-common/deployment/pom.xml b/extensions/security-jpa-common/deployment/pom.xml index f38b69958a5de..708e140f6b7a5 100644 --- a/extensions/security-jpa-common/deployment/pom.xml +++ b/extensions/security-jpa-common/deployment/pom.xml @@ -1,56 +1,55 @@ - - 4.0.0 - - io.quarkus - quarkus-security-jpa-common-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-security-jpa-common-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-security-jpa-common-deployment - Quarkus - Security Jakarta Persistence - Common - Deployment + quarkus-security-jpa-common-deployment + Quarkus - Security Jakarta Persistence - Common - Deployment - - - io.quarkus - quarkus-security-jpa-common - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-elytron-security-common-deployment - - - io.quarkus - quarkus-security-deployment - - + + + io.quarkus + quarkus-security-jpa-common + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-elytron-security-common-deployment + + + io.quarkus + quarkus-security-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/security-jpa-common/pom.xml b/extensions/security-jpa-common/pom.xml index dc930080d1e11..50faeb874358a 100644 --- a/extensions/security-jpa-common/pom.xml +++ b/extensions/security-jpa-common/pom.xml @@ -1,21 +1,19 @@ - - 4.0.0 - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-security-jpa-common-parent - Quarkus - Security Jakarta Persistence - Common + quarkus-security-jpa-common-parent - pom - - deployment - runtime - + pom + Quarkus - Security Jakarta Persistence - Common + + deployment + runtime + diff --git a/extensions/security-jpa-common/runtime/pom.xml b/extensions/security-jpa-common/runtime/pom.xml index 4211176b4eb03..1d7e4aab84db2 100644 --- a/extensions/security-jpa-common/runtime/pom.xml +++ b/extensions/security-jpa-common/runtime/pom.xml @@ -1,55 +1,53 @@ - - 4.0.0 - - io.quarkus - quarkus-security-jpa-common-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-security-jpa-common-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-security-jpa-common - Quarkus - Security Jakarta Persistence - Common - Runtime - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-elytron-security-common - - - io.quarkus - quarkus-security - - + quarkus-security-jpa-common + Quarkus - Security Jakarta Persistence - Common - Runtime + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-elytron-security-common + + + io.quarkus + quarkus-security + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/security-jpa-reactive/deployment/pom.xml b/extensions/security-jpa-reactive/deployment/pom.xml index e681917b9dfde..8e3eaaf6c0a4d 100644 --- a/extensions/security-jpa-reactive/deployment/pom.xml +++ b/extensions/security-jpa-reactive/deployment/pom.xml @@ -1,216 +1,215 @@ - - 4.0.0 - - io.quarkus - quarkus-security-jpa-reactive-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-security-jpa-reactive-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-security-jpa-reactive-deployment - Quarkus - Security Jakarta Persistence - Reactive - Deployment + quarkus-security-jpa-reactive-deployment + Quarkus - Security Jakarta Persistence - Reactive - Deployment - - - io.quarkus - quarkus-security-jpa-reactive - - - io.quarkus - quarkus-security-jpa-common-deployment - - - io.quarkus - quarkus-hibernate-reactive-deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - + + + io.quarkus + quarkus-security-jpa-reactive + + + io.quarkus + quarkus-security-jpa-common-deployment + + + io.quarkus + quarkus-hibernate-reactive-deployment + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + - - - io.quarkus - quarkus-hibernate-reactive-panache-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-reactive-pg-client-deployment - test - - - io.quarkus - quarkus-rest-jackson-deployment - test - - + + + io.quarkus + quarkus-hibernate-reactive-panache-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-reactive-pg-client-deployment + test + + + io.quarkus + quarkus-rest-jackson-deployment + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + + + + + test-postgresql + + + test-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - + + maven-surefire-plugin + + false + + vertx-reactive:postgresql://localhost:5431/hibernate_orm_test + hibernate_orm_test + hibernate_orm_test + + + + + maven-failsafe-plugin + + false + + vertx-reactive:postgresql://localhost:5431/hibernate_orm_test + hibernate_orm_test + hibernate_orm_test + + + - + + - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - vertx-reactive:postgresql://localhost:5431/hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - - - maven-failsafe-plugin - - false - - vertx-reactive:postgresql://localhost:5431/hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - - - - - - - docker-postgresql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${postgres.image} - postgresql - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - 5431:5432 - - - - - (?s)ready to accept connections.*ready to accept connections - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/extensions/security-jpa-reactive/pom.xml b/extensions/security-jpa-reactive/pom.xml index a1391127653b5..1f29aa44806e5 100644 --- a/extensions/security-jpa-reactive/pom.xml +++ b/extensions/security-jpa-reactive/pom.xml @@ -1,21 +1,19 @@ - - 4.0.0 - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-security-jpa-reactive-parent - Quarkus - Security Jakarta Persistence - Reactive + quarkus-security-jpa-reactive-parent - pom - - deployment - runtime - + pom + Quarkus - Security Jakarta Persistence - Reactive + + deployment + runtime + diff --git a/extensions/security-jpa-reactive/runtime/pom.xml b/extensions/security-jpa-reactive/runtime/pom.xml index 98817a677ccc6..537d608831261 100644 --- a/extensions/security-jpa-reactive/runtime/pom.xml +++ b/extensions/security-jpa-reactive/runtime/pom.xml @@ -1,65 +1,63 @@ - - 4.0.0 - - io.quarkus - quarkus-security-jpa-reactive-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-security-jpa-reactive-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-security-jpa-reactive - Quarkus - Security Jakarta Persistence - Reactive - Runtime - Secure your applications with username/password stored in a database via Jakarta Persistence - - - io.quarkus - quarkus-security-jpa-common - - - io.quarkus - quarkus-hibernate-reactive - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - + quarkus-security-jpa-reactive + Quarkus - Security Jakarta Persistence - Reactive - Runtime + Secure your applications with username/password stored in a database via Jakarta Persistence + + + io.quarkus + quarkus-security-jpa-common + + + io.quarkus + quarkus-hibernate-reactive + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.security.jpa.reactive - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.security.jpa.reactive + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/security-jpa/deployment/pom.xml b/extensions/security-jpa/deployment/pom.xml index 2ac51103932ee..670595d5e6000 100644 --- a/extensions/security-jpa/deployment/pom.xml +++ b/extensions/security-jpa/deployment/pom.xml @@ -1,108 +1,107 @@ - - 4.0.0 - - io.quarkus - quarkus-security-jpa-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-security-jpa-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-security-jpa-deployment - Quarkus - Security Jakarta Persistence - Deployment + quarkus-security-jpa-deployment + Quarkus - Security Jakarta Persistence - Deployment - - - io.quarkus - quarkus-security-jpa - - - io.quarkus - quarkus-security-jpa-common-deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-agroal-deployment - - - io.quarkus - quarkus-panache-common-deployment - + + + io.quarkus + quarkus-security-jpa + + + io.quarkus + quarkus-security-jpa-common-deployment + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-agroal-deployment + + + io.quarkus + quarkus-panache-common-deployment + - - io.quarkus - quarkus-undertow-deployment - test - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.quarkus - quarkus-hibernate-orm-panache-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-test-h2 - test - + + io.quarkus + quarkus-undertow-deployment + test + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.quarkus + quarkus-hibernate-orm-panache-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-test-h2 + test + - - - io.quarkus - quarkus-hibernate-orm-deployment - + + + io.quarkus + quarkus-hibernate-orm-deployment + - - - io.quarkus - quarkus-jdbc-h2-deployment - test - - + + + io.quarkus + quarkus-jdbc-h2-deployment + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/security-jpa/pom.xml b/extensions/security-jpa/pom.xml index c53c7de78743d..bec369de122cf 100644 --- a/extensions/security-jpa/pom.xml +++ b/extensions/security-jpa/pom.xml @@ -1,21 +1,19 @@ - - 4.0.0 - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-security-jpa-parent - Quarkus - Security JPA + quarkus-security-jpa-parent - pom - - deployment - runtime - + pom + Quarkus - Security JPA + + deployment + runtime + diff --git a/extensions/security-jpa/runtime/pom.xml b/extensions/security-jpa/runtime/pom.xml index a3862de2abfe0..2b280529b42c9 100644 --- a/extensions/security-jpa/runtime/pom.xml +++ b/extensions/security-jpa/runtime/pom.xml @@ -1,73 +1,71 @@ - - 4.0.0 - - io.quarkus - quarkus-security-jpa-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-security-jpa-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-security-jpa - Quarkus - Security Jakarta Persistence - Runtime - Secure your applications with username/password stored in a database via Jakarta Persistence - - - io.quarkus - quarkus-security-jpa-common - - - jakarta.persistence - jakarta.persistence-api - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-agroal - - + quarkus-security-jpa + Quarkus - Security Jakarta Persistence - Runtime + Secure your applications with username/password stored in a database via Jakarta Persistence + + + io.quarkus + quarkus-security-jpa-common + + + jakarta.persistence + jakarta.persistence-api + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-agroal + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.security.jpa - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.security.jpa + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/security-webauthn/deployment/pom.xml b/extensions/security-webauthn/deployment/pom.xml index bf0f0d74fe732..9fed26b230ec4 100644 --- a/extensions/security-webauthn/deployment/pom.xml +++ b/extensions/security-webauthn/deployment/pom.xml @@ -1,85 +1,84 @@ - - 4.0.0 - - io.quarkus - quarkus-security-webauthn-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-security-webauthn-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-security-webauthn-deployment - Quarkus - Security WebAuthn - Deployment + quarkus-security-webauthn-deployment + Quarkus - Security WebAuthn - Deployment - - - io.quarkus - quarkus-security-webauthn - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-security-deployment - - - io.quarkus - quarkus-rest-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-test-security-webauthn - test - - - io.quarkus - quarkus-security-test-utils - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-security-webauthn + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-security-deployment + + + io.quarkus + quarkus-rest-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-test-security-webauthn + test + + + io.quarkus + quarkus-security-test-utils + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/security-webauthn/pom.xml b/extensions/security-webauthn/pom.xml index 19d6096ee220e..3937be2efb2d8 100644 --- a/extensions/security-webauthn/pom.xml +++ b/extensions/security-webauthn/pom.xml @@ -1,21 +1,19 @@ - - 4.0.0 - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-security-webauthn-parent - Quarkus - Security WebAuthn + quarkus-security-webauthn-parent - pom - - deployment - runtime - + pom + Quarkus - Security WebAuthn + + deployment + runtime + diff --git a/extensions/security-webauthn/runtime/pom.xml b/extensions/security-webauthn/runtime/pom.xml index 0aebc6cd0ba03..d2b7123e303bf 100644 --- a/extensions/security-webauthn/runtime/pom.xml +++ b/extensions/security-webauthn/runtime/pom.xml @@ -1,77 +1,75 @@ - - 4.0.0 - - io.quarkus - quarkus-security-webauthn-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-security-webauthn-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-security-webauthn - Quarkus - Security WebAuthn - Runtime - Secure your applications with WebAuthn - - - jakarta.ws.rs - jakarta.ws.rs-api - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-security - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-vertx-http - - - com.webauthn4j - webauthn4j-core-async - - - com.webauthn4j - webauthn4j-metadata-async - - + quarkus-security-webauthn + Quarkus - Security WebAuthn - Runtime + Secure your applications with WebAuthn + + + jakarta.ws.rs + jakarta.ws.rs-api + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-security + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-vertx-http + + + com.webauthn4j + webauthn4j-core-async + + + com.webauthn4j + webauthn4j-metadata-async + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.security.webauthn - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.security.webauthn + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/security/deployment/pom.xml b/extensions/security/deployment/pom.xml index 14a37927038ef..c2924bf93e1bd 100644 --- a/extensions/security/deployment/pom.xml +++ b/extensions/security/deployment/pom.xml @@ -1,76 +1,74 @@ - - - quarkus-security-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-security-parent + 999-SNAPSHOT + - quarkus-security-deployment - Quarkus - Security - Deployment + quarkus-security-deployment + Quarkus - Security - Deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-security-runtime-spi - - - io.quarkus - quarkus-security - - - io.quarkus - quarkus-security-spi - + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-security-runtime-spi + + + io.quarkus + quarkus-security + + + io.quarkus + quarkus-security-spi + - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-security-test-utils - test - - - org.bouncycastle - bcprov-jdk18on - test - - + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-security-test-utils + test + + + org.bouncycastle + bcprov-jdk18on + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/security/pom.xml b/extensions/security/pom.xml index 5de52522bb462..4a2418878b350 100644 --- a/extensions/security/pom.xml +++ b/extensions/security/pom.xml @@ -1,23 +1,21 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-security-parent - Quarkus - Security - pom - - deployment - runtime - spi - test-utils - runtime-spi - + quarkus-security-parent + pom + Quarkus - Security + + deployment + runtime + spi + test-utils + runtime-spi + diff --git a/extensions/security/runtime-spi/pom.xml b/extensions/security/runtime-spi/pom.xml index 6c937ffbf7ca5..8ddd383b64099 100644 --- a/extensions/security/runtime-spi/pom.xml +++ b/extensions/security/runtime-spi/pom.xml @@ -1,47 +1,45 @@ - - - quarkus-security-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-security-parent + 999-SNAPSHOT + - quarkus-security-runtime-spi - Quarkus - Security - Runtime SPI + quarkus-security-runtime-spi + Quarkus - Security - Runtime SPI - - - io.quarkus - quarkus-core - - - io.quarkus.security - quarkus-security - - + + + io.quarkus + quarkus-core + + + io.quarkus.security + quarkus-security + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - - \ No newline at end of file + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + + diff --git a/extensions/security/runtime/pom.xml b/extensions/security/runtime/pom.xml index d05dd5738fb53..7e2c305476abc 100644 --- a/extensions/security/runtime/pom.xml +++ b/extensions/security/runtime/pom.xml @@ -1,89 +1,87 @@ - - - quarkus-security-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-security-parent + 999-SNAPSHOT + - quarkus-security - Quarkus - Security - Runtime - Security - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-security-runtime-spi - - - jakarta.interceptor - jakarta.interceptor-api - - - org.graalvm.sdk - nativeimage - provided - - - io.quarkus.security - quarkus-security - - - javax.enterprise - cdi-api - - - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - io.quarkus - quarkus-junit5-internal - test - - - org.mockito - mockito-core - test - - + quarkus-security + Quarkus - Security - Runtime + Security + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-security-runtime-spi + + + jakarta.interceptor + jakarta.interceptor-api + + + org.graalvm.sdk + nativeimage + provided + + + io.quarkus.security + quarkus-security + + + javax.enterprise + cdi-api + + + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + + io.quarkus + quarkus-junit5-internal + test + + + org.mockito + mockito-core + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.security - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.security + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/security/spi/pom.xml b/extensions/security/spi/pom.xml index 33cff0db04439..d12d6646f9fa2 100644 --- a/extensions/security/spi/pom.xml +++ b/extensions/security/spi/pom.xml @@ -1,47 +1,45 @@ - - - quarkus-security-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-security-parent + 999-SNAPSHOT + - quarkus-security-spi - Quarkus - Security - SPI + quarkus-security-spi + Quarkus - Security - SPI - - - io.quarkus - quarkus-core-deployment - - - io.quarkus.security - quarkus-security - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus.security + quarkus-security + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - - \ No newline at end of file + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + + diff --git a/extensions/security/test-utils/pom.xml b/extensions/security/test-utils/pom.xml index 01f287aaa3857..42b7e69432fa3 100644 --- a/extensions/security/test-utils/pom.xml +++ b/extensions/security/test-utils/pom.xml @@ -1,85 +1,83 @@ - - - quarkus-security-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-security-parent + 999-SNAPSHOT + - quarkus-security-test-utils - Quarkus - Security - Test Utilities + quarkus-security-test-utils + Quarkus - Security - Test Utilities - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-security - - - io.quarkus.security - quarkus-security - - - javax.enterprise - cdi-api - - - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - io.quarkus - quarkus-junit5-internal - - - io.rest-assured - rest-assured - compile - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-security + + + io.quarkus.security + quarkus-security + + + javax.enterprise + cdi-api + + + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + + io.quarkus + quarkus-junit5-internal + + + io.rest-assured + rest-assured + compile + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce - ${maven-enforcer-plugin.phase} - - - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - classpath:enforcer-rules/quarkus-banned-dependencies-okhttp.xml - - - - - - - - + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce + ${maven-enforcer-plugin.phase} + + + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + classpath:enforcer-rules/quarkus-banned-dependencies-okhttp.xml + + + + + + + + diff --git a/extensions/smallrye-context-propagation/deployment/pom.xml b/extensions/smallrye-context-propagation/deployment/pom.xml index b7619fc0a23a4..0499f858b46ef 100644 --- a/extensions/smallrye-context-propagation/deployment/pom.xml +++ b/extensions/smallrye-context-propagation/deployment/pom.xml @@ -1,59 +1,58 @@ - - - quarkus-smallrye-context-propagation-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-context-propagation-parent + 999-SNAPSHOT + - quarkus-smallrye-context-propagation-deployment - Quarkus - SmallRye Context Propagation - Deployment + quarkus-smallrye-context-propagation-deployment + Quarkus - SmallRye Context Propagation - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-smallrye-context-propagation-spi - - - io.quarkus - quarkus-smallrye-context-propagation - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-smallrye-context-propagation-spi + + + io.quarkus + quarkus-smallrye-context-propagation + + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-context-propagation/runtime/pom.xml b/extensions/smallrye-context-propagation/runtime/pom.xml index 0ba4760b9ea0a..3166151ca9b74 100644 --- a/extensions/smallrye-context-propagation/runtime/pom.xml +++ b/extensions/smallrye-context-propagation/runtime/pom.xml @@ -1,65 +1,63 @@ - - - quarkus-smallrye-context-propagation-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-context-propagation-parent + 999-SNAPSHOT + - quarkus-smallrye-context-propagation - Quarkus - SmallRye Context Propagation - Runtime - Propagate contexts between managed threads in reactive applications - - - io.smallrye - smallrye-context-propagation - - - javax.enterprise - cdi-api - - - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - + quarkus-smallrye-context-propagation + Quarkus - SmallRye Context Propagation - Runtime + Propagate contexts between managed threads in reactive applications + + + io.smallrye + smallrye-context-propagation + + + javax.enterprise + cdi-api + + + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-fault-tolerance/deployment/pom.xml b/extensions/smallrye-fault-tolerance/deployment/pom.xml index f4ba52163f477..6c0a599ef44d0 100644 --- a/extensions/smallrye-fault-tolerance/deployment/pom.xml +++ b/extensions/smallrye-fault-tolerance/deployment/pom.xml @@ -1,83 +1,81 @@ - - - quarkus-smallrye-fault-tolerance-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-fault-tolerance-parent + 999-SNAPSHOT + - quarkus-smallrye-fault-tolerance-deployment - Quarkus - SmallRye Fault Tolerance - Deployment + quarkus-smallrye-fault-tolerance-deployment + Quarkus - SmallRye Fault Tolerance - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-smallrye-context-propagation-deployment - - - io.quarkus - quarkus-mutiny-deployment - - - io.quarkus - quarkus-smallrye-fault-tolerance - - - io.quarkus - quarkus-smallrye-fault-tolerance-dev - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-vertx-http-deployment - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-smallrye-context-propagation-deployment + + + io.quarkus + quarkus-mutiny-deployment + + + io.quarkus + quarkus-smallrye-fault-tolerance + + + io.quarkus + quarkus-smallrye-fault-tolerance-dev + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-vertx-http-deployment + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-fault-tolerance/pom.xml b/extensions/smallrye-fault-tolerance/pom.xml index f148bd73273fc..43e8cf0ecba7e 100644 --- a/extensions/smallrye-fault-tolerance/pom.xml +++ b/extensions/smallrye-fault-tolerance/pom.xml @@ -1,23 +1,21 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-smallrye-fault-tolerance-parent - Quarkus - SmallRye Fault Tolerance + quarkus-smallrye-fault-tolerance-parent - pom - - deployment - runtime - runtime-dev - + pom + Quarkus - SmallRye Fault Tolerance + + deployment + runtime + runtime-dev + diff --git a/extensions/smallrye-fault-tolerance/runtime-dev/pom.xml b/extensions/smallrye-fault-tolerance/runtime-dev/pom.xml index 66107177dff2d..3f03139e3daa1 100644 --- a/extensions/smallrye-fault-tolerance/runtime-dev/pom.xml +++ b/extensions/smallrye-fault-tolerance/runtime-dev/pom.xml @@ -1,26 +1,24 @@ - - - quarkus-smallrye-fault-tolerance-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-fault-tolerance-parent + 999-SNAPSHOT + - quarkus-smallrye-fault-tolerance-dev - Quarkus - SmallRye Fault Tolerance - Runtime Dev mode - Build fault-tolerant network services - Dev mode only - - - io.quarkus - quarkus-smallrye-fault-tolerance - - - io.vertx - vertx-core - true - - - \ No newline at end of file + quarkus-smallrye-fault-tolerance-dev + Quarkus - SmallRye Fault Tolerance - Runtime Dev mode + Build fault-tolerant network services - Dev mode only + + + io.quarkus + quarkus-smallrye-fault-tolerance + + + io.vertx + vertx-core + true + + + diff --git a/extensions/smallrye-fault-tolerance/runtime/pom.xml b/extensions/smallrye-fault-tolerance/runtime/pom.xml index 9f54e14d04364..46e223713088a 100644 --- a/extensions/smallrye-fault-tolerance/runtime/pom.xml +++ b/extensions/smallrye-fault-tolerance/runtime/pom.xml @@ -1,107 +1,105 @@ - - - quarkus-smallrye-fault-tolerance-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-fault-tolerance-parent + 999-SNAPSHOT + - quarkus-smallrye-fault-tolerance - Quarkus - SmallRye Fault Tolerance - Runtime - Build fault-tolerant network services - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-mutiny - - - io.smallrye - smallrye-fault-tolerance - - - commons-logging - commons-logging - - - javax.enterprise - cdi-api - - - javax.annotation - javax.annotation-api - - - org.osgi - org.osgi.annotation.versioning - - - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - jakarta.annotation - jakarta.annotation-api - + quarkus-smallrye-fault-tolerance + Quarkus - SmallRye Fault Tolerance - Runtime + Build fault-tolerant network services + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-mutiny + + + io.smallrye + smallrye-fault-tolerance + + + commons-logging + commons-logging + + + javax.enterprise + cdi-api + + + javax.annotation + javax.annotation-api + + + org.osgi + org.osgi.annotation.versioning + + + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + + jakarta.annotation + jakarta.annotation-api + - - org.jboss.logging - commons-logging-jboss-logging - - - io.quarkus - quarkus-smallrye-context-propagation - - - io.smallrye - smallrye-fault-tolerance-context-propagation - - - io.smallrye - smallrye-fault-tolerance-mutiny - + + org.jboss.logging + commons-logging-jboss-logging + + + io.quarkus + quarkus-smallrye-context-propagation + + + io.smallrye + smallrye-fault-tolerance-context-propagation + + + io.smallrye + smallrye-fault-tolerance-mutiny + - + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.smallrye.faulttolerance - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.smallrye.faulttolerance + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-graphql-client/deployment/pom.xml b/extensions/smallrye-graphql-client/deployment/pom.xml index d990efa3ee571..b008b2bb8e0ae 100644 --- a/extensions/smallrye-graphql-client/deployment/pom.xml +++ b/extensions/smallrye-graphql-client/deployment/pom.xml @@ -1,123 +1,120 @@ - - - quarkus-smallrye-graphql-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-graphql-client-parent + 999-SNAPSHOT + - quarkus-smallrye-graphql-client-deployment - Quarkus - SmallRye GraphQL Client - Deployment + quarkus-smallrye-graphql-client-deployment + Quarkus - SmallRye GraphQL Client - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-jsonb-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-smallrye-stork-deployment - - - io.quarkus - quarkus-smallrye-graphql-client - - - io.smallrye - smallrye-graphql-client-model-builder - - - io.quarkus - quarkus-tls-registry-deployment - - - io.smallrye - smallrye-graphql-client-model - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-resteasy-client-deployment - test - - - - io.quarkus - quarkus-smallrye-graphql-deployment - test - - - io.quarkus - quarkus-rest-deployment - test - - - io.smallrye.stork - stork-service-discovery-static-list - test - - - io.quarkus - quarkus-elytron-security-deployment - test - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - test - - - org.assertj - assertj-core - test - - - io.smallrye.certs - smallrye-certificate-generator-junit5 - test - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-jsonb-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-smallrye-stork-deployment + + + io.quarkus + quarkus-smallrye-graphql-client + + + io.smallrye + smallrye-graphql-client-model-builder + + + io.quarkus + quarkus-tls-registry-deployment + + + io.smallrye + smallrye-graphql-client-model + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-resteasy-client-deployment + test + + + + io.quarkus + quarkus-smallrye-graphql-deployment + test + + + io.quarkus + quarkus-rest-deployment + test + + + io.smallrye.stork + stork-service-discovery-static-list + test + + + io.quarkus + quarkus-elytron-security-deployment + test + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + test + + + org.assertj + assertj-core + test + + + io.smallrye.certs + smallrye-certificate-generator-junit5 + test + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-graphql-client/pom.xml b/extensions/smallrye-graphql-client/pom.xml index edd9be5cf94e1..7a4773895311a 100644 --- a/extensions/smallrye-graphql-client/pom.xml +++ b/extensions/smallrye-graphql-client/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + - quarkus-smallrye-graphql-client-parent - Quarkus - SmallRye GraphQL Client - pom + quarkus-smallrye-graphql-client-parent + pom + Quarkus - SmallRye GraphQL Client - - deployment - runtime - + + deployment + runtime + - \ No newline at end of file + diff --git a/extensions/smallrye-graphql-client/runtime/pom.xml b/extensions/smallrye-graphql-client/runtime/pom.xml index b6dae91d0bebf..6cf68b85ce042 100644 --- a/extensions/smallrye-graphql-client/runtime/pom.xml +++ b/extensions/smallrye-graphql-client/runtime/pom.xml @@ -1,95 +1,92 @@ - - - quarkus-smallrye-graphql-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-graphql-client-parent + 999-SNAPSHOT + - quarkus-smallrye-graphql-client - Quarkus - SmallRye GraphQL Client - Runtime - Create GraphQL Clients + quarkus-smallrye-graphql-client + Quarkus - SmallRye GraphQL Client - Runtime + Create GraphQL Clients - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-jsonb - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-smallrye-stork - - - io.smallrye - smallrye-graphql-client-model - - - io.quarkus - quarkus-tls-registry - - - io.smallrye - smallrye-graphql-client-implementation-vertx - - - org.glassfish - jakarta.json - - - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-jsonb + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-smallrye-stork + + + io.smallrye + smallrye-graphql-client-model + + + io.quarkus + quarkus-tls-registry + + + io.smallrye + smallrye-graphql-client-implementation-vertx + + + org.glassfish + jakarta.json + + + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - - extension-descriptor - - compile - - ${project.groupId}:${project.artifactId}-deployment:${project.version} - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + compile + + ${project.groupId}:${project.artifactId}-deployment:${project.version} + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-graphql/deployment/pom.xml b/extensions/smallrye-graphql/deployment/pom.xml index 73bb3794b3b21..f98a5d6bc2fe9 100644 --- a/extensions/smallrye-graphql/deployment/pom.xml +++ b/extensions/smallrye-graphql/deployment/pom.xml @@ -1,156 +1,154 @@ - - - io.quarkus - quarkus-smallrye-graphql-parent - 999-SNAPSHOT - ../pom.xml - - 4.0.0 - - quarkus-smallrye-graphql-deployment - Quarkus - SmallRye GraphQL - Deployment + + 4.0.0 + + io.quarkus + quarkus-smallrye-graphql-parent + 999-SNAPSHOT + ../pom.xml + - - - io.quarkus - quarkus-smallrye-graphql - - - io.quarkus - quarkus-smallrye-graphql-dev - - - - io.quarkus - quarkus-core-deployment - - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - - io.quarkus - quarkus-jsonb-deployment - - - - io.smallrye - smallrye-graphql-schema-builder - - - io.smallrye - smallrye-graphql-ui-graphiql - + quarkus-smallrye-graphql-deployment + Quarkus - SmallRye GraphQL - Deployment - - io.quarkus - quarkus-smallrye-context-propagation-deployment - - - - io.quarkus - quarkus-hibernate-validator-deployment - - - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-smallrye-metrics-deployment - test - - - io.quarkus - quarkus-rest-deployment - test - - - io.quarkus - quarkus-elytron-security-deployment - test - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - test - - + + + io.quarkus + quarkus-smallrye-graphql + + + io.quarkus + quarkus-smallrye-graphql-dev + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-smallrye-metrics-deployment + test + + + io.quarkus + quarkus-rest-deployment + test + + + io.quarkus + quarkus-elytron-security-deployment + test + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + test + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + - false - - - - + false + + + + - - - - mac-m1 - - - mac - aarch64 - - - env.GITHUB_ACTIONS - true - - - - - - maven-surefire-plugin - - true - - - - - - + + + + mac-m1 + + + mac + aarch64 + + + env.GITHUB_ACTIONS + true + + + + + + maven-surefire-plugin + + true + + + + + + diff --git a/extensions/smallrye-graphql/pom.xml b/extensions/smallrye-graphql/pom.xml index cb5a86c07edaf..2f3f5d6cc3855 100644 --- a/extensions/smallrye-graphql/pom.xml +++ b/extensions/smallrye-graphql/pom.xml @@ -1,23 +1,21 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + + + quarkus-smallrye-graphql-parent + pom + Quarkus - SmallRye GraphQL + + + deployment + runtime + runtime-dev + - quarkus-smallrye-graphql-parent - Quarkus - SmallRye GraphQL - pom - - - deployment - runtime - runtime-dev - - diff --git a/extensions/smallrye-graphql/runtime-dev/pom.xml b/extensions/smallrye-graphql/runtime-dev/pom.xml index bd6702e88e68f..4a01b40d74e58 100644 --- a/extensions/smallrye-graphql/runtime-dev/pom.xml +++ b/extensions/smallrye-graphql/runtime-dev/pom.xml @@ -1,25 +1,25 @@ - 4.0.0 - - io.quarkus - quarkus-smallrye-graphql-parent - 999-SNAPSHOT - - quarkus-smallrye-graphql-dev - - Quarkus - SmallRye GraphQL - Runtime Dev mode - Create GraphQL Endpoints using the code-first approach from MicroProfile GraphQL - - - - ${project.groupId} - quarkus-smallrye-graphql - - - ${project.groupId} - quarkus-assistant-dev - - - - \ No newline at end of file + 4.0.0 + + io.quarkus + quarkus-smallrye-graphql-parent + 999-SNAPSHOT + + quarkus-smallrye-graphql-dev + + Quarkus - SmallRye GraphQL - Runtime Dev mode + Create GraphQL Endpoints using the code-first approach from MicroProfile GraphQL + + + + ${project.groupId} + quarkus-smallrye-graphql + + + ${project.groupId} + quarkus-assistant-dev + + + + diff --git a/extensions/smallrye-graphql/runtime/pom.xml b/extensions/smallrye-graphql/runtime/pom.xml index 7f2f13f417e16..b26f101a4c7ab 100644 --- a/extensions/smallrye-graphql/runtime/pom.xml +++ b/extensions/smallrye-graphql/runtime/pom.xml @@ -1,97 +1,94 @@ - - - io.quarkus - quarkus-smallrye-graphql-parent - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-graphql-parent + 999-SNAPSHOT + ../pom.xml + + + quarkus-smallrye-graphql + Quarkus - SmallRye GraphQL - Runtime + Create GraphQL Endpoints using the code-first approach from MicroProfile GraphQL - quarkus-smallrye-graphql - Quarkus - SmallRye GraphQL - Runtime - Create GraphQL Endpoints using the code-first approach from MicroProfile GraphQL - - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-jsonb - - - io.smallrye - smallrye-graphql-cdi - - - io.quarkus - quarkus-smallrye-context-propagation - - - org.eclipse.microprofile.metrics - microprofile-metrics-api - - - io.quarkus - quarkus-hibernate-validator - - + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-jsonb + + + io.smallrye + smallrye-graphql-cdi + + + io.quarkus + quarkus-smallrye-context-propagation + + + org.eclipse.microprofile.metrics + microprofile-metrics-api + + + io.quarkus + quarkus-hibernate-validator + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.smallrye.graphql - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - - extension-descriptor - - compile - - ${project.groupId}:${project.artifactId}-deployment:${project.version} - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.smallrye.graphql + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + + extension-descriptor + + compile + + ${project.groupId}:${project.artifactId}-deployment:${project.version} + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-health/deployment/pom.xml b/extensions/smallrye-health/deployment/pom.xml index 97ba964a1f1b7..73464ff570ce1 100644 --- a/extensions/smallrye-health/deployment/pom.xml +++ b/extensions/smallrye-health/deployment/pom.xml @@ -1,107 +1,105 @@ - - - quarkus-smallrye-health-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-health-parent + 999-SNAPSHOT + - quarkus-smallrye-health-deployment - Quarkus - SmallRye Health - Deployment + quarkus-smallrye-health-deployment + Quarkus - SmallRye Health - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-jsonp-deployment - - - io.quarkus - quarkus-smallrye-health-spi - - - io.quarkus - quarkus-smallrye-openapi-spi - - - io.quarkus - quarkus-smallrye-health - - - io.quarkus - quarkus-smallrye-health-dev - - - io.smallrye - smallrye-health-ui - - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-reactive-routes-deployment - test - - - io.quarkus - quarkus-smallrye-openapi-deployment - test - - - io.quarkus - quarkus-security-test-utils - test - - - io.vertx - vertx-web-client - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-jsonp-deployment + + + io.quarkus + quarkus-smallrye-health-spi + + + io.quarkus + quarkus-smallrye-openapi-spi + + + io.quarkus + quarkus-smallrye-health + + + io.quarkus + quarkus-smallrye-health-dev + + + io.smallrye + smallrye-health-ui + + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-reactive-routes-deployment + test + + + io.quarkus + quarkus-smallrye-openapi-deployment + test + + + io.quarkus + quarkus-security-test-utils + test + + + io.vertx + vertx-web-client + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-health/pom.xml b/extensions/smallrye-health/pom.xml index 4d7fa30b68606..8fb48016b19d9 100644 --- a/extensions/smallrye-health/pom.xml +++ b/extensions/smallrye-health/pom.xml @@ -1,23 +1,21 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-smallrye-health-parent - Quarkus - SmallRye Health + quarkus-smallrye-health-parent - pom - - deployment - runtime - spi - runtime-dev - + pom + Quarkus - SmallRye Health + + deployment + runtime + spi + runtime-dev + diff --git a/extensions/smallrye-health/runtime-dev/pom.xml b/extensions/smallrye-health/runtime-dev/pom.xml index 8c630a746d708..048c2207f6186 100644 --- a/extensions/smallrye-health/runtime-dev/pom.xml +++ b/extensions/smallrye-health/runtime-dev/pom.xml @@ -1,21 +1,21 @@ - 4.0.0 - - io.quarkus - quarkus-smallrye-health-parent - 999-SNAPSHOT - - - quarkus-smallrye-health-dev - Quarkus - SmallRye Health - Runtime Dev mode - Monitor service health - - - - ${project.groupId} - quarkus-smallrye-health - - - - \ No newline at end of file + 4.0.0 + + io.quarkus + quarkus-smallrye-health-parent + 999-SNAPSHOT + + + quarkus-smallrye-health-dev + Quarkus - SmallRye Health - Runtime Dev mode + Monitor service health + + + + ${project.groupId} + quarkus-smallrye-health + + + + diff --git a/extensions/smallrye-health/runtime/pom.xml b/extensions/smallrye-health/runtime/pom.xml index f4f3d578387dd..ebe7e3cd373cf 100644 --- a/extensions/smallrye-health/runtime/pom.xml +++ b/extensions/smallrye-health/runtime/pom.xml @@ -1,78 +1,76 @@ - - - quarkus-smallrye-health-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-health-parent + 999-SNAPSHOT + - quarkus-smallrye-health - Quarkus - SmallRye Health - Runtime - Monitor service health - + quarkus-smallrye-health + Quarkus - SmallRye Health - Runtime + Monitor service health + - - io.smallrye - smallrye-health - - - org.eclipse.parsson - jakarta.json - - - - - io.smallrye - smallrye-health-provided-checks - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-jsonp - - + + io.smallrye + smallrye-health + + + org.eclipse.parsson + jakarta.json + + + + + io.smallrye + smallrye-health-provided-checks + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-jsonp + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.smallrye.health - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.smallrye.health + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-health/spi/pom.xml b/extensions/smallrye-health/spi/pom.xml index 059665333017c..3505156d48296 100644 --- a/extensions/smallrye-health/spi/pom.xml +++ b/extensions/smallrye-health/spi/pom.xml @@ -1,23 +1,20 @@ - - - quarkus-smallrye-health-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-health-parent + 999-SNAPSHOT + - quarkus-smallrye-health-spi - Quarkus - SmallRye Health - SPI + quarkus-smallrye-health-spi + Quarkus - SmallRye Health - SPI - - - io.quarkus - quarkus-core-deployment - - + + + io.quarkus + quarkus-core-deployment + + - - \ No newline at end of file + diff --git a/extensions/smallrye-jwt-build/deployment/pom.xml b/extensions/smallrye-jwt-build/deployment/pom.xml index 2b3f73e683d10..5fafe862ecadb 100644 --- a/extensions/smallrye-jwt-build/deployment/pom.xml +++ b/extensions/smallrye-jwt-build/deployment/pom.xml @@ -1,62 +1,60 @@ - - - quarkus-smallrye-jwt-build-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-jwt-build-parent + 999-SNAPSHOT + - quarkus-smallrye-jwt-build-deployment - Quarkus - SmallRye JWT Build - Deployment + quarkus-smallrye-jwt-build-deployment + Quarkus - SmallRye JWT Build - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-jsonp-deployment - - - io.quarkus - quarkus-smallrye-jwt-build - - - io.quarkus - quarkus-arc-deployment - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-jsonp-deployment + + + io.quarkus + quarkus-smallrye-jwt-build + + + io.quarkus + quarkus-arc-deployment + - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-jwt-build/pom.xml b/extensions/smallrye-jwt-build/pom.xml index 423fa273e1308..0c41639be1f40 100644 --- a/extensions/smallrye-jwt-build/pom.xml +++ b/extensions/smallrye-jwt-build/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-smallrye-jwt-build-parent - Quarkus - SmallRye JWT Token Build + quarkus-smallrye-jwt-build-parent - pom - - deployment - runtime - + pom + Quarkus - SmallRye JWT Token Build + + deployment + runtime + diff --git a/extensions/smallrye-jwt-build/runtime/pom.xml b/extensions/smallrye-jwt-build/runtime/pom.xml index 2acada4bc252a..7445bc4e7a363 100644 --- a/extensions/smallrye-jwt-build/runtime/pom.xml +++ b/extensions/smallrye-jwt-build/runtime/pom.xml @@ -1,65 +1,63 @@ - - - quarkus-smallrye-jwt-build-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-jwt-build-parent + 999-SNAPSHOT + - quarkus-smallrye-jwt-build - Quarkus - SmallRye JWT Token Build - Runtime - Create JSON Web Token with SmallRye JWT Build API + quarkus-smallrye-jwt-build + Quarkus - SmallRye JWT Token Build - Runtime + Create JSON Web Token with SmallRye JWT Build API - - - io.smallrye - smallrye-jwt-build - - - io.quarkus - quarkus-jsonp - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - org.graalvm.sdk - nativeimage - provided - - + + + io.smallrye + smallrye-jwt-build + + + io.quarkus + quarkus-jsonp + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + org.graalvm.sdk + nativeimage + provided + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-jwt/deployment/pom.xml b/extensions/smallrye-jwt/deployment/pom.xml index 5ccd553fa3e22..5758116cad1b7 100644 --- a/extensions/smallrye-jwt/deployment/pom.xml +++ b/extensions/smallrye-jwt/deployment/pom.xml @@ -1,97 +1,95 @@ - - - quarkus-smallrye-jwt-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-jwt-parent + 999-SNAPSHOT + - quarkus-smallrye-jwt-deployment - Quarkus - SmallRye JWT - Deployment + quarkus-smallrye-jwt-deployment + Quarkus - SmallRye JWT - Deployment - - - io.quarkus - quarkus-security-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-jsonp-deployment - - - io.quarkus - quarkus-smallrye-jwt - + + + io.quarkus + quarkus-security-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-jsonp-deployment + + + io.quarkus + quarkus-smallrye-jwt + - - io.quarkus - quarkus-smallrye-jwt-build-deployment - + + io.quarkus + quarkus-smallrye-jwt-build-deployment + - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-rest-jsonb-deployment - test - - - io.quarkus - quarkus-reactive-routes-deployment - test - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-rest-jsonb-deployment + test + + + io.quarkus + quarkus-reactive-routes-deployment + test + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + test + + + io.rest-assured + rest-assured + test + - - org.assertj - assertj-core - test - - + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-jwt/pom.xml b/extensions/smallrye-jwt/pom.xml index 541e26245e122..369894b538e7f 100644 --- a/extensions/smallrye-jwt/pom.xml +++ b/extensions/smallrye-jwt/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-smallrye-jwt-parent - Quarkus - SmallRye JWT + quarkus-smallrye-jwt-parent - pom - - deployment - runtime - + pom + Quarkus - SmallRye JWT + + deployment + runtime + diff --git a/extensions/smallrye-jwt/runtime/pom.xml b/extensions/smallrye-jwt/runtime/pom.xml index 6f288aded93b9..d4080565ddb5d 100644 --- a/extensions/smallrye-jwt/runtime/pom.xml +++ b/extensions/smallrye-jwt/runtime/pom.xml @@ -1,77 +1,75 @@ - - - quarkus-smallrye-jwt-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-jwt-parent + 999-SNAPSHOT + - quarkus-smallrye-jwt - Quarkus - SmallRye JWT - Runtime - Secure your applications with JSON Web Token + quarkus-smallrye-jwt + Quarkus - SmallRye JWT - Runtime + Secure your applications with JSON Web Token - - - io.smallrye - smallrye-jwt - - - jakarta.annotation - jakarta.annotation-api - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-security - - - io.quarkus - quarkus-smallrye-jwt-build - - - io.quarkus - quarkus-jsonp - - + + + io.smallrye + smallrye-jwt + + + jakarta.annotation + jakarta.annotation-api + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-security + + + io.quarkus + quarkus-smallrye-jwt-build + + + io.quarkus + quarkus-jsonp + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.jwt - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.jwt + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-metrics/deployment/pom.xml b/extensions/smallrye-metrics/deployment/pom.xml index 0d2b2e8cae815..589e071264d79 100644 --- a/extensions/smallrye-metrics/deployment/pom.xml +++ b/extensions/smallrye-metrics/deployment/pom.xml @@ -1,103 +1,100 @@ - - - quarkus-smallrye-metrics-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-metrics-parent + 999-SNAPSHOT + - quarkus-smallrye-metrics-deployment - Quarkus - SmallRye Metrics - Deployment + quarkus-smallrye-metrics-deployment + Quarkus - SmallRye Metrics - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-jsonp-deployment - - - io.quarkus - quarkus-smallrye-metrics - - - io.quarkus - quarkus-smallrye-metrics-spi - - - org.eclipse.microprofile.metrics - microprofile-metrics-api - - - io.quarkus - quarkus-resteasy-common-spi - - - io.quarkus - quarkus-undertow-spi - - - io.quarkus - quarkus-rest-spi-deployment - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-jsonp-deployment + + + io.quarkus + quarkus-smallrye-metrics + + + io.quarkus + quarkus-smallrye-metrics-spi + + + org.eclipse.microprofile.metrics + microprofile-metrics-api + + + io.quarkus + quarkus-resteasy-common-spi + + + io.quarkus + quarkus-undertow-spi + + + io.quarkus + quarkus-rest-spi-deployment + + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.quarkus + quarkus-resteasy-jackson-deployment + test + + + io.rest-assured + rest-assured + test + + - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.quarkus - quarkus-resteasy-jackson-deployment - test - - - io.rest-assured - rest-assured - test - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-metrics/pom.xml b/extensions/smallrye-metrics/pom.xml index 5264c96ec477e..ad4af06dbf11b 100644 --- a/extensions/smallrye-metrics/pom.xml +++ b/extensions/smallrye-metrics/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-smallrye-metrics-parent - Quarkus - SmallRye Metrics - pom - - deployment - runtime - spi - + quarkus-smallrye-metrics-parent + pom + Quarkus - SmallRye Metrics + + deployment + runtime + spi + diff --git a/extensions/smallrye-metrics/runtime/pom.xml b/extensions/smallrye-metrics/runtime/pom.xml index 49d239dbb1916..8722a7eacb45a 100644 --- a/extensions/smallrye-metrics/runtime/pom.xml +++ b/extensions/smallrye-metrics/runtime/pom.xml @@ -1,84 +1,82 @@ - - - quarkus-smallrye-metrics-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-metrics-parent + 999-SNAPSHOT + - quarkus-smallrye-metrics - Quarkus - SmallRye Metrics - Runtime - Expose metrics for your services - + quarkus-smallrye-metrics + Quarkus - SmallRye Metrics - Runtime + Expose metrics for your services + - - io.smallrye - smallrye-metrics - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-jsonp - - - org.eclipse.microprofile.metrics - microprofile-metrics-api - - - io.quarkus - quarkus-resteasy - true - - - io.quarkus - quarkus-rest - true - - + + io.smallrye + smallrye-metrics + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-jsonp + + + org.eclipse.microprofile.metrics + microprofile-metrics-api + + + io.quarkus + quarkus-resteasy + true + + + io.quarkus + quarkus-rest + true + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.metrics - io.quarkus.smallrye.metrics - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.metrics + io.quarkus.smallrye.metrics + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-metrics/spi/pom.xml b/extensions/smallrye-metrics/spi/pom.xml index 6e075bf6abf95..37426ca40e1c2 100644 --- a/extensions/smallrye-metrics/spi/pom.xml +++ b/extensions/smallrye-metrics/spi/pom.xml @@ -1,26 +1,24 @@ - - - quarkus-smallrye-metrics-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-metrics-parent + 999-SNAPSHOT + - quarkus-smallrye-metrics-spi - Quarkus - SmallRye Metrics - SPI + quarkus-smallrye-metrics-spi + Quarkus - SmallRye Metrics - SPI - - - io.quarkus - quarkus-core-deployment - - - org.eclipse.microprofile.metrics - microprofile-metrics-api - - + + + io.quarkus + quarkus-core-deployment + + + org.eclipse.microprofile.metrics + microprofile-metrics-api + + - \ No newline at end of file + diff --git a/extensions/smallrye-openapi-common/deployment/pom.xml b/extensions/smallrye-openapi-common/deployment/pom.xml index 504bf76ac07fa..1742f0197ef8e 100644 --- a/extensions/smallrye-openapi-common/deployment/pom.xml +++ b/extensions/smallrye-openapi-common/deployment/pom.xml @@ -1,44 +1,42 @@ - - - quarkus-smallrye-openapi-common-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-openapi-common-parent + 999-SNAPSHOT + - quarkus-smallrye-openapi-common-deployment - Quarkus - SmallRye OpenAPI - Common - Deployment + quarkus-smallrye-openapi-common-deployment + Quarkus - SmallRye OpenAPI - Common - Deployment - - - io.quarkus - quarkus-core-deployment - - + + + io.quarkus + quarkus-core-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-openapi-common/pom.xml b/extensions/smallrye-openapi-common/pom.xml index 45c394dfb9096..69197ad2d983e 100644 --- a/extensions/smallrye-openapi-common/pom.xml +++ b/extensions/smallrye-openapi-common/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-smallrye-openapi-common-parent - Quarkus - SmallRye OpenAPI - Common - pom - - deployment - + quarkus-smallrye-openapi-common-parent + pom + Quarkus - SmallRye OpenAPI - Common + + deployment + diff --git a/extensions/smallrye-openapi/deployment/pom.xml b/extensions/smallrye-openapi/deployment/pom.xml index 86493b65b8e04..04341488a28bb 100644 --- a/extensions/smallrye-openapi/deployment/pom.xml +++ b/extensions/smallrye-openapi/deployment/pom.xml @@ -1,138 +1,136 @@ - - - quarkus-smallrye-openapi-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-openapi-parent + 999-SNAPSHOT + - quarkus-smallrye-openapi-deployment - Quarkus - SmallRye OpenAPI - Deployment + quarkus-smallrye-openapi-deployment + Quarkus - SmallRye OpenAPI - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-vertx-http-dev-ui-spi - - - io.quarkus - quarkus-smallrye-openapi-spi - - - io.quarkus - quarkus-resteasy-server-common-spi - - - io.quarkus - quarkus-resteasy-common-spi - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-smallrye-openapi-common-deployment - - - io.quarkus - quarkus-swagger-ui-deployment - - - io.quarkus - quarkus-smallrye-openapi - - - io.quarkus - quarkus-smallrye-openapi-dev - - - io.smallrye - smallrye-open-api-jaxrs - - - io.smallrye - smallrye-open-api-spring - - - io.smallrye - smallrye-open-api-vertx - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-vertx-http-dev-ui-spi + + + io.quarkus + quarkus-smallrye-openapi-spi + + + io.quarkus + quarkus-resteasy-server-common-spi + + + io.quarkus + quarkus-resteasy-common-spi + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-smallrye-openapi-common-deployment + + + io.quarkus + quarkus-swagger-ui-deployment + + + io.quarkus + quarkus-smallrye-openapi + + + io.quarkus + quarkus-smallrye-openapi-dev + + + io.smallrye + smallrye-open-api-jaxrs + + + io.smallrye + smallrye-open-api-spring + + + io.smallrye + smallrye-open-api-vertx + - - - io.quarkus - quarkus-rest-deployment - test - - - io.quarkus - quarkus-reactive-routes-deployment - test - - - io.quarkus - quarkus-security-test-utils - test - - - io.vertx - vertx-web-client - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.mockito - mockito-core - test - - - jakarta.ws.rs - jakarta.ws.rs-api - test - - + + + io.quarkus + quarkus-rest-deployment + test + + + io.quarkus + quarkus-reactive-routes-deployment + test + + + io.quarkus + quarkus-security-test-utils + test + + + io.vertx + vertx-web-client + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.mockito + mockito-core + test + + + jakarta.ws.rs + jakarta.ws.rs-api + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-openapi/pom.xml b/extensions/smallrye-openapi/pom.xml index 7e9ced1cc6c94..d65c0b82fa8bd 100644 --- a/extensions/smallrye-openapi/pom.xml +++ b/extensions/smallrye-openapi/pom.xml @@ -1,18 +1,16 @@ - + + 4.0.0 - quarkus-extensions-parent io.quarkus + quarkus-extensions-parent 999-SNAPSHOT ../pom.xml - 4.0.0 quarkus-smallrye-openapi-parent - Quarkus - SmallRye OpenAPI pom + Quarkus - SmallRye OpenAPI deployment runtime diff --git a/extensions/smallrye-openapi/runtime-dev/pom.xml b/extensions/smallrye-openapi/runtime-dev/pom.xml index 743c348d658a7..268e80aacb5b7 100644 --- a/extensions/smallrye-openapi/runtime-dev/pom.xml +++ b/extensions/smallrye-openapi/runtime-dev/pom.xml @@ -1,26 +1,26 @@ - 4.0.0 - - io.quarkus - quarkus-smallrye-openapi-parent - 999-SNAPSHOT - - quarkus-smallrye-openapi-dev - jar - - io.quarkus.smallrye.openapi.dev.SmallryeOpenapiDev - - Quarkus - SmallRye OpenAPI - Runtime Dev mode - - - - ${project.groupId} - quarkus-smallrye-openapi - - - ${project.groupId} - quarkus-assistant-dev - - - \ No newline at end of file + 4.0.0 + + io.quarkus + quarkus-smallrye-openapi-parent + 999-SNAPSHOT + + quarkus-smallrye-openapi-dev + jar + Quarkus - SmallRye OpenAPI - Runtime Dev mode + + io.quarkus.smallrye.openapi.dev.SmallryeOpenapiDev + + + + + ${project.groupId} + quarkus-smallrye-openapi + + + ${project.groupId} + quarkus-assistant-dev + + + diff --git a/extensions/smallrye-openapi/runtime/pom.xml b/extensions/smallrye-openapi/runtime/pom.xml index 3c311946dc010..9be5f172b176f 100644 --- a/extensions/smallrye-openapi/runtime/pom.xml +++ b/extensions/smallrye-openapi/runtime/pom.xml @@ -1,72 +1,70 @@ - - - quarkus-smallrye-openapi-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-openapi-parent + 999-SNAPSHOT + - quarkus-smallrye-openapi - Quarkus - SmallRye OpenAPI - Runtime - Document your REST APIs with OpenAPI - comes with Swagger UI + quarkus-smallrye-openapi + Quarkus - SmallRye OpenAPI - Runtime + Document your REST APIs with OpenAPI - comes with Swagger UI - - - io.smallrye - smallrye-open-api-core - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-swagger-ui - - + + + io.smallrye + smallrye-open-api-core + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-swagger-ui + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.smallrye.openapi - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.smallrye.openapi + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-openapi/spi/pom.xml b/extensions/smallrye-openapi/spi/pom.xml index c4e96d7af0544..245e481d75153 100644 --- a/extensions/smallrye-openapi/spi/pom.xml +++ b/extensions/smallrye-openapi/spi/pom.xml @@ -1,28 +1,25 @@ - - - quarkus-smallrye-openapi-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-openapi-parent + 999-SNAPSHOT + - quarkus-smallrye-openapi-spi - Quarkus - SmallRye OpenAPI - SPI + quarkus-smallrye-openapi-spi + Quarkus - SmallRye OpenAPI - SPI - - - io.quarkus - quarkus-core-deployment - - - io.smallrye - smallrye-open-api-core - - - + + + io.quarkus + quarkus-core-deployment + + + io.smallrye + smallrye-open-api-core + + - \ No newline at end of file + diff --git a/extensions/smallrye-reactive-messaging-amqp/deployment/pom.xml b/extensions/smallrye-reactive-messaging-amqp/deployment/pom.xml index 752c6b84c4cf4..c987e90bba770 100644 --- a/extensions/smallrye-reactive-messaging-amqp/deployment/pom.xml +++ b/extensions/smallrye-reactive-messaging-amqp/deployment/pom.xml @@ -1,121 +1,119 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-messaging-amqp-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-messaging-amqp-parent + 999-SNAPSHOT + - quarkus-messaging-amqp-deployment - Quarkus - Messaging - AMQP 1.0 - Deployment + quarkus-messaging-amqp-deployment + Quarkus - Messaging - AMQP 1.0 - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-messaging-deployment - - - io.quarkus - quarkus-messaging-amqp - - - io.quarkus - quarkus-mutiny-reactive-streams-operators-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-jackson-deployment - - - io.quarkus - quarkus-tls-registry-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - org.apache.activemq - artemis-server - test - - - org.testcontainers - testcontainers - - - junit - junit - - - - - io.quarkus - quarkus-junit4-mock - - - org.apache.activemq - artemis-amqp-protocol - test - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - org.awaitility - awaitility - test - - - io.quarkus - quarkus-devservices-deployment - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-messaging-deployment + + + io.quarkus + quarkus-messaging-amqp + + + io.quarkus + quarkus-mutiny-reactive-streams-operators-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-jackson-deployment + + + io.quarkus + quarkus-tls-registry-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + org.apache.activemq + artemis-server + test + + + org.testcontainers + testcontainers + + + junit + junit + + + + + io.quarkus + quarkus-junit4-mock + + + org.apache.activemq + artemis-amqp-protocol + test + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test + + + io.quarkus + quarkus-devservices-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-reactive-messaging-amqp/pom.xml b/extensions/smallrye-reactive-messaging-amqp/pom.xml index fe6e93aaad2af..b97b4a8dd9cff 100644 --- a/extensions/smallrye-reactive-messaging-amqp/pom.xml +++ b/extensions/smallrye-reactive-messaging-amqp/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-messaging-amqp-parent - Quarkus - Messaging - AMQP 1.0 - pom + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-messaging-amqp-parent + pom + Quarkus - Messaging - AMQP 1.0 - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/smallrye-reactive-messaging-amqp/runtime/pom.xml b/extensions/smallrye-reactive-messaging-amqp/runtime/pom.xml index 2474d91098e1a..7c8ad229a37b2 100644 --- a/extensions/smallrye-reactive-messaging-amqp/runtime/pom.xml +++ b/extensions/smallrye-reactive-messaging-amqp/runtime/pom.xml @@ -1,88 +1,85 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-messaging-amqp-parent - 999-SNAPSHOT - - - quarkus-messaging-amqp - Quarkus - Messaging - AMQP 1.0 - Runtime - Connect to AMQP with Reactive Messaging - - - io.smallrye.reactive - smallrye-reactive-messaging-amqp - - - io.quarkus - quarkus-mutiny-reactive-streams-operators - - - io.quarkus - quarkus-messaging - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-jackson - - - io.quarkus - quarkus-tls-registry - - - io.smallrye.reactive - smallrye-reactive-messaging-provider - - - com.fasterxml.jackson.core - jackson-core - - - javax.annotation - javax.annotation-api - - - - - jakarta.annotation - jakarta.annotation-api - - + + io.quarkus + quarkus-messaging-amqp-parent + 999-SNAPSHOT + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-messaging-amqp + Quarkus - Messaging - AMQP 1.0 - Runtime + Connect to AMQP with Reactive Messaging + + + io.smallrye.reactive + smallrye-reactive-messaging-amqp + + + io.quarkus + quarkus-mutiny-reactive-streams-operators + + + io.quarkus + quarkus-messaging + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-jackson + + + io.quarkus + quarkus-tls-registry + + + io.smallrye.reactive + smallrye-reactive-messaging-provider + + + com.fasterxml.jackson.core + jackson-core + + + javax.annotation + javax.annotation-api + + + + + jakarta.annotation + jakarta.annotation-api + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-reactive-messaging-kafka/deployment/pom.xml b/extensions/smallrye-reactive-messaging-kafka/deployment/pom.xml index 0cdeb34d17a97..9447908262cb1 100644 --- a/extensions/smallrye-reactive-messaging-kafka/deployment/pom.xml +++ b/extensions/smallrye-reactive-messaging-kafka/deployment/pom.xml @@ -1,155 +1,153 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-messaging-kafka-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-messaging-kafka-parent + 999-SNAPSHOT + - quarkus-messaging-kafka-deployment - Quarkus - Messaging - Kafka - Deployment + quarkus-messaging-kafka-deployment + Quarkus - Messaging - Kafka - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-messaging-deployment - - - io.quarkus - quarkus-mutiny-reactive-streams-operators-deployment - - - io.quarkus - quarkus-kafka-client-deployment - - - io.quarkus - quarkus-messaging-kafka - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-jackson-deployment - - - io.quarkus - quarkus-hibernate-orm-deployment-spi - - - io.quarkus - quarkus-hibernate-reactive-deployment - true - - - io.quarkus - quarkus-redis-client-deployment - true - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-messaging-deployment + + + io.quarkus + quarkus-mutiny-reactive-streams-operators-deployment + + + io.quarkus + quarkus-kafka-client-deployment + + + io.quarkus + quarkus-messaging-kafka + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-jackson-deployment + + + io.quarkus + quarkus-hibernate-orm-deployment-spi + + + io.quarkus + quarkus-hibernate-reactive-deployment + true + + + io.quarkus + quarkus-redis-client-deployment + true + - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-resteasy-jsonb-deployment - test - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-resteasy-client-deployment - test - - - io.quarkus - quarkus-apicurio-registry-avro-deployment - test - - - io.quarkus - quarkus-confluent-registry-avro-deployment - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-resteasy-jsonb-deployment + test + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-resteasy-client-deployment + test + + + io.quarkus + quarkus-apicurio-registry-avro-deployment + test + + + io.quarkus + quarkus-confluent-registry-avro-deployment + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + + test-kafka + + + start-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + - - - - - test-kafka - - - start-containers - - - - - - maven-surefire-plugin - - false - - - - - - + + + diff --git a/extensions/smallrye-reactive-messaging-kafka/pom.xml b/extensions/smallrye-reactive-messaging-kafka/pom.xml index e8e835ebfff33..4691045632806 100644 --- a/extensions/smallrye-reactive-messaging-kafka/pom.xml +++ b/extensions/smallrye-reactive-messaging-kafka/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-messaging-kafka-parent - Quarkus - Messaging - Kafka - pom + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-messaging-kafka-parent + pom + Quarkus - Messaging - Kafka - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/smallrye-reactive-messaging-kafka/runtime/pom.xml b/extensions/smallrye-reactive-messaging-kafka/runtime/pom.xml index 410b03fe8b8a3..a5efca951d451 100644 --- a/extensions/smallrye-reactive-messaging-kafka/runtime/pom.xml +++ b/extensions/smallrye-reactive-messaging-kafka/runtime/pom.xml @@ -1,101 +1,98 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-messaging-kafka-parent - 999-SNAPSHOT - - - quarkus-messaging-kafka - Quarkus - Messaging - Kafka - Runtime - Connect to Kafka with Reactive Messaging - - - io.quarkus - quarkus-kafka-client - - - io.smallrye.reactive - smallrye-reactive-messaging-kafka - - - io.quarkus - quarkus-jackson - - - io.quarkus - quarkus-redis-client - true - - - io.quarkus - quarkus-hibernate-reactive - true - - - io.quarkus - quarkus-hibernate-orm - true - + + io.quarkus + quarkus-messaging-kafka-parent + 999-SNAPSHOT + - - org.apache.kafka - kafka-clients - + quarkus-messaging-kafka + Quarkus - Messaging - Kafka - Runtime + Connect to Kafka with Reactive Messaging + + + io.quarkus + quarkus-kafka-client + + + io.smallrye.reactive + smallrye-reactive-messaging-kafka + + + io.quarkus + quarkus-jackson + + + io.quarkus + quarkus-redis-client + true + + + io.quarkus + quarkus-hibernate-reactive + true + + + io.quarkus + quarkus-hibernate-orm + true + - - io.quarkus - quarkus-messaging - - - io.smallrye.reactive - smallrye-reactive-messaging-provider - - - com.fasterxml.jackson.core - jackson-core - - - javax.annotation - javax.annotation-api - - - - - jakarta.annotation - jakarta.annotation-api - - + + org.apache.kafka + kafka-clients + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + io.quarkus + quarkus-messaging + + + io.smallrye.reactive + smallrye-reactive-messaging-provider + + + com.fasterxml.jackson.core + jackson-core + + + javax.annotation + javax.annotation-api + + + + + jakarta.annotation + jakarta.annotation-api + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-reactive-messaging-mqtt/deployment/pom.xml b/extensions/smallrye-reactive-messaging-mqtt/deployment/pom.xml index af47df29cf77c..b86e1a0a6cf77 100644 --- a/extensions/smallrye-reactive-messaging-mqtt/deployment/pom.xml +++ b/extensions/smallrye-reactive-messaging-mqtt/deployment/pom.xml @@ -1,83 +1,81 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-messaging-mqtt-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-messaging-mqtt-parent + 999-SNAPSHOT + - quarkus-messaging-mqtt-deployment - Quarkus - Messaging - MQTT - Deployment - - - io.quarkus - quarkus-messaging-mqtt - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-messaging-deployment - - - io.quarkus - quarkus-mutiny-reactive-streams-operators-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-tls-registry-deployment - - - io.quarkus - quarkus-devservices-deployment - - - org.testcontainers - testcontainers - - - junit - junit - - - - - io.quarkus - quarkus-junit5-internal - test - - + quarkus-messaging-mqtt-deployment + Quarkus - Messaging - MQTT - Deployment + + + io.quarkus + quarkus-messaging-mqtt + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-messaging-deployment + + + io.quarkus + quarkus-mutiny-reactive-streams-operators-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-tls-registry-deployment + + + io.quarkus + quarkus-devservices-deployment + + + org.testcontainers + testcontainers + + + junit + junit + + + + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-reactive-messaging-mqtt/pom.xml b/extensions/smallrye-reactive-messaging-mqtt/pom.xml index e988d4bd752b9..00441f580b7ae 100644 --- a/extensions/smallrye-reactive-messaging-mqtt/pom.xml +++ b/extensions/smallrye-reactive-messaging-mqtt/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-messaging-mqtt-parent - Quarkus - Messaging - MQTT - pom + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-messaging-mqtt-parent + pom + Quarkus - Messaging - MQTT - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/smallrye-reactive-messaging-mqtt/runtime/pom.xml b/extensions/smallrye-reactive-messaging-mqtt/runtime/pom.xml index 1df55e70b0f87..208fc945e44f4 100644 --- a/extensions/smallrye-reactive-messaging-mqtt/runtime/pom.xml +++ b/extensions/smallrye-reactive-messaging-mqtt/runtime/pom.xml @@ -1,84 +1,81 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-messaging-mqtt-parent - 999-SNAPSHOT - - - quarkus-messaging-mqtt - Quarkus - Messaging - MQTT - Runtime - Connect to MQTT with Reactive Messaging - - - io.smallrye.reactive - smallrye-reactive-messaging-mqtt - - - io.quarkus - quarkus-mutiny-reactive-streams-operators - - - io.quarkus - quarkus-messaging - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-tls-registry - - - io.smallrye.reactive - smallrye-reactive-messaging-provider - - - com.fasterxml.jackson.core - jackson-core - - - javax.annotation - javax.annotation-api - - - - - jakarta.annotation - jakarta.annotation-api - - + + io.quarkus + quarkus-messaging-mqtt-parent + 999-SNAPSHOT + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-messaging-mqtt + Quarkus - Messaging - MQTT - Runtime + Connect to MQTT with Reactive Messaging + + + io.smallrye.reactive + smallrye-reactive-messaging-mqtt + + + io.quarkus + quarkus-mutiny-reactive-streams-operators + + + io.quarkus + quarkus-messaging + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-tls-registry + + + io.smallrye.reactive + smallrye-reactive-messaging-provider + + + com.fasterxml.jackson.core + jackson-core + + + javax.annotation + javax.annotation-api + + + + + jakarta.annotation + jakarta.annotation-api + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-reactive-messaging-pulsar/deployment/pom.xml b/extensions/smallrye-reactive-messaging-pulsar/deployment/pom.xml index 76404947dcf57..f0a8b707e9432 100644 --- a/extensions/smallrye-reactive-messaging-pulsar/deployment/pom.xml +++ b/extensions/smallrye-reactive-messaging-pulsar/deployment/pom.xml @@ -1,147 +1,145 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-messaging-pulsar-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-messaging-pulsar-parent + 999-SNAPSHOT + - quarkus-messaging-pulsar-deployment - Quarkus - Messaging - Pulsar - Deployment + quarkus-messaging-pulsar-deployment + Quarkus - Messaging - Pulsar - Deployment - - - io.quarkus - quarkus-netty-deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-messaging-deployment - - - io.quarkus - quarkus-messaging-pulsar - - - io.quarkus - quarkus-mutiny-reactive-streams-operators-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-jackson-deployment - - - io.quarkus - quarkus-devservices-deployment - - - io.quarkus - quarkus-tls-registry-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - org.testcontainers - testcontainers - - - junit - junit - - - - - io.quarkus - quarkus-junit4-mock - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - org.mockito - mockito-core - test - - - org.awaitility - awaitility - test - - + + + io.quarkus + quarkus-netty-deployment + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-messaging-deployment + + + io.quarkus + quarkus-messaging-pulsar + + + io.quarkus + quarkus-mutiny-reactive-streams-operators-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-jackson-deployment + + + io.quarkus + quarkus-devservices-deployment + + + io.quarkus + quarkus-tls-registry-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + org.testcontainers + testcontainers + + + junit + junit + + + + + io.quarkus + quarkus-junit4-mock + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + org.mockito + mockito-core + test + + + org.awaitility + awaitility + test + + - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + true + + + + + + + + test-pulsar + + + start-containers + + + - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + - - - - - test-pulsar - - - start-containers - - - - - - maven-surefire-plugin - - false - - - - - - + + + diff --git a/extensions/smallrye-reactive-messaging-pulsar/pom.xml b/extensions/smallrye-reactive-messaging-pulsar/pom.xml index 0798762c5965b..4f5a4d5cc78e7 100644 --- a/extensions/smallrye-reactive-messaging-pulsar/pom.xml +++ b/extensions/smallrye-reactive-messaging-pulsar/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-messaging-pulsar-parent - Quarkus - Messaging - Pulsar - pom + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-messaging-pulsar-parent + pom + Quarkus - Messaging - Pulsar - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/smallrye-reactive-messaging-pulsar/runtime/pom.xml b/extensions/smallrye-reactive-messaging-pulsar/runtime/pom.xml index d34381809feb6..8c7ea71a4041f 100644 --- a/extensions/smallrye-reactive-messaging-pulsar/runtime/pom.xml +++ b/extensions/smallrye-reactive-messaging-pulsar/runtime/pom.xml @@ -1,168 +1,165 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-messaging-pulsar-parent - 999-SNAPSHOT - - - quarkus-messaging-pulsar - Quarkus - Messaging - Pulsar - Runtime - Connect to Apache Pulsar with Reactive Messaging - - - io.quarkus - quarkus-netty - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-tls-registry - - - io.netty - netty-transport-classes-kqueue - - - io.netty - netty-transport-classes-epoll - - - io.smallrye.reactive - smallrye-reactive-messaging-pulsar - - - org.checkerframework - checker-qual - - - commons-logging - commons-logging - - - javax.ws.rs - javax.ws.rs-api - - - javax.validation - validation-api - - - org.apache.logging.log4j - log4j-core - - - org.asynchttpclient - async-http-client - - - - - org.apache.pulsar - pulsar-client-original - - - org.apache.pulsar - pulsar-client-messagecrypto-bc - - - org.asynchttpclient - async-http-client - - - com.sun.activation - jakarta.activation - - - com.typesafe.netty - netty-reactive-streams - - - - - com.google.protobuf - protobuf-java - provided - - - io.quarkus - quarkus-mutiny-reactive-streams-operators - - - io.quarkus - quarkus-messaging - - - io.quarkus - quarkus-jackson - - - io.smallrye.reactive - smallrye-reactive-messaging-provider - - - com.fasterxml.jackson.core - jackson-core - - - javax.annotation - javax.annotation-api - - - - - jakarta.annotation - jakarta.annotation-api - - - org.graalvm.sdk - nativeimage - provided - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + io.quarkus + quarkus-messaging-pulsar-parent + 999-SNAPSHOT + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-messaging-pulsar + Quarkus - Messaging - Pulsar - Runtime + Connect to Apache Pulsar with Reactive Messaging + + + io.quarkus + quarkus-netty + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-tls-registry + + + io.netty + netty-transport-classes-kqueue + + + io.netty + netty-transport-classes-epoll + + + io.smallrye.reactive + smallrye-reactive-messaging-pulsar + + + org.checkerframework + checker-qual + + + commons-logging + commons-logging + + + javax.ws.rs + javax.ws.rs-api + + + javax.validation + validation-api + + + org.apache.logging.log4j + log4j-core + + + org.asynchttpclient + async-http-client + + + + + org.apache.pulsar + pulsar-client-original + + + org.apache.pulsar + pulsar-client-messagecrypto-bc + + + org.asynchttpclient + async-http-client + + + com.sun.activation + jakarta.activation + + + com.typesafe.netty + netty-reactive-streams + + + + + com.google.protobuf + protobuf-java + provided + + + io.quarkus + quarkus-mutiny-reactive-streams-operators + + + io.quarkus + quarkus-messaging + + + io.quarkus + quarkus-jackson + + + io.smallrye.reactive + smallrye-reactive-messaging-provider + + + com.fasterxml.jackson.core + jackson-core + + + javax.annotation + javax.annotation-api + + + + + jakarta.annotation + jakarta.annotation-api + + + org.graalvm.sdk + nativeimage + provided + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-reactive-messaging-rabbitmq/deployment/pom.xml b/extensions/smallrye-reactive-messaging-rabbitmq/deployment/pom.xml index 5da7722dca857..e1629fa19f555 100644 --- a/extensions/smallrye-reactive-messaging-rabbitmq/deployment/pom.xml +++ b/extensions/smallrye-reactive-messaging-rabbitmq/deployment/pom.xml @@ -1,105 +1,103 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-messaging-rabbitmq-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-messaging-rabbitmq-parent + 999-SNAPSHOT + - quarkus-messaging-rabbitmq-deployment - Quarkus - Messaging - RabbitMQ 1.0 - Deployment + quarkus-messaging-rabbitmq-deployment + Quarkus - Messaging - RabbitMQ 1.0 - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-messaging-deployment - - - io.quarkus - quarkus-messaging-rabbitmq - - - io.quarkus - quarkus-messaging-rabbitmq-dev - - - io.quarkus - quarkus-mutiny-reactive-streams-operators-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-credentials-deployment - - - io.quarkus - quarkus-tls-registry-deployment - - - io.quarkus - quarkus-vertx-http-dev-ui-spi - - - io.quarkus - quarkus-jackson-deployment - - - org.testcontainers - testcontainers - - - junit - junit - - - - - org.testcontainers - rabbitmq - - - junit - junit - - - - - io.quarkus - quarkus-devservices-deployment - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-messaging-deployment + + + io.quarkus + quarkus-messaging-rabbitmq + + + io.quarkus + quarkus-messaging-rabbitmq-dev + + + io.quarkus + quarkus-mutiny-reactive-streams-operators-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-credentials-deployment + + + io.quarkus + quarkus-tls-registry-deployment + + + io.quarkus + quarkus-vertx-http-dev-ui-spi + + + io.quarkus + quarkus-jackson-deployment + + + org.testcontainers + testcontainers + + + junit + junit + + + + + org.testcontainers + rabbitmq + + + junit + junit + + + + + io.quarkus + quarkus-devservices-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-reactive-messaging-rabbitmq/pom.xml b/extensions/smallrye-reactive-messaging-rabbitmq/pom.xml index 9ddbcf01d2ed2..14f6ee4e8cea7 100644 --- a/extensions/smallrye-reactive-messaging-rabbitmq/pom.xml +++ b/extensions/smallrye-reactive-messaging-rabbitmq/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-messaging-rabbitmq-parent - Quarkus - Messaging - RabbitMQ 1.0 - pom + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-messaging-rabbitmq-parent + pom + Quarkus - Messaging - RabbitMQ 1.0 - - deployment - runtime - runtime-dev - + + deployment + runtime + runtime-dev + diff --git a/extensions/smallrye-reactive-messaging-rabbitmq/runtime-dev/pom.xml b/extensions/smallrye-reactive-messaging-rabbitmq/runtime-dev/pom.xml index c61ef67e87577..f4eb97ac76176 100644 --- a/extensions/smallrye-reactive-messaging-rabbitmq/runtime-dev/pom.xml +++ b/extensions/smallrye-reactive-messaging-rabbitmq/runtime-dev/pom.xml @@ -1,22 +1,20 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-messaging-rabbitmq-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-messaging-rabbitmq-parent + 999-SNAPSHOT + - quarkus-messaging-rabbitmq-dev - Quarkus - Messaging - RabbitMQ 1.0 - Runtime Dev mode - Connect to RabbitMQ with Reactive Messaging - Dev mode only - - - io.quarkus - quarkus-messaging-rabbitmq - - - \ No newline at end of file + quarkus-messaging-rabbitmq-dev + Quarkus - Messaging - RabbitMQ 1.0 - Runtime Dev mode + Connect to RabbitMQ with Reactive Messaging - Dev mode only + + + io.quarkus + quarkus-messaging-rabbitmq + + + diff --git a/extensions/smallrye-reactive-messaging-rabbitmq/runtime/pom.xml b/extensions/smallrye-reactive-messaging-rabbitmq/runtime/pom.xml index bc963725f4da7..6576327c57350 100644 --- a/extensions/smallrye-reactive-messaging-rabbitmq/runtime/pom.xml +++ b/extensions/smallrye-reactive-messaging-rabbitmq/runtime/pom.xml @@ -1,105 +1,102 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-messaging-rabbitmq-parent - 999-SNAPSHOT - - - quarkus-messaging-rabbitmq - Quarkus - Messaging - RabbitMQ 1.0 - Runtime - Connect to RabbitMQ with Reactive Messaging - - - io.smallrye.reactive - smallrye-reactive-messaging-rabbitmq - - - io.quarkus - quarkus-mutiny-reactive-streams-operators - - - io.quarkus - quarkus-messaging - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-credentials - - - io.quarkus - quarkus-tls-registry - - - io.quarkus - quarkus-jackson - - - io.smallrye.reactive - smallrye-reactive-messaging-provider - - - com.fasterxml.jackson.core - jackson-core - - - javax.annotation - javax.annotation-api - - - - - jakarta.annotation - jakarta.annotation-api - - + + io.quarkus + quarkus-messaging-rabbitmq-parent + 999-SNAPSHOT + - - - - io.quarkus - quarkus-extension-maven-plugin - - - process-resources - - extension-descriptor - - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-messaging-rabbitmq + Quarkus - Messaging - RabbitMQ 1.0 - Runtime + Connect to RabbitMQ with Reactive Messaging + + + io.smallrye.reactive + smallrye-reactive-messaging-rabbitmq + + + io.quarkus + quarkus-mutiny-reactive-streams-operators + + + io.quarkus + quarkus-messaging + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-credentials + + + io.quarkus + quarkus-tls-registry + + + io.quarkus + quarkus-jackson + + + io.smallrye.reactive + smallrye-reactive-messaging-provider + + + com.fasterxml.jackson.core + jackson-core + + + javax.annotation + javax.annotation-api + + + + + jakarta.annotation + jakarta.annotation-api + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + process-resources + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-reactive-messaging/deployment/pom.xml b/extensions/smallrye-reactive-messaging/deployment/pom.xml index fdff18287a32e..2826c7392e2a5 100644 --- a/extensions/smallrye-reactive-messaging/deployment/pom.xml +++ b/extensions/smallrye-reactive-messaging/deployment/pom.xml @@ -1,117 +1,115 @@ - - - quarkus-messaging-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-messaging-parent + 999-SNAPSHOT + - quarkus-messaging-deployment - Quarkus - Messaging - Deployment + quarkus-messaging-deployment + Quarkus - Messaging - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-messaging - - - io.quarkus - quarkus-messaging-dev - - - io.quarkus - quarkus-smallrye-health-spi - - - io.quarkus - quarkus-mutiny-reactive-streams-operators-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-virtual-threads-deployment - - - org.commonmark - commonmark - - - io.quarkus - quarkus-vertx-http-dev-ui-spi - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-messaging + + + io.quarkus + quarkus-messaging-dev + + + io.quarkus + quarkus-smallrye-health-spi + + + io.quarkus + quarkus-mutiny-reactive-streams-operators-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-virtual-threads-deployment + + + org.commonmark + commonmark + + + io.quarkus + quarkus-vertx-http-dev-ui-spi + - - io.quarkus - quarkus-vertx-http-deployment - test - - - com.fasterxml.jackson.core - jackson-databind - test - + + io.quarkus + quarkus-vertx-http-deployment + test + + + com.fasterxml.jackson.core + jackson-databind + test + - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - org.awaitility - awaitility - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-resteasy-deployment - test - - + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-resteasy-deployment + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-reactive-messaging/kotlin/pom.xml b/extensions/smallrye-reactive-messaging/kotlin/pom.xml index cb50af1c929dc..775e769764a57 100644 --- a/extensions/smallrye-reactive-messaging/kotlin/pom.xml +++ b/extensions/smallrye-reactive-messaging/kotlin/pom.xml @@ -1,114 +1,112 @@ - - - io.quarkus - quarkus-messaging-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-messaging-parent + 999-SNAPSHOT + - quarkus-messaging-kotlin - Quarkus - Messaging - Kotlin + quarkus-messaging-kotlin + Quarkus - Messaging - Kotlin - - - io.quarkus - quarkus-arc - - - io.vertx - vertx-web - - - io.smallrye.reactive - smallrye-reactive-messaging-api - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - true - - - org.jetbrains.kotlinx - kotlinx-coroutines-jdk8 - true - - + + + io.quarkus + quarkus-arc + + + io.vertx + vertx-web + + + io.smallrye.reactive + smallrye-reactive-messaging-api + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + true + + + org.jetbrains.kotlinx + kotlinx-coroutines-jdk8 + true + + - - ${project.basedir}/src/main/kotlin - ${project.basedir}/src/test/kotlin - - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin.version} - - - compile - - compile - - - - test-compile - - test-compile - - - - - ${maven.compiler.target} - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - java-test-compile - test-compile - - testCompile - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - false - - - - + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + ${maven.compiler.target} + + + + compile + + compile + + + + test-compile + + test-compile + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + java-test-compile + + testCompile + + test-compile + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + false + + + + ${project.basedir}/src/main/kotlin + ${project.basedir}/src/test/kotlin + diff --git a/extensions/smallrye-reactive-messaging/pom.xml b/extensions/smallrye-reactive-messaging/pom.xml index ac32d989ea56a..53b0246a270f9 100644 --- a/extensions/smallrye-reactive-messaging/pom.xml +++ b/extensions/smallrye-reactive-messaging/pom.xml @@ -1,23 +1,21 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-messaging-parent - Quarkus - Messaging - pom + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-messaging-parent + pom + Quarkus - Messaging - - deployment - kotlin - runtime - runtime-dev - + + deployment + kotlin + runtime + runtime-dev + diff --git a/extensions/smallrye-reactive-messaging/runtime-dev/pom.xml b/extensions/smallrye-reactive-messaging/runtime-dev/pom.xml index f2543c261eb6a..d4c492ccc4e8b 100644 --- a/extensions/smallrye-reactive-messaging/runtime-dev/pom.xml +++ b/extensions/smallrye-reactive-messaging/runtime-dev/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-messaging-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - quarkus-messaging-dev - Quarkus - Messaging - Runtime Dev mode - Produce and consume messages and implement event driven and data streaming applications - Dev mode only - - - io.quarkus - quarkus-messaging - - - \ No newline at end of file + + 4.0.0 + + io.quarkus + quarkus-messaging-parent + 999-SNAPSHOT + + quarkus-messaging-dev + Quarkus - Messaging - Runtime Dev mode + Produce and consume messages and implement event driven and data streaming applications - Dev mode only + + + io.quarkus + quarkus-messaging + + + diff --git a/extensions/smallrye-reactive-messaging/runtime/pom.xml b/extensions/smallrye-reactive-messaging/runtime/pom.xml index e7216cbc061b4..a79dc85c3561c 100644 --- a/extensions/smallrye-reactive-messaging/runtime/pom.xml +++ b/extensions/smallrye-reactive-messaging/runtime/pom.xml @@ -1,119 +1,117 @@ - - - quarkus-messaging-parent + + 4.0.0 + + io.quarkus + quarkus-messaging-parent + 999-SNAPSHOT + + quarkus-messaging + Quarkus - Messaging - Runtime + Produce and consume messages and implement event driven and data streaming applications + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-mutiny-reactive-streams-operators + + + io.quarkus + quarkus-messaging-kotlin + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-virtual-threads + + + io.smallrye.reactive + smallrye-reactive-messaging-provider + + + com.fasterxml.jackson.core + jackson-core + + + javax.annotation + javax.annotation-api + + + + + + io.smallrye.common + smallrye-common-annotation + + + io.smallrye.reactive + smallrye-reactive-messaging-health + + + com.fasterxml.jackson.core + jackson-core + + + javax.annotation + javax.annotation-api + + + javax.inject + javax.inject + + + org.osgi + org.osgi.annotation.versioning + + + javax.enterprise + cdi-api + + + + + jakarta.annotation + jakarta.annotation-api + + + + + io.quarkus - 999-SNAPSHOT - - 4.0.0 - quarkus-messaging - Quarkus - Messaging - Runtime - Produce and consume messages and implement event driven and data streaming applications - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-mutiny-reactive-streams-operators - - - io.quarkus - quarkus-messaging-kotlin - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-virtual-threads - - - io.smallrye.reactive - smallrye-reactive-messaging-provider - - - com.fasterxml.jackson.core - jackson-core - - - javax.annotation - javax.annotation-api - - - - - - io.smallrye.common - smallrye-common-annotation - - - io.smallrye.reactive - smallrye-reactive-messaging-health - - - com.fasterxml.jackson.core - jackson-core - - - javax.annotation - javax.annotation-api - - - javax.inject - javax.inject - - - org.osgi - org.osgi.annotation.versioning - - - javax.enterprise - cdi-api - - - - - jakarta.annotation - jakarta.annotation-api - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.smallrye.reactive.messaging - io.quarkus.messaging - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + quarkus-extension-maven-plugin + + + io.quarkus.smallrye.reactive.messaging + io.quarkus.messaging + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-stork/deployment/pom.xml b/extensions/smallrye-stork/deployment/pom.xml index f928d523cd864..3001833f190ed 100644 --- a/extensions/smallrye-stork/deployment/pom.xml +++ b/extensions/smallrye-stork/deployment/pom.xml @@ -1,56 +1,54 @@ - - - quarkus-smallrye-stork-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-stork-parent + 999-SNAPSHOT + - quarkus-smallrye-stork-deployment - Quarkus - SmallRye Stork - Deployment + quarkus-smallrye-stork-deployment + Quarkus - SmallRye Stork - Deployment - - - io.quarkus - quarkus-smallrye-stork - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-vertx-deployment - - + + + io.quarkus + quarkus-smallrye-stork + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-vertx-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/smallrye-stork/pom.xml b/extensions/smallrye-stork/pom.xml index c52f225f5765a..9dd35e33356fc 100644 --- a/extensions/smallrye-stork/pom.xml +++ b/extensions/smallrye-stork/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-smallrye-stork-parent - Quarkus - SmallRye Stork Integration - pom - - deployment - runtime - + quarkus-smallrye-stork-parent + pom + Quarkus - SmallRye Stork Integration + + deployment + runtime + diff --git a/extensions/smallrye-stork/runtime/pom.xml b/extensions/smallrye-stork/runtime/pom.xml index e8ce7252ecfeb..c1f7e9abfdcf4 100644 --- a/extensions/smallrye-stork/runtime/pom.xml +++ b/extensions/smallrye-stork/runtime/pom.xml @@ -1,69 +1,67 @@ - - - quarkus-smallrye-stork-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-smallrye-stork-parent + 999-SNAPSHOT + - quarkus-smallrye-stork - Quarkus - SmallRye Stork - Runtime - SmallRye Stork is a dynamic service discovery and selection framework for locating and selecting service instances. + quarkus-smallrye-stork + Quarkus - SmallRye Stork - Runtime + SmallRye Stork is a dynamic service discovery and selection framework for locating and selecting service instances. - - - io.smallrye.stork - stork-api - - - io.smallrye.stork - stork-core - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-vertx - - + + + io.smallrye.stork + stork-api + + + io.smallrye.stork + stork-core + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-vertx + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.smallrye.stork - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.smallrye.stork + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/spring-boot-properties/deployment/pom.xml b/extensions/spring-boot-properties/deployment/pom.xml index 188156309a87d..6bf79f0704717 100644 --- a/extensions/spring-boot-properties/deployment/pom.xml +++ b/extensions/spring-boot-properties/deployment/pom.xml @@ -1,47 +1,45 @@ - - - quarkus-spring-boot-properties-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-spring-boot-properties-parent + 999-SNAPSHOT + - quarkus-spring-boot-properties-deployment - Quarkus - Spring Boot - Properties - Deployment + quarkus-spring-boot-properties-deployment + Quarkus - Spring Boot - Properties - Deployment - - - io.quarkus - quarkus-spring-boot-properties - - - io.quarkus - quarkus-arc-deployment - - + + + io.quarkus + quarkus-spring-boot-properties + + + io.quarkus + quarkus-arc-deployment + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/spring-boot-properties/pom.xml b/extensions/spring-boot-properties/pom.xml index e3500dea8accb..18fb3f3c28bd8 100644 --- a/extensions/spring-boot-properties/pom.xml +++ b/extensions/spring-boot-properties/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-spring-boot-properties-parent - Quarkus - Spring Boot - Properties - pom + quarkus-spring-boot-properties-parent + pom + Quarkus - Spring Boot - Properties - - deployment - runtime - - \ No newline at end of file + + deployment + runtime + + diff --git a/extensions/spring-boot-properties/runtime/pom.xml b/extensions/spring-boot-properties/runtime/pom.xml index e07c964b9b627..334c25a98832f 100644 --- a/extensions/spring-boot-properties/runtime/pom.xml +++ b/extensions/spring-boot-properties/runtime/pom.xml @@ -1,74 +1,72 @@ - - - quarkus-spring-boot-properties-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-spring-boot-properties-parent + 999-SNAPSHOT + - quarkus-spring-boot-properties - Quarkus - Spring Boot - Properties - Runtime - Use Spring Boot properties annotations to configure your application + quarkus-spring-boot-properties + Quarkus - Spring Boot - Properties - Runtime + Use Spring Boot properties annotations to configure your application - - - io.quarkus - quarkus-spring-boot-properties-api - - - io.quarkus - quarkus-spring-core-api - - - io.quarkus - quarkus-arc - - + + + io.quarkus + quarkus-spring-boot-properties-api + + + io.quarkus + quarkus-spring-core-api + + + io.quarkus + quarkus-arc + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.springframework.boot:spring-boot - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.springframework.boot:spring-boot + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + diff --git a/extensions/spring-cache/deployment/pom.xml b/extensions/spring-cache/deployment/pom.xml index 3651930e3ed81..24c8f9902f62f 100644 --- a/extensions/spring-cache/deployment/pom.xml +++ b/extensions/spring-cache/deployment/pom.xml @@ -1,53 +1,51 @@ - - - quarkus-spring-cache-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-spring-cache-parent + 999-SNAPSHOT + - quarkus-spring-cache-deployment - Quarkus - Spring - Cache - Deployment + quarkus-spring-cache-deployment + Quarkus - Spring - Cache - Deployment - - - io.quarkus - quarkus-cache-deployment - - - io.quarkus - quarkus-spring-cache - + + + io.quarkus + quarkus-cache-deployment + + + io.quarkus + quarkus-spring-cache + - - io.quarkus - quarkus-junit5-internal - test - - + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/spring-cache/pom.xml b/extensions/spring-cache/pom.xml index 8a8df385e7f58..4d5bd6ff60220 100644 --- a/extensions/spring-cache/pom.xml +++ b/extensions/spring-cache/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-spring-cache-parent - Quarkus - Spring - Cache - pom + quarkus-spring-cache-parent + pom + Quarkus - Spring - Cache - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/spring-cache/runtime/pom.xml b/extensions/spring-cache/runtime/pom.xml index e939c02119439..7fd8c0e07b417 100644 --- a/extensions/spring-cache/runtime/pom.xml +++ b/extensions/spring-cache/runtime/pom.xml @@ -1,63 +1,60 @@ - - - quarkus-spring-cache-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-spring-cache-parent + 999-SNAPSHOT + - quarkus-spring-cache - Quarkus - Spring - Cache - Runtime - Use Spring Cache annotations + quarkus-spring-cache + Quarkus - Spring - Cache - Runtime + Use Spring Cache annotations - - - io.quarkus - quarkus-cache - - - io.quarkus - quarkus-spring-core-api - - - io.quarkus - quarkus-spring-context-api - - + + + io.quarkus + quarkus-cache + + + io.quarkus + quarkus-spring-core-api + + + io.quarkus + quarkus-spring-context-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.apache.maven.plugins - maven-compiler-plugin - - - default-compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + + + default-compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + - diff --git a/extensions/spring-cloud-config-client/deployment/pom.xml b/extensions/spring-cloud-config-client/deployment/pom.xml index e5558ae4f4ad1..193e817c3d527 100644 --- a/extensions/spring-cloud-config-client/deployment/pom.xml +++ b/extensions/spring-cloud-config-client/deployment/pom.xml @@ -1,59 +1,57 @@ - - - quarkus-spring-cloud-config-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-spring-cloud-config-client-parent + 999-SNAPSHOT + - quarkus-spring-cloud-config-client-deployment - Quarkus - Spring Cloud Config Client - Deployment + quarkus-spring-cloud-config-client-deployment + Quarkus - Spring Cloud Config Client - Deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-jackson-deployment - - - io.quarkus - quarkus-mutiny-deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-spring-cloud-config-client - - + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-jackson-deployment + + + io.quarkus + quarkus-mutiny-deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-spring-cloud-config-client + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - - \ No newline at end of file + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + + diff --git a/extensions/spring-cloud-config-client/pom.xml b/extensions/spring-cloud-config-client/pom.xml index f00cf81b4d015..bf22efe6eb3c4 100644 --- a/extensions/spring-cloud-config-client/pom.xml +++ b/extensions/spring-cloud-config-client/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-spring-cloud-config-client-parent - Quarkus - Spring Cloud Config Client - pom + quarkus-spring-cloud-config-client-parent + pom + Quarkus - Spring Cloud Config Client - - deployment - runtime - - \ No newline at end of file + + deployment + runtime + + diff --git a/extensions/spring-cloud-config-client/runtime/pom.xml b/extensions/spring-cloud-config-client/runtime/pom.xml index 3ce10e3d3c56f..4f3654a6d9385 100644 --- a/extensions/spring-cloud-config-client/runtime/pom.xml +++ b/extensions/spring-cloud-config-client/runtime/pom.xml @@ -1,115 +1,113 @@ - - - quarkus-spring-cloud-config-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-spring-cloud-config-client-parent + 999-SNAPSHOT + - quarkus-spring-cloud-config-client - Quarkus - Spring Cloud Config Client - Runtime - Use properties from Spring Cloud Config as bootstrap properties sources + quarkus-spring-cloud-config-client + Quarkus - Spring Cloud Config Client - Runtime + Use properties from Spring Cloud Config as bootstrap properties sources - - - io.quarkus - quarkus-arc - - - io.smallrye.reactive - smallrye-mutiny-vertx-web-client - - - io.quarkus - quarkus-mutiny - - - io.quarkus - quarkus-vertx - - - org.jboss.logging - commons-logging-jboss-logging - - - io.quarkus - quarkus-jackson - + + + io.quarkus + quarkus-arc + + + io.smallrye.reactive + smallrye-mutiny-vertx-web-client + + + io.quarkus + quarkus-mutiny + + + io.quarkus + quarkus-vertx + + + org.jboss.logging + commons-logging-jboss-logging + + + io.quarkus + quarkus-jackson + - - - io.quarkus - quarkus-junit5 - test - - - org.mockito - mockito-core - test - - - org.wiremock - wiremock-standalone - test - - - commons-logging - commons-logging - - - - - jakarta.servlet - jakarta.servlet-api - test - - - commons-io - commons-io - test - - - org.assertj - assertj-core - test - - - jakarta.ws.rs - jakarta.ws.rs-api - - + + + io.quarkus + quarkus-junit5 + test + + + org.mockito + mockito-core + test + + + org.wiremock + wiremock-standalone + test + + + commons-logging + commons-logging + + + + + jakarta.servlet + jakarta.servlet-api + test + + + commons-io + commons-io + test + + + org.assertj + assertj-core + test + + + jakarta.ws.rs + jakarta.ws.rs-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.apache.maven.plugins - maven-compiler-plugin - - - default-compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + + + default-compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/spring-data-jpa/deployment/pom.xml b/extensions/spring-data-jpa/deployment/pom.xml index a37901e4d8e67..dcc1c19794817 100644 --- a/extensions/spring-data-jpa/deployment/pom.xml +++ b/extensions/spring-data-jpa/deployment/pom.xml @@ -1,78 +1,76 @@ - - - quarkus-spring-data-jpa-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-spring-data-jpa-parent + 999-SNAPSHOT + - quarkus-spring-data-jpa-deployment - Quarkus - Spring Data JPA - Deployment + quarkus-spring-data-jpa-deployment + Quarkus - Spring Data JPA - Deployment - - - io.quarkus - quarkus-spring-data-jpa - - - io.quarkus - quarkus-hibernate-orm-panache-deployment - - - io.quarkus - quarkus-spring-di-deployment - + + + io.quarkus + quarkus-spring-data-jpa + + + io.quarkus + quarkus-hibernate-orm-panache-deployment + + + io.quarkus + quarkus-spring-di-deployment + - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-resteasy-jackson-deployment - test - - - io.quarkus - quarkus-jdbc-h2-deployment - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-resteasy-jackson-deployment + test + + + io.quarkus + quarkus-jdbc-h2-deployment + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/spring-data-jpa/pom.xml b/extensions/spring-data-jpa/pom.xml index 854652008ad1d..9442e3ad35525 100644 --- a/extensions/spring-data-jpa/pom.xml +++ b/extensions/spring-data-jpa/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-spring-data-jpa-parent - Quarkus - Spring Data JPA - pom - - deployment - runtime - + quarkus-spring-data-jpa-parent + pom + Quarkus - Spring Data JPA + + deployment + runtime + diff --git a/extensions/spring-data-jpa/runtime/pom.xml b/extensions/spring-data-jpa/runtime/pom.xml index cc271582e030e..661d701495253 100644 --- a/extensions/spring-data-jpa/runtime/pom.xml +++ b/extensions/spring-data-jpa/runtime/pom.xml @@ -1,92 +1,90 @@ - - - quarkus-spring-data-jpa-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-spring-data-jpa-parent + 999-SNAPSHOT + - quarkus-spring-data-jpa - Quarkus - Spring Data JPA - Runtime - Use Spring Data JPA annotations to create your data access layer - - - io.quarkus - quarkus-hibernate-orm-panache - - - io.quarkus - quarkus-spring-data-jpa-api - - - io.quarkus - quarkus-spring-di - - - io.quarkus - quarkus-spring-data-commons-api - - - io.quarkus - quarkus-spring-context-api - - - io.quarkus - quarkus-spring-core-api - - - io.quarkus - quarkus-spring-aop-api - - - io.quarkus - quarkus-spring-boot-orm-api - - - org.graalvm.sdk - nativeimage - provided - - + quarkus-spring-data-jpa + Quarkus - Spring Data JPA - Runtime + Use Spring Data JPA annotations to create your data access layer + + + io.quarkus + quarkus-hibernate-orm-panache + + + io.quarkus + quarkus-spring-data-jpa-api + + + io.quarkus + quarkus-spring-di + + + io.quarkus + quarkus-spring-data-commons-api + + + io.quarkus + quarkus-spring-context-api + + + io.quarkus + quarkus-spring-core-api + + + io.quarkus + quarkus-spring-aop-api + + + io.quarkus + quarkus-spring-boot-orm-api + + + org.graalvm.sdk + nativeimage + provided + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.springframework.data:spring-data-jpa - org.springframework.data:spring-data-commons - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - default-compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.springframework.data:spring-data-jpa + org.springframework.data:spring-data-commons + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + default-compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/spring-data-rest/deployment/pom.xml b/extensions/spring-data-rest/deployment/pom.xml index aad013b6304fd..84b5f7555a63a 100644 --- a/extensions/spring-data-rest/deployment/pom.xml +++ b/extensions/spring-data-rest/deployment/pom.xml @@ -1,82 +1,80 @@ - - - quarkus-spring-data-rest-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-spring-data-rest-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-spring-data-rest-deployment - Quarkus - Spring Data - REST - Deployment + quarkus-spring-data-rest-deployment + Quarkus - Spring Data - REST - Deployment - - - io.quarkus - quarkus-spring-data-rest - - - io.quarkus - quarkus-rest-data-panache-deployment - - - io.quarkus - quarkus-spring-data-jpa-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-jdbc-h2-deployment - test - - - io.quarkus - quarkus-rest-jackson-deployment - test - - - io.quarkus - quarkus-rest-links-deployment - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-spring-data-rest + + + io.quarkus + quarkus-rest-data-panache-deployment + + + io.quarkus + quarkus-spring-data-jpa-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-jdbc-h2-deployment + test + + + io.quarkus + quarkus-rest-jackson-deployment + test + + + io.quarkus + quarkus-rest-links-deployment + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/spring-data-rest/pom.xml b/extensions/spring-data-rest/pom.xml index 9b5d3233be078..6df31ccc16bd0 100644 --- a/extensions/spring-data-rest/pom.xml +++ b/extensions/spring-data-rest/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-spring-data-rest-parent - Quarkus - Spring Data - REST - pom + quarkus-spring-data-rest-parent + pom + Quarkus - Spring Data - REST - - runtime - deployment - + + runtime + deployment + diff --git a/extensions/spring-data-rest/runtime/pom.xml b/extensions/spring-data-rest/runtime/pom.xml index 4c9980ed6e8f4..28202f90d1cc0 100644 --- a/extensions/spring-data-rest/runtime/pom.xml +++ b/extensions/spring-data-rest/runtime/pom.xml @@ -1,62 +1,60 @@ - - - quarkus-spring-data-rest-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-spring-data-rest-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-spring-data-rest - Quarkus - Spring Data - REST - Runtime - Generate Jakarta REST resources for a Spring Data application + quarkus-spring-data-rest + Quarkus - Spring Data - REST - Runtime + Generate Jakarta REST resources for a Spring Data application - - - io.quarkus - quarkus-rest-data-panache - - - io.quarkus - quarkus-spring-data-jpa - - - io.quarkus - quarkus-spring-data-rest-api - - + + + io.quarkus + quarkus-rest-data-panache + + + io.quarkus + quarkus-spring-data-jpa + + + io.quarkus + quarkus-spring-data-rest-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.apache.maven.plugins - maven-compiler-plugin - - - default-compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + + + default-compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/spring-di/deployment/pom.xml b/extensions/spring-di/deployment/pom.xml index 1c205a5a8a753..172fa9a877c13 100644 --- a/extensions/spring-di/deployment/pom.xml +++ b/extensions/spring-di/deployment/pom.xml @@ -1,59 +1,57 @@ - - - quarkus-spring-di-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-spring-di-parent + 999-SNAPSHOT + - quarkus-spring-di-deployment - Quarkus - Spring - DI - Deployment + quarkus-spring-di-deployment + Quarkus - Spring - DI - Deployment - - - io.quarkus - quarkus-spring-di - - - io.quarkus - quarkus-arc-deployment - + + + io.quarkus + quarkus-spring-di + + + io.quarkus + quarkus-arc-deployment + - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/spring-di/pom.xml b/extensions/spring-di/pom.xml index 1065c9fc23c39..c9b4af435a07a 100644 --- a/extensions/spring-di/pom.xml +++ b/extensions/spring-di/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-spring-di-parent - Quarkus - Spring - DI - pom - - deployment - runtime - + quarkus-spring-di-parent + pom + Quarkus - Spring - DI + + deployment + runtime + diff --git a/extensions/spring-di/runtime/pom.xml b/extensions/spring-di/runtime/pom.xml index e9d59d516fbe7..93b60f2410334 100644 --- a/extensions/spring-di/runtime/pom.xml +++ b/extensions/spring-di/runtime/pom.xml @@ -1,49 +1,47 @@ - - - quarkus-spring-di-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-spring-di-parent + 999-SNAPSHOT + - quarkus-spring-di - Quarkus - Spring - DI - Runtime - Define your dependency injection with Spring DI - - - io.quarkus - quarkus-spring-core-api - - - io.quarkus - quarkus-spring-context-api - - - io.quarkus - quarkus-spring-beans-api - - - io.quarkus - quarkus-arc - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.springframework:spring-core - org.springframework:spring-beans - org.springframework:spring-context - - - - - + quarkus-spring-di + Quarkus - Spring - DI - Runtime + Define your dependency injection with Spring DI + + + io.quarkus + quarkus-spring-core-api + + + io.quarkus + quarkus-spring-context-api + + + io.quarkus + quarkus-spring-beans-api + + + io.quarkus + quarkus-arc + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.springframework:spring-core + org.springframework:spring-beans + org.springframework:spring-context + + + + + diff --git a/extensions/spring-scheduled/deployment/pom.xml b/extensions/spring-scheduled/deployment/pom.xml index f723a49e98c87..f30caabb8acf6 100644 --- a/extensions/spring-scheduled/deployment/pom.xml +++ b/extensions/spring-scheduled/deployment/pom.xml @@ -1,68 +1,66 @@ - - - quarkus-spring-scheduled-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-spring-scheduled-parent + 999-SNAPSHOT + - quarkus-spring-scheduled-deployment - Quarkus - Spring - Scheduling - Deployment + quarkus-spring-scheduled-deployment + Quarkus - Spring - Scheduling - Deployment - - - io.quarkus - quarkus-spring-scheduled - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-scheduler-deployment - + + + io.quarkus + quarkus-spring-scheduled + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-scheduler-deployment + - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/spring-scheduled/pom.xml b/extensions/spring-scheduled/pom.xml index 8a5e072a26612..131c0f4450479 100644 --- a/extensions/spring-scheduled/pom.xml +++ b/extensions/spring-scheduled/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-spring-scheduled-parent - Quarkus - Spring - Scheduling - pom - - deployment - runtime - + quarkus-spring-scheduled-parent + pom + Quarkus - Spring - Scheduling + + deployment + runtime + diff --git a/extensions/spring-scheduled/runtime/pom.xml b/extensions/spring-scheduled/runtime/pom.xml index 2b069d63fea0a..32779bdb4911e 100644 --- a/extensions/spring-scheduled/runtime/pom.xml +++ b/extensions/spring-scheduled/runtime/pom.xml @@ -1,39 +1,37 @@ - - - io.quarkus - quarkus-spring-scheduled-parent - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-spring-scheduled-parent + 999-SNAPSHOT + - quarkus-spring-scheduled - Quarkus - Spring - Scheduling - Runtime - Schedule tasks with Spring Scheduling - - - io.quarkus - quarkus-spring-context-api - - - io.quarkus - quarkus-scheduler - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.springframework:spring-context - - - - - + quarkus-spring-scheduled + Quarkus - Spring - Scheduling - Runtime + Schedule tasks with Spring Scheduling + + + io.quarkus + quarkus-spring-context-api + + + io.quarkus + quarkus-scheduler + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.springframework:spring-context + + + + + diff --git a/extensions/spring-security/deployment/pom.xml b/extensions/spring-security/deployment/pom.xml index 883f98a0ffe09..9b20e618b96bf 100644 --- a/extensions/spring-security/deployment/pom.xml +++ b/extensions/spring-security/deployment/pom.xml @@ -1,96 +1,94 @@ - - 4.0.0 - - io.quarkus - quarkus-spring-security-parent - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-spring-security-parent + 999-SNAPSHOT + - quarkus-spring-security-deployment - Quarkus - Spring Security - Deployment + quarkus-spring-security-deployment + Quarkus - Spring Security - Deployment - - - io.quarkus - quarkus-spring-di-deployment - - - io.quarkus - quarkus-spring-security - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-security-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus.security - quarkus-security - - - javax.enterprise - cdi-api - - - - - io.quarkus - quarkus-security-test-utils - test - - - io.quarkus - quarkus-spring-web-deployment - test - - - io.quarkus - quarkus-resteasy-jackson-deployment - test - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-spring-di-deployment + + + io.quarkus + quarkus-spring-security + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-security-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus.security + quarkus-security + + + javax.enterprise + cdi-api + + + + + io.quarkus + quarkus-security-test-utils + test + + + io.quarkus + quarkus-spring-web-deployment + test + + + io.quarkus + quarkus-resteasy-jackson-deployment + test + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/spring-security/pom.xml b/extensions/spring-security/pom.xml index fc8468e71fdc2..1d2468821df87 100644 --- a/extensions/spring-security/pom.xml +++ b/extensions/spring-security/pom.xml @@ -1,21 +1,19 @@ - - 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-spring-security-parent - Quarkus - Spring Security - Parent + quarkus-spring-security-parent - pom - - deployment - runtime - + pom + Quarkus - Spring Security - Parent + + deployment + runtime + diff --git a/extensions/spring-security/runtime/pom.xml b/extensions/spring-security/runtime/pom.xml index ef60267dd6f86..bfaf1de238351 100644 --- a/extensions/spring-security/runtime/pom.xml +++ b/extensions/spring-security/runtime/pom.xml @@ -1,60 +1,58 @@ - - 4.0.0 - - io.quarkus - quarkus-spring-security-parent - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-spring-security-parent + 999-SNAPSHOT + - quarkus-spring-security - Quarkus - Spring Security - Runtime - Secure your application with Spring Security annotations + quarkus-spring-security + Quarkus - Spring Security - Runtime + Secure your application with Spring Security annotations - - - io.quarkus - quarkus-security - - - io.quarkus - quarkus-spring-di - - - io.quarkus - quarkus-spring-security-core-api - - - io.quarkus - quarkus-spring-core-api - - - io.quarkus - quarkus-spring-context-api - - - io.quarkus - quarkus-spring-web-api - - - io.quarkus - quarkus-spring-beans-api - - + + + io.quarkus + quarkus-security + + + io.quarkus + quarkus-spring-di + + + io.quarkus + quarkus-spring-security-core-api + + + io.quarkus + quarkus-spring-core-api + + + io.quarkus + quarkus-spring-context-api + + + io.quarkus + quarkus-spring-web-api + + + io.quarkus + quarkus-spring-beans-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.springframework.security:spring-security-core - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.springframework.security:spring-security-core + + + + + diff --git a/extensions/spring-web/core/common-runtime/pom.xml b/extensions/spring-web/core/common-runtime/pom.xml index 8c1e2c5776518..1c18b6dc49274 100644 --- a/extensions/spring-web/core/common-runtime/pom.xml +++ b/extensions/spring-web/core/common-runtime/pom.xml @@ -1,42 +1,40 @@ - - - quarkus-spring-web-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-spring-web-parent + 999-SNAPSHOT + - quarkus-spring-web-common - Quarkus - Spring Web - Common Runtime + quarkus-spring-web-common + Quarkus - Spring Web - Common Runtime - - - jakarta.ws.rs - jakarta.ws.rs-api - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - io.quarkus - quarkus-spring-web-api - - - io.quarkus - quarkus-spring-webmvc-api - - - io.quarkus - quarkus-spring-core-api - - - io.quarkus - quarkus-spring-context-api - - + + + jakarta.ws.rs + jakarta.ws.rs-api + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + + io.quarkus + quarkus-spring-web-api + + + io.quarkus + quarkus-spring-webmvc-api + + + io.quarkus + quarkus-spring-core-api + + + io.quarkus + quarkus-spring-context-api + + diff --git a/extensions/spring-web/core/deployment/pom.xml b/extensions/spring-web/core/deployment/pom.xml index 3e4a4c85b1414..f72f20d478df3 100644 --- a/extensions/spring-web/core/deployment/pom.xml +++ b/extensions/spring-web/core/deployment/pom.xml @@ -1,70 +1,68 @@ - - - quarkus-spring-web-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-spring-web-parent + 999-SNAPSHOT + - quarkus-spring-web-deployment - Quarkus - Spring Web - Deployment + quarkus-spring-web-deployment + Quarkus - Spring Web - Deployment - - - io.quarkus - quarkus-spring-web - - - io.quarkus - quarkus-spring-di-deployment - - - io.quarkus - quarkus-spring-web-resteasy-deployment - true - - - io.quarkus - quarkus-spring-web-rest-deployment - true - - - io.quarkus - quarkus-jaxrs-spi-deployment - - - io.quarkus - quarkus-rest-spi-deployment - - - io.quarkus - quarkus-resteasy-common-spi - - + + + io.quarkus + quarkus-spring-web + + + io.quarkus + quarkus-spring-di-deployment + + + io.quarkus + quarkus-spring-web-resteasy-deployment + true + + + io.quarkus + quarkus-spring-web-rest-deployment + true + + + io.quarkus + quarkus-jaxrs-spi-deployment + + + io.quarkus + quarkus-rest-spi-deployment + + + io.quarkus + quarkus-resteasy-common-spi + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/spring-web/core/pom.xml b/extensions/spring-web/core/pom.xml index 8b104bd2b4631..46de86f2d30df 100644 --- a/extensions/spring-web/core/pom.xml +++ b/extensions/spring-web/core/pom.xml @@ -1,23 +1,20 @@ - - - quarkus-spring-web-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-spring-web-parent-aggregator + 999-SNAPSHOT + ../pom.xml + - quarkus-spring-web-parent - Quarkus - Spring Web - pom - - deployment - runtime - common-runtime - + quarkus-spring-web-parent + pom + Quarkus - Spring Web + + deployment + runtime + common-runtime + - diff --git a/extensions/spring-web/core/runtime/pom.xml b/extensions/spring-web/core/runtime/pom.xml index 2eaaa07fa520d..25e90e008f5ec 100644 --- a/extensions/spring-web/core/runtime/pom.xml +++ b/extensions/spring-web/core/runtime/pom.xml @@ -1,67 +1,65 @@ - - - quarkus-spring-web-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-spring-web-parent + 999-SNAPSHOT + - quarkus-spring-web - Quarkus - Spring Web - Runtime - Use Spring Web annotations to create your REST services - - - io.quarkus - quarkus-spring-web-resteasy - true - - - io.quarkus - quarkus-spring-web-rest - true - - - io.quarkus - quarkus-spring-di - + quarkus-spring-web + Quarkus - Spring Web - Runtime + Use Spring Web annotations to create your REST services + + + io.quarkus + quarkus-spring-web-resteasy + true + + + io.quarkus + quarkus-spring-web-rest + true + + + io.quarkus + quarkus-spring-di + - - io.quarkus - quarkus-spring-web-api - - - io.quarkus - quarkus-spring-webmvc-api - - - io.quarkus - quarkus-spring-core-api - - - io.quarkus - quarkus-spring-context-api - - + + io.quarkus + quarkus-spring-web-api + + + io.quarkus + quarkus-spring-webmvc-api + + + io.quarkus + quarkus-spring-core-api + + + io.quarkus + quarkus-spring-context-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.spring.web - - - org.springframework:spring-web - org.springframework:spring-webmvc - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.spring.web + + + org.springframework:spring-web + org.springframework:spring-webmvc + + + + + diff --git a/extensions/spring-web/pom.xml b/extensions/spring-web/pom.xml index d9a8941f3e503..013f132fe20a4 100644 --- a/extensions/spring-web/pom.xml +++ b/extensions/spring-web/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-spring-web-parent-aggregator - Quarkus - Spring Web - Parent - Aggregator - pom - - core - resteasy-classic - resteasy-reactive - + quarkus-spring-web-parent-aggregator + pom + Quarkus - Spring Web - Parent - Aggregator + + core + resteasy-classic + resteasy-reactive + diff --git a/extensions/spring-web/resteasy-classic/deployment/pom.xml b/extensions/spring-web/resteasy-classic/deployment/pom.xml index f7c07721f4a19..f03b109041e09 100644 --- a/extensions/spring-web/resteasy-classic/deployment/pom.xml +++ b/extensions/spring-web/resteasy-classic/deployment/pom.xml @@ -1,53 +1,51 @@ - - - quarkus-spring-web-resteasy-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-spring-web-resteasy-parent + 999-SNAPSHOT + - quarkus-spring-web-resteasy-deployment - Quarkus - Spring Web - RESTEasy Classic - Deployment + quarkus-spring-web-resteasy-deployment + Quarkus - Spring Web - RESTEasy Classic - Deployment - - - io.quarkus - quarkus-resteasy-deployment - - - io.quarkus - quarkus-resteasy-common-spi - + + + io.quarkus + quarkus-resteasy-deployment + + + io.quarkus + quarkus-resteasy-common-spi + - - io.quarkus - quarkus-spring-web-resteasy - - + + io.quarkus + quarkus-spring-web-resteasy + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/spring-web/resteasy-classic/pom.xml b/extensions/spring-web/resteasy-classic/pom.xml index 6bb1063de8e40..79d6b87709d36 100644 --- a/extensions/spring-web/resteasy-classic/pom.xml +++ b/extensions/spring-web/resteasy-classic/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-spring-web-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-spring-web-parent-aggregator + 999-SNAPSHOT + ../pom.xml + + + quarkus-spring-web-resteasy-parent + pom + Quarkus - Spring Web - RESTEasy Classic - Parent + + deployment + runtime + tests + - quarkus-spring-web-resteasy-parent - Quarkus - Spring Web - RESTEasy Classic - Parent - pom - - deployment - runtime - tests - - diff --git a/extensions/spring-web/resteasy-classic/runtime/pom.xml b/extensions/spring-web/resteasy-classic/runtime/pom.xml index 19f3a7b3fea6f..2886b90945557 100644 --- a/extensions/spring-web/resteasy-classic/runtime/pom.xml +++ b/extensions/spring-web/resteasy-classic/runtime/pom.xml @@ -1,66 +1,64 @@ - - - quarkus-spring-web-resteasy-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-spring-web-resteasy-parent + 999-SNAPSHOT + - quarkus-spring-web-resteasy - Quarkus - Spring Web - RESTEasy Classic - Runtime + quarkus-spring-web-resteasy + Quarkus - Spring Web - RESTEasy Classic - Runtime - - - io.quarkus - quarkus-resteasy - - - org.jboss.resteasy.spring - resteasy-spring-web - - - javax.enterprise - cdi-api - - - jakarta.activation - jakarta.activation-api - - - org.jboss.spec.javax.ws.rs - jboss-jaxrs-api_3.0_spec - - - - - io.quarkus - quarkus-spring-web-common - - + + + io.quarkus + quarkus-resteasy + + + org.jboss.resteasy.spring + resteasy-spring-web + + + javax.enterprise + cdi-api + + + jakarta.activation + jakarta.activation-api + + + org.jboss.spec.javax.ws.rs + jboss-jaxrs-api_3.0_spec + + + + + io.quarkus + quarkus-spring-web-common + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - process-resources - - extension-descriptor - - - - io.quarkus:quarkus-resteasy-jackson - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + process-resources + + + io.quarkus:quarkus-resteasy-jackson + + + + + + + diff --git a/extensions/spring-web/resteasy-classic/tests/pom.xml b/extensions/spring-web/resteasy-classic/tests/pom.xml index 6388acc7d5c13..e5105783efd02 100644 --- a/extensions/spring-web/resteasy-classic/tests/pom.xml +++ b/extensions/spring-web/resteasy-classic/tests/pom.xml @@ -1,53 +1,51 @@ - - - quarkus-spring-web-resteasy-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-spring-web-resteasy-parent + 999-SNAPSHOT + - - quarkus-spring-web-resteasy-tests - Quarkus - Spring Web - RESTEasy Classic - Tests + + quarkus-spring-web-resteasy-tests + Quarkus - Spring Web - RESTEasy Classic - Tests - - true - true - + + true + true + - - - io.quarkus - quarkus-resteasy-jackson-deployment - - - io.quarkus - quarkus-spring-web-deployment - - - io.quarkus - quarkus-spring-web-resteasy-deployment - + + + io.quarkus + quarkus-resteasy-jackson-deployment + + + io.quarkus + quarkus-spring-web-deployment + + + io.quarkus + quarkus-spring-web-resteasy-deployment + - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + diff --git a/extensions/spring-web/resteasy-reactive/deployment/pom.xml b/extensions/spring-web/resteasy-reactive/deployment/pom.xml index 4d4df3ebf8e21..0f8998b215293 100644 --- a/extensions/spring-web/resteasy-reactive/deployment/pom.xml +++ b/extensions/spring-web/resteasy-reactive/deployment/pom.xml @@ -1,64 +1,62 @@ - - - quarkus-spring-web-rest-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-spring-web-rest-parent + 999-SNAPSHOT + - quarkus-spring-web-rest-deployment - Quarkus - Spring Web - REST - Deployment + quarkus-spring-web-rest-deployment + Quarkus - Spring Web - REST - Deployment - - - io.quarkus - quarkus-rest-deployment - - - io.quarkus - quarkus-resteasy-server-common-spi - + + + io.quarkus + quarkus-rest-deployment + + + io.quarkus + quarkus-resteasy-server-common-spi + - - io.quarkus - quarkus-spring-web-rest - + + io.quarkus + quarkus-spring-web-rest + - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/spring-web/resteasy-reactive/pom.xml b/extensions/spring-web/resteasy-reactive/pom.xml index ab5d65869e292..ca83687f936f9 100644 --- a/extensions/spring-web/resteasy-reactive/pom.xml +++ b/extensions/spring-web/resteasy-reactive/pom.xml @@ -1,23 +1,20 @@ - - - quarkus-spring-web-parent-aggregator - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 - - quarkus-spring-web-rest-parent - Quarkus - Spring Web - REST - Parent - pom - - deployment - runtime - tests - + + 4.0.0 + + io.quarkus + quarkus-spring-web-parent-aggregator + 999-SNAPSHOT + ../pom.xml + + quarkus-spring-web-rest-parent + pom + Quarkus - Spring Web - REST - Parent + + deployment + runtime + tests + diff --git a/extensions/spring-web/resteasy-reactive/runtime/pom.xml b/extensions/spring-web/resteasy-reactive/runtime/pom.xml index 586a76fbbad0e..4a12750b07538 100644 --- a/extensions/spring-web/resteasy-reactive/runtime/pom.xml +++ b/extensions/spring-web/resteasy-reactive/runtime/pom.xml @@ -1,48 +1,46 @@ - - - quarkus-spring-web-rest-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-spring-web-rest-parent + 999-SNAPSHOT + - quarkus-spring-web-rest - Quarkus - Spring Web - REST - Runtime + quarkus-spring-web-rest + Quarkus - Spring Web - REST - Runtime - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-spring-web-common - - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-spring-web-common + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - process-resources - - extension-descriptor - - - - io.quarkus:quarkus-rest-jackson - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + + extension-descriptor + + process-resources + + + io.quarkus:quarkus-rest-jackson + + + + + + + diff --git a/extensions/spring-web/resteasy-reactive/tests/pom.xml b/extensions/spring-web/resteasy-reactive/tests/pom.xml index ae2f087e56e6d..a11bbe3104f36 100644 --- a/extensions/spring-web/resteasy-reactive/tests/pom.xml +++ b/extensions/spring-web/resteasy-reactive/tests/pom.xml @@ -1,57 +1,55 @@ - - - quarkus-spring-web-rest-parent - io.quarkus - 999-SNAPSHOT - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-spring-web-rest-parent + 999-SNAPSHOT + - - quarkus-spring-web-rest-tests - Quarkus - Spring Web - REST - Tests + + quarkus-spring-web-rest-tests + Quarkus - Spring Web - REST - Tests - - true - true - + + true + true + - - - io.quarkus - quarkus-rest-jackson-deployment - - - io.quarkus - quarkus-spring-web-deployment - - - io.quarkus - quarkus-spring-web-rest-deployment - - - io.quarkus - quarkus-resteasy-common-spi - + + + io.quarkus + quarkus-rest-jackson-deployment + + + io.quarkus + quarkus-spring-web-deployment + + + io.quarkus + quarkus-spring-web-rest-deployment + + + io.quarkus + quarkus-resteasy-common-spi + - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + diff --git a/extensions/swagger-ui/deployment/pom.xml b/extensions/swagger-ui/deployment/pom.xml index ccf9d505b2c7e..e6211ca1958e0 100644 --- a/extensions/swagger-ui/deployment/pom.xml +++ b/extensions/swagger-ui/deployment/pom.xml @@ -1,74 +1,72 @@ - - - quarkus-swagger-ui-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-swagger-ui-parent + 999-SNAPSHOT + - quarkus-swagger-ui-deployment - Quarkus - Swagger UI - Deployment + quarkus-swagger-ui-deployment + Quarkus - Swagger UI - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-smallrye-openapi-common-deployment - - - io.quarkus - quarkus-swagger-ui - - - io.smallrye - smallrye-open-api-ui - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-smallrye-openapi-common-deployment + + + io.quarkus + quarkus-swagger-ui + + + io.smallrye + smallrye-open-api-ui + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/swagger-ui/pom.xml b/extensions/swagger-ui/pom.xml index 07d5ec17fe35f..41d1b1d2a72f3 100644 --- a/extensions/swagger-ui/pom.xml +++ b/extensions/swagger-ui/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-swagger-ui-parent - Quarkus - Swagger UI - pom + quarkus-swagger-ui-parent + pom + Quarkus - Swagger UI - - deployment - runtime - + + deployment + runtime + diff --git a/extensions/swagger-ui/runtime/pom.xml b/extensions/swagger-ui/runtime/pom.xml index 7160cc65dc6cc..e74200f1675c6 100644 --- a/extensions/swagger-ui/runtime/pom.xml +++ b/extensions/swagger-ui/runtime/pom.xml @@ -1,56 +1,54 @@ - - - quarkus-swagger-ui-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-swagger-ui-parent + 999-SNAPSHOT + - quarkus-swagger-ui - Quarkus - Swagger UI - Runtime - Swagger UI - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-arc - - + quarkus-swagger-ui + Quarkus - Swagger UI - Runtime + Swagger UI + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-arc + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/tls-registry/cli/pom.xml b/extensions/tls-registry/cli/pom.xml index 781314866adea..ab8ea301e6b99 100644 --- a/extensions/tls-registry/cli/pom.xml +++ b/extensions/tls-registry/cli/pom.xml @@ -1,104 +1,104 @@ - + - 4.0.0 - - io.quarkus - quarkus-tls-registry-parent - 999-SNAPSHOT - + 4.0.0 + + io.quarkus + quarkus-tls-registry-parent + 999-SNAPSHOT + - quarkus-tls-registry-cli - Quarkus - TLS Registry - CLI + quarkus-tls-registry-cli + Quarkus - TLS Registry - CLI - + io.quarkus.tls.cli.TlsCommand - + - - - info.picocli - picocli - + + + info.picocli + picocli + - - io.smallrye.certs - smallrye-certificate-generator - + + io.smallrye.certs + smallrye-certificate-generator + - - io.smallrye.common - smallrye-common-constraint - + + io.smallrye.common + smallrye-common-constraint + - - io.vertx - vertx-web-client - + + io.vertx + vertx-web-client + - - org.wildfly.security - wildfly-elytron-x500-cert-acme - + + org.wildfly.security + wildfly-elytron-x500-cert-acme + - - org.eclipse.parsson - parsson - + + org.eclipse.parsson + parsson + - - org.junit.jupiter - junit-jupiter-engine - test - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - true - - - - org.apache.maven.plugins - maven-surefire-plugin - - - org.jboss.logmanager.LogManager - ${maven.home} - - - - - org.apache.maven.plugins - maven-assembly-plugin + + org.junit.jupiter + junit-jupiter-engine + test + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + true + + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.jboss.logmanager.LogManager + ${maven.home} + + + + + org.apache.maven.plugins + maven-assembly-plugin - - - jar-with-dependencies - - ${project.artifactId}-${project.version} - false - - - true - ${main.class} - - - + + + jar-with-dependencies + + ${project.artifactId}-${project.version} + false + + + true + ${main.class} + + + - - - make-assembly - package - - single - - - + + + make-assembly + + single + + package + + - - - + + + diff --git a/extensions/tls-registry/deployment-spi/pom.xml b/extensions/tls-registry/deployment-spi/pom.xml index def3d00964b35..dc7a1e6074b6b 100644 --- a/extensions/tls-registry/deployment-spi/pom.xml +++ b/extensions/tls-registry/deployment-spi/pom.xml @@ -1,31 +1,29 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-tls-registry-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-tls-registry-parent + 999-SNAPSHOT + - quarkus-tls-registry-deployment-spi - Quarkus - TLS registry - Deployment - SPI + quarkus-tls-registry-deployment-spi + Quarkus - TLS registry - Deployment - SPI - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-tls-registry-spi - - - io.quarkus.arc - arc-processor - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-tls-registry-spi + + + io.quarkus.arc + arc-processor + + - \ No newline at end of file + diff --git a/extensions/tls-registry/deployment/pom.xml b/extensions/tls-registry/deployment/pom.xml index 35fd92664cad5..2a1f51a20f5b8 100644 --- a/extensions/tls-registry/deployment/pom.xml +++ b/extensions/tls-registry/deployment/pom.xml @@ -1,104 +1,101 @@ - - - quarkus-tls-registry-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-tls-registry-parent + 999-SNAPSHOT + - quarkus-tls-registry-deployment - Quarkus - TLS Registry - Deployment + quarkus-tls-registry-deployment + Quarkus - TLS Registry - Deployment + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-credentials-deployment + + + io.quarkus + quarkus-tls-registry + + + io.quarkus + quarkus-tls-registry-deployment-spi + - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-credentials-deployment - - - io.quarkus - quarkus-tls-registry - - - io.quarkus - quarkus-tls-registry-deployment-spi - + + + io.quarkus + quarkus-vertx-http-deployment-spi + - - - io.quarkus - quarkus-vertx-http-deployment-spi - + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.vertx + vertx-web-client + test + - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.vertx - vertx-web-client - test - + + io.smallrye.certs + smallrye-certificate-generator-junit5 + test + + - - io.smallrye.certs - smallrye-certificate-generator-junit5 - test - - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/tls-registry/pom.xml b/extensions/tls-registry/pom.xml index 6203b611970db..d755bc2fc29a4 100644 --- a/extensions/tls-registry/pom.xml +++ b/extensions/tls-registry/pom.xml @@ -1,25 +1,23 @@ - + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-tls-registry-parent - Quarkus - TLS Registry - pom - - deployment - deployment-spi - spi - runtime - cli - + quarkus-tls-registry-parent + pom + Quarkus - TLS Registry + + deployment + deployment-spi + spi + runtime + cli + diff --git a/extensions/tls-registry/runtime/pom.xml b/extensions/tls-registry/runtime/pom.xml index 18d5f7c9fa25b..ca3009e9a18cb 100644 --- a/extensions/tls-registry/runtime/pom.xml +++ b/extensions/tls-registry/runtime/pom.xml @@ -1,79 +1,77 @@ - - - quarkus-tls-registry-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-tls-registry-parent + 999-SNAPSHOT + - quarkus-tls-registry - Quarkus - TLS Registry - Runtime - An internal TLS certificate registry. - - - io.quarkus - quarkus-tls-registry-spi - - - io.quarkus - quarkus-arc - + quarkus-tls-registry + Quarkus - TLS Registry - Runtime + An internal TLS certificate registry. + + + io.quarkus + quarkus-tls-registry-spi + + + io.quarkus + quarkus-arc + - - io.quarkus - quarkus-credentials - - - io.smallrye.certs - smallrye-private-key-pem-parser - + + io.quarkus + quarkus-credentials + + + io.smallrye.certs + smallrye-private-key-pem-parser + - - - io.vertx - vertx-web - true - + + + io.vertx + vertx-web + true + - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/tls-registry/spi/pom.xml b/extensions/tls-registry/spi/pom.xml index aa5e6095c987e..e1be3e355e14e 100644 --- a/extensions/tls-registry/spi/pom.xml +++ b/extensions/tls-registry/spi/pom.xml @@ -1,31 +1,29 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-tls-registry-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-tls-registry-parent + 999-SNAPSHOT + - quarkus-tls-registry-spi - Quarkus - TLS Registry - Runtime SPI + quarkus-tls-registry-spi + Quarkus - TLS Registry - Runtime SPI - - - io.quarkus - quarkus-core - - - io.quarkus.arc - arc - - - io.quarkus - quarkus-vertx - - + + + io.quarkus + quarkus-core + + + io.quarkus.arc + arc + + + io.quarkus + quarkus-vertx + + - \ No newline at end of file + diff --git a/extensions/transaction-annotations/pom.xml b/extensions/transaction-annotations/pom.xml index 3c7e56d7ac066..7cd94e24026b0 100644 --- a/extensions/transaction-annotations/pom.xml +++ b/extensions/transaction-annotations/pom.xml @@ -1,19 +1,17 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-transaction-annotations-parent - Quarkus - Transaction Annotations - pom - - runtime - + quarkus-transaction-annotations-parent + pom + Quarkus - Transaction Annotations + + runtime + diff --git a/extensions/transaction-annotations/runtime/pom.xml b/extensions/transaction-annotations/runtime/pom.xml index f94940f056386..a116096c847bd 100644 --- a/extensions/transaction-annotations/runtime/pom.xml +++ b/extensions/transaction-annotations/runtime/pom.xml @@ -1,21 +1,17 @@ - - - quarkus-transaction-annotations-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-transaction-annotations-parent + 999-SNAPSHOT + ../ + - quarkus-transaction-annotations - Quarkus - Transaction Annotations - Runtime - Transaction Annotations - Runtime - - + quarkus-transaction-annotations + Quarkus - Transaction Annotations - Runtime + Transaction Annotations - Runtime + - - + diff --git a/extensions/undertow/deployment/pom.xml b/extensions/undertow/deployment/pom.xml index 1c7a5c575b87c..7e1b929514f6d 100644 --- a/extensions/undertow/deployment/pom.xml +++ b/extensions/undertow/deployment/pom.xml @@ -1,103 +1,101 @@ - - - quarkus-http-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-http-parent + 999-SNAPSHOT + - quarkus-undertow-deployment - Quarkus - Undertow - Deployment + quarkus-undertow-deployment + Quarkus - Undertow - Deployment - - - io.quarkus.http - quarkus-http-servlet - - - org.jboss.spec.javax.servlet - jboss-servlet-api_4.0_spec - - - - - jakarta.servlet - jakarta.servlet-api - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-undertow-spi - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-kubernetes-spi - - - org.jboss.metadata - jboss-metadata-web - + + + io.quarkus.http + quarkus-http-servlet + + + org.jboss.spec.javax.servlet + jboss-servlet-api_4.0_spec + + + + + jakarta.servlet + jakarta.servlet-api + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-undertow-spi + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-kubernetes-spi + + + org.jboss.metadata + jboss-metadata-web + - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-security-deployment - test - - - io.quarkus - quarkus-security-test-utils - test - - + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-security-deployment + test + + + io.quarkus + quarkus-security-test-utils + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/undertow/pom.xml b/extensions/undertow/pom.xml index 7c0d3091b638c..1aa6b4fc4f358 100644 --- a/extensions/undertow/pom.xml +++ b/extensions/undertow/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-http-parent - Quarkus - Undertow - pom - - deployment - runtime - spi - + quarkus-http-parent + pom + Quarkus - Undertow + + deployment + runtime + spi + diff --git a/extensions/undertow/runtime/pom.xml b/extensions/undertow/runtime/pom.xml index 171377f1ae4c4..9e4861cc9a6fc 100644 --- a/extensions/undertow/runtime/pom.xml +++ b/extensions/undertow/runtime/pom.xml @@ -1,130 +1,128 @@ - - - quarkus-http-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-http-parent + 999-SNAPSHOT + - quarkus-undertow - Quarkus - Undertow - Runtime - Support for servlets + quarkus-undertow + Quarkus - Undertow - Runtime + Support for servlets - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-vertx-http - - - io.quarkus.security - quarkus-security - - - javax.enterprise - cdi-api - - - - - jakarta.enterprise - jakarta.enterprise.cdi-api - - - org.graalvm.sdk - nativeimage - provided - - - io.quarkus.http - quarkus-http-servlet - - - org.jboss.spec.javax.servlet - jboss-servlet-api_4.0_spec - - - org.jboss.spec.javax.annotation - jboss-annotations-api_1.2_spec - - - - - jakarta.servlet - jakarta.servlet-api - - - jakarta.annotation - jakarta.annotation-api - - - io.quarkus.http - quarkus-http-vertx-backend - - - io.quarkus.http - quarkus-http-core - - - io.quarkus - quarkus-core - - - org.eclipse.microprofile.context-propagation - microprofile-context-propagation-api - - + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-vertx-http + + + io.quarkus.security + quarkus-security + + + javax.enterprise + cdi-api + + + + + jakarta.enterprise + jakarta.enterprise.cdi-api + + + org.graalvm.sdk + nativeimage + provided + + + io.quarkus.http + quarkus-http-servlet + + + org.jboss.spec.javax.servlet + jboss-servlet-api_4.0_spec + + + org.jboss.spec.javax.annotation + jboss-annotations-api_1.2_spec + + + + + jakarta.servlet + jakarta.servlet-api + + + jakarta.annotation + jakarta.annotation-api + + + io.quarkus.http + quarkus-http-vertx-backend + + + io.quarkus.http + quarkus-http-core + + + io.quarkus + quarkus-core + + + org.eclipse.microprofile.context-propagation + microprofile-context-propagation-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.servlet - - - org.jboss.spec.javax.servlet:jboss-servlet-api_4.0_spec - org.jboss.spec.javax.servlet:jboss-servlet-api_3.1_spec - org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec - javax.servlet:servlet-api - javax.servlet:javax.servlet-api - - - - jakarta.servlet:jakarta.servlet-api - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + jakarta.servlet:jakarta.servlet-api + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/undertow/spi/pom.xml b/extensions/undertow/spi/pom.xml index 95edde9d14428..f018956b79d51 100644 --- a/extensions/undertow/spi/pom.xml +++ b/extensions/undertow/spi/pom.xml @@ -1,61 +1,59 @@ - - - quarkus-http-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-http-parent + 999-SNAPSHOT + - quarkus-undertow-spi - Quarkus - Undertow - SPI + quarkus-undertow-spi + Quarkus - Undertow - SPI - - - io.quarkus.http - quarkus-http-servlet - - - org.jboss.spec.javax.servlet - jboss-servlet-api_4.0_spec - - - - - jakarta.servlet - jakarta.servlet-api - - - io.quarkus - quarkus-core-deployment - - - org.jboss.metadata - jboss-metadata-web - - + + + io.quarkus.http + quarkus-http-servlet + + + org.jboss.spec.javax.servlet + jboss-servlet-api_4.0_spec + + + + + jakarta.servlet + jakarta.servlet-api + + + io.quarkus + quarkus-core-deployment + + + org.jboss.metadata + jboss-metadata-web + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/vertx-graphql/deployment/pom.xml b/extensions/vertx-graphql/deployment/pom.xml index be1a3e162d3c5..4609d7dd56703 100644 --- a/extensions/vertx-graphql/deployment/pom.xml +++ b/extensions/vertx-graphql/deployment/pom.xml @@ -1,63 +1,61 @@ - - 4.0.0 - - io.quarkus - quarkus-vertx-graphql-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-vertx-graphql-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-vertx-graphql-deployment - Quarkus - Quarkus - Vert.x GraphQL - Deployment + quarkus-vertx-graphql-deployment + Quarkus - Quarkus - Vert.x GraphQL - Deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-vertx-graphql - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-vertx-graphql + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/vertx-graphql/pom.xml b/extensions/vertx-graphql/pom.xml index 16a51923b70a1..3ada0bf87d762 100644 --- a/extensions/vertx-graphql/pom.xml +++ b/extensions/vertx-graphql/pom.xml @@ -1,21 +1,19 @@ - - 4.0.0 - - io.quarkus - quarkus-extensions-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-vertx-graphql-parent - Quarkus - Quarkus - Vert.x GraphQL - Parent + quarkus-vertx-graphql-parent - pom - - deployment - runtime - + pom + Quarkus - Quarkus - Vert.x GraphQL - Parent + + deployment + runtime + diff --git a/extensions/vertx-graphql/runtime/pom.xml b/extensions/vertx-graphql/runtime/pom.xml index 21ca52cbab00a..1a047f7242550 100644 --- a/extensions/vertx-graphql/runtime/pom.xml +++ b/extensions/vertx-graphql/runtime/pom.xml @@ -1,52 +1,50 @@ - - 4.0.0 - - io.quarkus - quarkus-vertx-graphql-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-vertx-graphql-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-vertx-graphql - Quarkus - Quarkus - Vert.x GraphQL - Runtime - Query the API using GraphQL + quarkus-vertx-graphql + Quarkus - Quarkus - Vert.x GraphQL - Runtime + Query the API using GraphQL - - - io.vertx - vertx-web-graphql - - - io.quarkus - quarkus-vertx-http - - - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.vertx + vertx-web-graphql + + + io.quarkus + quarkus-vertx-http + + + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/vertx-http/deployment-spi/pom.xml b/extensions/vertx-http/deployment-spi/pom.xml index 6b7d3426684ff..c0fc234670e10 100644 --- a/extensions/vertx-http/deployment-spi/pom.xml +++ b/extensions/vertx-http/deployment-spi/pom.xml @@ -1,28 +1,26 @@ - - - quarkus-vertx-http-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-vertx-http-parent + 999-SNAPSHOT + ../ + - quarkus-vertx-http-deployment-spi - Quarkus - Vert.x - HTTP - Deployment - SPI + quarkus-vertx-http-deployment-spi + Quarkus - Vert.x - HTTP - Deployment - SPI - - - io.quarkus - quarkus-core-deployment - + + + io.quarkus + quarkus-core-deployment + + + + io.vertx + vertx-web + + - - io.vertx - vertx-web - - - diff --git a/extensions/vertx-http/deployment/pom.xml b/extensions/vertx-http/deployment/pom.xml index 73ceb4e8b312e..5b22f149346dd 100644 --- a/extensions/vertx-http/deployment/pom.xml +++ b/extensions/vertx-http/deployment/pom.xml @@ -1,199 +1,197 @@ - - - quarkus-vertx-http-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-vertx-http-parent + 999-SNAPSHOT + - quarkus-vertx-http-deployment - Quarkus - Vert.x - HTTP - Deployment + quarkus-vertx-http-deployment + Quarkus - Vert.x - HTTP - Deployment - - 2.0.0-M23 - + + 2.0.0-M23 + - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-vertx-http-dev - - - io.quarkus - quarkus-vertx-http-deployment-spi - - - io.quarkus - quarkus-mutiny-deployment - - - io.quarkus - quarkus-tls-registry-deployment - - - io.quarkus - quarkus-credentials-deployment - - - io.quarkus - quarkus-kubernetes-spi - - - io.quarkus - quarkus-security-spi - - - io.quarkus - quarkus-assistant-deployment-spi - - - - io.quarkus - quarkus-vertx-http-dev-ui-spi - - - io.quarkus - quarkus-vertx-http-dev-ui-resources - - - io.mvnpm - importmap - - - - io.quarkus.qute - qute-core - - - org.yaml - snakeyaml - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.datatype - jackson-datatype-jdk8 - - - io.quarkus - quarkus-devtools-common - - - org.apache.maven.resolver - maven-resolver-connector-basic - - - - - - - io.quarkus - quarkus-vertx-http-dev-ui-tests - test - - - io.quarkus - quarkus-security-deployment - test - - - io.quarkus - quarkus-security-test-utils - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.vertx - vertx-web-client - test - + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-vertx-http-dev + + + io.quarkus + quarkus-vertx-http-deployment-spi + + + io.quarkus + quarkus-mutiny-deployment + + + io.quarkus + quarkus-tls-registry-deployment + + + io.quarkus + quarkus-credentials-deployment + + + io.quarkus + quarkus-kubernetes-spi + + + io.quarkus + quarkus-security-spi + + + io.quarkus + quarkus-assistant-deployment-spi + + + + io.quarkus + quarkus-vertx-http-dev-ui-spi + + + io.quarkus + quarkus-vertx-http-dev-ui-resources + + + io.mvnpm + importmap + + + + io.quarkus.qute + qute-core + + + org.yaml + snakeyaml + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + + + io.quarkus + quarkus-devtools-common + + + org.apache.maven.resolver + maven-resolver-connector-basic + + + - - io.smallrye.certs - smallrye-certificate-generator-junit5 - test - - - org.apache.directory.server - apacheds-protocol-dns - ${apacheds-protocol-dns.version} - test - - + + + io.quarkus + quarkus-vertx-http-dev-ui-tests + test + + + io.quarkus + quarkus-security-deployment + test + + + io.quarkus + quarkus-security-test-utils + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.vertx + vertx-web-client + test + - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - integration-test - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - + + io.smallrye.certs + smallrye-certificate-generator-junit5 + test + + + org.apache.directory.server + apacheds-protocol-dns + ${apacheds-protocol-dns.version} + test + + - - de.thetaphi - forbiddenapis - - - + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + integration-test + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + + de.thetaphi + forbiddenapis + + + diff --git a/extensions/vertx-http/dev-ui-resources/pom.xml b/extensions/vertx-http/dev-ui-resources/pom.xml index 107a923f274d9..7b1ee8776d90b 100644 --- a/extensions/vertx-http/dev-ui-resources/pom.xml +++ b/extensions/vertx-http/dev-ui-resources/pom.xml @@ -1,178 +1,178 @@ - 4.0.0 - - io.quarkus - quarkus-vertx-http-parent - 999-SNAPSHOT - ../ - - quarkus-vertx-http-dev-ui-resources - Quarkus - Vert.x - HTTP - Dev UI Resources - - - - - org.mvnpm.at.vaadin - router - runtime - - - org.mvnpm - path-to-regexp - runtime - - - - org.mvnpm.at.mvnpm - vaadin-webcomponents - runtime - - - org.mvnpm.at.vaadin - vaadin-usage-statistics - runtime - - - org.mvnpm.at.vaadin - vaadin-development-mode-detector - runtime - - - org.mvnpm.at.polymer - polymer - runtime - - - org.mvnpm.at.webcomponents - shadycss - runtime - - - org.mvnpm.at.open-wc - dedupe-mixin - runtime - + 4.0.0 + + io.quarkus + quarkus-vertx-http-parent + 999-SNAPSHOT + ../ + + quarkus-vertx-http-dev-ui-resources + Quarkus - Vert.x - HTTP - Dev UI Resources - - - org.mvnpm - lit - runtime - - - org.mvnpm.at.lit - reactive-element - runtime - - - org.mvnpm - lit-element - runtime - - - org.mvnpm - lit-html - runtime - - - org.mvnpm.at.lit-labs - ssr-dom-shim - runtime - - - org.mvnpm.at.types - trusted-types - runtime - - - org.mvnpm - lit-element-state - runtime - + + + + org.mvnpm.at.vaadin + router + runtime + + + org.mvnpm + path-to-regexp + runtime + + + + org.mvnpm.at.mvnpm + vaadin-webcomponents + runtime + + + org.mvnpm.at.vaadin + vaadin-usage-statistics + runtime + + + org.mvnpm.at.vaadin + vaadin-development-mode-detector + runtime + + + org.mvnpm.at.polymer + polymer + runtime + + + org.mvnpm.at.webcomponents + shadycss + runtime + + + org.mvnpm.at.open-wc + dedupe-mixin + runtime + - - - org.mvnpm - echarts - runtime - + + + org.mvnpm + lit + runtime + + + org.mvnpm.at.lit + reactive-element + runtime + + + org.mvnpm + lit-element + runtime + + + org.mvnpm + lit-html + runtime + + + org.mvnpm.at.lit-labs + ssr-dom-shim + runtime + + + org.mvnpm.at.types + trusted-types + runtime + + + org.mvnpm + lit-element-state + runtime + - - - org.mvnpm.at.mvnpm - codeblock - runtime - + + + org.mvnpm + echarts + runtime + - - - org.mvnpm.at.mvnpm - qomponent - runtime - - - org.mvnpm.at.qomponent - qui-directory-tree - runtime - - - - - org.mvnpm - ldrs - runtime - - - - - org.mvnpm - markdown-it - runtime - - - org.mvnpm - argparse - runtime - - - org.mvnpm - entities - runtime - - - org.mvnpm - linkify-it - runtime - - - org.mvnpm - mdurl - runtime - - - org.mvnpm - punycode.js - runtime - - - org.mvnpm - uc.micro - runtime - + + + org.mvnpm.at.mvnpm + codeblock + runtime + - - - org.mvnpm - es-module-shims - runtime - - - - - org.mvnpm.at.qomponent - qui-dot - runtime - - - \ No newline at end of file + + + org.mvnpm.at.mvnpm + qomponent + runtime + + + org.mvnpm.at.qomponent + qui-directory-tree + runtime + + + + + org.mvnpm + ldrs + runtime + + + + + org.mvnpm + markdown-it + runtime + + + org.mvnpm + argparse + runtime + + + org.mvnpm + entities + runtime + + + org.mvnpm + linkify-it + runtime + + + org.mvnpm + mdurl + runtime + + + org.mvnpm + punycode.js + runtime + + + org.mvnpm + uc.micro + runtime + + + + + org.mvnpm + es-module-shims + runtime + + + + + org.mvnpm.at.qomponent + qui-dot + runtime + + + diff --git a/extensions/vertx-http/dev-ui-tests/pom.xml b/extensions/vertx-http/dev-ui-tests/pom.xml index b0266ce374bd0..5994ed382d0ae 100644 --- a/extensions/vertx-http/dev-ui-tests/pom.xml +++ b/extensions/vertx-http/dev-ui-tests/pom.xml @@ -1,33 +1,33 @@ - 4.0.0 - - quarkus-vertx-http-parent - io.quarkus - 999-SNAPSHOT - ../ - - - quarkus-vertx-http-dev-ui-tests - Quarkus - Vert.x - HTTP - Dev UI Tests - - - - io.quarkus - quarkus-junit5-config - - - io.vertx - vertx-core - - - io.quarkus - quarkus-vertx-http-deployment-spi - - - com.fasterxml.jackson.core - jackson-databind - - - + 4.0.0 + + io.quarkus + quarkus-vertx-http-parent + 999-SNAPSHOT + ../ + + + quarkus-vertx-http-dev-ui-tests + Quarkus - Vert.x - HTTP - Dev UI Tests + + + + io.quarkus + quarkus-junit5-config + + + io.vertx + vertx-core + + + io.quarkus + quarkus-vertx-http-deployment-spi + + + com.fasterxml.jackson.core + jackson-databind + + + diff --git a/extensions/vertx-http/runtime-dev/pom.xml b/extensions/vertx-http/runtime-dev/pom.xml index eda9b94150f54..40b711a3d2f20 100644 --- a/extensions/vertx-http/runtime-dev/pom.xml +++ b/extensions/vertx-http/runtime-dev/pom.xml @@ -1,25 +1,23 @@ - - - quarkus-vertx-http-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-vertx-http-parent + 999-SNAPSHOT + - quarkus-vertx-http-dev - Quarkus - Vert.x - HTTP - Runtime Dev mode - Vert.x HTTP - Dev mode only - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-assistant-dev - - - \ No newline at end of file + quarkus-vertx-http-dev + Quarkus - Vert.x - HTTP - Runtime Dev mode + Vert.x HTTP - Dev mode only + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-assistant-dev + + + diff --git a/extensions/vertx-http/runtime/pom.xml b/extensions/vertx-http/runtime/pom.xml index 5287e15fabf25..5f3fc47c5cf69 100644 --- a/extensions/vertx-http/runtime/pom.xml +++ b/extensions/vertx-http/runtime/pom.xml @@ -1,147 +1,145 @@ - - - quarkus-vertx-http-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-vertx-http-parent + 999-SNAPSHOT + - quarkus-vertx-http - Quarkus - Vert.x - HTTP - Runtime - Vert.x HTTP - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-security-runtime-spi - - - io.quarkus - quarkus-tls-registry - - - io.quarkus - quarkus-credentials - - - io.quarkus - quarkus-mutiny - - - io.smallrye.common - smallrye-common-vertx-context - - - io.quarkus.security - quarkus-security - - - javax.enterprise - cdi-api - - - - - io.quarkus - quarkus-vertx - - - io.smallrye.reactive - smallrye-mutiny-vertx-web - - - io.vertx - vertx-web - - - com.fasterxml.jackson.core - jackson-databind - - - - - io.github.crac - org-crac - - - - com.aayushatharva.brotli4j - brotli4j - - - org.graalvm.sdk - nativeimage - provided - - - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - - com.fasterxml.jackson.core - jackson-databind - test - - - org.mockito - mockito-core - test - - - org.mockito - mockito-junit-jupiter - test - - + quarkus-vertx-http + Quarkus - Vert.x - HTTP - Runtime + Vert.x HTTP + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-security-runtime-spi + + + io.quarkus + quarkus-tls-registry + + + io.quarkus + quarkus-credentials + + + io.quarkus + quarkus-mutiny + + + io.smallrye.common + smallrye-common-vertx-context + + + io.quarkus.security + quarkus-security + + + javax.enterprise + cdi-api + + + + + io.quarkus + quarkus-vertx + + + io.smallrye.reactive + smallrye-mutiny-vertx-web + + + io.vertx + vertx-web + + + com.fasterxml.jackson.core + jackson-databind + + + + + io.github.crac + org-crac + + + + com.aayushatharva.brotli4j + brotli4j + + + org.graalvm.sdk + nativeimage + provided + + + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + + com.fasterxml.jackson.core + jackson-databind + test + + + org.mockito + mockito-core + test + + + org.mockito + mockito-junit-jupiter + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.vertx.http - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - de.thetaphi - forbiddenapis - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.vertx.http + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + de.thetaphi + forbiddenapis + + + diff --git a/extensions/vertx/deployment-spi/pom.xml b/extensions/vertx/deployment-spi/pom.xml index 719736a3d4e08..9470248cf1e00 100644 --- a/extensions/vertx/deployment-spi/pom.xml +++ b/extensions/vertx/deployment-spi/pom.xml @@ -1,26 +1,24 @@ - - - quarkus-vertx-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-vertx-parent + 999-SNAPSHOT + - quarkus-vertx-deployment-spi - Quarkus - Vert.x - Deployment - SPI + quarkus-vertx-deployment-spi + Quarkus - Vert.x - Deployment - SPI - - - io.quarkus - quarkus-core-deployment - - - io.quarkus.arc - arc-processor - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus.arc + arc-processor + + diff --git a/extensions/vertx/deployment/pom.xml b/extensions/vertx/deployment/pom.xml index fba5b0b2b1c4e..869ebae243e29 100644 --- a/extensions/vertx/deployment/pom.xml +++ b/extensions/vertx/deployment/pom.xml @@ -1,101 +1,99 @@ - - - quarkus-vertx-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-vertx-parent + 999-SNAPSHOT + - quarkus-vertx-deployment - Quarkus - Vert.x - Deployment + quarkus-vertx-deployment + Quarkus - Vert.x - Deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-tls-registry-deployment-spi - - - io.quarkus - quarkus-netty-deployment - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-virtual-threads-deployment - - - io.quarkus - quarkus-mutiny-deployment - - - io.quarkus - quarkus-jackson-spi - - - io.quarkus - quarkus-vertx-deployment-spi - - - io.quarkus - quarkus-junit5-internal - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - - - io.vertx - vertx-web-client - test - - + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-tls-registry-deployment-spi + + + io.quarkus + quarkus-netty-deployment + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-virtual-threads-deployment + + + io.quarkus + quarkus-mutiny-deployment + + + io.quarkus + quarkus-jackson-spi + + + io.quarkus + quarkus-vertx-deployment-spi + + + io.quarkus + quarkus-junit5-internal + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + + + io.vertx + vertx-web-client + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - de.thetaphi - forbiddenapis - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + de.thetaphi + forbiddenapis + + + diff --git a/extensions/vertx/kotlin/deployment/pom.xml b/extensions/vertx/kotlin/deployment/pom.xml index c504d169f2130..c8a9ee50f6257 100644 --- a/extensions/vertx/kotlin/deployment/pom.xml +++ b/extensions/vertx/kotlin/deployment/pom.xml @@ -1,57 +1,55 @@ - - - quarkus-vertx-kotlin-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-vertx-kotlin-parent + 999-SNAPSHOT + - quarkus-vertx-kotlin-deployment - Quarkus - Vert.x - Kotlin - Deployment + quarkus-vertx-kotlin-deployment + Quarkus - Vert.x - Kotlin - Deployment - - - io.quarkus - quarkus-vertx-kotlin - + + + io.quarkus + quarkus-vertx-kotlin + - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-vertx-deployment-spi - - + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-vertx-deployment-spi + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - de.thetaphi - forbiddenapis - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + de.thetaphi + forbiddenapis + + + diff --git a/extensions/vertx/kotlin/pom.xml b/extensions/vertx/kotlin/pom.xml index 92dfa833c09bc..294e5b3576ab5 100644 --- a/extensions/vertx/kotlin/pom.xml +++ b/extensions/vertx/kotlin/pom.xml @@ -1,19 +1,17 @@ - - - quarkus-vertx-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-vertx-parent + 999-SNAPSHOT + - quarkus-vertx-kotlin-parent - Quarkus - Vert.x - Kotlin - pom - - deployment - runtime - + quarkus-vertx-kotlin-parent + pom + Quarkus - Vert.x - Kotlin + + deployment + runtime + diff --git a/extensions/vertx/kotlin/runtime/pom.xml b/extensions/vertx/kotlin/runtime/pom.xml index b1dcdafe15f9e..a136cca4f6161 100644 --- a/extensions/vertx/kotlin/runtime/pom.xml +++ b/extensions/vertx/kotlin/runtime/pom.xml @@ -1,121 +1,119 @@ - - - quarkus-vertx-kotlin-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-vertx-kotlin-parent + 999-SNAPSHOT + - quarkus-vertx-kotlin - Quarkus - Vert.x - Kotlin - Runtime + quarkus-vertx-kotlin + Quarkus - Vert.x - Kotlin - Runtime - - - io.quarkus - quarkus-arc - - - io.vertx - vertx-core - - - org.jetbrains.kotlin - kotlin-stdlib - true - - - org.jetbrains.kotlinx - kotlinx-coroutines-core - true - - + + + io.quarkus + quarkus-arc + + + io.vertx + vertx-core + + + org.jetbrains.kotlin + kotlin-stdlib + true + + + org.jetbrains.kotlinx + kotlinx-coroutines-core + true + + - - ${project.basedir}/src/main/kotlin - ${project.basedir}/src/test/kotlin + - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus:quarkus-vertx - - - + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus:quarkus-vertx + + + - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin.version} - - - compile - - compile - - - - test-compile - - test-compile - - - - - ${maven.compiler.target} - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - java-test-compile - test-compile - - testCompile - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - false - - - - + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + ${maven.compiler.target} + + + + compile + + compile + + + + test-compile + + test-compile + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + java-test-compile + + testCompile + + test-compile + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + false + + + + ${project.basedir}/src/main/kotlin + ${project.basedir}/src/test/kotlin + diff --git a/extensions/vertx/latebound-mdc-provider/pom.xml b/extensions/vertx/latebound-mdc-provider/pom.xml index ce134cb3820b0..fd439dd47a48b 100644 --- a/extensions/vertx/latebound-mdc-provider/pom.xml +++ b/extensions/vertx/latebound-mdc-provider/pom.xml @@ -1,22 +1,20 @@ - - - quarkus-vertx-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-vertx-parent + 999-SNAPSHOT + - quarkus-vertx-latebound-mdc-provider - Quarkus - Vert.x Late Bound MDC Provider - Quarkus Vert.x Late Bound MDC Provider + quarkus-vertx-latebound-mdc-provider + Quarkus - Vert.x Late Bound MDC Provider + Quarkus Vert.x Late Bound MDC Provider - - - org.jboss.logmanager - jboss-logmanager - - + + + org.jboss.logmanager + jboss-logmanager + + diff --git a/extensions/vertx/pom.xml b/extensions/vertx/pom.xml index 6c19b787b8145..21a4177d3f913 100644 --- a/extensions/vertx/pom.xml +++ b/extensions/vertx/pom.xml @@ -1,23 +1,21 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-vertx-parent - Quarkus - Vert.x - pom - - deployment - deployment-spi - kotlin - latebound-mdc-provider - runtime - + quarkus-vertx-parent + pom + Quarkus - Vert.x + + deployment + deployment-spi + kotlin + latebound-mdc-provider + runtime + diff --git a/extensions/vertx/runtime/pom.xml b/extensions/vertx/runtime/pom.xml index 1ccbfa746c2d9..4b7220d0600d7 100644 --- a/extensions/vertx/runtime/pom.xml +++ b/extensions/vertx/runtime/pom.xml @@ -1,127 +1,125 @@ - - - quarkus-vertx-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-vertx-parent + 999-SNAPSHOT + - quarkus-vertx - Quarkus - Vert.x - Runtime - Write reactive applications with the Vert.x API - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-netty - - - io.netty - netty-codec-haproxy - - - com.fasterxml.jackson.core - jackson-databind - true - - - io.smallrye.common - smallrye-common-annotation - - - io.smallrye.common - smallrye-common-vertx-context - - - io.quarkus - quarkus-mutiny - - - io.quarkus - quarkus-virtual-threads - - - io.quarkus - quarkus-vertx-latebound-mdc-provider - - - io.smallrye.reactive - smallrye-mutiny-vertx-core - - - io.smallrye - smallrye-fault-tolerance-vertx - - - * - * - - - + quarkus-vertx + Quarkus - Vert.x - Runtime + Write reactive applications with the Vert.x API + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-netty + + + io.netty + netty-codec-haproxy + + + com.fasterxml.jackson.core + jackson-databind + true + + + io.smallrye.common + smallrye-common-annotation + + + io.smallrye.common + smallrye-common-vertx-context + + + io.quarkus + quarkus-mutiny + + + io.quarkus + quarkus-virtual-threads + + + io.quarkus + quarkus-vertx-latebound-mdc-provider + + + io.smallrye.reactive + smallrye-mutiny-vertx-core + + + io.smallrye + smallrye-fault-tolerance-vertx + + + * + * + + + - - org.graalvm.sdk - nativeimage - provided - + + org.graalvm.sdk + nativeimage + provided + - - org.junit.jupiter - junit-jupiter - test - - - org.assertj - assertj-core - test - - + + org.junit.jupiter + junit-jupiter + test + + + org.assertj + assertj-core + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.vertx - io.quarkus.vertx.core - - - io.quarkus:quarkus-vertx-latebound-mdc-provider - - - io.quarkus:quarkus-vertx-latebound-mdc-provider - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - de.thetaphi - forbiddenapis - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.vertx + io.quarkus.vertx.core + + + io.quarkus:quarkus-vertx-latebound-mdc-provider + + + io.quarkus:quarkus-vertx-latebound-mdc-provider + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + de.thetaphi + forbiddenapis + + + diff --git a/extensions/virtual-threads/deployment/pom.xml b/extensions/virtual-threads/deployment/pom.xml index 23f0afc4dae7c..d5063c4667c64 100644 --- a/extensions/virtual-threads/deployment/pom.xml +++ b/extensions/virtual-threads/deployment/pom.xml @@ -1,52 +1,50 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-virtual-threads-parent - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-virtual-threads-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-virtual-threads-deployment - Quarkus - Virtual Threads - Deployment + quarkus-virtual-threads-deployment + Quarkus - Virtual Threads - Deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-virtual-threads - - - io.quarkus - quarkus-core-deployment - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-virtual-threads + + + io.quarkus + quarkus-core-deployment + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/virtual-threads/pom.xml b/extensions/virtual-threads/pom.xml index e7a87fb197424..598caf10ecc7f 100644 --- a/extensions/virtual-threads/pom.xml +++ b/extensions/virtual-threads/pom.xml @@ -1,23 +1,21 @@ - - 4.0.0 + + 4.0.0 - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-virtual-threads-parent - Quarkus - Virtual Threads - pom + quarkus-virtual-threads-parent + pom + Quarkus - Virtual Threads - - runtime - deployment - + + runtime + deployment + - \ No newline at end of file + diff --git a/extensions/virtual-threads/runtime/pom.xml b/extensions/virtual-threads/runtime/pom.xml index 693d72542e6b9..1abe6c5583d0d 100644 --- a/extensions/virtual-threads/runtime/pom.xml +++ b/extensions/virtual-threads/runtime/pom.xml @@ -1,76 +1,74 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-virtual-threads-parent - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-virtual-threads-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-virtual-threads - Quarkus - Virtual Threads - Runtime - Virtual Threads Executor + quarkus-virtual-threads + Quarkus - Virtual Threads - Runtime + Virtual Threads Executor - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - - io.vertx - vertx-core - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + + io.vertx + vertx-core + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - --enable-preview - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + --enable-preview + + + + diff --git a/extensions/web-dependency-locator/deployment/pom.xml b/extensions/web-dependency-locator/deployment/pom.xml index 8a3e74c33a61f..53de1110b1371 100644 --- a/extensions/web-dependency-locator/deployment/pom.xml +++ b/extensions/web-dependency-locator/deployment/pom.xml @@ -1,117 +1,115 @@ - - - quarkus-web-dependency-locator-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-web-dependency-locator-parent + 999-SNAPSHOT + - quarkus-web-dependency-locator-deployment - Quarkus - Web Dependency Locator - Deployment + quarkus-web-dependency-locator-deployment + Quarkus - Web Dependency Locator - Deployment - - - 2.24.0 - 1.13.0 - 4.5.2 - + + + 2.24.0 + 1.13.0 + 4.5.2 + - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-web-dependency-locator - - - io.mvnpm - importmap - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-web-dependency-locator + + + io.mvnpm + importmap + - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + - - - org.webjars - jquery-ui - ${webjar.jquery-ui.version} - test - - - org.webjars - momentjs - ${webjar.momentjs.version} - test - - - org.webjars.bowergithub.dc-js - dc.js - 3.0.6 - test - - - org.mvnpm - bootstrap - ${mvnpm.bootstrap.version} - test - - - - io.quarkus - quarkus-resteasy-deployment - test - - + + + org.webjars + jquery-ui + ${webjar.jquery-ui.version} + test + + + org.webjars + momentjs + ${webjar.momentjs.version} + test + + + org.webjars.bowergithub.dc-js + dc.js + 3.0.6 + test + + + org.mvnpm + bootstrap + ${mvnpm.bootstrap.version} + test + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - - ${webjar.jquery-ui.version} - ${webjar.momentjs.version} - ${mvnpm.bootstrap.version} - - - - - + + io.quarkus + quarkus-resteasy-deployment + test + + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + + ${webjar.jquery-ui.version} + ${webjar.momentjs.version} + ${mvnpm.bootstrap.version} + + + + + diff --git a/extensions/web-dependency-locator/pom.xml b/extensions/web-dependency-locator/pom.xml index b856aa3b890f9..e4dc19ade5095 100644 --- a/extensions/web-dependency-locator/pom.xml +++ b/extensions/web-dependency-locator/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-web-dependency-locator-parent - Quarkus - Web Dependency Locator - pom - - deployment - runtime - + quarkus-web-dependency-locator-parent + pom + Quarkus - Web Dependency Locator + + deployment + runtime + diff --git a/extensions/web-dependency-locator/runtime/pom.xml b/extensions/web-dependency-locator/runtime/pom.xml index 067029874533f..1969f364b6aea 100644 --- a/extensions/web-dependency-locator/runtime/pom.xml +++ b/extensions/web-dependency-locator/runtime/pom.xml @@ -1,52 +1,50 @@ - - - quarkus-web-dependency-locator-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-web-dependency-locator-parent + 999-SNAPSHOT + - quarkus-web-dependency-locator - Quarkus - Web Dependency Locator - Runtime - Simplify paths and importmap support for Web dependencies + quarkus-web-dependency-locator + Quarkus - Web Dependency Locator - Runtime + Simplify paths and importmap support for Web dependencies - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-vertx-http - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-vertx-http + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/websockets-next/deployment/pom.xml b/extensions/websockets-next/deployment/pom.xml index d8e04df3c1ca5..d05736464735c 100644 --- a/extensions/websockets-next/deployment/pom.xml +++ b/extensions/websockets-next/deployment/pom.xml @@ -1,227 +1,224 @@ - - - quarkus-websockets-next-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-websockets-next-parent + 999-SNAPSHOT + - quarkus-websockets-next-deployment - Quarkus - WebSockets Next - Deployment + quarkus-websockets-next-deployment + Quarkus - WebSockets Next - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-jackson-deployment - - - io.quarkus - quarkus-tls-registry-deployment - - - io.quarkus - quarkus-websockets-next - - - io.quarkus - quarkus-websockets-next-dev - - - - io.quarkus - quarkus-test-vertx - test - - - io.quarkus - quarkus-security-deployment - test - - - io.quarkus - quarkus-security-test-utils - test - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.smallrye.certs - smallrye-certificate-generator-junit5 - test - - - org.jetbrains.kotlin - kotlin-stdlib - test - - - org.jetbrains.kotlinx - kotlinx-coroutines-core - test - - - io.smallrye.reactive - mutiny-kotlin - test - - - - io.opentelemetry - opentelemetry-sdk-testing - test - - - io.opentelemetry.semconv - opentelemetry-semconv - test - - - jakarta.transaction - jakarta.transaction-api - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-jackson-deployment + + + io.quarkus + quarkus-tls-registry-deployment + + + io.quarkus + quarkus-websockets-next + + + io.quarkus + quarkus-websockets-next-dev + + + + io.quarkus + quarkus-test-vertx + test + + + io.quarkus + quarkus-security-deployment + test + + + io.quarkus + quarkus-security-test-utils + test + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.smallrye.certs + smallrye-certificate-generator-junit5 + test + + + org.jetbrains.kotlin + kotlin-stdlib + test + + + org.jetbrains.kotlinx + kotlinx-coroutines-core + test + + + io.smallrye.reactive + mutiny-kotlin + test + + + + io.opentelemetry + opentelemetry-sdk-testing + test + + + io.opentelemetry.semconv + opentelemetry-semconv + test + + + jakarta.transaction + jakarta.transaction-api + test + + - + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + + compile + + compile + + + + ${project.basedir}/src/main/kotlin + ${project.basedir}/src/main/java + + + + + test-compile + + test-compile + + + + ${project.basedir}/src/test/kotlin + ${project.basedir}/src/test/java + + + + + + + maven-compiler-plugin + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + java-test-compile + + testCompile + + test-compile + + + + + maven-surefire-plugin + + + org.jboss.logmanager.LogManager + INFO + ${maven.home} + + + + + + + + + java-21 + + [21,) + + + + 21 + 21 + + + + - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin.version} - - - compile - - compile - - - - ${project.basedir}/src/main/kotlin - ${project.basedir}/src/main/java - - - - - test-compile - - test-compile - - - - ${project.basedir}/src/test/kotlin - ${project.basedir}/src/test/java - - - - - - - maven-compiler-plugin - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - java-test-compile - test-compile - - testCompile - - - - - - maven-surefire-plugin + + org.codehaus.mojo + build-helper-maven-plugin + + + add-java21-directory + + add-test-source + + generate-test-sources - - - org.jboss.logmanager.LogManager - INFO - ${maven.home} - + + src/test/java21 + - + + + - - - - - java-21 - - [21,) - - - - 21 - 21 - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-java21-directory - generate-test-sources - - add-test-source - - - - src/test/java21 - - - - - - - - - + + + diff --git a/extensions/websockets-next/kotlin/pom.xml b/extensions/websockets-next/kotlin/pom.xml index 22c8e80313894..62bd224aa0fc3 100644 --- a/extensions/websockets-next/kotlin/pom.xml +++ b/extensions/websockets-next/kotlin/pom.xml @@ -1,115 +1,113 @@ - - - io.quarkus - quarkus-websockets-next-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-websockets-next-parent + 999-SNAPSHOT + - quarkus-websockets-next-kotlin - Quarkus - WebSockets Next - Kotlin + quarkus-websockets-next-kotlin + Quarkus - WebSockets Next - Kotlin - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-vertx - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - true - - - org.jetbrains.kotlinx - kotlinx-coroutines-jdk8 - true - - - io.smallrye.reactive - mutiny-kotlin - true - - + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-vertx + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + true + + + org.jetbrains.kotlinx + kotlinx-coroutines-jdk8 + true + + + io.smallrye.reactive + mutiny-kotlin + true + + - - ${project.basedir}/src/main/kotlin - ${project.basedir}/src/test/kotlin - - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin.version} - - - compile - - compile - - - - test-compile - - test-compile - - - - - ${maven.compiler.target} - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - java-test-compile - test-compile - - testCompile - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - false - - - - + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.version} + + ${maven.compiler.target} + + + + compile + + compile + + + + test-compile + + test-compile + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + default-compile + none + + + + default-testCompile + none + + + java-compile + + compile + + compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + java-test-compile + + testCompile + + test-compile + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + false + + + + ${project.basedir}/src/main/kotlin + ${project.basedir}/src/test/kotlin + diff --git a/extensions/websockets-next/pom.xml b/extensions/websockets-next/pom.xml index 7a2e4d83316a1..80097233ac4ba 100644 --- a/extensions/websockets-next/pom.xml +++ b/extensions/websockets-next/pom.xml @@ -1,26 +1,24 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-websockets-next-parent - Quarkus - WebSockets Next - Use a modern declarative API to define WebSocket server and client endpoints + quarkus-websockets-next-parent - pom - - deployment - runtime - kotlin - spi - runtime-dev - + pom + Quarkus - WebSockets Next + Use a modern declarative API to define WebSocket server and client endpoints + + deployment + runtime + kotlin + spi + runtime-dev + diff --git a/extensions/websockets-next/runtime-dev/pom.xml b/extensions/websockets-next/runtime-dev/pom.xml index f43997fb29c88..5b1152b082dc1 100644 --- a/extensions/websockets-next/runtime-dev/pom.xml +++ b/extensions/websockets-next/runtime-dev/pom.xml @@ -1,28 +1,26 @@ - - - quarkus-websockets-next-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-websockets-next-parent + 999-SNAPSHOT + - quarkus-websockets-next-dev - Quarkus - WebSockets Next - Runtime Dev mode - Implementation of the WebSocket API with enhanced efficiency and usability - Dev mode only + quarkus-websockets-next-dev + Quarkus - WebSockets Next - Runtime Dev mode + Implementation of the WebSocket API with enhanced efficiency and usability - Dev mode only - - - io.quarkus - quarkus-websockets-next - - - - org.junit.jupiter - junit-jupiter - test - - - \ No newline at end of file + + + io.quarkus + quarkus-websockets-next + + + + org.junit.jupiter + junit-jupiter + test + + + diff --git a/extensions/websockets-next/runtime/pom.xml b/extensions/websockets-next/runtime/pom.xml index 86e55d63042e9..34164f71039fe 100644 --- a/extensions/websockets-next/runtime/pom.xml +++ b/extensions/websockets-next/runtime/pom.xml @@ -1,108 +1,106 @@ - - - quarkus-websockets-next-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-websockets-next-parent + 999-SNAPSHOT + - quarkus-websockets-next - Quarkus - WebSockets Next - Runtime - Implementation of the WebSocket API with enhanced efficiency and usability + quarkus-websockets-next + Quarkus - WebSockets Next - Runtime + Implementation of the WebSocket API with enhanced efficiency and usability - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-vertx-http - - - io.quarkus.vertx.utils - quarkus-vertx-utils - - - io.quarkus - quarkus-jackson - - - io.quarkus - quarkus-tls-registry - - - io.quarkus - quarkus-websockets-next-kotlin - - - io.quarkus - quarkus-websockets-next-spi - - - - io.quarkus.security - quarkus-security - - - - io.opentelemetry - opentelemetry-api - true - - - io.opentelemetry.semconv - opentelemetry-semconv - true - - - - io.micrometer - micrometer-core - true - - - - org.junit.jupiter - junit-jupiter - test - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-vertx-http + + + io.quarkus.vertx.utils + quarkus-vertx-utils + + + io.quarkus + quarkus-jackson + + + io.quarkus + quarkus-tls-registry + + + io.quarkus + quarkus-websockets-next-kotlin + + + io.quarkus + quarkus-websockets-next-spi + + + + io.quarkus.security + quarkus-security + + + + io.opentelemetry + opentelemetry-api + true + + + io.opentelemetry.semconv + opentelemetry-semconv + true + + + + io.micrometer + micrometer-core + true + + + + org.junit.jupiter + junit-jupiter + test + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.websockets.next - - - ${project.groupId}:${project.artifactId}-dev:${project.version} - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.websockets.next + + + ${project.groupId}:${project.artifactId}-dev:${project.version} + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/websockets-next/spi/pom.xml b/extensions/websockets-next/spi/pom.xml index ea554c70b978c..d491f83f76e47 100644 --- a/extensions/websockets-next/spi/pom.xml +++ b/extensions/websockets-next/spi/pom.xml @@ -1,36 +1,34 @@ - - - quarkus-websockets-next-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-websockets-next-parent + 999-SNAPSHOT + - quarkus-websockets-next-spi - Quarkus - WebSockets Next - SPI + quarkus-websockets-next-spi + Quarkus - WebSockets Next - SPI - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - - \ No newline at end of file + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + + diff --git a/extensions/websockets/client/deployment/pom.xml b/extensions/websockets/client/deployment/pom.xml index 9b61a1c37c51c..64f935501935a 100644 --- a/extensions/websockets/client/deployment/pom.xml +++ b/extensions/websockets/client/deployment/pom.xml @@ -1,62 +1,60 @@ - - - quarkus-websockets-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-websockets-client-parent + 999-SNAPSHOT + - quarkus-websockets-client-deployment - Quarkus - WebSockets Client - Deployment + quarkus-websockets-client-deployment + Quarkus - WebSockets Client - Deployment - - - io.quarkus - quarkus-vertx-deployment - - - io.quarkus - quarkus-websockets-client - - - io.quarkus - quarkus-undertow-spi - - - io.quarkus - quarkus-junit5-internal - test - - - io.vertx - vertx-core - test - - + + + io.quarkus + quarkus-vertx-deployment + + + io.quarkus + quarkus-websockets-client + + + io.quarkus + quarkus-undertow-spi + + + io.quarkus + quarkus-junit5-internal + test + + + io.vertx + vertx-core + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/websockets/client/pom.xml b/extensions/websockets/client/pom.xml index c5206c8902645..cb6aa422b585a 100644 --- a/extensions/websockets/client/pom.xml +++ b/extensions/websockets/client/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../../pom.xml + - quarkus-websockets-client-parent - Quarkus - WebSockets Client - pom - - deployment - runtime - + quarkus-websockets-client-parent + pom + Quarkus - WebSockets Client + + deployment + runtime + diff --git a/extensions/websockets/client/runtime/pom.xml b/extensions/websockets/client/runtime/pom.xml index 03b9e72318f5d..e2d45a4a75df9 100644 --- a/extensions/websockets/client/runtime/pom.xml +++ b/extensions/websockets/client/runtime/pom.xml @@ -1,80 +1,76 @@ - - - quarkus-websockets-client-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-websockets-client-parent + 999-SNAPSHOT + - quarkus-websockets-client - Quarkus - WebSockets Client - Runtime - Client for WebSocket communication channel + quarkus-websockets-client + Quarkus - WebSockets Client - Runtime + Client for WebSocket communication channel - - - org.graalvm.sdk - nativeimage - provided - - - io.quarkus - quarkus-vertx - - - io.quarkus.security - quarkus-security - - - jakarta.websocket - jakarta.websocket-api - - - io.quarkus.http - quarkus-http-websocket-core - - - org.jboss.spec.javax.websocket - - jboss-websocket-api_1.1_spec - - - - - + + + org.graalvm.sdk + nativeimage + provided + + + io.quarkus + quarkus-vertx + + + io.quarkus.security + quarkus-security + + + jakarta.websocket + jakarta.websocket-api + + + io.quarkus.http + quarkus-http-websocket-core + + + org.jboss.spec.javax.websocket + jboss-websocket-api_1.1_spec + + + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.jboss.spec.javax.websocket:jboss-websocket-api_1.0_spec - org.jboss.spec.javax.websocket:jboss-websocket-api_1.1_spec - javax.websocket:javax.websocket-api - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.jboss.spec.javax.websocket:jboss-websocket-api_1.0_spec + org.jboss.spec.javax.websocket:jboss-websocket-api_1.1_spec + javax.websocket:javax.websocket-api + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/websockets/pom.xml b/extensions/websockets/pom.xml index 9e705c090f12c..5162ac6e316ce 100644 --- a/extensions/websockets/pom.xml +++ b/extensions/websockets/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-websockets-aggregator - Quarkus - WebSockets Aggregator - pom - - server - client - + quarkus-websockets-aggregator + pom + Quarkus - WebSockets Aggregator + + server + client + diff --git a/extensions/websockets/server/deployment/pom.xml b/extensions/websockets/server/deployment/pom.xml index b4eea0ff7c9aa..48739b625a5ab 100644 --- a/extensions/websockets/server/deployment/pom.xml +++ b/extensions/websockets/server/deployment/pom.xml @@ -1,61 +1,59 @@ - - - quarkus-websockets-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-websockets-parent + 999-SNAPSHOT + - quarkus-websockets-deployment - Quarkus - WebSockets - Deployment + quarkus-websockets-deployment + Quarkus - WebSockets - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-vertx-http-deployment - - - io.quarkus - quarkus-websockets - - - io.quarkus - quarkus-websockets-client-deployment - - - io.quarkus - quarkus-junit5-internal - test - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-vertx-http-deployment + + + io.quarkus + quarkus-websockets + + + io.quarkus + quarkus-websockets-client-deployment + + + io.quarkus + quarkus-junit5-internal + test + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/extensions/websockets/server/pom.xml b/extensions/websockets/server/pom.xml index 95727704c9592..1da761a0fe4ca 100644 --- a/extensions/websockets/server/pom.xml +++ b/extensions/websockets/server/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-extensions-parent - io.quarkus - 999-SNAPSHOT - ../../pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-extensions-parent + 999-SNAPSHOT + ../../pom.xml + - quarkus-websockets-parent - Quarkus - WebSockets - pom - - deployment - runtime - + quarkus-websockets-parent + pom + Quarkus - WebSockets + + deployment + runtime + diff --git a/extensions/websockets/server/runtime/pom.xml b/extensions/websockets/server/runtime/pom.xml index b811a6d90c656..bbfd1aa424a85 100644 --- a/extensions/websockets/server/runtime/pom.xml +++ b/extensions/websockets/server/runtime/pom.xml @@ -1,82 +1,78 @@ - - - quarkus-websockets-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-websockets-parent + 999-SNAPSHOT + - quarkus-websockets - Quarkus - WebSockets - Runtime - WebSocket communication channel support + quarkus-websockets + Quarkus - WebSockets - Runtime + WebSocket communication channel support - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-websockets-client - - - io.quarkus.http - quarkus-http-websocket-vertx - - - org.jboss.spec.javax.websocket - - jboss-websocket-api_1.1_spec - - - - - - jakarta.websocket - jakarta.websocket-api - - + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-websockets-client + + + io.quarkus.http + quarkus-http-websocket-vertx + + + org.jboss.spec.javax.websocket + jboss-websocket-api_1.1_spec + + + + + jakarta.websocket + jakarta.websocket-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.jboss.spec.javax.websocket:jboss-websocket-api_1.0_spec - org.jboss.spec.javax.websocket:jboss-websocket-api_1.1_spec - javax.websocket:javax.websocket-api - - - io.quarkus.vertx.websockets - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.jboss.spec.javax.websocket:jboss-websocket-api_1.0_spec + org.jboss.spec.javax.websocket:jboss-websocket-api_1.1_spec + javax.websocket:javax.websocket-api + + + io.quarkus.vertx.websockets + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/independent-projects/parent/pom.xml b/independent-projects/parent/pom.xml index 5ddfcfa5a056a..6cf3c45af28e6 100644 --- a/independent-projects/parent/pom.xml +++ b/independent-projects/parent/pom.xml @@ -55,6 +55,27 @@ + false + ERROR + ${maven.compiler.argument.source} + ${maven.compiler.source} + ${maven.compiler.target} + ${maven.compiler.testSource} + ${maven.compiler.testTarget} + true + 17 + ${maven.compiler.release} + 17 + ${maven.compiler.release} + 17 + ${maven.compiler.source} + ${maven.compiler.target} + false + 3.9.6 + 2024-01-01T00:00:00Z + UTF-8 + UTF-8 + false 3.4.0 3.6.1 3.2.1 @@ -64,12 +85,14 @@ 3.1.4 3.5.0 3.5.1 + ${version.surefire.plugin} + 3.4 2.26.0 3.2.7 1.12.0 3.1.4 - 3.11.2 3.4.2 + 3.11.2 3.15.1 3.1.1 3.3.1 @@ -78,49 +101,8 @@ 3.2.1 3.3.1 3.5.3 - ${version.surefire.plugin} 2.18.0 1.1.3 - - 3.4 - - - false - - - true - 17 - 17 - 17 - ${maven.compiler.release} - ${maven.compiler.release} - ${maven.compiler.target} - ${maven.compiler.source} - false - - - UTF-8 - UTF-8 - - - 2024-01-01T00:00:00Z - - - ${maven.compiler.target} - ${maven.compiler.source} - ${maven.compiler.testTarget} - ${maven.compiler.testSource} - - - 3.9.6 - ${maven.compiler.argument.source} - ERROR - - - false diff --git a/integration-tests/amazon-lambda-http-resteasy-reactive/pom.xml b/integration-tests/amazon-lambda-http-resteasy-reactive/pom.xml index 1037b6d3d9329..aec8816a1f320 100644 --- a/integration-tests/amazon-lambda-http-resteasy-reactive/pom.xml +++ b/integration-tests/amazon-lambda-http-resteasy-reactive/pom.xml @@ -1,88 +1,85 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-amazon-lambda-http-resteasy-reactive - Quarkus - Integration Tests - Amazon Lambda HTTP RESTEasy Reactive - Test with Quarkus REST and Amazon Lambda HTTP - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-amazon-lambda-http - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - - io.quarkus - quarkus-amazon-lambda-http-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + quarkus-integration-test-amazon-lambda-http-resteasy-reactive + Quarkus - Integration Tests - Amazon Lambda HTTP RESTEasy Reactive + Test with Quarkus REST and Amazon Lambda HTTP + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-amazon-lambda-http + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + + io.quarkus + quarkus-amazon-lambda-http-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/amazon-lambda-http-resteasy/pom.xml b/integration-tests/amazon-lambda-http-resteasy/pom.xml index 062c285f3afe3..74e5b2ab34167 100644 --- a/integration-tests/amazon-lambda-http-resteasy/pom.xml +++ b/integration-tests/amazon-lambda-http-resteasy/pom.xml @@ -1,90 +1,87 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-amazon-lambda-http-resteasy - Quarkus - Integration Tests - Amazon Lambda HTTP RESTEasy - Test with RESTEasy Standalone and Amazon Lambda HTTP - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-amazon-lambda-http - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-junit5 - test - - - - io.quarkus - quarkus-test-amazon-lambda - test - + quarkus-integration-test-amazon-lambda-http-resteasy + Quarkus - Integration Tests - Amazon Lambda HTTP RESTEasy + Test with RESTEasy Standalone and Amazon Lambda HTTP + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-amazon-lambda-http + - - - io.quarkus - quarkus-amazon-lambda-http-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + + io.quarkus + quarkus-test-amazon-lambda + test + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-amazon-lambda-http-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/amazon-lambda-http/pom.xml b/integration-tests/amazon-lambda-http/pom.xml index 2d797af3d764b..b2bb58e19b91a 100644 --- a/integration-tests/amazon-lambda-http/pom.xml +++ b/integration-tests/amazon-lambda-http/pom.xml @@ -1,157 +1,154 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-amazon-lambda-http - Quarkus - Integration Tests - Amazon Lambda HTTP - Module that contains Amazon Lambda related tests for RESTEasy - - - io.quarkus - quarkus-funqy-http - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-smallrye-openapi - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-reactive-routes - - - io.quarkus - quarkus-amazon-lambda-http - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + quarkus-integration-test-amazon-lambda-http + Quarkus - Integration Tests - Amazon Lambda HTTP + Module that contains Amazon Lambda related tests for RESTEasy + + + io.quarkus + quarkus-funqy-http + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-smallrye-openapi + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-reactive-routes + + + io.quarkus + quarkus-amazon-lambda-http + - - - io.quarkus - quarkus-amazon-lambda-http-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-funqy-http-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-openapi-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-routes-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-amazon-lambda-http-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-funqy-http-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-openapi-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-routes-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/amazon-lambda-rest-funqy/pom.xml b/integration-tests/amazon-lambda-rest-funqy/pom.xml index 62edff0bf212e..96aff30ff8e4c 100644 --- a/integration-tests/amazon-lambda-rest-funqy/pom.xml +++ b/integration-tests/amazon-lambda-rest-funqy/pom.xml @@ -1,150 +1,146 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-amazon-lambda-rest-funqy + Quarkus - Integration Tests - Amazon Lambda AWS Gateway REST API + Module that contains Amazon Lambda related tests for Funqy + + + io.quarkus + quarkus-funqy-http + + + io.quarkus + quarkus-smallrye-openapi + + + io.quarkus + quarkus-amazon-lambda-rest + - quarkus-integration-test-amazon-lambda-rest-funqy - Quarkus - Integration Tests - Amazon Lambda AWS Gateway REST API - Module that contains Amazon Lambda related tests for Funqy - - - io.quarkus - quarkus-funqy-http - - - io.quarkus - quarkus-smallrye-openapi - - - io.quarkus - quarkus-amazon-lambda-rest - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-amazon-lambda-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-funqy-http-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-openapi-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-amazon-lambda-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-funqy-http-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-openapi-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + native-image + + + native + + + + true + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + + + + + - - - - - native-image - - - native - - - - true - - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - + + - + diff --git a/integration-tests/amazon-lambda-rest-reactive-routes/pom.xml b/integration-tests/amazon-lambda-rest-reactive-routes/pom.xml index 60207c326ebdd..7dd16db81f3e8 100644 --- a/integration-tests/amazon-lambda-rest-reactive-routes/pom.xml +++ b/integration-tests/amazon-lambda-rest-reactive-routes/pom.xml @@ -1,150 +1,146 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-amazon-lambda-rest-reactive-routes + Quarkus - Integration Tests - Amazon Lambda AWS Gateway REST API + Module that contains Amazon Lambda related tests for Reactive Routes + + + io.quarkus + quarkus-smallrye-openapi + + + io.quarkus + quarkus-reactive-routes + + + io.quarkus + quarkus-amazon-lambda-rest + - quarkus-integration-test-amazon-lambda-rest-reactive-routes - Quarkus - Integration Tests - Amazon Lambda AWS Gateway REST API - Module that contains Amazon Lambda related tests for Reactive Routes - - - io.quarkus - quarkus-smallrye-openapi - - - io.quarkus - quarkus-reactive-routes - - - io.quarkus - quarkus-amazon-lambda-rest - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-amazon-lambda-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-openapi-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-routes-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-amazon-lambda-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-openapi-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-routes-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + native-image + + + native + + + + true + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + + + + + - - - - - native-image - - - native - - - - true - - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - + + - + diff --git a/integration-tests/amazon-lambda-rest-resteasy-reactive/pom.xml b/integration-tests/amazon-lambda-rest-resteasy-reactive/pom.xml index aa09da904da27..4257b07d12fd0 100644 --- a/integration-tests/amazon-lambda-rest-resteasy-reactive/pom.xml +++ b/integration-tests/amazon-lambda-rest-resteasy-reactive/pom.xml @@ -1,150 +1,146 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-amazon-lambda-rest-resteasy-reactive + Quarkus - Integration Tests - Amazon Lambda AWS Gateway REST API + Module that contains Amazon Lambda related tests for Quarkus REST + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-smallrye-openapi + + + io.quarkus + quarkus-amazon-lambda-rest + - quarkus-integration-test-amazon-lambda-rest-resteasy-reactive - Quarkus - Integration Tests - Amazon Lambda AWS Gateway REST API - Module that contains Amazon Lambda related tests for Quarkus REST - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-smallrye-openapi - - - io.quarkus - quarkus-amazon-lambda-rest - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-amazon-lambda-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-openapi-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-amazon-lambda-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-openapi-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + native-image + + + native + + + + true + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + + + + + - - - - - native-image - - - native - - - - true - - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - + + - + diff --git a/integration-tests/amazon-lambda-rest-servlet/pom.xml b/integration-tests/amazon-lambda-rest-servlet/pom.xml index 9ab3bdd6096ee..e1ab745304648 100644 --- a/integration-tests/amazon-lambda-rest-servlet/pom.xml +++ b/integration-tests/amazon-lambda-rest-servlet/pom.xml @@ -1,150 +1,146 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-amazon-lambda-rest-servlet + Quarkus - Integration Tests - Amazon Lambda AWS Gateway REST API + Module that contains Amazon Lambda related tests for Servlets + + + io.quarkus + quarkus-smallrye-openapi + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-amazon-lambda-rest + - quarkus-integration-test-amazon-lambda-rest-servlet - Quarkus - Integration Tests - Amazon Lambda AWS Gateway REST API - Module that contains Amazon Lambda related tests for Servlets - - - io.quarkus - quarkus-smallrye-openapi - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-amazon-lambda-rest - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-amazon-lambda-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-openapi-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-amazon-lambda-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-openapi-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + native-image + + + native + + + + true + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + + + + + - - - - - native-image - - - native - - - - true - - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - + + - + diff --git a/integration-tests/amazon-lambda-s3event/pom.xml b/integration-tests/amazon-lambda-s3event/pom.xml index 5684802872361..67e988b7c5213 100644 --- a/integration-tests/amazon-lambda-s3event/pom.xml +++ b/integration-tests/amazon-lambda-s3event/pom.xml @@ -1,76 +1,73 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-amazon-lambda-s3event - Quarkus - Integration Tests - Amazon Lambda - Module that contains Amazon Lambda S3Event related tests - - - io.quarkus - quarkus-amazon-lambda - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - org.junit.jupiter - junit-jupiter - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-amazon-lambda - test - + quarkus-integration-test-amazon-lambda-s3event + Quarkus - Integration Tests - Amazon Lambda + Module that contains Amazon Lambda S3Event related tests + + + io.quarkus + quarkus-amazon-lambda + - - - io.quarkus - quarkus-amazon-lambda-deployment - ${project.version} - pom - test - - - * - * - - - - + + + org.junit.jupiter + junit-jupiter + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-amazon-lambda + test + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-amazon-lambda-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/amazon-lambda-stream-handler/pom.xml b/integration-tests/amazon-lambda-stream-handler/pom.xml index 17f5313b7e6cf..eccb5067320db 100644 --- a/integration-tests/amazon-lambda-stream-handler/pom.xml +++ b/integration-tests/amazon-lambda-stream-handler/pom.xml @@ -1,72 +1,69 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-amazon-lambda-stream - Quarkus - Integration Tests - Amazon Lambda Stream Handler - Module that contains Amazon Lambda Stream Handler related tests - - - io.quarkus - quarkus-amazon-lambda - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-amazon-lambda - test - + quarkus-integration-test-amazon-lambda-stream + Quarkus - Integration Tests - Amazon Lambda Stream Handler + Module that contains Amazon Lambda Stream Handler related tests + + + io.quarkus + quarkus-amazon-lambda + - - - io.quarkus - quarkus-amazon-lambda-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-amazon-lambda + test + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-amazon-lambda-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/amazon-lambda/pom.xml b/integration-tests/amazon-lambda/pom.xml index 3194a0670c7f4..c74f1b8314403 100644 --- a/integration-tests/amazon-lambda/pom.xml +++ b/integration-tests/amazon-lambda/pom.xml @@ -1,89 +1,86 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-amazon-lambda - Quarkus - Integration Tests - Amazon Lambda - Module that contains Amazon Lambda related tests - - - io.quarkus - quarkus-amazon-lambda - - - io.quarkus - quarkus-amazon-lambda-xray - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + quarkus-integration-test-amazon-lambda + Quarkus - Integration Tests - Amazon Lambda + Module that contains Amazon Lambda related tests + + + io.quarkus + quarkus-amazon-lambda + + + io.quarkus + quarkus-amazon-lambda-xray + - - - io.quarkus - quarkus-amazon-lambda-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-amazon-lambda-xray-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-amazon-lambda-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-amazon-lambda-xray-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/avro-reload/pom.xml b/integration-tests/avro-reload/pom.xml index 9aec94a838dc9..31a553c131da9 100644 --- a/integration-tests/avro-reload/pom.xml +++ b/integration-tests/avro-reload/pom.xml @@ -1,81 +1,79 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-avro-reload - Quarkus - Integration Tests - Avro code generation and reload + quarkus-integration-test-avro-reload + Quarkus - Integration Tests - Avro code generation and reload - - imports,directImport/PrivacyDirectImport.avsc - + + imports,directImport/PrivacyDirectImport.avsc + - - - io.quarkus - quarkus-avro - - - io.quarkus - quarkus-rest-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-avro + + + io.quarkus + quarkus-rest-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-avro-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-avro-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin + + + + io.quarkus + quarkus-maven-plugin - - - generate-code - - generate-code - generate-code-tests - build - - - - - - + + + generate-code + + generate-code + generate-code-tests + build + + + + + + diff --git a/integration-tests/awt-packaging/pom.xml b/integration-tests/awt-packaging/pom.xml index 6fed85e314d3f..acd22cb639a51 100644 --- a/integration-tests/awt-packaging/pom.xml +++ b/integration-tests/awt-packaging/pom.xml @@ -1,125 +1,123 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-awt-packaging - Quarkus - Integration Tests - AWT Packaging + quarkus-integration-test-awt-packaging + Quarkus - Integration Tests - AWT Packaging - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jaxb - - - io.quarkus - quarkus-awt - - - io.quarkus - quarkus-amazon-lambda - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jaxb + + + io.quarkus + quarkus-awt + + + io.quarkus + quarkus-amazon-lambda + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-mockito - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-test-amazon-lambda - test - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-mockito + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-test-amazon-lambda + test + - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jaxb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-awt-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-amazon-lambda-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jaxb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-awt-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-amazon-lambda-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/awt/pom.xml b/integration-tests/awt/pom.xml index aacda1d852a3e..bb3f0d6638159 100644 --- a/integration-tests/awt/pom.xml +++ b/integration-tests/awt/pom.xml @@ -1,167 +1,163 @@ - - 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - - quarkus-integration-test-awt - Quarkus - Integration Tests - AWT - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-awt - - - io.quarkus - quarkus-resteasy-multipart - - - io.quarkus - quarkus-container-image-docker - - - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-awt + Quarkus - Integration Tests - AWT + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-awt + + + io.quarkus + quarkus-resteasy-multipart + + + io.quarkus + quarkus-container-image-docker + + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-multipart-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-awt-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-docker-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-multipart-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-awt-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-docker-deployment - ${project.version} - pom - test - - - * - * - - - - - - - - - src/test/resources - true - - - - - maven-resources-plugin - - - jpg - tiff - tif - bmp - gif - png - wbmp - jp2 - ttf - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-surefire-plugin - - 1 - false - - - - + + + + true + src/test/resources + + + + + maven-resources-plugin + + + jpg + tiff + tif + bmp + gif + png + wbmp + jp2 + ttf + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + maven-surefire-plugin + + 1 + false + + + + diff --git a/integration-tests/bouncycastle-fips-jsse/pom.xml b/integration-tests/bouncycastle-fips-jsse/pom.xml index 43d17b35ab833..528a389880d73 100644 --- a/integration-tests/bouncycastle-fips-jsse/pom.xml +++ b/integration-tests/bouncycastle-fips-jsse/pom.xml @@ -1,133 +1,131 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../ + - quarkus-integration-test-bouncycastle-fips-jsse - Quarkus - Integration Tests - Bouncy Castle FIPS JSSE - Bouncy Castle FIPS JSSE integration tests module + quarkus-integration-test-bouncycastle-fips-jsse + Quarkus - Integration Tests - Bouncy Castle FIPS JSSE + Bouncy Castle FIPS JSSE integration tests module - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-security - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-security + - - - org.bouncycastle - bctls-fips - - - org.bouncycastle - bc-fips - - - io.smallrye.reactive - smallrye-mutiny-vertx-web-client - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + + org.bouncycastle + bctls-fips + + + org.bouncycastle + bc-fips + + + io.smallrye.reactive + smallrye-mutiny-vertx-web-client + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-vertx-http-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-vertx-http-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - native-image - - - native - - - - - true - - - + + + native-image + + + native + + + + + true + + + diff --git a/integration-tests/bouncycastle-fips/pom.xml b/integration-tests/bouncycastle-fips/pom.xml index 3a3945fb9ac29..c70112d7e5aeb 100644 --- a/integration-tests/bouncycastle-fips/pom.xml +++ b/integration-tests/bouncycastle-fips/pom.xml @@ -1,110 +1,108 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-bouncycastle-fips - Quarkus - Integration Tests - Bouncy Castle FIPS - Bouncy Castle FIPS integration tests module + quarkus-integration-test-bouncycastle-fips + Quarkus - Integration Tests - Bouncy Castle FIPS + Bouncy Castle FIPS integration tests module - - - io.quarkus - quarkus-resteasy - + + + io.quarkus + quarkus-resteasy + - - io.quarkus - quarkus-security - + + io.quarkus + quarkus-security + - - - org.bouncycastle - bc-fips - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + org.bouncycastle + bc-fips + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - no-native - - - !native - - - - - uber-jar - - - + + uber-jar + + + diff --git a/integration-tests/bouncycastle-jsse/pom.xml b/integration-tests/bouncycastle-jsse/pom.xml index 300b22890ea06..64b5b977c75c7 100644 --- a/integration-tests/bouncycastle-jsse/pom.xml +++ b/integration-tests/bouncycastle-jsse/pom.xml @@ -1,124 +1,122 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-bouncycastle-jsse - Quarkus - Integration Tests - Bouncy Castle JSSE - Bouncy Castle integration tests module + quarkus-integration-test-bouncycastle-jsse + Quarkus - Integration Tests - Bouncy Castle JSSE + Bouncy Castle integration tests module - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-security - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-security + - - - org.bouncycastle - bctls-jdk18on - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + + org.bouncycastle + bctls-jdk18on + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-vertx-http-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-vertx-http-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - native-image - - - native - - - - - true - - - + + + native-image + + + native + + + + + true + + + diff --git a/integration-tests/bouncycastle/pom.xml b/integration-tests/bouncycastle/pom.xml index 0b8b35df24130..ce7f0759302e5 100644 --- a/integration-tests/bouncycastle/pom.xml +++ b/integration-tests/bouncycastle/pom.xml @@ -1,116 +1,114 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-bouncycastle - Quarkus - Integration Tests - Bouncy Castle - Bouncy Castle integration tests module + quarkus-integration-test-bouncycastle + Quarkus - Integration Tests - Bouncy Castle + Bouncy Castle integration tests module - - - io.quarkus - quarkus-resteasy - + + + io.quarkus + quarkus-resteasy + - - io.quarkus - quarkus-security - + + io.quarkus + quarkus-security + - - - org.bouncycastle - bcpkix-jdk18on - + + + org.bouncycastle + bcpkix-jdk18on + - - - org.bouncycastle - bcprov-jdk18on - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + org.bouncycastle + bcprov-jdk18on + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - no-native - - - !native - - - - - uber-jar - - - + + uber-jar + + + diff --git a/integration-tests/cache/pom.xml b/integration-tests/cache/pom.xml index 7480d012166b2..959006125736b 100644 --- a/integration-tests/cache/pom.xml +++ b/integration-tests/cache/pom.xml @@ -1,157 +1,154 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - - quarkus-integration-test-cache - Quarkus - Integration Tests - Cache + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-cache - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-rest-client-jackson - - - io.quarkus - quarkus-hibernate-orm-panache - - - io.quarkus - quarkus-jdbc-h2 - - - io.quarkus - quarkus-micrometer-registry-prometheus - + quarkus-integration-test-cache + Quarkus - Integration Tests - Cache - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-test-h2 - test - + + + io.quarkus + quarkus-cache + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-rest-client-jackson + + + io.quarkus + quarkus-hibernate-orm-panache + + + io.quarkus + quarkus-jdbc-h2 + + + io.quarkus + quarkus-micrometer-registry-prometheus + - - - io.quarkus - quarkus-cache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-test-h2 + test + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-cache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/class-transformer/deployment/pom.xml b/integration-tests/class-transformer/deployment/pom.xml index 27444c60990cb..57ccb711a90b7 100644 --- a/integration-tests/class-transformer/deployment/pom.xml +++ b/integration-tests/class-transformer/deployment/pom.xml @@ -1,52 +1,50 @@ - - - quarkus-integration-test-class-transformer-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-test-class-transformer-parent + 999-SNAPSHOT + - quarkus-integration-test-class-transformer-deployment - Quarkus - Integration Tests - Class tranformer - Deployment + quarkus-integration-test-class-transformer-deployment + Quarkus - Integration Tests - Class tranformer - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-integration-test-class-transformer - - - jakarta.ws.rs - jakarta.ws.rs-api - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-integration-test-class-transformer + + + jakarta.ws.rs + jakarta.ws.rs-api + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/integration-tests/class-transformer/pom.xml b/integration-tests/class-transformer/pom.xml index 054e27c6aac80..85c87a057e52f 100644 --- a/integration-tests/class-transformer/pom.xml +++ b/integration-tests/class-transformer/pom.xml @@ -1,31 +1,25 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-class-transformer-parent - Quarkus - Integration Tests - Class tranformer - + quarkus-integration-test-class-transformer-parent - An example deployment time processor that tests + pom + Quarkus - Integration Tests - Class tranformer + An example deployment time processor that tests out the class transformation ability by adding an additional route to all JAX-RS endpoints. - This should probably be deleted once we have a proper test framework. + This should probably be deleted once we have a proper test framework. - - - pom - - - deployment - runtime - + + deployment + runtime + diff --git a/integration-tests/class-transformer/runtime/pom.xml b/integration-tests/class-transformer/runtime/pom.xml index b742b1ff20d79..48fa53cbcce5b 100644 --- a/integration-tests/class-transformer/runtime/pom.xml +++ b/integration-tests/class-transformer/runtime/pom.xml @@ -1,13 +1,11 @@ - + + 4.0.0 - quarkus-integration-test-class-transformer-parent io.quarkus + quarkus-integration-test-class-transformer-parent 999-SNAPSHOT - 4.0.0 quarkus-integration-test-class-transformer Quarkus - Integration Tests - Class tranformer - Runtime diff --git a/integration-tests/common-jpa-entities/pom.xml b/integration-tests/common-jpa-entities/pom.xml index b029b6d3d3ddc..6f8967796f23b 100644 --- a/integration-tests/common-jpa-entities/pom.xml +++ b/integration-tests/common-jpa-entities/pom.xml @@ -1,41 +1,39 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-common-jpa-entities - Quarkus - Integration Tests - Common JPA entities - Shared classes outside of the module compilation running Quarkus. Used to test `class` references in `persistence.xml` + quarkus-integration-test-common-jpa-entities + Quarkus - Integration Tests - Common JPA entities + Shared classes outside of the module compilation running Quarkus. Used to test `class` references in `persistence.xml` - - - jakarta.persistence - jakarta.persistence-api - provided - - + + + jakarta.persistence + jakarta.persistence-api + provided + + - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + diff --git a/integration-tests/compose-devservices/pom.xml b/integration-tests/compose-devservices/pom.xml index efa16e800337b..a33202013eb5c 100644 --- a/integration-tests/compose-devservices/pom.xml +++ b/integration-tests/compose-devservices/pom.xml @@ -1,238 +1,236 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-compose-devservices - Quarkus - Integration Tests - Compose Dev Services - The Compose Dev Services integration tests module + quarkus-integration-test-compose-devservices + Quarkus - Integration Tests - Compose Dev Services + The Compose Dev Services integration tests module - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-jdbc-postgresql - + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-jdbc-postgresql + - - - io.quarkus - quarkus-smallrye-health - + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-kafka-client - + + + io.quarkus + quarkus-kafka-client + - - - io.quarkus - quarkus-redis-client - + + + io.quarkus + quarkus-redis-client + - - io.quarkus - quarkus-messaging-amqp - + + io.quarkus + quarkus-messaging-amqp + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - org.testcontainers - testcontainers - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.testcontainers + testcontainers + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kafka-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-postgresql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-redis-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-amqp-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kafka-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-redis-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-amqp-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - maven-failsafe-plugin - - true - - + + maven-failsafe-plugin + + true + + - - maven-surefire-plugin - - true - - - - + + maven-surefire-plugin + + true + + + + - - - test-kafka - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + test-kafka + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + + + diff --git a/integration-tests/container-image/maven-invoker-way/pom.xml b/integration-tests/container-image/maven-invoker-way/pom.xml index 4ebd245da1d13..b1c50884eb0b8 100644 --- a/integration-tests/container-image/maven-invoker-way/pom.xml +++ b/integration-tests/container-image/maven-invoker-way/pom.xml @@ -1,169 +1,168 @@ - - 4.0.0 - - io.quarkus - quarkus-integration-test-container-image-parent - 999-SNAPSHOT - - quarkus-integration-test-container-image-invoker - Quarkus - Integration Tests - Container Image - Invoker - - - - com.google.j2objc - j2objc-annotations - 1.3 - - - + + 4.0.0 + + io.quarkus + quarkus-integration-test-container-image-parent + 999-SNAPSHOT + + quarkus-integration-test-container-image-invoker + Quarkus - Integration Tests - Container Image - Invoker + + + com.google.j2objc + j2objc-annotations + 1.3 + + + + - - - io.quarkus - quarkus-container-image-docker - test - - - io.quarkus - quarkus-container-image-jib - test - + + + io.quarkus + quarkus-container-image-docker + test + + + io.quarkus + quarkus-container-image-jib + test + - - io.quarkus - quarkus-core-deployment - test - - - io.quarkus - quarkus-test-maven - test - - - io.rest-assured - rest-assured - - - - org.apache.groovy - groovy - - - org.apache.groovy - groovy-xml - - - org.apache.groovy - groovy-json - - - test - + + io.quarkus + quarkus-core-deployment + test + + + io.quarkus + quarkus-test-maven + test + + + io.rest-assured + rest-assured + test + + + + org.apache.groovy + groovy + + + org.apache.groovy + groovy-xml + + + org.apache.groovy + groovy-json + + + - - - io.quarkus - quarkus-container-image-docker-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-jib-deployment - ${project.version} - pom - test - - - * - * - - - - - + + + io.quarkus + quarkus-container-image-docker-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-jib-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + maven-invoker-plugin + + ${project.build.directory}/it + true + setup + verify + true + true + + true + invoker.properties + + + + integration-tests + + install + run + verify + + + + + + maven-failsafe-plugin + + ${skipITs} + + + + + integration-test + verify + + + + + + + + + + container-image-docker + + + start-containers + + + - - maven-invoker-plugin - - - integration-tests - - install - run - verify - - - - - ${project.build.directory}/it - true - setup - verify - true - true - true - invoker.properties - - - - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${skipITs} - - + + maven-invoker-plugin + + ${skipTests} + + + + maven-surefire-plugin + + ${skipTests} + + + + maven-failsafe-plugin + + ${skipITs} + + - - - - - container-image-docker - - - start-containers - - - - - - maven-invoker-plugin - - ${skipTests} - - - - maven-surefire-plugin - - ${skipTests} - - - - maven-failsafe-plugin - - ${skipITs} - - - - - - + + + diff --git a/integration-tests/container-image/pom.xml b/integration-tests/container-image/pom.xml index 689a7ff483972..7d562c252bf09 100644 --- a/integration-tests/container-image/pom.xml +++ b/integration-tests/container-image/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 io.quarkus @@ -9,8 +8,8 @@ quarkus-integration-test-container-image-parent - Quarkus - Integration Tests - Container Image - Parent pom + Quarkus - Integration Tests - Container Image - Parent maven-invoker-way diff --git a/integration-tests/container-image/quarkus-standard-way/pom.xml b/integration-tests/container-image/quarkus-standard-way/pom.xml index eeff5e1a2fe9f..db2cbd648a472 100644 --- a/integration-tests/container-image/quarkus-standard-way/pom.xml +++ b/integration-tests/container-image/quarkus-standard-way/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 io.quarkus diff --git a/integration-tests/devmode/pom.xml b/integration-tests/devmode/pom.xml index 0b8e8f16bfc17..da310a42f1af3 100644 --- a/integration-tests/devmode/pom.xml +++ b/integration-tests/devmode/pom.xml @@ -1,153 +1,151 @@ - - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-devmode - Quarkus - Integration Tests - Dev Mode + quarkus-integration-test-devmode + Quarkus - Integration Tests - Dev Mode - - - - io.quarkus - quarkus-vertx-http-dev-ui-tests - test - - - io.quarkus - quarkus-rest-deployment - test - - - io.quarkus - quarkus-oidc-deployment - test - - - io.quarkus - quarkus-scheduler-deployment - test - - - io.quarkus - quarkus-grpc-deployment - test - - - io.quarkus - quarkus-kafka-client-deployment - test - - - io.quarkus - quarkus-rest-qute-deployment - test - - - io.quarkus - quarkus-messaging-deployment - test - - - io.quarkus - quarkus-cache-deployment - test - - - io.quarkus - quarkus-container-image-docker-deployment - test - - - io.quarkus - quarkus-hibernate-orm-deployment - test - - - io.quarkus - quarkus-jdbc-h2-deployment - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-junit5-component - test - - - io.rest-assured - rest-assured - test - - + + + + io.quarkus + quarkus-vertx-http-dev-ui-tests + test + + + io.quarkus + quarkus-rest-deployment + test + + + io.quarkus + quarkus-oidc-deployment + test + + + io.quarkus + quarkus-scheduler-deployment + test + + + io.quarkus + quarkus-grpc-deployment + test + + + io.quarkus + quarkus-kafka-client-deployment + test + + + io.quarkus + quarkus-rest-qute-deployment + test + + + io.quarkus + quarkus-messaging-deployment + test + + + io.quarkus + quarkus-cache-deployment + test + + + io.quarkus + quarkus-container-image-docker-deployment + test + + + io.quarkus + quarkus-hibernate-orm-deployment + test + + + io.quarkus + quarkus-jdbc-h2-deployment + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-junit5-component + test + + + io.rest-assured + rest-assured + test + + - - - - org.xolstice.maven.plugins - protobuf-maven-plugin - 0.6.1 - - com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier} - grpc-java - io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier} - - - quarkus-grpc-protoc-plugin - io.quarkus - quarkus-grpc-protoc-plugin - ${project.version} - io.quarkus.grpc.protoc.plugin.MutinyGrpcGenerator - - - - - - test-compile - - test-compile - test-compile-custom - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - maven-surefire-plugin - - false - - false - - - - - + + + + org.xolstice.maven.plugins + protobuf-maven-plugin + 0.6.1 + + com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier} + grpc-java + io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier} + + + quarkus-grpc-protoc-plugin + io.quarkus + quarkus-grpc-protoc-plugin + ${project.version} + io.quarkus.grpc.protoc.plugin.MutinyGrpcGenerator + + + + + + test-compile + + test-compile + test-compile-custom + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + maven-surefire-plugin + + false + + false + + + + + diff --git a/integration-tests/devtools-registry-client/pom.xml b/integration-tests/devtools-registry-client/pom.xml index 41f50d45d0201..ee4a8fa89fe79 100644 --- a/integration-tests/devtools-registry-client/pom.xml +++ b/integration-tests/devtools-registry-client/pom.xml @@ -1,72 +1,68 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - - quarkus-integration-test-devtools-registry-client + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - Quarkus - Integration Tests - DevTools Registry Client - + quarkus-integration-test-devtools-registry-client - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-devtools-registry-client - + Quarkus - Integration Tests - DevTools Registry Client - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-devtools-registry-client + - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/devtools/pom.xml b/integration-tests/devtools/pom.xml index 4c16999a91e3b..ba28b375c7094 100644 --- a/integration-tests/devtools/pom.xml +++ b/integration-tests/devtools/pom.xml @@ -1,117 +1,115 @@ - - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-devtools - Quarkus - Integration Tests - Devtools - - - io.quarkus - quarkus-devtools-common - - - - io.quarkus - quarkus-project-core-extension-codestarts - pom - test - ${project.version} - - - * - * - - - - - io.quarkus - quarkus-junit5-internal - test - - - org.mockito - mockito-core - test - - - io.quarkus - quarkus-devtools-testing - test - - - org.assertj - assertj-core - test - - + quarkus-integration-test-devtools + Quarkus - Integration Tests - Devtools + + + io.quarkus + quarkus-devtools-common + + + + io.quarkus + quarkus-project-core-extension-codestarts + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-junit5-internal + test + + + org.mockito + mockito-core + test + + + io.quarkus + quarkus-devtools-testing + test + + + org.assertj + assertj-core + test + + - - - - maven-resources-plugin - - - copy-resources - process-test-resources - - testResources - - - ${basedir}/target/test-classes - - - ${basedir}/src/test/resources - true - - __snapshots__/** - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - integration-test - verify - - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-resources-plugin + + + copy-resources + + testResources + + process-test-resources + + ${basedir}/target/test-classes + + + ${basedir}/src/test/resources + true + + __snapshots__/** + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + integration-test + verify + + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/integration-tests/elasticsearch-java-client/pom.xml b/integration-tests/elasticsearch-java-client/pom.xml index 9b998438c9687..895eb5a1bb303 100644 --- a/integration-tests/elasticsearch-java-client/pom.xml +++ b/integration-tests/elasticsearch-java-client/pom.xml @@ -1,258 +1,256 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - 4.0.0 + quarkus-integration-test-elasticsearch-java-client + Quarkus - Integration Tests - Elasticsearch Java client - quarkus-integration-test-elasticsearch-java-client - Quarkus - Integration Tests - Elasticsearch Java client + + + io.quarkus + quarkus-elasticsearch-java-client + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-elasticsearch-java-client - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-smallrye-health - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-elasticsearch-java-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-elasticsearch-java-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + ${project.version} + + + + build + + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + - - - - src/main/resources - true - - + + + test-elasticsearch + + + test-containers + + + - - io.quarkus - quarkus-maven-plugin - ${project.version} - - - - build - - - - - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-elasticsearch - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - + + - - docker-elasticsearch - - - start-containers - - - - localhost:9200 - http - - - - - io.fabric8 - docker-maven-plugin - - - - ${elasticsearch.image} - elasticsearch - - - single-node - false - -Xms512m -Xmx512m - - false - - false - false - false - false - false - false - false - false - false - - - 9200:9200 - - - Elasticsearch: - default - cyan - - - - http://localhost:9200 - GET - 200 - - - - - - - true - - - - docker-start - process-test-classes - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - + false + + false + false + false + false + false + false + false + false + false + + + 9200:9200 + + + Elasticsearch: + default + cyan + + + + http://localhost:9200 + GET + 200 + + + + + + + true + + + + docker-start + + stop + start + + process-test-classes + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + - + diff --git a/integration-tests/elasticsearch-rest-client/pom.xml b/integration-tests/elasticsearch-rest-client/pom.xml index a22dc4e7ff939..37ee1cd204e6e 100644 --- a/integration-tests/elasticsearch-rest-client/pom.xml +++ b/integration-tests/elasticsearch-rest-client/pom.xml @@ -1,11 +1,10 @@ - - + + 4.0.0 - quarkus-integration-tests-parent io.quarkus + quarkus-integration-tests-parent 999-SNAPSHOT @@ -93,8 +92,8 @@ - src/main/resources true + src/main/resources @@ -198,7 +197,7 @@ 9200:9200 - Elasticsearch: + Elasticsearch: default cyan @@ -218,18 +217,18 @@ docker-start - process-test-classes stop start + process-test-classes docker-stop - post-integration-test stop + post-integration-test @@ -239,10 +238,10 @@ docker-prune - generate-resources exec + generate-resources ${docker-prune.location} diff --git a/integration-tests/elytron-resteasy-reactive/pom.xml b/integration-tests/elytron-resteasy-reactive/pom.xml index 1230ab601162a..20e4c1e0c0444 100644 --- a/integration-tests/elytron-resteasy-reactive/pom.xml +++ b/integration-tests/elytron-resteasy-reactive/pom.xml @@ -1,94 +1,91 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - - quarkus-integration-test-elytron-resteasy-reactive + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - Quarkus - Integration Tests - Elytron RESTEasy Reactive + quarkus-integration-test-elytron-resteasy-reactive - - - io.quarkus - quarkus-elytron-security-properties-file - - - io.quarkus - quarkus-rest-jackson - + Quarkus - Integration Tests - Elytron RESTEasy Reactive - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-security - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-elytron-security-properties-file + + + io.quarkus + quarkus-rest-jackson + - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-security + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/elytron-resteasy/pom.xml b/integration-tests/elytron-resteasy/pom.xml index d1acb501541b7..30062f0aae1dd 100644 --- a/integration-tests/elytron-resteasy/pom.xml +++ b/integration-tests/elytron-resteasy/pom.xml @@ -1,89 +1,86 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - - quarkus-integration-test-elytron-resteasy + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - Quarkus - Integration Tests - Elytron RESTEasy + quarkus-integration-test-elytron-resteasy - - - io.quarkus - quarkus-elytron-security-properties-file - - - io.quarkus - quarkus-resteasy - + Quarkus - Integration Tests - Elytron RESTEasy - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-security - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-elytron-security-properties-file + + + io.quarkus + quarkus-resteasy + - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-security + test + + + io.rest-assured + rest-assured + test + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/elytron-security-jdbc/pom.xml b/integration-tests/elytron-security-jdbc/pom.xml index dd88dda824f47..291aa7f37a29d 100644 --- a/integration-tests/elytron-security-jdbc/pom.xml +++ b/integration-tests/elytron-security-jdbc/pom.xml @@ -1,137 +1,135 @@ - - 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elytron-security-jdbc-integration-test - Quarkus - Integration Tests - Elytron Security JDBC + quarkus-elytron-security-jdbc-integration-test + Quarkus - Integration Tests - Elytron Security JDBC - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-elytron-security-jdbc - - - io.quarkus - quarkus-jdbc-h2 - - - io.quarkus - quarkus-narayana-jta - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-elytron-security-jdbc + + + io.quarkus + quarkus-jdbc-h2 + + + io.quarkus + quarkus-narayana-jta + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-test-h2 - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-test-h2 + test + - - - io.quarkus - quarkus-elytron-security-jdbc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-narayana-jta-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-elytron-security-jdbc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-narayana-jta-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - native-image - - - native - - - - - true - - - + + + native-image + + + native + + + + + true + + + diff --git a/integration-tests/elytron-security-ldap/pom.xml b/integration-tests/elytron-security-ldap/pom.xml index 62fae013207a2..dcabd54b33714 100644 --- a/integration-tests/elytron-security-ldap/pom.xml +++ b/integration-tests/elytron-security-ldap/pom.xml @@ -1,102 +1,100 @@ - - 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-elytron-security-ldap-integration-test - Quarkus - Integration Tests - Elytron Security LDAP + quarkus-elytron-security-ldap-integration-test + Quarkus - Integration Tests - Elytron Security LDAP - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-elytron-security-ldap - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-elytron-security-ldap + - - - io.quarkus - quarkus-test-ldap - test - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-test-ldap + test + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-elytron-security-ldap-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-elytron-security-ldap-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - native-image - - - native - - - - - true - - - + + + native-image + + + native + + + + + true + + + diff --git a/integration-tests/elytron-security-oauth2/pom.xml b/integration-tests/elytron-security-oauth2/pom.xml index ef85223a17c24..c44545c706a42 100644 --- a/integration-tests/elytron-security-oauth2/pom.xml +++ b/integration-tests/elytron-security-oauth2/pom.xml @@ -1,119 +1,115 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-elytron-security-oauth2 - Quarkus - Integration Tests - Elytron Security OAuth2 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-elytron-security-oauth2 - + quarkus-integration-test-elytron-security-oauth2 + Quarkus - Integration Tests - Elytron Security OAuth2 - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-elytron-security-oauth2 + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.wiremock - wiremock-standalone - test - - - jakarta.servlet - jakarta.servlet-api - - - io.quarkus - quarkus-grpc - + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-elytron-security-oauth2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.wiremock + wiremock-standalone + test + + + jakarta.servlet + jakarta.servlet-api + + + io.quarkus + quarkus-grpc + + + + io.quarkus + quarkus-elytron-security-oauth2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/elytron-security/pom.xml b/integration-tests/elytron-security/pom.xml index 36b3a9ca66088..88b3101fb4be5 100644 --- a/integration-tests/elytron-security/pom.xml +++ b/integration-tests/elytron-security/pom.xml @@ -1,107 +1,105 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-elytron-security - Quarkus - Integration Tests - Elytron Security - The elytron-security integration tests module + quarkus-integration-test-elytron-security + Quarkus - Integration Tests - Elytron Security + The elytron-security integration tests module - - - io.quarkus - quarkus-elytron-security-properties-file - + + + io.quarkus + quarkus-elytron-security-properties-file + - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - no-native - - - !native - - - - - uber-jar - - - + + uber-jar + + + diff --git a/integration-tests/elytron-undertow/pom.xml b/integration-tests/elytron-undertow/pom.xml index 4111e03fee8fd..5b019e35cca7e 100644 --- a/integration-tests/elytron-undertow/pom.xml +++ b/integration-tests/elytron-undertow/pom.xml @@ -1,141 +1,137 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - - quarkus-integration-test-elytron-undertow + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - Quarkus - Integration Tests - Elytron Undertow - + quarkus-integration-test-elytron-undertow - - - io.quarkus - quarkus-elytron-security-properties-file - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-smallrye-openapi - + Quarkus - Integration Tests - Elytron Undertow - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-elytron-security-properties-file + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-smallrye-openapi + - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-openapi-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-resources-plugin - - - copy-resources - compile - - copy-resources - - - - ${basedir}/target - - - src/main/resources - false - - - - - - - - + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-openapi-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + maven-resources-plugin + + + copy-resources + + copy-resources + + compile + + + ${basedir}/target + + + src/main/resources + false + + + + + + + + diff --git a/integration-tests/flyway/pom.xml b/integration-tests/flyway/pom.xml index f3e8edfd37802..1a08d1e41c32d 100644 --- a/integration-tests/flyway/pom.xml +++ b/integration-tests/flyway/pom.xml @@ -1,154 +1,152 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-flyway - Quarkus - Integration Tests - Flyway - Module that contains Flyway related tests - - - io.quarkus - quarkus-flyway - - - org.flywaydb - flyway-database-postgresql - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-junit5-internal - test - + quarkus-integration-test-flyway + Quarkus - Integration Tests - Flyway + Module that contains Flyway related tests + + + io.quarkus + quarkus-flyway + + + org.flywaydb + flyway-database-postgresql + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-junit5-internal + test + - - io.quarkus - quarkus-jdbc-postgresql - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.apache.commons - commons-lang3 - - - + + io.quarkus + quarkus-jdbc-postgresql + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.apache.commons + commons-lang3 + + + - - - io.quarkus - quarkus-flyway-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-postgresql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-flyway-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/funqy-amazon-lambda/pom.xml b/integration-tests/funqy-amazon-lambda/pom.xml index 3b9310bc5c225..216c113797060 100644 --- a/integration-tests/funqy-amazon-lambda/pom.xml +++ b/integration-tests/funqy-amazon-lambda/pom.xml @@ -1,99 +1,96 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-funqy-amazon-lambda - Quarkus - Integration Tests - Funqy Amazon Lambda - Module that contains Amazon Lambda related tests - - - io.quarkus - quarkus-funqy-amazon-lambda - - - io.quarkus - quarkus-funqy-server-common - - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-funqy-amazon-lambda-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-funqy-server-common-deployment - ${project.version} - pom - test - - - * - * - - - - + quarkus-integration-test-funqy-amazon-lambda + Quarkus - Integration Tests - Funqy Amazon Lambda + Module that contains Amazon Lambda related tests + + + io.quarkus + quarkus-funqy-amazon-lambda + + + io.quarkus + quarkus-funqy-server-common + + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + - - - - src/main/resources - true - - - - - maven-surefire-plugin - - false - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-funqy-amazon-lambda-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-funqy-server-common-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + maven-surefire-plugin + + false + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/funqy-google-cloud-functions/pom.xml b/integration-tests/funqy-google-cloud-functions/pom.xml index 0a35c83c9320e..1b5cbe21fa9ae 100644 --- a/integration-tests/funqy-google-cloud-functions/pom.xml +++ b/integration-tests/funqy-google-cloud-functions/pom.xml @@ -1,82 +1,80 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-funqy-google-cloud-functions - Quarkus - Integration Tests - Funqy Google Cloud Functions - Module that contains Google Cloud Functions related tests - - - io.quarkus - quarkus-funqy-google-cloud-functions - + quarkus-integration-test-funqy-google-cloud-functions + Quarkus - Integration Tests - Funqy Google Cloud Functions + Module that contains Google Cloud Functions related tests + + + io.quarkus + quarkus-funqy-google-cloud-functions + - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-google-cloud-functions - test - + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-google-cloud-functions + test + - - - io.quarkus - quarkus-funqy-google-cloud-functions-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-funqy-google-cloud-functions-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - maven-surefire-plugin - - always - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + always + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/google-cloud-functions-http/pom.xml b/integration-tests/google-cloud-functions-http/pom.xml index 20ed75ceb2b2a..a9dce3b1b3432 100644 --- a/integration-tests/google-cloud-functions-http/pom.xml +++ b/integration-tests/google-cloud-functions-http/pom.xml @@ -1,139 +1,137 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-google-cloud-functions-http - Quarkus - Integration Tests - Google Cloud Functions HTTP + quarkus-integration-test-google-cloud-functions-http + Quarkus - Integration Tests - Google Cloud Functions HTTP - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-reactive-routes - - - io.quarkus - quarkus-funqy-http - - - io.quarkus - quarkus-google-cloud-functions-http - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-reactive-routes + + + io.quarkus + quarkus-funqy-http + + + io.quarkus + quarkus-google-cloud-functions-http + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-google-cloud-functions-http-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-routes-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-funqy-http-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-google-cloud-functions-http-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-routes-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-funqy-http-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/google-cloud-functions/pom.xml b/integration-tests/google-cloud-functions/pom.xml index a7a1afd40fafa..cf792d05170be 100644 --- a/integration-tests/google-cloud-functions/pom.xml +++ b/integration-tests/google-cloud-functions/pom.xml @@ -1,82 +1,80 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-google-cloud-functions - Quarkus - Integration Tests - Google Cloud Function + quarkus-integration-test-google-cloud-functions + Quarkus - Integration Tests - Google Cloud Function - - - io.quarkus - quarkus-google-cloud-functions - + + + io.quarkus + quarkus-google-cloud-functions + - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-google-cloud-functions - test - + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-google-cloud-functions + test + - - - io.quarkus - quarkus-google-cloud-functions-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-google-cloud-functions-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - maven-surefire-plugin - - false - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + false + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/gradle/pom.xml b/integration-tests/gradle/pom.xml index 8e8f03ef82e5b..9bc28d249a81a 100644 --- a/integration-tests/gradle/pom.xml +++ b/integration-tests/gradle/pom.xml @@ -1,593 +1,591 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-gradle-plugin + quarkus-integration-test-gradle-plugin - Quarkus - Integration Tests - Gradle tooling - Quarkus - Integration Tests - Gradle tooling + Quarkus - Integration Tests - Gradle tooling + Quarkus - Integration Tests - Gradle tooling - - 1.4.2.Final + + 1.4.2.Final - - ${develocity.pts.enabled} - + + ${develocity.pts.enabled} + - - - - io.quarkus - io.quarkus.gradle.plugin - ${project.version} - pom - - - io.quarkus.extension - io.quarkus.extension.gradle.plugin - ${project.version} - pom - - - org.assertj - assertj-core - - - org.junit.jupiter - junit-jupiter - - - org.awaitility - awaitility - - - io.quarkus - quarkus-devmode-test-utils - - - org.wiremock - wiremock-standalone - ${wiremock.version} - - - commons-logging - commons-logging - - - - - io.quarkus - quarkus-devtools-testing - test - - - io.quarkus - quarkus-vertx-http-dev-ui-tests - test - - - org.gradle - gradle-tooling-api - test - - - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-avro - - - io.quarkus - quarkus-bootstrap-maven-resolver - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-hibernate-orm-panache - - - io.quarkus - quarkus-hibernate-reactive-panache - - - io.quarkus - quarkus-hibernate-search-orm-elasticsearch - - - io.quarkus - quarkus-hibernate-validator - - - io.quarkus - quarkus-jacoco - - - io.quarkus - quarkus-jdbc-h2 - - - io.quarkus - quarkus-junit5 - - - io.quarkus - quarkus-junit5-component - - - io.quarkus - quarkus-junit5-internal - - - io.quarkus - quarkus-kotlin - - - io.quarkus - quarkus-kubernetes-client - - - io.quarkus - quarkus-reactive-pg-client - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-client-jackson - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-smallrye-graphql - - - io.quarkus - quarkus-smallrye-health - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-avro-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-core-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-reactive-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-search-orm-elasticsearch-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-validator-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jacoco-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kotlin-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-pg-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-graphql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-vertx-http-deployment - ${project.version} - pom - test - - - * - * - - - - - - - - - src/main/resources - true - - - - - maven-clean-plugin - - - clean-generated-gradle-projects - generate-resources - - clean - - - true - - - target/classes - - - - - - - - org.apache.maven.plugins - maven-resources-plugin - - \ - - - - + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-avro + + + io.quarkus + quarkus-bootstrap-maven-resolver + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-hibernate-orm-panache + + + io.quarkus + quarkus-hibernate-reactive-panache + + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch + + + io.quarkus + quarkus-hibernate-validator + + + io.quarkus + quarkus-jacoco + + + io.quarkus + quarkus-jdbc-h2 + + + io.quarkus + quarkus-junit5 + + + io.quarkus + quarkus-junit5-component + + + io.quarkus + quarkus-junit5-internal + + + io.quarkus + quarkus-kotlin + + + io.quarkus + quarkus-kubernetes-client + + + io.quarkus + quarkus-reactive-pg-client + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-client-jackson + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-smallrye-graphql + + + io.quarkus + quarkus-smallrye-health + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-avro-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-core-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-reactive-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-validator-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jacoco-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kotlin-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-pg-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-graphql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-vertx-http-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + + + false + + gradle-dependencies + Gradle releases repository + https://repo.gradle.org/artifactory/libs-releases + + + + + + true + src/main/resources + + + + + maven-clean-plugin + + + clean-generated-gradle-projects + + clean + + generate-resources + + true + + + target/classes + + + + + + + + org.apache.maven.plugins + maven-resources-plugin + + \ + + + + - - - skip-gradle-build - - - skip.gradle.build - true - - - - true - - - - native-image - - - - native - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - ${project.build.outputDirectory} - - - - - - - jdk20-workarounds - - [20,) - - - - failsOnJDK20 - - - - - - - gradle-dependencies - Gradle releases repository - https://repo.gradle.org/artifactory/libs-releases - - false - - - + ${project.build.outputDirectory} + + + + + + + jdk20-workarounds + + [20,) + + + + failsOnJDK20 + + + diff --git a/integration-tests/grpc-cli/pom.xml b/integration-tests/grpc-cli/pom.xml index 5ad42a85afacb..fc4b38ab8bd84 100644 --- a/integration-tests/grpc-cli/pom.xml +++ b/integration-tests/grpc-cli/pom.xml @@ -1,65 +1,63 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-cli - Quarkus - Integration Tests - gRPC - CLI + quarkus-integration-test-grpc-cli + Quarkus - Integration Tests - gRPC - CLI - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-grpc-cli - test - - - io.quarkus - quarkus-junit5 - test - + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-grpc-cli + test + + + io.quarkus + quarkus-junit5 + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/grpc-descriptor-sets/grpc-descriptor-set-alternate-output-dir/pom.xml b/integration-tests/grpc-descriptor-sets/grpc-descriptor-set-alternate-output-dir/pom.xml index 8f819511f53e6..16ad7c0021ba6 100644 --- a/integration-tests/grpc-descriptor-sets/grpc-descriptor-set-alternate-output-dir/pom.xml +++ b/integration-tests/grpc-descriptor-sets/grpc-descriptor-set-alternate-output-dir/pom.xml @@ -1,28 +1,26 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-test-grpc-descriptor-sets-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-test-grpc-descriptor-sets-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-descriptor-sets-alternate-output-dir - Quarkus - Integration Tests - gRPC - Descriptor Sets - Alternate Output Dir + quarkus-integration-test-grpc-descriptor-sets-alternate-output-dir + Quarkus - Integration Tests - gRPC - Descriptor Sets - Alternate Output Dir - - - - maven-surefire-plugin - - - ${project.build.directory} - - - - - + + + + maven-surefire-plugin + + + ${project.build.directory} + + + + + diff --git a/integration-tests/grpc-descriptor-sets/grpc-descriptor-set-alternate-output/pom.xml b/integration-tests/grpc-descriptor-sets/grpc-descriptor-set-alternate-output/pom.xml index 91203496badde..c5d7e9431ed7e 100644 --- a/integration-tests/grpc-descriptor-sets/grpc-descriptor-set-alternate-output/pom.xml +++ b/integration-tests/grpc-descriptor-sets/grpc-descriptor-set-alternate-output/pom.xml @@ -1,28 +1,26 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-test-grpc-descriptor-sets-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-test-grpc-descriptor-sets-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-descriptor-sets-alternate-output - Quarkus - Integration Tests - gRPC - Descriptor Sets - Alternate Output + quarkus-integration-test-grpc-descriptor-sets-alternate-output + Quarkus - Integration Tests - gRPC - Descriptor Sets - Alternate Output - - - - maven-surefire-plugin - - - ${project.build.directory} - - - - - + + + + maven-surefire-plugin + + + ${project.build.directory} + + + + + diff --git a/integration-tests/grpc-descriptor-sets/grpc-descriptor-set/pom.xml b/integration-tests/grpc-descriptor-sets/grpc-descriptor-set/pom.xml index cc417c76e19b9..f481d25ba00f7 100644 --- a/integration-tests/grpc-descriptor-sets/grpc-descriptor-set/pom.xml +++ b/integration-tests/grpc-descriptor-sets/grpc-descriptor-set/pom.xml @@ -1,28 +1,26 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-test-grpc-descriptor-sets-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-test-grpc-descriptor-sets-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-descriptor-sets-descriptor-set - Quarkus - Integration Tests - gRPC - Descriptor Sets - Descriptor Set + quarkus-integration-test-grpc-descriptor-sets-descriptor-set + Quarkus - Integration Tests - gRPC - Descriptor Sets - Descriptor Set - - - - maven-surefire-plugin - - - ${project.build.directory} - - - - - + + + + maven-surefire-plugin + + + ${project.build.directory} + + + + + diff --git a/integration-tests/grpc-descriptor-sets/pom.xml b/integration-tests/grpc-descriptor-sets/pom.xml index 69457d3be8a88..f923f9669fd45 100644 --- a/integration-tests/grpc-descriptor-sets/pom.xml +++ b/integration-tests/grpc-descriptor-sets/pom.xml @@ -1,105 +1,104 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-descriptor-sets-parent - Quarkus - Integration Tests - gRPC - Descriptor Sets - Parent - pom + quarkus-integration-test-grpc-descriptor-sets-parent + pom + Quarkus - Integration Tests - gRPC - Descriptor Sets - Parent - - grpc-descriptor-set - grpc-descriptor-set-alternate-output - grpc-descriptor-set-alternate-output-dir - + + grpc-descriptor-set + grpc-descriptor-set-alternate-output + grpc-descriptor-set-alternate-output-dir + - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-grpc - ${project.version} - test - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-grpc + ${project.version} + + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/grpc-exceptions/pom.xml b/integration-tests/grpc-exceptions/pom.xml index 601e2ce9aeb2a..38d9a2bfb35e3 100644 --- a/integration-tests/grpc-exceptions/pom.xml +++ b/integration-tests/grpc-exceptions/pom.xml @@ -1,98 +1,97 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-exceptions - Quarkus - Integration Tests - gRPC - Exceptions + quarkus-integration-test-grpc-exceptions + Quarkus - Integration Tests - gRPC - Exceptions - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-grpc - ${project.version} - test - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-grpc + ${project.version} + + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/grpc-external-proto-test/pom.xml b/integration-tests/grpc-external-proto-test/pom.xml index af2ce8888b4e2..18df20c345298 100644 --- a/integration-tests/grpc-external-proto-test/pom.xml +++ b/integration-tests/grpc-external-proto-test/pom.xml @@ -1,76 +1,76 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-external-proto-test - Quarkus - Integration Tests - gRPC - External proto Test + quarkus-integration-test-grpc-external-proto-test + Quarkus - Integration Tests - gRPC - External proto Test - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-integration-test-external-proto - ${project.version} - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-grpc - ${project.version} - test - + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-integration-test-external-proto + ${project.version} + + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-grpc + ${project.version} + + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/grpc-external-proto/pom.xml b/integration-tests/grpc-external-proto/pom.xml index 4487644de23b2..ea86e7f4f0a72 100644 --- a/integration-tests/grpc-external-proto/pom.xml +++ b/integration-tests/grpc-external-proto/pom.xml @@ -1,16 +1,13 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-external-proto - Quarkus - Integration Tests - Helper project containing packaging a proto file for grpc-external-proto-test - + quarkus-integration-test-external-proto + Quarkus - Integration Tests - Helper project containing packaging a proto file for grpc-external-proto-test diff --git a/integration-tests/grpc-health/pom.xml b/integration-tests/grpc-health/pom.xml index d4293d0e3e1c4..9e85ce9f4dd33 100644 --- a/integration-tests/grpc-health/pom.xml +++ b/integration-tests/grpc-health/pom.xml @@ -1,113 +1,111 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-health - Quarkus - Integration Tests - gRPC - Health + quarkus-integration-test-grpc-health + Quarkus - Integration Tests - gRPC - Health - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-smallrye-health - - - io.quarkus - quarkus-resteasy-mutiny - - - io.quarkus - quarkus-grpc-deployment - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-smallrye-health + + + io.quarkus + quarkus-resteasy-mutiny + + + io.quarkus + quarkus-grpc-deployment + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-mutiny-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-mutiny-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/grpc-hibernate-reactive/pom.xml b/integration-tests/grpc-hibernate-reactive/pom.xml index bbe86471af698..5d2e774a4e086 100644 --- a/integration-tests/grpc-hibernate-reactive/pom.xml +++ b/integration-tests/grpc-hibernate-reactive/pom.xml @@ -1,141 +1,140 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - quarkus-integration-test-grpc-hibernate-reactive - Quarkus - Integration Tests - gRPC - Hibernate Reactive + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-grpc-hibernate-reactive + Quarkus - Integration Tests - gRPC - Hibernate Reactive + + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-hibernate-reactive-panache + + + io.quarkus + quarkus-reactive-pg-client + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-grpc + ${project.version} + + test + - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-hibernate-reactive-panache - - - io.quarkus - quarkus-reactive-pg-client - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-grpc - ${project.version} - test - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-reactive-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-pg-client-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-reactive-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-pg-client-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + maven-surefire-plugin + + true + + + + - + + + devservices-postgresql + + + start-containers + + + - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + - - - - - devservices-postgresql - - - start-containers - - - - - - maven-surefire-plugin - - false - - - - - - + + + diff --git a/integration-tests/grpc-hibernate/pom.xml b/integration-tests/grpc-hibernate/pom.xml index 2f166746f0483..4394b6dbe1b11 100644 --- a/integration-tests/grpc-hibernate/pom.xml +++ b/integration-tests/grpc-hibernate/pom.xml @@ -1,119 +1,118 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - quarkus-integration-test-grpc-hibernate - Quarkus - Integration Tests - gRPC - Hibernate + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-grpc-hibernate + Quarkus - Integration Tests - gRPC - Hibernate - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-h2 - - - io.quarkus - quarkus-test-h2 - test - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-grpc - ${project.version} - test - + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-h2 + + + io.quarkus + quarkus-test-h2 + test + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-grpc + ${project.version} + + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/grpc-inprocess/pom.xml b/integration-tests/grpc-inprocess/pom.xml index c032dd87a1a17..fb26e929821d2 100644 --- a/integration-tests/grpc-inprocess/pom.xml +++ b/integration-tests/grpc-inprocess/pom.xml @@ -1,63 +1,61 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-inprocess - Quarkus - Integration Tests - gRPC - InProcess + quarkus-integration-test-grpc-inprocess + Quarkus - Integration Tests - gRPC - InProcess - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-grpc-inprocess - - - io.quarkus - quarkus-junit5 - test - + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-grpc-inprocess + + + io.quarkus + quarkus-junit5 + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/grpc-interceptors/pom.xml b/integration-tests/grpc-interceptors/pom.xml index 5c8e740f5f7ce..c7c24cc4b52a8 100644 --- a/integration-tests/grpc-interceptors/pom.xml +++ b/integration-tests/grpc-interceptors/pom.xml @@ -1,116 +1,115 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-interceptors - Quarkus - Integration Tests - gRPC - Interceptors + quarkus-integration-test-grpc-interceptors + Quarkus - Integration Tests - gRPC - Interceptors - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-grpc - ${project.version} - test - - - - io.quarkus - quarkus-micrometer-registry-prometheus - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-grpc + ${project.version} + + test + + + + io.quarkus + quarkus-micrometer-registry-prometheus + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/grpc-mutual-auth/pom.xml b/integration-tests/grpc-mutual-auth/pom.xml index aad1397ff2caa..88414f45ce7d8 100644 --- a/integration-tests/grpc-mutual-auth/pom.xml +++ b/integration-tests/grpc-mutual-auth/pom.xml @@ -1,124 +1,123 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-mutual-auth - Quarkus - Integration Tests - gRPC - TLS with mutual auth + quarkus-integration-test-grpc-mutual-auth + Quarkus - Integration Tests - gRPC - TLS with mutual auth - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-security - - - io.smallrye.stork - stork-service-discovery-static-list - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-grpc - ${project.version} - test - - - io.vertx - vertx-web-client - test - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-security + + + io.smallrye.stork + stork-service-discovery-static-list + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-grpc + ${project.version} + + test + + + io.vertx + vertx-web-client + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-deployment - ${project.version} - pom - test - - - * - * - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-deployment + ${project.version} + pom + test + + + * + * + + + - + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/grpc-plain-text-gzip/pom.xml b/integration-tests/grpc-plain-text-gzip/pom.xml index a8558d9e6fe22..18157a4aec4a7 100644 --- a/integration-tests/grpc-plain-text-gzip/pom.xml +++ b/integration-tests/grpc-plain-text-gzip/pom.xml @@ -1,137 +1,136 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-plain-text-gzip - Quarkus - Integration Tests - gRPC - Plain Text with gzip compression + quarkus-integration-test-grpc-plain-text-gzip + Quarkus - Integration Tests - gRPC - Plain Text with gzip compression - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-mutiny - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-grpc - ${project.version} - test - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-mutiny + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-grpc + ${project.version} + + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-mutiny-deployment - ${project.version} - pom - test - - - * - * - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-mutiny-deployment + ${project.version} + pom + test + + + * + * + + + - - - io.quarkus - quarkus-infinispan-client - - - io.quarkus - quarkus-infinispan-client-deployment - ${project.version} - pom - test - - - * - * - - - - + + io.quarkus + quarkus-infinispan-client + + + io.quarkus + quarkus-infinispan-client-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/grpc-plain-text-mutiny/pom.xml b/integration-tests/grpc-plain-text-mutiny/pom.xml index 7b29e6ba73059..80d29021c6943 100644 --- a/integration-tests/grpc-plain-text-mutiny/pom.xml +++ b/integration-tests/grpc-plain-text-mutiny/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 - quarkus-integration-tests-parent io.quarkus + quarkus-integration-tests-parent 999-SNAPSHOT @@ -54,7 +52,8 @@ io.quarkus quarkus-test-grpc - ${project.version} + ${project.version} + test diff --git a/integration-tests/grpc-proto-v2/pom.xml b/integration-tests/grpc-proto-v2/pom.xml index ade7f4a66d76b..bd3979a2df2d9 100644 --- a/integration-tests/grpc-proto-v2/pom.xml +++ b/integration-tests/grpc-proto-v2/pom.xml @@ -1,115 +1,114 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-proto-v2 - Quarkus - Integration Tests - gRPC - Proto v2 + quarkus-integration-test-grpc-proto-v2 + Quarkus - Integration Tests - gRPC - Proto v2 - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-mutiny - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-grpc - ${project.version} - test - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-mutiny + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-grpc + ${project.version} + + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-mutiny-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-mutiny-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/grpc-stork-response-time/pom.xml b/integration-tests/grpc-stork-response-time/pom.xml index 5bd800b8fc0bd..e0afb64a0099a 100644 --- a/integration-tests/grpc-stork-response-time/pom.xml +++ b/integration-tests/grpc-stork-response-time/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 - quarkus-integration-tests-parent io.quarkus + quarkus-integration-tests-parent 999-SNAPSHOT @@ -33,7 +31,8 @@ io.quarkus quarkus-test-grpc - ${project.version} + ${project.version} + test diff --git a/integration-tests/grpc-stork-simple/pom.xml b/integration-tests/grpc-stork-simple/pom.xml index 7500fd12cc7ef..13a34a104cc82 100644 --- a/integration-tests/grpc-stork-simple/pom.xml +++ b/integration-tests/grpc-stork-simple/pom.xml @@ -1,70 +1,69 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-stork-simple - Quarkus - Integration Tests - gRPC - Stork - Simple + quarkus-integration-test-grpc-stork-simple + Quarkus - Integration Tests - gRPC - Stork - Simple - - - io.quarkus - quarkus-grpc - - - io.smallrye.stork - stork-service-discovery-static-list - + + + io.quarkus + quarkus-grpc + + + io.smallrye.stork + stork-service-discovery-static-list + - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-grpc - ${project.version} - test - + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-grpc + ${project.version} + + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/grpc-streaming/pom.xml b/integration-tests/grpc-streaming/pom.xml index 69d738f08283b..18dafdc9dff9e 100644 --- a/integration-tests/grpc-streaming/pom.xml +++ b/integration-tests/grpc-streaming/pom.xml @@ -1,118 +1,117 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-streaming - Quarkus - Integration Tests - gRPC - Streaming + quarkus-integration-test-grpc-streaming + Quarkus - Integration Tests - gRPC - Streaming - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-grpc - + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-grpc + - - - io.quarkus - quarkus-micrometer-registry-prometheus - + + + io.quarkus + quarkus-micrometer-registry-prometheus + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-grpc - ${project.version} - test - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-grpc + ${project.version} + + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/grpc-test-random-port/pom.xml b/integration-tests/grpc-test-random-port/pom.xml index 254af0a50bc11..6bbaba9f1c338 100644 --- a/integration-tests/grpc-test-random-port/pom.xml +++ b/integration-tests/grpc-test-random-port/pom.xml @@ -1,65 +1,63 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-test-random-port - Quarkus - Integration Tests - gRPC - Test Random Port + quarkus-integration-test-grpc-test-random-port + Quarkus - Integration Tests - gRPC - Test Random Port - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/grpc-tls-p12/pom.xml b/integration-tests/grpc-tls-p12/pom.xml index 0e7a121943d7e..8f12063ce6a13 100644 --- a/integration-tests/grpc-tls-p12/pom.xml +++ b/integration-tests/grpc-tls-p12/pom.xml @@ -1,103 +1,102 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-tls-p12 - Quarkus - Integration Tests - gRPC - TLS using P12 certificates + quarkus-integration-test-grpc-tls-p12 + Quarkus - Integration Tests - gRPC - TLS using P12 certificates - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-grpc - ${project.version} - test - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-grpc + ${project.version} + + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + - - io.smallrye.certs - smallrye-certificate-generator-junit5 - test - - + + io.smallrye.certs + smallrye-certificate-generator-junit5 + test + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/grpc-tls/pom.xml b/integration-tests/grpc-tls/pom.xml index 16fdfe120501e..eaa2d01639f42 100644 --- a/integration-tests/grpc-tls/pom.xml +++ b/integration-tests/grpc-tls/pom.xml @@ -1,103 +1,102 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-tls - Quarkus - Integration Tests - gRPC - TLS + quarkus-integration-test-grpc-tls + Quarkus - Integration Tests - gRPC - TLS - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-grpc - ${project.version} - test - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-grpc + ${project.version} + + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + - - io.smallrye.certs - smallrye-certificate-generator-junit5 - test - - + + io.smallrye.certs + smallrye-certificate-generator-junit5 + test + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/grpc-vertx/pom.xml b/integration-tests/grpc-vertx/pom.xml index 45f1ccb4ccbe9..89beb46b49b28 100644 --- a/integration-tests/grpc-vertx/pom.xml +++ b/integration-tests/grpc-vertx/pom.xml @@ -1,114 +1,113 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-grpc-vertx - Quarkus - Integration Tests - gRPC - Vertx + quarkus-integration-test-grpc-vertx + Quarkus - Integration Tests - gRPC - Vertx - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-mutiny - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-grpc - ${project.version} - test - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-mutiny + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-grpc + ${project.version} + + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-mutiny-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-mutiny-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/hibernate-orm-compatibility-5.6/mariadb/pom.xml b/integration-tests/hibernate-orm-compatibility-5.6/mariadb/pom.xml index c09b4da9c2d0d..7c8fa767d023d 100644 --- a/integration-tests/hibernate-orm-compatibility-5.6/mariadb/pom.xml +++ b/integration-tests/hibernate-orm-compatibility-5.6/mariadb/pom.xml @@ -1,294 +1,291 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - ../.. - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../.. + + + quarkus-integration-test-hibernate-orm-compatibility-5.6-mariadb + Quarkus - Integration Tests - Hibernate ORM - Compatibility with databases meant for ORM 5.6 - MariaDB - quarkus-integration-test-hibernate-orm-compatibility-5.6-mariadb - Quarkus - Integration Tests - Hibernate ORM - Compatibility with databases meant for ORM 5.6 - MariaDB + + jdbc:mariadb://localhost:3308/hibernate_orm_test + + -Duser.timezone=Europe/Paris + - - jdbc:mariadb://localhost:3308/hibernate_orm_test - - -Duser.timezone=Europe/Paris - + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-mariadb + + + io.quarkus + quarkus-flyway + + + org.flywaydb + flyway-mysql + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-jackson + - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-mariadb - - - io.quarkus - quarkus-flyway - - - org.flywaydb - flyway-mysql - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-jackson - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-flyway-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-mariadb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-flyway-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-mariadb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-mariadb + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + - - - test-mariadb - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - docker-mariadb - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - healthcheck-${mariadb.image} - quarkus-test-mariadb - - ${mariadb.image} - - - 5s - 3s - 5s - 5 - + 5s + 3s + 5s + 5 + - - mysqladmin ping -h localhost -u root -psecret|| exit 1 - - - - - - 3308:3306 - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - true - - - MariaDB: - default - cyan - - - /var/lib/mysql - - - true - - - - - + /var/lib/mysql + + + true + + + + + - true - - - - docker-start - compile - - stop - build - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - - + true + + + + docker-start + + stop + build + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/hibernate-orm-compatibility-5.6/postgresql/pom.xml b/integration-tests/hibernate-orm-compatibility-5.6/postgresql/pom.xml index 1f17ef7fbab9f..b2804bebd935d 100644 --- a/integration-tests/hibernate-orm-compatibility-5.6/postgresql/pom.xml +++ b/integration-tests/hibernate-orm-compatibility-5.6/postgresql/pom.xml @@ -1,275 +1,272 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - ../.. - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../.. + + + quarkus-integration-test-hibernate-orm-compatibility-5.6-postgresql + Quarkus - Integration Tests - Hibernate ORM - Compatibility with databases meant for ORM 5.6 - PostgreSQL - quarkus-integration-test-hibernate-orm-compatibility-5.6-postgresql - Quarkus - Integration Tests - Hibernate ORM - Compatibility with databases meant for ORM 5.6 - PostgreSQL + + jdbc:postgresql://localhost:5431/hibernate_orm_test + + -Duser.timezone=Europe/Paris + - - jdbc:postgresql://localhost:5431/hibernate_orm_test - - -Duser.timezone=Europe/Paris - + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-postgresql + + + io.quarkus + quarkus-flyway + + + org.flywaydb + flyway-database-postgresql + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-jackson + - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-postgresql - - - io.quarkus - quarkus-flyway - - - org.flywaydb - flyway-database-postgresql - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-jackson - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-flyway-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-flyway-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-postgresql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-postgresql + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - docker-postgresql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${postgres.image} - postgresql - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - 5431:5432 - - - - - (?s)ready to accept connections.*ready to accept connections - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - - + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/hibernate-orm-data/pom.xml b/integration-tests/hibernate-orm-data/pom.xml index c5e78c63740cc..c89cbf0d8a16b 100644 --- a/integration-tests/hibernate-orm-data/pom.xml +++ b/integration-tests/hibernate-orm-data/pom.xml @@ -1,151 +1,148 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-hibernate-orm-data - Quarkus - Integration Tests - Hibernate ORM with Jakarta Data + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-hibernate-orm - - - jakarta.data - jakarta.data-api - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-jdbc-h2 - + quarkus-integration-test-hibernate-orm-data + Quarkus - Integration Tests - Hibernate ORM with Jakarta Data - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-hibernate-orm + + + jakarta.data + jakarta.data-api + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-jdbc-h2 + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-compiler-plugin - - - - org.hibernate.orm - hibernate-processor - - - - org.hibernate.processor.HibernateProcessor - - - - - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + maven-compiler-plugin + + + + org.hibernate.orm + hibernate-processor + + + + org.hibernate.processor.HibernateProcessor + + + + + diff --git a/integration-tests/hibernate-orm-envers/pom.xml b/integration-tests/hibernate-orm-envers/pom.xml index 2feb61c9872b4..049c6599af273 100644 --- a/integration-tests/hibernate-orm-envers/pom.xml +++ b/integration-tests/hibernate-orm-envers/pom.xml @@ -1,144 +1,141 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-hibernate-orm-envers - Quarkus - Integration Tests - Hibernate ORM with Envers - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-hibernate-envers - - - io.quarkus - quarkus-jdbc-h2 - - - io.quarkus - quarkus-rest-client-jaxrs - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-h2 - test - - - io.rest-assured - rest-assured - test - + quarkus-integration-test-hibernate-orm-envers + Quarkus - Integration Tests - Hibernate ORM with Envers + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-hibernate-envers + + + io.quarkus + quarkus-jdbc-h2 + + + io.quarkus + quarkus-rest-client-jaxrs + - - - io.quarkus - quarkus-hibernate-envers-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jaxrs-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-h2 + test + + + io.rest-assured + rest-assured + test + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-hibernate-envers-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jaxrs-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/hibernate-orm-graphql-panache/pom.xml b/integration-tests/hibernate-orm-graphql-panache/pom.xml index f0dea0e9be140..b21931b547ac7 100644 --- a/integration-tests/hibernate-orm-graphql-panache/pom.xml +++ b/integration-tests/hibernate-orm-graphql-panache/pom.xml @@ -1,149 +1,149 @@ - 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-orm-graphql-panache + Quarkus - Integration Tests - GraphQL and Hibernate ORM with Panache - quarkus-integration-test-hibernate-orm-graphql-panache - Quarkus - Integration Tests - GraphQL and Hibernate ORM with Panache + + + io.quarkus + quarkus-smallrye-graphql + + + io.quarkus + quarkus-jdbc-h2 + + + io.quarkus + quarkus-hibernate-orm-panache + + + io.quarkus + quarkus-hibernate-validator + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-h2 + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-smallrye-graphql - - - io.quarkus - quarkus-jdbc-h2 - - - io.quarkus - quarkus-hibernate-orm-panache - - - io.quarkus - quarkus-hibernate-validator - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-h2 - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-hibernate-orm-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-graphql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-validator-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-orm-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-graphql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-validator-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - + + + + mac-m1 + + + mac + aarch64 + + + env.GITHUB_ACTIONS + true + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + true + + - - - - - - mac-m1 - - - mac - aarch64 - - - env.GITHUB_ACTIONS - true - - - - - - maven-surefire-plugin - - true - - - - - - + + + - \ No newline at end of file + diff --git a/integration-tests/hibernate-orm-jpamodelgen/pom.xml b/integration-tests/hibernate-orm-jpamodelgen/pom.xml index 6385cca16c66a..5e05d1a16ecdd 100644 --- a/integration-tests/hibernate-orm-jpamodelgen/pom.xml +++ b/integration-tests/hibernate-orm-jpamodelgen/pom.xml @@ -1,164 +1,161 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-hibernate-orm-jpamodelgen - Quarkus - Integration Tests - Hibernate ORM with jpamodelgen + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-hibernate-orm-panache - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-jdbc-h2 - + quarkus-integration-test-hibernate-orm-jpamodelgen + Quarkus - Integration Tests - Hibernate ORM with jpamodelgen - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-hibernate-orm-panache + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-jdbc-h2 + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-compiler-plugin - - - - org.hibernate.orm - hibernate-processor - - - - org.hibernate.processor.HibernateProcessor - - - - - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + maven-compiler-plugin + + + + org.hibernate.orm + hibernate-processor + + + + org.hibernate.processor.HibernateProcessor + + + + + diff --git a/integration-tests/hibernate-orm-panache-kotlin/pom.xml b/integration-tests/hibernate-orm-panache-kotlin/pom.xml index bbffc72296c1f..d314da4331deb 100644 --- a/integration-tests/hibernate-orm-panache-kotlin/pom.xml +++ b/integration-tests/hibernate-orm-panache-kotlin/pom.xml @@ -1,246 +1,243 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-hibernate-orm-panache-kotlin - Quarkus - Integration Tests - Hibernate ORM with Panache and Kotlin + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-hibernate-orm-panache-kotlin - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-resteasy-jaxb - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-jdbc-h2 - - - org.junit.jupiter - junit-jupiter-api - compile - + quarkus-integration-test-hibernate-orm-panache-kotlin + Quarkus - Integration Tests - Hibernate ORM with Panache and Kotlin - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-test-h2 - - - io.quarkus - quarkus-jackson - test - - - org.jetbrains.kotlin - kotlin-test - ${kotlin.version} - test - - - com.fasterxml.jackson.module - jackson-module-kotlin - - - org.jetbrains.kotlin - kotlin-stdlib - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - - - org.jetbrains.kotlin - kotlin-reflect - - - + + + io.quarkus + quarkus-hibernate-orm-panache-kotlin + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-resteasy-jaxb + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-jdbc-h2 + + + org.junit.jupiter + junit-jupiter-api + compile + - - - io.quarkus - quarkus-core-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-panache-kotlin-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jaxb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-test-h2 + + + io.quarkus + quarkus-jackson + test + + + org.jetbrains.kotlin + kotlin-test + ${kotlin.version} + test + + + com.fasterxml.jackson.module + jackson-module-kotlin + + + org.jetbrains.kotlin + kotlin-stdlib + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + + + org.jetbrains.kotlin + kotlin-reflect + + + - - install - src/main/kotlin - src/test/kotlin - - - src/main/resources - true - - - - - org.jetbrains.kotlin - kotlin-maven-plugin - - - compile - compile - - compile - - - - test-compile - test-compile - - test-compile - - - - - - org.jetbrains.kotlin - kotlin-maven-allopen - ${kotlin.version} - - - - - all-open - - - - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-core-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-panache-kotlin-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jaxb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + + install + + + true + src/main/resources + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + all-open + + + + + + + + org.jetbrains.kotlin + kotlin-maven-allopen + ${kotlin.version} + + + + + compile + + compile + + compile + + + test-compile + + test-compile + + test-compile + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + src/main/kotlin + src/test/kotlin + diff --git a/integration-tests/hibernate-orm-panache/pom.xml b/integration-tests/hibernate-orm-panache/pom.xml index 8daf3d2de244d..c6ad056b53679 100644 --- a/integration-tests/hibernate-orm-panache/pom.xml +++ b/integration-tests/hibernate-orm-panache/pom.xml @@ -1,288 +1,285 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-hibernate-orm-panache - Quarkus - Integration Tests - Hibernate ORM with Panache + quarkus-integration-test-hibernate-orm-panache + Quarkus - Integration Tests - Hibernate ORM with Panache - - - io.quarkus - quarkus-hibernate-orm-panache - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jsonb - - - io.quarkus - quarkus-resteasy-jaxb - - - io.quarkus - quarkus-resteasy-jackson - - - org.checkerframework - checker-qual - - - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-jdbc-h2 - - - io.quarkus - quarkus-smallrye-metrics - - - org.junit.jupiter - junit-jupiter-api - compile - + + + io.quarkus + quarkus-hibernate-orm-panache + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jsonb + + + io.quarkus + quarkus-resteasy-jaxb + + + io.quarkus + quarkus-resteasy-jackson + + + org.checkerframework + checker-qual + + + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-jdbc-h2 + + + io.quarkus + quarkus-smallrye-metrics + + + org.junit.jupiter + junit-jupiter-api + compile + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-test-h2 - test - - - io.quarkus - quarkus-jackson - test - - - io.quarkus - quarkus-panache-mock - test - - - net.bytebuddy - byte-buddy - - - - - org.assertj - assertj-core - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-test-h2 + test + + + io.quarkus + quarkus-jackson + test + + + io.quarkus + quarkus-panache-mock + test + + + net.bytebuddy + byte-buddy + + + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-core-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jaxb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-metrics-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-core-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jaxb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-metrics-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-surefire-plugin - - - - prod-mode - test - - test - - - **/*PMT.java - - - - - - - + + prod-mode + + test + + test + + **/*PMT.java + + + + + + diff --git a/integration-tests/hibernate-orm-rest-data-panache/pom.xml b/integration-tests/hibernate-orm-rest-data-panache/pom.xml index 4ba0870fdf870..5383b43cdf528 100644 --- a/integration-tests/hibernate-orm-rest-data-panache/pom.xml +++ b/integration-tests/hibernate-orm-rest-data-panache/pom.xml @@ -1,168 +1,166 @@ - - 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-orm-rest-data-panache + Quarkus - Integration Tests - Hibernate ORM REST Data with Panache - quarkus-integration-test-hibernate-orm-rest-data-panache - Quarkus - Integration Tests - Hibernate ORM REST Data with Panache + + + io.quarkus + quarkus-hibernate-orm-rest-data-panache + + + io.quarkus + quarkus-jdbc-h2 + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-hibernate-validator + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-h2 + test + + + io.quarkus + quarkus-jsonp + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-hibernate-orm-rest-data-panache - - - io.quarkus - quarkus-jdbc-h2 - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-hibernate-validator - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-h2 - test - - - io.quarkus - quarkus-jsonp - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-hibernate-orm-rest-data-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jsonp-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-validator-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-orm-rest-data-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jsonp-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-validator-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - + + + + mac-m1 + + + mac + aarch64 + + + env.GITHUB_ACTIONS + true + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + true + + - - - - - - mac-m1 - - - mac - aarch64 - - - env.GITHUB_ACTIONS - true - - - - - - maven-surefire-plugin - - true - - - - - - + + + diff --git a/integration-tests/hibernate-orm-tenancy/connection-resolver-legacy-qualifiers/pom.xml b/integration-tests/hibernate-orm-tenancy/connection-resolver-legacy-qualifiers/pom.xml index 65f9d7fb4b99a..77f35b141c181 100644 --- a/integration-tests/hibernate-orm-tenancy/connection-resolver-legacy-qualifiers/pom.xml +++ b/integration-tests/hibernate-orm-tenancy/connection-resolver-legacy-qualifiers/pom.xml @@ -1,286 +1,281 @@ - + + 4.0.0 - - quarkus-integration-test-hibernate-orm-tenancy - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + io.quarkus + quarkus-integration-test-hibernate-orm-tenancy + 999-SNAPSHOT + - quarkus-integration-test-hibernate-orm-tenancy-connection-resolver-legacy-qualifiers - Quarkus - Integration Tests - Hibernate - Tenancy - Connection - Tests for Hibernate ORM Multitenancy using a custom connection resolver and tenant resolver with legacy CDI + quarkus-integration-test-hibernate-orm-tenancy-connection-resolver-legacy-qualifiers + Quarkus - Integration Tests - Hibernate - Tenancy - Connection + Tests for Hibernate ORM Multitenancy using a custom connection resolver and tenant resolver with legacy CDI qualifiers (@Default or @PersistenceUnit), running with the MariaDB - database - + database + + + jdbc:mariadb://localhost:3308 + - - jdbc:mariadb://localhost:3308 - + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-mariadb + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + + + org.graalvm.sdk + nativeimage + provided + - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-mariadb - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - - - org.graalvm.sdk - nativeimage - provided - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-mariadb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-mariadb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-mariadb + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + - - - test-mariadb - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - docker-mariadb - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - healthcheck-${mariadb.image} - quarkus-test-mariadb - - ${mariadb.image} - - - 5s - 3s - 5s - 5 - + 5s + 3s + 5s + 5 + - - mysqladmin ping -h localhost -u root -psecret|| exit 1 - - - - - - 3308:3306 - - - hibernate_orm_test - secret - - - MariaDB: - default - cyan - - - /var/lib/mysql - - - true - - true - bash -c eval\ ${@} -- mysql -h localhost -uroot -psecret </etc/mysql/conf.d/init.sql - - - - - - ${project.basedir}/custom-mariadbconfig:/etc/mysql/conf.d${volume.access.modifier} - - - - - - - + /var/lib/mysql + + + true + + true + bash -c eval\ ${@} -- mysql -h localhost -uroot -psecret </etc/mysql/conf.d/init.sql + + + + + ${project.basedir}/custom-mariadbconfig:/etc/mysql/conf.d${volume.access.modifier} + + + + + + - true - - - - docker-start - compile - - stop - build - start - - - - docker-stop - post-integration-test - - stop - - - - - - - + true + + + + docker-start + + stop + build + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + + - + diff --git a/integration-tests/hibernate-orm-tenancy/connection-resolver/pom.xml b/integration-tests/hibernate-orm-tenancy/connection-resolver/pom.xml index a6a7602c53965..2ce39f00d19ba 100644 --- a/integration-tests/hibernate-orm-tenancy/connection-resolver/pom.xml +++ b/integration-tests/hibernate-orm-tenancy/connection-resolver/pom.xml @@ -1,284 +1,279 @@ - + + 4.0.0 - - quarkus-integration-test-hibernate-orm-tenancy - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + io.quarkus + quarkus-integration-test-hibernate-orm-tenancy + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-orm-tenancy-connection-resolver + Quarkus - Integration Tests - Hibernate - Tenancy - Connection + Tests for Hibernate ORM Multitenancy usingn a custom connection resolver, running with the MariaDB database - quarkus-integration-test-hibernate-orm-tenancy-connection-resolver - Quarkus - Integration Tests - Hibernate - Tenancy - Connection - Tests for Hibernate ORM Multitenancy usingn a custom connection resolver, running with the MariaDB database - + + jdbc:mariadb://localhost:3308 + - - jdbc:mariadb://localhost:3308 - + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-mariadb + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + + + org.graalvm.sdk + nativeimage + provided + - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-mariadb - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - - - org.graalvm.sdk - nativeimage - provided - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-mariadb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-mariadb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-mariadb + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + - - - test-mariadb - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - docker-mariadb - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - healthcheck-${mariadb.image} - quarkus-test-mariadb - - ${mariadb.image} - - - 5s - 3s - 5s - 5 - + 5s + 3s + 5s + 5 + - - mysqladmin ping -h localhost -u root -psecret|| exit 1 - - - - - - 3308:3306 - - - hibernate_orm_test - secret - - - MariaDB: - default - cyan - - - /var/lib/mysql - - - true - - true - bash -c eval\ ${@} -- mysql -h localhost -uroot -psecret </etc/mysql/conf.d/init.sql - - - - - - ${project.basedir}/custom-mariadbconfig:/etc/mysql/conf.d${volume.access.modifier} - - - - - - - + /var/lib/mysql + + + true + + true + bash -c eval\ ${@} -- mysql -h localhost -uroot -psecret </etc/mysql/conf.d/init.sql + + + + + ${project.basedir}/custom-mariadbconfig:/etc/mysql/conf.d${volume.access.modifier} + + + + + + - true - - - - docker-start - compile - - stop - build - start - - - - docker-stop - post-integration-test - - stop - - - - - - - + true + + + + docker-start + + stop + build + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + + - + diff --git a/integration-tests/hibernate-orm-tenancy/datasource/pom.xml b/integration-tests/hibernate-orm-tenancy/datasource/pom.xml index 432e4b342aba5..f16533cdb674a 100644 --- a/integration-tests/hibernate-orm-tenancy/datasource/pom.xml +++ b/integration-tests/hibernate-orm-tenancy/datasource/pom.xml @@ -1,299 +1,295 @@ - + + 4.0.0 - - quarkus-integration-test-hibernate-orm-tenancy - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + io.quarkus + quarkus-integration-test-hibernate-orm-tenancy + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-orm-tenancy-datasource + Quarkus - Integration Tests - Hibernate - Tenancy - Datasource + Tests for Hibernate ORM Multitenancy using one datasource per tenant, running with the MariaDB database - quarkus-integration-test-hibernate-orm-tenancy-datasource - Quarkus - Integration Tests - Hibernate - Tenancy - Datasource - Tests for Hibernate ORM Multitenancy using one datasource per tenant, running with the MariaDB database + + jdbc:mariadb://localhost:3308 + - - jdbc:mariadb://localhost:3308 - + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-mariadb + + + io.quarkus + quarkus-flyway + + + org.flywaydb + flyway-mysql + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-mariadb - - - io.quarkus - quarkus-flyway - - - org.flywaydb - flyway-mysql - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-flyway-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-mariadb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-flyway-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-mariadb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-mariadb + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-mariadb - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - + + - - docker-mariadb - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - healthcheck-${mariadb.image} - quarkus-test-mariadb - - ${mariadb.image} - - - 5s - 3s - 5s - 5 - + 5s + 3s + 5s + 5 + - - mysqladmin ping -h localhost -u root -psecret|| exit 1 - - - - - - 3308:3306 - - - hibernate_orm_test - secret - - - MariaDB: - default - cyan - - - /var/lib/mysql - - - true - - true - bash -c eval\ ${@} -- mysql -h localhost -uroot -psecret </etc/mysql/conf.d/init.sql - - - - - - ${project.basedir}/custom-mariadbconfig:/etc/mysql/conf.d${volume.access.modifier} - - - - - - - + /var/lib/mysql + + + true + + true + bash -c eval\ ${@} -- mysql -h localhost -uroot -psecret </etc/mysql/conf.d/init.sql + + + + + ${project.basedir}/custom-mariadbconfig:/etc/mysql/conf.d${volume.access.modifier} + + + + + + - true - - - - docker-start - compile - - stop - build - start - - - - docker-stop - post-integration-test - - stop - - - - - - - - - + true + + + + docker-start + + stop + build + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + + + + diff --git a/integration-tests/hibernate-orm-tenancy/discriminator/pom.xml b/integration-tests/hibernate-orm-tenancy/discriminator/pom.xml index 717941c2d5e1a..7c6f3053da15e 100644 --- a/integration-tests/hibernate-orm-tenancy/discriminator/pom.xml +++ b/integration-tests/hibernate-orm-tenancy/discriminator/pom.xml @@ -1,181 +1,179 @@ - + + 4.0.0 - - quarkus-integration-test-hibernate-orm-tenancy - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + io.quarkus + quarkus-integration-test-hibernate-orm-tenancy + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-orm-tenancy-discriminator + Quarkus - Integration Tests - Hibernate - Tenancy - Discriminator + Tests for Hibernate ORM Multitenancy using column discriminator, running with the PostgreSQL database - quarkus-integration-test-hibernate-orm-tenancy-discriminator - Quarkus - Integration Tests - Hibernate - Tenancy - Discriminator - Tests for Hibernate ORM Multitenancy using column discriminator, running with the PostgreSQL database + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-postgresql + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-postgresql - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-postgresql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-postgresql + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + false + + - - - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - false - - - - - - + + + diff --git a/integration-tests/hibernate-orm-tenancy/pom.xml b/integration-tests/hibernate-orm-tenancy/pom.xml index c88c3bd3628d9..4eadc01365409 100644 --- a/integration-tests/hibernate-orm-tenancy/pom.xml +++ b/integration-tests/hibernate-orm-tenancy/pom.xml @@ -1,24 +1,22 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-hibernate-orm-tenancy - Quarkus - Integration Tests - Hibernate ORM - Tenancy - pom + quarkus-integration-test-hibernate-orm-tenancy + pom + Quarkus - Integration Tests - Hibernate ORM - Tenancy - - datasource - connection-resolver - schema - discriminator - connection-resolver-legacy-qualifiers - + + datasource + connection-resolver + schema + discriminator + connection-resolver-legacy-qualifiers + diff --git a/integration-tests/hibernate-orm-tenancy/schema/pom.xml b/integration-tests/hibernate-orm-tenancy/schema/pom.xml index f99e1a5ad600f..ad8041451ae16 100644 --- a/integration-tests/hibernate-orm-tenancy/schema/pom.xml +++ b/integration-tests/hibernate-orm-tenancy/schema/pom.xml @@ -1,201 +1,199 @@ - + + 4.0.0 - - quarkus-integration-test-hibernate-orm-tenancy - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + io.quarkus + quarkus-integration-test-hibernate-orm-tenancy + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-orm-tenancy-schema + Quarkus - Integration Tests - Hibernate - Tenancy - Schema + Tests for Hibernate ORM Multitenancy using one schema per tenant, running with the PostgreSQL database - quarkus-integration-test-hibernate-orm-tenancy-schema - Quarkus - Integration Tests - Hibernate - Tenancy - Schema - Tests for Hibernate ORM Multitenancy using one schema per tenant, running with the PostgreSQL database + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-postgresql + + + io.quarkus + quarkus-flyway + + + org.flywaydb + flyway-database-postgresql + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-postgresql - - - io.quarkus - quarkus-flyway - - - org.flywaydb - flyway-database-postgresql - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-flyway-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-flyway-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-postgresql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-postgresql + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + diff --git a/integration-tests/hibernate-reactive-db2/pom.xml b/integration-tests/hibernate-reactive-db2/pom.xml index aa276b492d382..ddd2cccdb6179 100644 --- a/integration-tests/hibernate-reactive-db2/pom.xml +++ b/integration-tests/hibernate-reactive-db2/pom.xml @@ -1,248 +1,245 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-reactive-db2 + Quarkus - Integration Tests - Hibernate Reactive - DB2 + Hibernate Reactive related tests running with the DB2 database - quarkus-integration-test-hibernate-reactive-db2 - Quarkus - Integration Tests - Hibernate Reactive - DB2 - Hibernate Reactive related tests running with the DB2 database + + vertx-reactive:db2://localhost:50005/hreact + - - vertx-reactive:db2://localhost:50005/hreact - + + + io.quarkus + quarkus-hibernate-reactive + + + io.quarkus + quarkus-reactive-db2-client + + + io.quarkus + quarkus-rest-jsonb + - - - io.quarkus - quarkus-hibernate-reactive - - - io.quarkus - quarkus-reactive-db2-client - - - io.quarkus - quarkus-rest-jsonb - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-hibernate-reactive-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-db2-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-reactive-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-db2-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + true + + + + + maven-failsafe-plugin + + true + + true + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-db2 + + + test-containers + + + - - maven-surefire-plugin - - true - - true - - - - - maven-failsafe-plugin - - true - - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + - - - test-db2 - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - docker-db2 - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${db2.image} - quarkus-test-db2 - - - bridge - - true - - 50005:50000 - - - hreact - hreact - hreact - accept - - false - false - false - - - DB2: - default - cyan - - - - .*INSTANCE.* - + false + false + false + + + DB2: + default + cyan + + + + .*INSTANCE.* + - - - 300000 - - - - - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - - + 300000 + + + + + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/hibernate-reactive-mariadb/pom.xml b/integration-tests/hibernate-reactive-mariadb/pom.xml index 0a1a3fe8ba175..b2de53fff357b 100644 --- a/integration-tests/hibernate-reactive-mariadb/pom.xml +++ b/integration-tests/hibernate-reactive-mariadb/pom.xml @@ -1,259 +1,256 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-reactive-mariadb + Quarkus - Integration Tests - Hibernate Reactive - MariaDB + Hibernate Reactive related tests running with the MariaDB database - quarkus-integration-test-hibernate-reactive-mariadb - Quarkus - Integration Tests - Hibernate Reactive - MariaDB - Hibernate Reactive related tests running with the MariaDB database + + vertx-reactive:mysql://localhost:3308/hibernate_orm_test + - - vertx-reactive:mysql://localhost:3308/hibernate_orm_test - + + + io.quarkus + quarkus-hibernate-reactive + + + io.quarkus + quarkus-reactive-mysql-client + + + io.quarkus + quarkus-rest-jsonb + - - - io.quarkus - quarkus-hibernate-reactive - - - io.quarkus - quarkus-reactive-mysql-client - - - io.quarkus - quarkus-rest-jsonb - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-hibernate-reactive-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-mysql-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-reactive-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-mysql-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + true + + + + + maven-failsafe-plugin + + true + + true + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-mariadb + + + test-containers + + + - - maven-surefire-plugin - - true - - true - - - - - maven-failsafe-plugin - - true - - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + - - - test-mariadb - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - docker-mariadb - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - healthcheck-${mariadb.image} - quarkus-test-mariadb - - ${mariadb.image} - - - 5s - 3s - 5s - 5 - + 5s + 3s + 5s + 5 + - - mysqladmin ping -h localhost -u root -psecret|| exit 1 - - - - - - bridge - - - 3308:3306 - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - true - - - MariaDB: - default - cyan - - - /var/lib/mysql - - - - true - - - - - + /var/lib/mysql + + + + true + + + + + - true - - - - docker-start - compile - - stop - build - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - - + true + + + + docker-start + + stop + build + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/hibernate-reactive-mssql/pom.xml b/integration-tests/hibernate-reactive-mssql/pom.xml index b07f71c74f0e0..6c06256e5be1d 100644 --- a/integration-tests/hibernate-reactive-mssql/pom.xml +++ b/integration-tests/hibernate-reactive-mssql/pom.xml @@ -1,264 +1,262 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-reactive-mssql + Quarkus - Integration Tests - Hibernate Reactive - MS SQL Server + Hibernate Reactive related tests running with the MS SQL Server database - quarkus-integration-test-hibernate-reactive-mssql - Quarkus - Integration Tests - Hibernate Reactive - MS SQL Server - Hibernate Reactive related tests running with the MS SQL Server database + + vertx-reactive:sqlserver://localhost:1435 + - - vertx-reactive:sqlserver://localhost:1435 - + + + io.quarkus + quarkus-hibernate-reactive + + + io.quarkus + quarkus-reactive-mssql-client + + + io.quarkus + quarkus-rest-jsonb + - - - io.quarkus - quarkus-hibernate-reactive - - - io.quarkus - quarkus-reactive-mssql-client - - - io.quarkus - quarkus-rest-jsonb - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-hibernate-reactive-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-mssql-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-reactive-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-mssql-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + true + + + + + maven-failsafe-plugin + + true + + true + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-mssql + + + test-containers + + + - - maven-surefire-plugin - - true - - true - - - - - maven-failsafe-plugin - - true - - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-mssql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - + + - - native-image - - - native - - - - - + + - true - - + true + + - - docker-mssql - - - start-containers - - - - - yourStrong(!)Password - - - - - io.fabric8 - docker-maven-plugin - - - - ${mssql.image} - quarkus-test-mssqldb - - - 1435:1433 - - - Y - yourStrong(!)Password - - - MS SQL Server: - default - cyan - - - SQL Server is now ready for client connections - - - - - - - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + + docker-mssql + + + start-containers + + + + + yourStrong(!)Password + + + + + io.fabric8 + docker-maven-plugin + + + + ${mssql.image} + quarkus-test-mssqldb + + + 1435:1433 + + + Y + yourStrong(!)Password + + + MS SQL Server: + default + cyan + + + SQL Server is now ready for client connections + + + + + + + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/hibernate-reactive-mysql-agroal-flyway/pom.xml b/integration-tests/hibernate-reactive-mysql-agroal-flyway/pom.xml index 6629fb3f642b0..3440ed01601d0 100644 --- a/integration-tests/hibernate-reactive-mysql-agroal-flyway/pom.xml +++ b/integration-tests/hibernate-reactive-mysql-agroal-flyway/pom.xml @@ -1,312 +1,309 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-reactive-mysql-agroal-flyway + Quarkus - Integration Tests - Hibernate Reactive - MySQL - With Agroal and Flyway + Hibernate Reactive related tests running with the MySQL database and also using Agroal and Flyway - quarkus-integration-test-hibernate-reactive-mysql-agroal-flyway - Quarkus - Integration Tests - Hibernate Reactive - MySQL - With Agroal and Flyway - Hibernate Reactive related tests running with the MySQL database and also using Agroal and Flyway + + vertx-reactive:mysql://localhost:3308/hibernate_orm_test?allowPublicKeyRetrieval=true + jdbc:mysql://localhost:3308/hibernate_orm_test + - - vertx-reactive:mysql://localhost:3308/hibernate_orm_test?allowPublicKeyRetrieval=true - jdbc:mysql://localhost:3308/hibernate_orm_test - + + + io.quarkus + quarkus-agroal + + + io.quarkus + quarkus-jdbc-mysql + + + io.quarkus + quarkus-hibernate-reactive + + + io.quarkus + quarkus-reactive-mysql-client + + + io.quarkus + quarkus-rest-jsonb + + + io.quarkus + quarkus-flyway + + + org.flywaydb + flyway-mysql + - - - io.quarkus - quarkus-agroal - - - io.quarkus - quarkus-jdbc-mysql - - - io.quarkus - quarkus-hibernate-reactive - - - io.quarkus - quarkus-reactive-mysql-client - - - io.quarkus - quarkus-rest-jsonb - - - io.quarkus - quarkus-flyway - - - org.flywaydb - flyway-mysql - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-agroal-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-mysql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-reactive-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-mysql-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-flyway-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-agroal-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-mysql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-reactive-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-mysql-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-flyway-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + true + + + + + maven-failsafe-plugin + + true + + true + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-mariadb + + + test-containers + + + - - maven-surefire-plugin - - true - - true - - - - - maven-failsafe-plugin - - true - - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + - - - test-mariadb - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - docker-mysql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - healthcheck-${mysql.image} - quarkus-test-mysql - - ${mysql.image} - - - 5s - 3s - 5s - 5 - + 5s + 3s + 5s + 5 + - - mysqladmin ping -h localhost -u hibernate_orm_test -phibernate_orm_test || exit 1 - - - - - - 3308:3306 - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - true - - - MySQL: - default - cyan - - - /var/lib/mysql - - - - true - - - - - + /var/lib/mysql + + + + true + + + + + - true - - - - docker-start - compile - - stop - build - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - - + true + + + + docker-start + + stop + build + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/hibernate-reactive-mysql/pom.xml b/integration-tests/hibernate-reactive-mysql/pom.xml index 60e602030bfc9..e83e9056f676e 100644 --- a/integration-tests/hibernate-reactive-mysql/pom.xml +++ b/integration-tests/hibernate-reactive-mysql/pom.xml @@ -1,258 +1,253 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-reactive-mysql + Quarkus - Integration Tests - Hibernate Reactive - MySQL + Hibernate Reactive related tests running with the MySQL database - quarkus-integration-test-hibernate-reactive-mysql - Quarkus - Integration Tests - Hibernate Reactive - MySQL - Hibernate Reactive related tests running with the MySQL database + + vertx-reactive:mysql://localhost:3308/hibernate_orm_test?allowPublicKeyRetrieval=true + - - vertx-reactive:mysql://localhost:3308/hibernate_orm_test?allowPublicKeyRetrieval=true - + + + io.quarkus + quarkus-hibernate-reactive + + + io.quarkus + quarkus-reactive-mysql-client + + + io.quarkus + quarkus-rest-jsonb + - - - io.quarkus - quarkus-hibernate-reactive - - - io.quarkus - quarkus-reactive-mysql-client - - - io.quarkus - quarkus-rest-jsonb - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-hibernate-reactive-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-mysql-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-reactive-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-mysql-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + true + + + + + maven-failsafe-plugin + + true + + true + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-mariadb + + + test-containers + + + - - maven-surefire-plugin - - true - - true - - - - - - maven-failsafe-plugin - - true - - true - - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + - - - test-mariadb - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - docker-mysql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - healthcheck-${mysql.image} - quarkus-test-mysql - - ${mysql.image} - - - 5s - 3s - 5s - 5 - + 5s + 3s + 5s + 5 + - - mysqladmin ping -h localhost -u hibernate_orm_test -phibernate_orm_test || exit 1 - - - - - - 3308:3306 - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - true - - - MySQL: - default - cyan - - - /var/lib/mysql - - - - true - - - - - + /var/lib/mysql + + + + true + + + + + - true - - - - docker-start - compile - - stop - build - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - - + true + + + + docker-start + + stop + build + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/hibernate-reactive-oracle/pom.xml b/integration-tests/hibernate-reactive-oracle/pom.xml index a2f1c2bbb7111..a41d60ae5b27a 100644 --- a/integration-tests/hibernate-reactive-oracle/pom.xml +++ b/integration-tests/hibernate-reactive-oracle/pom.xml @@ -1,312 +1,307 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-reactive-oracle + Quarkus - Integration Tests - Hibernate Reactive - Oracle + Hibernate Reactive related tests running with the Oracle database - quarkus-integration-test-hibernate-reactive-oracle - Quarkus - Integration Tests - Hibernate Reactive - Oracle - Hibernate Reactive related tests running with the Oracle database + + vertx-reactive:oracle:thin:@localhost:1521/FREEPDB1 + - - vertx-reactive:oracle:thin:@localhost:1521/FREEPDB1 - + + + io.quarkus + quarkus-hibernate-reactive + + + io.quarkus + quarkus-reactive-oracle-client + + + io.quarkus + quarkus-rest-jsonb + + + io.quarkus + quarkus-elytron-security-properties-file + - - - io.quarkus - quarkus-hibernate-reactive - - - io.quarkus - quarkus-reactive-oracle-client - - - io.quarkus - quarkus-rest-jsonb - - - io.quarkus - quarkus-elytron-security-properties-file - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-hibernate-reactive-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-oracle-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-reactive-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-oracle-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + true + + + + + maven-failsafe-plugin + + true + + true + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-oracle + + + test-containers + + + - - maven-surefire-plugin - - true - - true - - - - - - maven-failsafe-plugin - - true - - true - - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-oracle - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - + + - - docker-oracle - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${oracle.image} - - - 1521:1521 - - - hibernate_orm_test - - - Oracle Database: - default - red - - - - - - - yes - - - - - - - + + + + yes + + + + + + + - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + - - - mac-m1 - - - aarch64 - - - - - - maven-surefire-plugin - - true - - - - io.fabric8 - docker-maven-plugin - - - - ${oracle.image} - - true - - - - - - - - - - - podman - - - env.IS_PODMAN - true - - - - - - maven-surefire-plugin - - true - - - - - - - + + mac-m1 + + + aarch64 + + + + + + maven-surefire-plugin + + true + + + + io.fabric8 + docker-maven-plugin + + + + ${oracle.image} + + true + + + + + + + + + + + podman + + + env.IS_PODMAN + true + + + + + + maven-surefire-plugin + + true + + + + + + diff --git a/integration-tests/hibernate-reactive-orm-compatibility/pom.xml b/integration-tests/hibernate-reactive-orm-compatibility/pom.xml index edef453491828..8f8a42bfc5863 100644 --- a/integration-tests/hibernate-reactive-orm-compatibility/pom.xml +++ b/integration-tests/hibernate-reactive-orm-compatibility/pom.xml @@ -1,280 +1,275 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-hibernate-reactive-orm-compatibility - Quarkus - Integration Tests - Hibernate Reactive - Compatibility with ORM - Hibernate Reactive related tests to make sure Reactive and ORM can work together + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - vertx-reactive:postgresql://localhost:5431/hibernate_orm_test - jdbc:postgresql://localhost:5431/hibernate_orm_test - + quarkus-integration-test-hibernate-reactive-orm-compatibility + Quarkus - Integration Tests - Hibernate Reactive - Compatibility with ORM + Hibernate Reactive related tests to make sure Reactive and ORM can work together - + + vertx-reactive:postgresql://localhost:5431/hibernate_orm_test + jdbc:postgresql://localhost:5431/hibernate_orm_test + - - - io.quarkus - quarkus-hibernate-reactive - - - io.quarkus - quarkus-reactive-pg-client - + - - - io.quarkus - quarkus-jdbc-postgresql - - - io.quarkus - quarkus-hibernate-orm - + + + io.quarkus + quarkus-hibernate-reactive + + + io.quarkus + quarkus-reactive-pg-client + - - io.quarkus - quarkus-rest-jsonb - + + + io.quarkus + quarkus-jdbc-postgresql + + + io.quarkus + quarkus-hibernate-orm + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + io.quarkus + quarkus-rest-jsonb + - - - io.quarkus - quarkus-rest-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-postgresql-deployment - ${project.version} - pom - test - - - * - * - - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - io.quarkus - quarkus-hibernate-reactive-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-pg-client-deployment - ${project.version} - pom - test - - - * - * - - - + + + io.quarkus + quarkus-rest-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + - + + io.quarkus + quarkus-hibernate-reactive-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-pg-client-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + true + + + + + maven-failsafe-plugin + + true + + true + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-postgresql + + + test-containers + + + - - maven-surefire-plugin - - true - - true - - - - - maven-failsafe-plugin - - true - - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - docker-postgresql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${postgres.image} - postgresql - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - 5431:5432 - - - - - (?s)ready to accept connections.*ready to accept connections - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - - + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/hibernate-reactive-panache-kotlin/pom.xml b/integration-tests/hibernate-reactive-panache-kotlin/pom.xml index 14f3d179f58d8..250ec954a71d4 100644 --- a/integration-tests/hibernate-reactive-panache-kotlin/pom.xml +++ b/integration-tests/hibernate-reactive-panache-kotlin/pom.xml @@ -1,358 +1,356 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-hibernate-reactive-panache-kotlin - Quarkus - Integration Tests - Hibernate Reactive with Panache and Kotlin + quarkus-integration-test-hibernate-reactive-panache-kotlin + Quarkus - Integration Tests - Hibernate Reactive with Panache and Kotlin - - vertx-reactive:postgresql://localhost:5431/hibernate_orm_test - + + vertx-reactive:postgresql://localhost:5431/hibernate_orm_test + - - - io.quarkus - quarkus-hibernate-reactive-panache-kotlin - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-kotlin - - - io.quarkus - quarkus-reactive-pg-client - - - io.quarkus - quarkus-jackson - - - org.junit.jupiter - junit-jupiter-api - compile - - - io.quarkus - quarkus-rest-jsonb - + + + io.quarkus + quarkus-hibernate-reactive-panache-kotlin + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-kotlin + + + io.quarkus + quarkus-reactive-pg-client + + + io.quarkus + quarkus-jackson + + + org.junit.jupiter + junit-jupiter-api + compile + + + io.quarkus + quarkus-rest-jsonb + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-vertx - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - org.awaitility - awaitility - test - - - - io.quarkus - quarkus-hibernate-reactive-panache-kotlin-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-pg-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-kotlin-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-vertx + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test + + + + io.quarkus + quarkus-hibernate-reactive-panache-kotlin-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-pg-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-kotlin-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + - - install - src/main/kotlin - src/test/kotlin - - - src/main/resources - true - - - - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - org.jetbrains.kotlin - kotlin-maven-plugin - - - compile - compile - - compile - - - - test-compile - test-compile - - test-compile - - - - - - org.jetbrains.kotlin - kotlin-maven-allopen - ${kotlin.version} - - - - - all-open - - - - - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + install + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + all-open + + + + + + + + + org.jetbrains.kotlin + kotlin-maven-allopen + ${kotlin.version} + + + + + compile + + compile + + compile + + + test-compile + + test-compile + + test-compile + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + src/main/kotlin + src/test/kotlin + - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - - prod-mode - test - - test - - - **/*PMT.java - - - - - - maven-failsafe-plugin - - false - - - - - + + prod-mode + + test + + test + + **/*PMT.java + + + + + + maven-failsafe-plugin + + false + + + + + - - docker-postgresql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${postgres.image} - postgresql - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - 5431:5432 - - - - - (?s)ready to accept connections.*ready to accept connections - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/hibernate-reactive-panache/pom.xml b/integration-tests/hibernate-reactive-panache/pom.xml index 0c41f320ab89d..f03f41aa93b07 100644 --- a/integration-tests/hibernate-reactive-panache/pom.xml +++ b/integration-tests/hibernate-reactive-panache/pom.xml @@ -1,344 +1,342 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-hibernate-reactive-panache - Quarkus - Integration Tests - Hibernate Reactive with Panache + quarkus-integration-test-hibernate-reactive-panache + Quarkus - Integration Tests - Hibernate Reactive with Panache - - - vertx-reactive:postgresql://localhost:5431/hibernate_orm_test - + + vertx-reactive:postgresql://localhost:5431/hibernate_orm_test + - - - io.quarkus - quarkus-hibernate-reactive-panache - - - io.quarkus - quarkus-rest-jsonb - - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-reactive-pg-client - - - io.quarkus - quarkus-jackson - - - org.junit.jupiter - junit-jupiter-api - compile - + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-reactive-pg-client + + + io.quarkus + quarkus-jackson + + + org.junit.jupiter + junit-jupiter-api + compile + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-hibernate-reactive-panache - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-test-h2 - test - - - io.quarkus - quarkus-panache-mock - test - - - net.bytebuddy - byte-buddy - - - - - org.assertj - assertj-core - test - - - org.awaitility - awaitility - test - - - - io.quarkus - quarkus-core-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-reactive-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-pg-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-hibernate-reactive-panache + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-test-h2 + test + + + io.quarkus + quarkus-panache-mock + test + + + net.bytebuddy + byte-buddy + + + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test + + + + io.quarkus + quarkus-core-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-reactive-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-pg-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - - prod-mode - test - - test - - - **/*PMT.java - - - - - - maven-failsafe-plugin - - false - - - - - + + prod-mode + + test + + test + + **/*PMT.java + + + + + + maven-failsafe-plugin + + false + + + + + - - docker-postgresql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${postgres.image} - postgresql - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - 5431:5432 - - - - - (?s)ready to accept connections.*ready to accept connections - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/hibernate-reactive-postgresql/pom.xml b/integration-tests/hibernate-reactive-postgresql/pom.xml index 0c858cfb2b9a7..3ff0354bd4750 100644 --- a/integration-tests/hibernate-reactive-postgresql/pom.xml +++ b/integration-tests/hibernate-reactive-postgresql/pom.xml @@ -1,253 +1,250 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-reactive-postgresql + Quarkus - Integration Tests - Hibernate Reactive - PostgreSQL + Hibernate Reactive related tests running with the PostgreSQL database - quarkus-integration-test-hibernate-reactive-postgresql - Quarkus - Integration Tests - Hibernate Reactive - PostgreSQL - Hibernate Reactive related tests running with the PostgreSQL database + + vertx-reactive:postgresql://localhost:5431/hibernate_orm_test + - - vertx-reactive:postgresql://localhost:5431/hibernate_orm_test - + + + io.quarkus + quarkus-hibernate-reactive + + + io.quarkus + quarkus-reactive-pg-client + + + io.quarkus + quarkus-rest-jsonb + + + io.quarkus + quarkus-elytron-security-properties-file + - - - io.quarkus - quarkus-hibernate-reactive - - - io.quarkus - quarkus-reactive-pg-client - - - io.quarkus - quarkus-rest-jsonb - - - io.quarkus - quarkus-elytron-security-properties-file - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-hibernate-reactive-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-pg-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-reactive-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-pg-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + true + + + + + maven-failsafe-plugin + + true + + true + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-postgresql + + + test-containers + + + - - maven-surefire-plugin - - true - - true - - - - - maven-failsafe-plugin - - true - - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - docker-postgresql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${postgres.image} - postgresql - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - 5431:5432 - - - - - (?s)ready to accept connections.*ready to accept connections - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - - + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/hibernate-search-orm-elasticsearch-outbox-polling/pom.xml b/integration-tests/hibernate-search-orm-elasticsearch-outbox-polling/pom.xml index 019a60502f8e4..9579bbb8a09c9 100644 --- a/integration-tests/hibernate-search-orm-elasticsearch-outbox-polling/pom.xml +++ b/integration-tests/hibernate-search-orm-elasticsearch-outbox-polling/pom.xml @@ -1,289 +1,287 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-search-orm-elasticsearch-outbox-polling + Quarkus - Integration Tests - Hibernate Search ORM + Elasticsearch - Outbox-polling + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch + + + io.quarkus + quarkus-hibernate-search-orm-outbox-polling + + + io.quarkus + quarkus-jdbc-h2 + + + org.junit.jupiter + junit-jupiter-api + compile + + + org.assertj + assertj-core + compile + + + org.awaitility + awaitility + compile + - quarkus-integration-test-hibernate-search-orm-elasticsearch-outbox-polling - Quarkus - Integration Tests - Hibernate Search ORM + Elasticsearch - Outbox-polling - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-hibernate-search-orm-elasticsearch - - - io.quarkus - quarkus-hibernate-search-orm-outbox-polling - - - io.quarkus - quarkus-jdbc-h2 - - - org.junit.jupiter - junit-jupiter-api - compile - - - org.assertj - assertj-core - compile - - - org.awaitility - awaitility - compile - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-h2 + test + + + io.rest-assured + rest-assured + test + + + org.apache.commons + commons-lang3 + + + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-h2 - test - - - io.rest-assured - rest-assured - test - - - org.apache.commons - commons-lang3 - - - + + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-search-orm-outbox-polling-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-search-orm-elasticsearch-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-search-orm-outbox-polling-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-elasticsearch + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-elasticsearch - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - + + - - docker-elasticsearch - - - start-containers - - - - localhost:9200 - http - - - - - io.fabric8 - docker-maven-plugin - - - - ${elasticsearch.image} - elasticsearch - - - single-node - false - -Xms512m -Xmx512m - - false - - false - false - false - false - false - false - false - false - false - - - 9200:9200 - - - Elasticsearch: - default - cyan - - - - http://localhost:9200 - GET - 200 - - - - - - - true - - - - docker-start - process-test-classes - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - + false + + false + false + false + false + false + false + false + false + false + + + 9200:9200 + + + Elasticsearch: + default + cyan + + + + http://localhost:9200 + GET + 200 + + + + + + + true + + + + docker-start + + stop + start + + process-test-classes + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + - + diff --git a/integration-tests/hibernate-search-orm-elasticsearch-tenancy/pom.xml b/integration-tests/hibernate-search-orm-elasticsearch-tenancy/pom.xml index 511ca67aaea4c..d69b8329dd2cb 100644 --- a/integration-tests/hibernate-search-orm-elasticsearch-tenancy/pom.xml +++ b/integration-tests/hibernate-search-orm-elasticsearch-tenancy/pom.xml @@ -1,304 +1,302 @@ - + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-search-orm-elasticsearch-tenancy + Quarkus - Integration Tests - Hibernate Search ORM + Elasticsearch - Tenancy + Tests for Hibernate Search multi-tenancy running with the PostgreSQL database - quarkus-integration-test-hibernate-search-orm-elasticsearch-tenancy - Quarkus - Integration Tests - Hibernate Search ORM + Elasticsearch - Tenancy - Tests for Hibernate Search multi-tenancy running with the PostgreSQL database + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch + + + io.quarkus + quarkus-jdbc-postgresql + + + io.quarkus + quarkus-flyway + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-hibernate-search-orm-elasticsearch - - - io.quarkus - quarkus-jdbc-postgresql - - - io.quarkus - quarkus-flyway - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-flyway-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-flyway-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-search-orm-elasticsearch-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-postgresql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-elasticsearch + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-elasticsearch - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - + + - - docker-elasticsearch - - - start-containers - - - - localhost:9200 - http - - - - - io.fabric8 - docker-maven-plugin - - - - ${elasticsearch.image} - elasticsearch - - - single-node - false - -Xms512m -Xmx512m - - false - - false - false - false - false - false - false - false - false - false - - - 9200:9200 - - - Elasticsearch: - default - cyan - - - - http://localhost:9200 - GET - 200 - - - - - - - true - - - - docker-start - process-test-classes - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + false + + false + false + false + false + false + false + false + false + false + + + 9200:9200 + + + Elasticsearch: + default + cyan + + + + http://localhost:9200 + GET + 200 + + + + + + + true + + + + docker-start + + stop + start + + process-test-classes + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/hibernate-search-orm-elasticsearch/pom.xml b/integration-tests/hibernate-search-orm-elasticsearch/pom.xml index 38f57af9e3fcb..83051950851b2 100644 --- a/integration-tests/hibernate-search-orm-elasticsearch/pom.xml +++ b/integration-tests/hibernate-search-orm-elasticsearch/pom.xml @@ -1,267 +1,265 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-search-orm-elasticsearch + Quarkus - Integration Tests - Hibernate Search ORM + Elasticsearch + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch + + + io.quarkus + quarkus-jdbc-h2 + + + org.junit.jupiter + junit-jupiter-api + compile + + + org.assertj + assertj-core + compile + - quarkus-integration-test-hibernate-search-orm-elasticsearch - Quarkus - Integration Tests - Hibernate Search ORM + Elasticsearch - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-hibernate-search-orm-elasticsearch - - - io.quarkus - quarkus-jdbc-h2 - - - org.junit.jupiter - junit-jupiter-api - compile - - - org.assertj - assertj-core - compile - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-h2 + test + + + io.rest-assured + rest-assured + test + + + org.apache.commons + commons-lang3 + + + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-h2 - test - - - io.rest-assured - rest-assured - test - - - org.apache.commons - commons-lang3 - - - + + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-search-orm-elasticsearch-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-elasticsearch + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-elasticsearch - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - + + - - docker-elasticsearch - - - start-containers - - - - localhost:9200 - http - - - - - io.fabric8 - docker-maven-plugin - - - - ${elasticsearch.image} - elasticsearch - - - single-node - false - -Xms512m -Xmx512m - - false - - false - false - false - false - false - false - false - false - false - - - 9200:9200 - - - Elasticsearch: - default - cyan - - - - http://localhost:9200 - GET - 200 - - - - - - - true - - - - docker-start - process-test-classes - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - + false + + false + false + false + false + false + false + false + false + false + + + 9200:9200 + + + Elasticsearch: + default + cyan + + + + http://localhost:9200 + GET + 200 + + + + + + + true + + + + docker-start + + stop + start + + process-test-classes + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + - + diff --git a/integration-tests/hibernate-search-orm-opensearch/pom.xml b/integration-tests/hibernate-search-orm-opensearch/pom.xml index 777a12a84c135..558856478e5c1 100644 --- a/integration-tests/hibernate-search-orm-opensearch/pom.xml +++ b/integration-tests/hibernate-search-orm-opensearch/pom.xml @@ -1,264 +1,262 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-search-orm-opensearch + Quarkus - Integration Tests - Hibernate Search ORM + OpenSearch + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch + + + io.quarkus + quarkus-jdbc-h2 + + + org.junit.jupiter + junit-jupiter-api + compile + + + org.assertj + assertj-core + compile + - quarkus-integration-test-hibernate-search-orm-opensearch - Quarkus - Integration Tests - Hibernate Search ORM + OpenSearch - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-hibernate-search-orm-elasticsearch - - - io.quarkus - quarkus-jdbc-h2 - - - org.junit.jupiter - junit-jupiter-api - compile - - - org.assertj - assertj-core - compile - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-h2 + test + + + io.rest-assured + rest-assured + test + + + org.apache.commons + commons-lang3 + + + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-h2 - test - - - io.rest-assured - rest-assured - test - - - org.apache.commons - commons-lang3 - - - + + + io.quarkus + quarkus-hibernate-search-orm-elasticsearch-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-search-orm-elasticsearch-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-opensearch + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-opensearch - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - + + - - docker-opensearch - - - start-containers - - - - localhost:9200 - http - - - - - io.fabric8 - docker-maven-plugin - - - - ${opensearch.image} - opensearch - - - single-node - true - - false - -Xms512m -Xmx512m - - NotActua11y$trongPa$$word - - false - - - 9200:9200 - - - OpenSearch: - default - cyan - - - - http://localhost:9200 - GET - 200 - - - - - - - true - - - - docker-start - process-test-classes - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - + false + + + 9200:9200 + + + OpenSearch: + default + cyan + + + + http://localhost:9200 + GET + 200 + + + + + + + true + + + + docker-start + + stop + start + + process-test-classes + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + - + diff --git a/integration-tests/hibernate-search-standalone-elasticsearch/pom.xml b/integration-tests/hibernate-search-standalone-elasticsearch/pom.xml index 1ebc36191edd1..f68b4ef0a7b05 100644 --- a/integration-tests/hibernate-search-standalone-elasticsearch/pom.xml +++ b/integration-tests/hibernate-search-standalone-elasticsearch/pom.xml @@ -1,245 +1,243 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-search-standalone-elasticsearch + Quarkus - Integration Tests - Hibernate Search Standalone + Elasticsearch + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-hibernate-search-standalone-elasticsearch + + + org.junit.jupiter + junit-jupiter-api + compile + + + org.assertj + assertj-core + compile + - quarkus-integration-test-hibernate-search-standalone-elasticsearch - Quarkus - Integration Tests - Hibernate Search Standalone + Elasticsearch - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-hibernate-search-standalone-elasticsearch - - - org.junit.jupiter - junit-jupiter-api - compile - - - org.assertj - assertj-core - compile - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.apache.commons + commons-lang3 + + + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.apache.commons - commons-lang3 - - - + + + io.quarkus + quarkus-hibernate-search-standalone-elasticsearch-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-search-standalone-elasticsearch-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-elasticsearch + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-elasticsearch - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - + + - - docker-elasticsearch - - - start-containers - - - - localhost:9200 - http - - - - - io.fabric8 - docker-maven-plugin - - - - ${elasticsearch.image} - elasticsearch - - - single-node - false - -Xms512m -Xmx512m - - false - - false - false - false - false - false - false - false - false - false - - - 9200:9200 - - - Elasticsearch: - default - cyan - - - - http://localhost:9200 - GET - 200 - - - - - - - true - - - - docker-start - process-test-classes - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - + false + + false + false + false + false + false + false + false + false + false + + + 9200:9200 + + + Elasticsearch: + default + cyan + + + + http://localhost:9200 + GET + 200 + + + + + + + true + + + + docker-start + + stop + start + + process-test-classes + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + - + diff --git a/integration-tests/hibernate-search-standalone-opensearch/pom.xml b/integration-tests/hibernate-search-standalone-opensearch/pom.xml index f0ecaf1746a77..a43a305e971a8 100644 --- a/integration-tests/hibernate-search-standalone-opensearch/pom.xml +++ b/integration-tests/hibernate-search-standalone-opensearch/pom.xml @@ -1,242 +1,240 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-search-standalone-opensearch + Quarkus - Integration Tests - Hibernate Search Standalone + OpenSearch + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-hibernate-search-standalone-elasticsearch + + + org.junit.jupiter + junit-jupiter-api + compile + + + org.assertj + assertj-core + compile + - quarkus-integration-test-hibernate-search-standalone-opensearch - Quarkus - Integration Tests - Hibernate Search Standalone + OpenSearch - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-hibernate-search-standalone-elasticsearch - - - org.junit.jupiter - junit-jupiter-api - compile - - - org.assertj - assertj-core - compile - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.apache.commons + commons-lang3 + + + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.apache.commons - commons-lang3 - - - + + + io.quarkus + quarkus-hibernate-search-standalone-elasticsearch-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-search-standalone-elasticsearch-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-opensearch + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-opensearch - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - + + - - docker-opensearch - - - start-containers - - - - localhost:9200 - http - - - - - io.fabric8 - docker-maven-plugin - - - - ${opensearch.image} - opensearch - - - single-node - true - - false - -Xms512m -Xmx512m - - NotActua11y$trongPa$$word - - false - - - 9200:9200 - - - OpenSearch: - default - cyan - - - - http://localhost:9200 - GET - 200 - - - - - - - true - - - - docker-start - process-test-classes - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - + false + + + 9200:9200 + + + OpenSearch: + default + cyan + + + + http://localhost:9200 + GET + 200 + + + + + + + true + + + + docker-start + + stop + start + + process-test-classes + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + - + diff --git a/integration-tests/hibernate-validator-resteasy-reactive/pom.xml b/integration-tests/hibernate-validator-resteasy-reactive/pom.xml index 7cff86b97d15b..cb1865eee104e 100644 --- a/integration-tests/hibernate-validator-resteasy-reactive/pom.xml +++ b/integration-tests/hibernate-validator-resteasy-reactive/pom.xml @@ -1,243 +1,241 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-hibernate-validator-resteasy-reactive + Quarkus - Integration Tests - Hibernate Validator + Module that contains Hibernate Validator/Bean Validation related tests using Quarkus REST - quarkus-integration-test-hibernate-validator-resteasy-reactive - Quarkus - Integration Tests - Hibernate Validator - Module that contains Hibernate Validator/Bean Validation related tests using Quarkus REST + + + io.quarkus + quarkus-rest-jsonb + + + io.quarkus + quarkus-rest-jaxb + + + io.quarkus + quarkus-rest-client + + + io.quarkus + quarkus-rest-client-jsonb + + + io.quarkus + quarkus-hibernate-validator + + + io.quarkus + quarkus-arc + - - - io.quarkus - quarkus-rest-jsonb - - - io.quarkus - quarkus-rest-jaxb - - - io.quarkus - quarkus-rest-client - - - io.quarkus - quarkus-rest-client-jsonb - - - io.quarkus - quarkus-hibernate-validator - - - io.quarkus - quarkus-arc - + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-h2 + - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-h2 - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-h2 + test + + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-validator-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jaxb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-h2 - test - - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-validator-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jaxb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + en + + + + + - - - - src/main/resources - true - - + + + native-image + + + native + + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - en - - - + + org.apache.maven.plugins + maven-failsafe-plugin + + + + en + + + - - - - - native-image - - - native - - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - en - - - - - - - + + + diff --git a/integration-tests/hibernate-validator/pom.xml b/integration-tests/hibernate-validator/pom.xml index 7aa7c9dac6714..a14278928b176 100644 --- a/integration-tests/hibernate-validator/pom.xml +++ b/integration-tests/hibernate-validator/pom.xml @@ -1,244 +1,242 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-hibernate-validator - Quarkus - Integration Tests - Hibernate Validator - Module that contains Hibernate Validator/Bean Validation related tests + quarkus-integration-test-hibernate-validator + Quarkus - Integration Tests - Hibernate Validator + Module that contains Hibernate Validator/Bean Validation related tests - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-resteasy-jaxb - - - io.quarkus - quarkus-hibernate-validator - - - io.quarkus - quarkus-arc - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-resteasy-jaxb + + + io.quarkus + quarkus-hibernate-validator + + + io.quarkus + quarkus-arc + - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-h2 - + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-h2 + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-h2 - test - - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-validator-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jaxb-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-h2 + test + + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-validator-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jaxb-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - en - - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + en + + + + + - - - native-image - - - native - - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - en - - - - + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + en + + + + - - test-nondefault-timezone - - - --env TZ=Europe/Helsinki - - - - integration-test - verify - - - - - - - - + + test-nondefault-timezone + + integration-test + verify + + + + --env TZ=Europe/Helsinki + + + + + + + + + diff --git a/integration-tests/ide-launcher/pom.xml b/integration-tests/ide-launcher/pom.xml index fca6abbe2b28d..39f26df12b7a2 100644 --- a/integration-tests/ide-launcher/pom.xml +++ b/integration-tests/ide-launcher/pom.xml @@ -1,53 +1,51 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-ide-launcher + quarkus-integration-test-ide-launcher - Quarkus - Integration Tests - IDE Launcher + Quarkus - Integration Tests - IDE Launcher - - - io.quarkus - quarkus-resteasy - - - org.jboss.logging - commons-logging-jboss-logging - - - org.junit.jupiter - junit-jupiter - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-resteasy + + + org.jboss.logging + commons-logging-jboss-logging + + + org.junit.jupiter + junit-jupiter + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + diff --git a/integration-tests/infinispan-cache-jpa/pom.xml b/integration-tests/infinispan-cache-jpa/pom.xml index 6aaa46558fe12..7663650ded822 100644 --- a/integration-tests/infinispan-cache-jpa/pom.xml +++ b/integration-tests/infinispan-cache-jpa/pom.xml @@ -1,114 +1,111 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-infinispan-cache-jpa - Quarkus - Integration Tests - JPA - Infinispan Cache - Module that contains JPA related tests with Infinispan second level cache - - - - io.quarkus - quarkus-hibernate-orm - - - - io.quarkus - quarkus-jdbc-h2 - - - - io.quarkus - quarkus-resteasy - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-h2 - test - - - io.rest-assured - rest-assured - test - + quarkus-integration-test-infinispan-cache-jpa + Quarkus - Integration Tests - JPA - Infinispan Cache + Module that contains JPA related tests with Infinispan second level cache + + + + io.quarkus + quarkus-hibernate-orm + + + + io.quarkus + quarkus-jdbc-h2 + + + + io.quarkus + quarkus-resteasy + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-h2 + test + + + io.rest-assured + rest-assured + test + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/infinispan-cache/pom.xml b/integration-tests/infinispan-cache/pom.xml index 670df99e995ea..2b56c3f1e4650 100644 --- a/integration-tests/infinispan-cache/pom.xml +++ b/integration-tests/infinispan-cache/pom.xml @@ -1,144 +1,144 @@ - + - 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - ../pom.xml - + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../pom.xml + + + quarkus-integration-test-infinispan-cache + Quarkus - Integration Tests - Infinispan Cache - quarkus-integration-test-infinispan-cache - Quarkus - Integration Tests - Infinispan Cache + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-rest-client-jackson + + + io.quarkus + quarkus-infinispan-cache + - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-rest-client-jackson - - - io.quarkus - quarkus-infinispan-cache - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-infinispan-cache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-infinispan-cache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + + test-infinispan + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - - test-infinispan - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + diff --git a/integration-tests/infinispan-client/pom.xml b/integration-tests/infinispan-client/pom.xml index e71d9a3290ae5..5fac68cc4016d 100644 --- a/integration-tests/infinispan-client/pom.xml +++ b/integration-tests/infinispan-client/pom.xml @@ -1,187 +1,185 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-infinispan-client + Quarkus - Integration Tests - Infinispan Client + Module that contains Infinispan Client related tests + + + io.quarkus + quarkus-infinispan-client + - quarkus-integration-test-infinispan-client - Quarkus - Integration Tests - Infinispan Client - Module that contains Infinispan Client related tests - - - io.quarkus - quarkus-infinispan-client - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-smallrye-health - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-junit5-mockito + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-junit5-mockito - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-infinispan-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + - - - io.quarkus - quarkus-infinispan-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - + - + + + + true + src/main/resources + + **/*.jks + + + + + false + src/main/resources + + **/*.jks + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + - - - - src/main/resources - true - - **/*.jks - - - - - src/main/resources - false - - **/*.jks - - - + + + + test-infinispan + + + test-containers + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - - test-infinispan - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + diff --git a/integration-tests/injectmock/pom.xml b/integration-tests/injectmock/pom.xml index 554a4e3deb5a1..135eda538d219 100644 --- a/integration-tests/injectmock/pom.xml +++ b/integration-tests/injectmock/pom.xml @@ -1,63 +1,61 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-injectmock - Quarkus - Integration Tests - InjectMock + quarkus-integration-test-injectmock + Quarkus - Integration Tests - InjectMock - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-junit5-mockito - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-junit5-mockito + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/istio/maven-invoker-way/pom.xml b/integration-tests/istio/maven-invoker-way/pom.xml index ebeeaeacfb9fb..2cbcadb384734 100644 --- a/integration-tests/istio/maven-invoker-way/pom.xml +++ b/integration-tests/istio/maven-invoker-way/pom.xml @@ -1,368 +1,368 @@ - 4.0.0 + 4.0.0 - - io.quarkus - quarkus-integration-test-istio-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-test-istio-parent + 999-SNAPSHOT + - quarkus-integration-test-istio-invoker - Quarkus - Integration Tests - Istio - Invoker - Istio integration tests that need to use the maven invoker because they test various dependency related scenarios + quarkus-integration-test-istio-invoker + Quarkus - Integration Tests - Istio - Invoker + Istio integration tests that need to use the maven invoker because they test various dependency related scenarios - - ${skipTests} - + + ${skipTests} + - - - - io.quarkus - quarkus-container-image-docker - test - - - io.quarkus - quarkus-container-image-jib - test - - - io.quarkus - quarkus-grpc-xds - test - + + + + io.quarkus + quarkus-container-image-docker + test + + + io.quarkus + quarkus-container-image-jib + test + + + io.quarkus + quarkus-grpc-xds + test + - - io.quarkus - quarkus-test-maven - test - - - io.quarkus - quarkus-kubernetes - test - - - io.quarkus - quarkus-openshift - test - - - io.quarkus - quarkus-minikube - test - - - io.fabric8 - kubernetes-httpclient-vertx - test - - - io.dekorate - kubernetes-annotations - noapt - - - io.fabric8 - kubernetes-client - - - - - io.dekorate - openshift-annotations - noapt - - - io.fabric8 - kubernetes-client - - - - - io.dekorate - knative-annotations - noapt - - - io.fabric8 - kubernetes-client - - - - - io.quarkus - quarkus-resteasy - ${project.version} - test - - - * - * - - - + + io.quarkus + quarkus-test-maven + test + + + io.quarkus + quarkus-kubernetes + test + + + io.quarkus + quarkus-openshift + test + + + io.quarkus + quarkus-minikube + test + + + io.fabric8 + kubernetes-httpclient-vertx + test + + + io.dekorate + kubernetes-annotations + noapt + + + io.fabric8 + kubernetes-client + + + + + io.dekorate + openshift-annotations + noapt + + + io.fabric8 + kubernetes-client + + + + + io.dekorate + knative-annotations + noapt + + + io.fabric8 + kubernetes-client + + + + + io.quarkus + quarkus-resteasy + ${project.version} + test + + + * + * + + + - - - io.quarkus - quarkus-maven-plugin - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-openshift-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-minikube-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-docker-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-jib-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-junit5 - ${project.version} - pom - test - - - * - * - - - - - - - - src/it - true - - + + + io.quarkus + quarkus-maven-plugin + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-openshift-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-minikube-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-docker-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-jib-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-junit5 + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/it + + + + + maven-invoker-plugin + + ${project.build.directory}/it + true + verify + true + true + invoker.properties + + + + integration-tests + + install + run + verify + + + + + + maven-failsafe-plugin + + + + integration-test + verify + + + + + + + + + + disable-tests + + + !e2e-tests + + + + true + true + + + + kubernetes-e2e-tests + + + kubernetes-e2e-tests + + + + true + + - - maven-invoker-plugin - - - integration-tests - - install - run - verify - - - - - ${project.build.directory}/it - true - verify - true - true - invoker.properties - - - - maven-failsafe-plugin - - - - integration-test - verify - - - - + + maven-invoker-plugin + + + xds-*/pom.xml + + ${skipTests} + + + -Dinvalid-on-purpose + success + + + - - - - - disable-tests - - - !e2e-tests - - - - true - true - - - - kubernetes-e2e-tests - - - kubernetes-e2e-tests - - - - true - - - - - maven-invoker-plugin - - - xds-*/pom.xml - - ${skipTests} - - - -Dinvalid-on-purpose - success - - - - - - - - openshift-e2e-tests - - - openshift-e2e-tests - - - - true - - - - - maven-invoker-plugin - - - xds-*/pom.xml - - ${skipTests} - - - -Dinvalid-on-purpose - success - - - - - - - - knative-e2e-tests - - - knative-e2e-tests - - - - true - - - - - maven-invoker-plugin - - - xds-*/pom.xml - - ${skipTests} - - - -Dinvalid-on-purpose - success - - - - - - - - - - windows - - - - true - - - + + + + openshift-e2e-tests + + + openshift-e2e-tests + + + + true + + + + + maven-invoker-plugin + + + xds-*/pom.xml + + ${skipTests} + + + -Dinvalid-on-purpose + success + + + + + + + + knative-e2e-tests + + + knative-e2e-tests + + + + true + + + + + maven-invoker-plugin + + + xds-*/pom.xml + + ${skipTests} + + + -Dinvalid-on-purpose + success + + + + + + + + + + windows + + + + true + + + diff --git a/integration-tests/istio/pom.xml b/integration-tests/istio/pom.xml index dfae51b7a3241..33874305c72a1 100644 --- a/integration-tests/istio/pom.xml +++ b/integration-tests/istio/pom.xml @@ -1,19 +1,18 @@ - - 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-istio-parent - Quarkus - Integration Tests - Istio - Parent - pom + quarkus-integration-test-istio-parent + pom + Quarkus - Integration Tests - Istio - Parent - - maven-invoker-way - + + maven-invoker-way + diff --git a/integration-tests/jackson/pom.xml b/integration-tests/jackson/pom.xml index 853f3aa344ab5..e9ec3822106cd 100644 --- a/integration-tests/jackson/pom.xml +++ b/integration-tests/jackson/pom.xml @@ -1,114 +1,112 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-jackson + Quarkus - Integration Tests - Jackson + Jackson integration tests module - quarkus-integration-test-jackson - Quarkus - Integration Tests - Jackson - Jackson integration tests module + + + io.quarkus + quarkus-jackson + - - - io.quarkus - quarkus-jackson - + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - + + + + mac-m1 + + + mac + aarch64 + + + env.GITHUB_ACTIONS + true + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + true + + - - - - - - mac-m1 - - - mac - aarch64 - - - env.GITHUB_ACTIONS - true - - - - - - maven-surefire-plugin - - true - - - - - - + + + diff --git a/integration-tests/jaxb/pom.xml b/integration-tests/jaxb/pom.xml index d9f5f73cdfb16..9b3b9d46c7ad2 100644 --- a/integration-tests/jaxb/pom.xml +++ b/integration-tests/jaxb/pom.xml @@ -1,88 +1,85 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-jaxb - Quarkus - Integration Tests - JAXB + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jaxb - + quarkus-integration-test-jaxb + Quarkus - Integration Tests - JAXB - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jaxb + - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jaxb-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jaxb-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/jaxp/pom.xml b/integration-tests/jaxp/pom.xml index 360e4760f95d6..36d30aaf299c8 100644 --- a/integration-tests/jaxp/pom.xml +++ b/integration-tests/jaxp/pom.xml @@ -1,83 +1,80 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-jaxp - Quarkus - Integration Tests - JAXP + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-jaxp - + quarkus-integration-test-jaxp + Quarkus - Integration Tests - JAXP - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-jaxp + - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jaxp-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jaxp-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/jfr-blocking/pom.xml b/integration-tests/jfr-blocking/pom.xml index 9e9009997ebf6..06e11d08ade3a 100644 --- a/integration-tests/jfr-blocking/pom.xml +++ b/integration-tests/jfr-blocking/pom.xml @@ -1,141 +1,137 @@ - - 4.0.0 - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-jfr-blocking + Quarkus - Integration Tests - JFR Blocking + + true + + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-jfr + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-rest-jackson + + + + io.quarkus + quarkus-jfr-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + + + io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - - quarkus-integration-test-jfr-blocking - Quarkus - Integration Tests - JFR Blocking - - true - - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-jfr - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-rest-jackson - - - - io.quarkus - quarkus-jfr-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + quarkus-maven-plugin + + + + build + + + + + + - - - native-image - - - native - - + + + native-image + + + native + + - - true - + + true + - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + - - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - + + maven-failsafe-plugin + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + + + + + + + + + diff --git a/integration-tests/jfr-opentelemetry/pom.xml b/integration-tests/jfr-opentelemetry/pom.xml index 8740c2cc352a8..62ab3eb82742c 100644 --- a/integration-tests/jfr-opentelemetry/pom.xml +++ b/integration-tests/jfr-opentelemetry/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 io.quarkus @@ -142,9 +141,7 @@ - - ${project.build.directory}/${project.build.finalName}-runner - + ${project.build.directory}/${project.build.finalName}-runner diff --git a/integration-tests/jfr-reactive/pom.xml b/integration-tests/jfr-reactive/pom.xml index 2b17ec29178a2..1a5435c15433b 100644 --- a/integration-tests/jfr-reactive/pom.xml +++ b/integration-tests/jfr-reactive/pom.xml @@ -1,141 +1,137 @@ - - 4.0.0 - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-jfr-reactive + Quarkus - Integration Tests - JFR Reactive + + true + + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-jfr + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-rest-jackson + + + + io.quarkus + quarkus-jfr-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + + + io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - - quarkus-integration-test-jfr-reactive - Quarkus - Integration Tests - JFR Reactive - - true - - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-jfr - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-rest-jackson - - - - io.quarkus - quarkus-jfr-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + quarkus-maven-plugin + + + + build + + + + + + - - - native-image - - - native - - + + + native-image + + + native + + - - true - + + true + - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + - - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - + + maven-failsafe-plugin + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + + + + + + + + + diff --git a/integration-tests/jpa-db2/pom.xml b/integration-tests/jpa-db2/pom.xml index 37a651b7bc64e..72bae93e59b22 100644 --- a/integration-tests/jpa-db2/pom.xml +++ b/integration-tests/jpa-db2/pom.xml @@ -1,249 +1,247 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-jpa-db2 + Quarkus - Integration Tests - JPA - DB2 + Module that contains JPA related tests running with the DB2 database - quarkus-integration-test-jpa-db2 - Quarkus - Integration Tests - JPA - DB2 - Module that contains JPA related tests running with the DB2 database + + jdbc:db2://localhost:50005/hreact + - - jdbc:db2://localhost:50005/hreact - + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-db2 + + + io.quarkus + quarkus-rest + - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-db2 - - - io.quarkus - quarkus-rest - + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-db2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-db2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-db2 + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-db2 - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - + + - - docker-db2 - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${db2.image} - quarkus-test-db2 - - - bridge - - true - - 50005:50000 - - - hreact - hreact - hreact - accept - - false - false - false - - - DB2: - default - cyan - - - - .*INSTANCE.* - + false + false + false + + + DB2: + default + cyan + + + + .*INSTANCE.* + - - - 300000 - - - - - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + 300000 + + + + + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/jpa-derby/pom.xml b/integration-tests/jpa-derby/pom.xml index 65c1220c177ac..54246eee8f7c8 100644 --- a/integration-tests/jpa-derby/pom.xml +++ b/integration-tests/jpa-derby/pom.xml @@ -1,124 +1,121 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-jpa-derby - Quarkus - Integration Tests - JPA - Derby - Module that contains JPA related tests running with the Derby database - - - - io.quarkus - quarkus-hibernate-orm - - - - io.quarkus - quarkus-jdbc-derby - - - - io.quarkus - quarkus-rest - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-test-derby - test - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + quarkus-integration-test-jpa-derby + Quarkus - Integration Tests - JPA - Derby + Module that contains JPA related tests running with the Derby database + + + + io.quarkus + quarkus-hibernate-orm + + + + io.quarkus + quarkus-jdbc-derby + + + + io.quarkus + quarkus-rest + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-derby-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-test-derby + test + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-derby-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/jpa-h2-embedded/pom.xml b/integration-tests/jpa-h2-embedded/pom.xml index 47ee00d3d5c93..05c6fdd1c2a9f 100644 --- a/integration-tests/jpa-h2-embedded/pom.xml +++ b/integration-tests/jpa-h2-embedded/pom.xml @@ -1,118 +1,116 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-jpa-h2-embedded - Quarkus - Integration Tests - JPA - H2 Embedded - Module that contains JPA related tests running with the H2 database in embedded mode - - - - io.quarkus - quarkus-hibernate-orm - - - - io.quarkus - quarkus-jdbc-h2 - - - - io.quarkus - quarkus-rest - + quarkus-integration-test-jpa-h2-embedded + Quarkus - Integration Tests - JPA - H2 Embedded + Module that contains JPA related tests running with the H2 database in embedded mode + + + + io.quarkus + quarkus-hibernate-orm + + + + io.quarkus + quarkus-jdbc-h2 + + + + io.quarkus + quarkus-rest + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/jpa-h2/pom.xml b/integration-tests/jpa-h2/pom.xml index 072c2ca1c2b37..0d8d6e5ab9dc6 100644 --- a/integration-tests/jpa-h2/pom.xml +++ b/integration-tests/jpa-h2/pom.xml @@ -1,124 +1,121 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-jpa-h2 - Quarkus - Integration Tests - JPA - H2 - Module that contains JPA related tests running with the H2 database - - - - io.quarkus - quarkus-hibernate-orm - - - - io.quarkus - quarkus-jdbc-h2 - - - - io.quarkus - quarkus-rest - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-test-h2 - test - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + quarkus-integration-test-jpa-h2 + Quarkus - Integration Tests - JPA - H2 + Module that contains JPA related tests running with the H2 database + + + + io.quarkus + quarkus-hibernate-orm + + + + io.quarkus + quarkus-jdbc-h2 + + + + io.quarkus + quarkus-rest + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-test-h2 + test + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/jpa-mapping-xml/legacy-app/pom.xml b/integration-tests/jpa-mapping-xml/legacy-app/pom.xml index 0e8320c5a694b..6d857f8366cc0 100644 --- a/integration-tests/jpa-mapping-xml/legacy-app/pom.xml +++ b/integration-tests/jpa-mapping-xml/legacy-app/pom.xml @@ -1,143 +1,141 @@ - - - quarkus-integration-test-jpa-mapping-xml - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-test-jpa-mapping-xml + 999-SNAPSHOT + - quarkus-integration-test-jpa-mapping-xml-legacy-app - Quarkus - Integration Tests - JPA - XML mapping - Legacy app - Legacy application importing dependencies with their own persistence.xml / orm.xml + quarkus-integration-test-jpa-mapping-xml-legacy-app + Quarkus - Integration Tests - JPA - XML mapping - Legacy app + Legacy application importing dependencies with their own persistence.xml / orm.xml - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-h2 - - - org.assertj - assertj-core - compile - - - io.quarkus - quarkus-integration-test-jpa-xml-legacy-library-a - ${project.version} - - - io.quarkus - quarkus-integration-test-jpa-xml-legacy-library-b - ${project.version} - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-h2 + + + org.assertj + assertj-core + compile + + + io.quarkus + quarkus-integration-test-jpa-xml-legacy-library-a + ${project.version} + + + io.quarkus + quarkus-integration-test-jpa-xml-legacy-library-b + ${project.version} + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-h2 - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-junit5-internal - test - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-h2 + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-junit5-internal + test + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/jpa-mapping-xml/legacy-library-a/pom.xml b/integration-tests/jpa-mapping-xml/legacy-library-a/pom.xml index 1e09fa986c26b..6feea84439791 100644 --- a/integration-tests/jpa-mapping-xml/legacy-library-a/pom.xml +++ b/integration-tests/jpa-mapping-xml/legacy-library-a/pom.xml @@ -1,47 +1,45 @@ - - - quarkus-integration-test-jpa-mapping-xml - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-test-jpa-mapping-xml + 999-SNAPSHOT + - quarkus-integration-test-jpa-xml-legacy-library-a - Quarkus - Integration Tests - JPA - XML mapping - Legacy Library A - Legacy library with its own persistence.xml / orm.xml + quarkus-integration-test-jpa-xml-legacy-library-a + Quarkus - Integration Tests - JPA - XML mapping - Legacy Library A + Legacy library with its own persistence.xml / orm.xml - - - io.quarkus - quarkus-hibernate-orm - + + + io.quarkus + quarkus-hibernate-orm + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - false - - - + + + + false + src/main/resources + + + diff --git a/integration-tests/jpa-mapping-xml/legacy-library-b/pom.xml b/integration-tests/jpa-mapping-xml/legacy-library-b/pom.xml index 7237f7e70843c..56a24c5cc1d83 100644 --- a/integration-tests/jpa-mapping-xml/legacy-library-b/pom.xml +++ b/integration-tests/jpa-mapping-xml/legacy-library-b/pom.xml @@ -1,48 +1,46 @@ - - - - quarkus-integration-test-jpa-mapping-xml - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + + io.quarkus + quarkus-integration-test-jpa-mapping-xml + 999-SNAPSHOT + - quarkus-integration-test-jpa-xml-legacy-library-b - Quarkus - Integration Tests - JPA - XML mapping - Legacy Library B - Legacy library with its own persistence.xml / orm.xml + quarkus-integration-test-jpa-xml-legacy-library-b + Quarkus - Integration Tests - JPA - XML mapping - Legacy Library B + Legacy library with its own persistence.xml / orm.xml - - - io.quarkus - quarkus-hibernate-orm - + + + io.quarkus + quarkus-hibernate-orm + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - false - - - + + + + false + src/main/resources + + + diff --git a/integration-tests/jpa-mapping-xml/modern-app/pom.xml b/integration-tests/jpa-mapping-xml/modern-app/pom.xml index c5d1aa200a03a..ce3b6465b1668 100644 --- a/integration-tests/jpa-mapping-xml/modern-app/pom.xml +++ b/integration-tests/jpa-mapping-xml/modern-app/pom.xml @@ -1,133 +1,130 @@ - - - quarkus-integration-test-jpa-mapping-xml - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-test-jpa-mapping-xml + 999-SNAPSHOT + - quarkus-integration-test-jpa-mapping-xml-modern-app - Quarkus - Integration Tests - JPA - XML mapping - Modern app - Modern application defining persistence units using application.properties and importing + quarkus-integration-test-jpa-mapping-xml-modern-app + Quarkus - Integration Tests - JPA - XML mapping - Modern app + Modern application defining persistence units using application.properties and importing entity types and orm.xml from other JARs - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-h2 - - - org.assertj - assertj-core - compile - - - io.quarkus - quarkus-integration-test-jpa-xml-modern-library-a - ${project.version} - - - io.quarkus - quarkus-integration-test-jpa-xml-modern-library-b - ${project.version} - - - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-h2 - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-junit5-internal - test - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-h2 + + + org.assertj + assertj-core + compile + + + io.quarkus + quarkus-integration-test-jpa-xml-modern-library-a + ${project.version} + + + io.quarkus + quarkus-integration-test-jpa-xml-modern-library-b + ${project.version} + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-h2 + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-junit5-internal + test + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/jpa-mapping-xml/modern-library-a/pom.xml b/integration-tests/jpa-mapping-xml/modern-library-a/pom.xml index 971f7fb8c8d10..3d60ed47851bf 100644 --- a/integration-tests/jpa-mapping-xml/modern-library-a/pom.xml +++ b/integration-tests/jpa-mapping-xml/modern-library-a/pom.xml @@ -1,61 +1,59 @@ - - - quarkus-integration-test-jpa-mapping-xml - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-test-jpa-mapping-xml + 999-SNAPSHOT + - quarkus-integration-test-jpa-xml-modern-library-a - Quarkus - Integration Tests - JPA - XML mapping - Modern Library A - Modern library with its own orm.xml + quarkus-integration-test-jpa-xml-modern-library-a + Quarkus - Integration Tests - JPA - XML mapping - Modern Library A + Modern library with its own orm.xml - - - io.quarkus - quarkus-hibernate-orm - + + + io.quarkus + quarkus-hibernate-orm + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - false - - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - + + + + false + src/main/resources + + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + diff --git a/integration-tests/jpa-mapping-xml/modern-library-b/pom.xml b/integration-tests/jpa-mapping-xml/modern-library-b/pom.xml index 5ccb00936280c..2dfce83592bf6 100644 --- a/integration-tests/jpa-mapping-xml/modern-library-b/pom.xml +++ b/integration-tests/jpa-mapping-xml/modern-library-b/pom.xml @@ -1,61 +1,59 @@ - - - quarkus-integration-test-jpa-mapping-xml - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-test-jpa-mapping-xml + 999-SNAPSHOT + - quarkus-integration-test-jpa-xml-modern-library-b - Quarkus - Integration Tests - JPA - XML mapping - Modern Library B - Modern library with its own orm.xml + quarkus-integration-test-jpa-xml-modern-library-b + Quarkus - Integration Tests - JPA - XML mapping - Modern Library B + Modern library with its own orm.xml - - - io.quarkus - quarkus-hibernate-orm - + + + io.quarkus + quarkus-hibernate-orm + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - false - - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - + + + + false + src/main/resources + + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + diff --git a/integration-tests/jpa-mapping-xml/pom.xml b/integration-tests/jpa-mapping-xml/pom.xml index d660d56636574..9bc5ec82200ec 100644 --- a/integration-tests/jpa-mapping-xml/pom.xml +++ b/integration-tests/jpa-mapping-xml/pom.xml @@ -1,25 +1,23 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-jpa-mapping-xml - Quarkus - Integration Tests - JPA - XML mapping - pom + quarkus-integration-test-jpa-mapping-xml + pom + Quarkus - Integration Tests - JPA - XML mapping - - modern-library-a - modern-library-b - modern-app - legacy-library-a - legacy-library-b - legacy-app - + + modern-library-a + modern-library-b + modern-app + legacy-library-a + legacy-library-b + legacy-app + diff --git a/integration-tests/jpa-mariadb/pom.xml b/integration-tests/jpa-mariadb/pom.xml index 9baa1287b7956..7adbccd422861 100644 --- a/integration-tests/jpa-mariadb/pom.xml +++ b/integration-tests/jpa-mariadb/pom.xml @@ -1,266 +1,262 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-jpa-mariadb + Quarkus - Integration Tests - JPA - MariaDB + Module that contains JPA related tests running with the MariaDB database - quarkus-integration-test-jpa-mariadb - Quarkus - Integration Tests - JPA - MariaDB - Module that contains JPA related tests running with the MariaDB database + + jdbc:mariadb://localhost:3308/hibernate_orm_test + - - jdbc:mariadb://localhost:3308/hibernate_orm_test - + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-mariadb + + + io.quarkus + quarkus-rest + - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-mariadb - - - io.quarkus - quarkus-rest - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-mariadb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-mariadb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-mariadb + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-mariadb - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - + + - - docker-mariadb - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - healthcheck-${mariadb.image} - quarkus-test-mariadb - - ${mariadb.image} - - - 5s - 3s - 5s - 5 - + 5s + 3s + 5s + 5 + - - mysqladmin ping -h localhost -u root -psecret|| exit 1 - - - - - - 3308:3306 - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - true - - - MariaDB: - default - cyan - - - /var/lib/mysql - - - true - - - - - ${project.basedir}/custom-mariadbconfig:/etc/mysql/conf.d${volume.access.modifier} - - - - - - - + /var/lib/mysql + + + true + + + + ${project.basedir}/custom-mariadbconfig:/etc/mysql/conf.d${volume.access.modifier} + + + + + + - true - - - - docker-start - compile - - stop - build - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - + true + + + + docker-start + + stop + build + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + - + diff --git a/integration-tests/jpa-mssql/pom.xml b/integration-tests/jpa-mssql/pom.xml index 9e91209ca65cd..d40d4bea73cde 100644 --- a/integration-tests/jpa-mssql/pom.xml +++ b/integration-tests/jpa-mssql/pom.xml @@ -1,260 +1,258 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-jpa-mssql + Quarkus - Integration Tests - JPA - MSSQL + Module that contains JPA related tests running with the MSSQL database - quarkus-integration-test-jpa-mssql - Quarkus - Integration Tests - JPA - MSSQL - Module that contains JPA related tests running with the MSSQL database + + jdbc:sqlserver://localhost:1433;databaseName=tempdb + + yourStrong(!)Password + - - jdbc:sqlserver://localhost:1433;databaseName=tempdb - - yourStrong(!)Password - + + + + io.quarkus + quarkus-hibernate-orm + + + + io.quarkus + quarkus-jdbc-mssql + + + + io.quarkus + quarkus-rest + - - - - io.quarkus - quarkus-hibernate-orm - - - - io.quarkus - quarkus-jdbc-mssql - - - - io.quarkus - quarkus-rest - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-mssql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-mssql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-mssql + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-mssql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - + + - - native-image - - - native - - - - - + + - true - - + true + + - - docker-mssql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${mssql.image} - quarkus-test-mssqldb - - - 1433:1433 - - - Y - yourStrong(!)Password - - - MS SQL Server: - default - cyan - - - SQL Server is now ready for client connections - - - - - - - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - + + docker-mssql + + + start-containers + + + + + + io.fabric8 + docker-maven-plugin + + + + ${mssql.image} + quarkus-test-mssqldb + + + 1433:1433 + + + Y + yourStrong(!)Password + + + MS SQL Server: + default + cyan + + + SQL Server is now ready for client connections + + + + + + + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + - + diff --git a/integration-tests/jpa-mysql/pom.xml b/integration-tests/jpa-mysql/pom.xml index 023e1ae9973d4..afede6e908e96 100644 --- a/integration-tests/jpa-mysql/pom.xml +++ b/integration-tests/jpa-mysql/pom.xml @@ -1,289 +1,286 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-jpa-mysql - Quarkus - Integration Tests - JPA - MySQL - Module that contains JPA related tests running with the MySQL database + quarkus-integration-test-jpa-mysql + Quarkus - Integration Tests - JPA - MySQL + Module that contains JPA related tests running with the MySQL database - - jdbc:mysql://localhost:3306/hibernate_orm_test?allowPublicKeyRetrieval=true - + + jdbc:mysql://localhost:3306/hibernate_orm_test?allowPublicKeyRetrieval=true + - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-mysql - - - io.quarkus - quarkus-rest - + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-mysql + + + io.quarkus + quarkus-rest + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-mysql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-mysql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-mysql + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + - - - test-mysql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - docker-mysql - - - start-containers - - - - jdbc:mysql://localhost:3306/hibernate_orm_test?allowPublicKeyRetrieval=true - - - - - io.fabric8 - docker-maven-plugin - - - - healthcheck-${mysql.image} - quarkus-test-mysql - - ${mysql.image} - - - 5s - 3s - 5s - 5 - + 5s + 3s + 5s + 5 + - - mysqladmin ping -h localhost -u hibernate_orm_test -phibernate_orm_test || exit 1 - - - - - - - 3306:3306 - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - true - - - MySQL: - default - cyan - - - /var/lib/mysql - - - - true - - - - - + /var/lib/mysql + + + + true + + + + + - true - - - - docker-start - compile - - stop - build - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - - - podman - - - env.IS_PODMAN - true - - - - true - true - true - - - - - io.fabric8 - docker-maven-plugin - - true - - - - - - + true + + + + docker-start + + stop + build + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + + + podman + + + env.IS_PODMAN + true + + + + true + true + true + + + + + io.fabric8 + docker-maven-plugin + + true + + + + + + diff --git a/integration-tests/jpa-oracle/pom.xml b/integration-tests/jpa-oracle/pom.xml index 3c0fc46a3c629..6b77f6dd04703 100644 --- a/integration-tests/jpa-oracle/pom.xml +++ b/integration-tests/jpa-oracle/pom.xml @@ -1,299 +1,297 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-jpa-oracle - Quarkus - Integration Tests - JPA - Oracle - Module that contains JPA related tests running with the Oracle database + quarkus-integration-test-jpa-oracle + Quarkus - Integration Tests - JPA - Oracle + Module that contains JPA related tests running with the Oracle database - - jdbc:oracle:thin:@localhost:1521/FREEPDB1 - + + jdbc:oracle:thin:@localhost:1521/FREEPDB1 + - - - - io.quarkus - quarkus-hibernate-orm - - - - io.quarkus - quarkus-jdbc-oracle - - + + io.quarkus + quarkus-hibernate-orm + + + + io.quarkus + quarkus-jdbc-oracle + + - - io.quarkus - quarkus-jdbc-postgresql - + + io.quarkus + quarkus-jdbc-postgresql + + + + + io.quarkus + quarkus-rest + - - - io.quarkus - quarkus-rest - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-oracle-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-oracle-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-postgresql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-oracle + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + - - - test-oracle - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - docker-oracle - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${oracle.image} - - - 1521:1521 - - - hibernate_orm_test - - - Oracle Database: - default - red - - - - - - - yes - - - - - - - + + + + yes + + + + + + + - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - - - mac-m1 - - - aarch64 - - - - - - maven-surefire-plugin - - true - - - - io.fabric8 - docker-maven-plugin - - - - ${oracle.image} - - true - - - - - - - - - + + mac-m1 + + + aarch64 + + + + + + maven-surefire-plugin + + true + + + + io.fabric8 + docker-maven-plugin + + + + ${oracle.image} + + true + + + + + + + + + diff --git a/integration-tests/jpa-postgresql-withxml/pom.xml b/integration-tests/jpa-postgresql-withxml/pom.xml index f6337ae915ebb..b78806e93b934 100644 --- a/integration-tests/jpa-postgresql-withxml/pom.xml +++ b/integration-tests/jpa-postgresql-withxml/pom.xml @@ -1,247 +1,244 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-jpa-postgresql-withxml + Quarkus - Integration Tests - JPA - PostgreSQL with XML + Module that contains JPA related tests running with the PostgreSQL database - quarkus-integration-test-jpa-postgresql-withxml - Quarkus - Integration Tests - JPA - PostgreSQL with XML - Module that contains JPA related tests running with the PostgreSQL database + + jdbc:postgresql://localhost:5431/hibernate_orm_test + - - jdbc:postgresql://localhost:5431/hibernate_orm_test - + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-postgresql + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-jaxb + - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-postgresql - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-jaxb - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jaxb-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-postgresql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jaxb-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-postgresql + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - docker-postgresql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${postgres.image} - postgresql - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - 5431:5432 - - - - - (?s)ready to accept connections.*ready to accept connections - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - - + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/jpa-postgresql/pom.xml b/integration-tests/jpa-postgresql/pom.xml index 15ad23679a3f8..1848382b21353 100644 --- a/integration-tests/jpa-postgresql/pom.xml +++ b/integration-tests/jpa-postgresql/pom.xml @@ -1,257 +1,254 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-jpa-postgresql + Quarkus - Integration Tests - JPA - PostgreSQL + Module that contains JPA related tests running with the PostgreSQL database - quarkus-integration-test-jpa-postgresql - Quarkus - Integration Tests - JPA - PostgreSQL - Module that contains JPA related tests running with the PostgreSQL database + + jdbc:postgresql://localhost:5431/hibernate_orm_test + - - jdbc:postgresql://localhost:5431/hibernate_orm_test - + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-postgresql + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-jackson + - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-postgresql - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-jackson - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-postgresql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-postgresql + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - docker-postgresql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${postgres.image} - postgresql - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - 5431:5432 - - - - - (?s)ready to accept connections.*ready to accept connections - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - - + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/jpa-without-entity/pom.xml b/integration-tests/jpa-without-entity/pom.xml index b46ab80064e4d..b9dfdb6e67b01 100644 --- a/integration-tests/jpa-without-entity/pom.xml +++ b/integration-tests/jpa-without-entity/pom.xml @@ -1,123 +1,119 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-jpa-without-entity + quarkus-integration-test-jpa-without-entity - Quarkus - Integration Tests - JPA without entities - Verifies against odd problems which manifest when there are no entities - - - - io.quarkus - quarkus-hibernate-orm - - - - io.quarkus - quarkus-jdbc-postgresql - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-jackson - + + io.quarkus + quarkus-hibernate-orm + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + io.quarkus + quarkus-jdbc-postgresql + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-jackson + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-postgresql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/jpa/pom.xml b/integration-tests/jpa/pom.xml index 097bdc5a9fc3b..62cc681631ee1 100644 --- a/integration-tests/jpa/pom.xml +++ b/integration-tests/jpa/pom.xml @@ -1,121 +1,118 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-jpa - Quarkus - Integration Tests - JPA + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-h2 - - - org.assertj - assertj-core - compile - - - io.quarkus - quarkus-rest - + quarkus-integration-test-jpa + Quarkus - Integration Tests - JPA - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-h2 - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-junit5-internal - test - + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-h2 + + + org.assertj + assertj-core + compile + + + io.quarkus + quarkus-rest + - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-h2 + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-junit5-internal + test + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/jsonb/pom.xml b/integration-tests/jsonb/pom.xml index 7e708c0b00952..1f4fa087a4c8e 100644 --- a/integration-tests/jsonb/pom.xml +++ b/integration-tests/jsonb/pom.xml @@ -1,83 +1,81 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-jsonb - Quarkus - Integration Tests - JSON-B + quarkus-integration-test-jsonb + Quarkus - Integration Tests - JSON-B - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-jsonb - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-jsonb + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/kafka-avro-apicurio2/pom.xml b/integration-tests/kafka-avro-apicurio2/pom.xml index e6285d058e17e..593d0685f71f0 100644 --- a/integration-tests/kafka-avro-apicurio2/pom.xml +++ b/integration-tests/kafka-avro-apicurio2/pom.xml @@ -1,19 +1,17 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-kafka-avro-apicurio2 - Quarkus - Integration Tests - Kafka Avro with Apicurio 2.x - The Apache Kafka Avro with Apicurio Registry 2.x integration tests module + quarkus-integration-test-kafka-avro-apicurio2 + Quarkus - Integration Tests - Kafka Avro with Apicurio 2.x + The Apache Kafka Avro with Apicurio Registry 2.x integration tests module - - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-kafka-client - + + + io.quarkus + quarkus-kafka-client + - - - io.quarkus - quarkus-avro - + + + io.quarkus + quarkus-avro + - - - io.confluent - kafka-avro-serializer - 7.5.1 - - - org.checkerframework - checker-qual - - - - - com.fasterxml.jackson.dataformat - jackson-dataformat-csv - - - - io.quarkus - quarkus-apicurio-registry-avro - - - io.quarkus - quarkus-confluent-registry-avro - + + + io.confluent + kafka-avro-serializer + 7.5.1 + + + org.checkerframework + checker-qual + + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-csv + + + + io.quarkus + quarkus-apicurio-registry-avro + + + io.quarkus + quarkus-confluent-registry-avro + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - io.strimzi - strimzi-test-container - test - - - org.apache.logging.log4j - log4j-core - - - - - org.testcontainers - testcontainers - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + io.strimzi + strimzi-test-container + test + + + org.apache.logging.log4j + log4j-core + + + + + org.testcontainers + testcontainers + test + - - - io.quarkus - quarkus-avro-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kafka-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-apicurio-registry-avro-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-confluent-registry-avro-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-avro-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kafka-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-apicurio-registry-avro-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-confluent-registry-avro-deployment + ${project.version} + pom + test + + + * + * + + + + - - - confluent - https://packages.confluent.io/maven/ - - false - - - + + + + false + + confluent + https://packages.confluent.io/maven/ + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + - - maven-failsafe-plugin - - true - - + + maven-failsafe-plugin + + true + + - - maven-surefire-plugin - - true - - - - + + maven-surefire-plugin + + true + + + + - - - test-kafka - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + test-kafka + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + + + diff --git a/integration-tests/kafka-devservices/pom.xml b/integration-tests/kafka-devservices/pom.xml index 6ca5e4438cfe0..21829e93a9837 100644 --- a/integration-tests/kafka-devservices/pom.xml +++ b/integration-tests/kafka-devservices/pom.xml @@ -1,220 +1,218 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-kafka-devservices - Quarkus - Integration Tests - Kafka Dev Services - The Apache Kafka Dev Services integration tests module + quarkus-integration-test-kafka-devservices + Quarkus - Integration Tests - Kafka Dev Services + The Apache Kafka Dev Services integration tests module - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-smallrye-health - + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-kafka-client - + + + io.quarkus + quarkus-kafka-client + - - - io.quarkus - quarkus-micrometer-registry-prometheus - + + + io.quarkus + quarkus-micrometer-registry-prometheus + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - org.testcontainers - testcontainers - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.testcontainers + testcontainers + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kafka-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kafka-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - maven-failsafe-plugin - - true - - + + maven-failsafe-plugin + + true + + - - maven-surefire-plugin - - true - - - - + + maven-surefire-plugin + + true + + + + - - - test-kafka - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + test-kafka + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + + + diff --git a/integration-tests/kafka-json-schema-apicurio2/pom.xml b/integration-tests/kafka-json-schema-apicurio2/pom.xml index e9106db813830..e94bb4dbcade6 100644 --- a/integration-tests/kafka-json-schema-apicurio2/pom.xml +++ b/integration-tests/kafka-json-schema-apicurio2/pom.xml @@ -1,260 +1,258 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-kafka-json-schema-apicurio2 - Quarkus - Integration Tests - Kafka Json Schema with Apicurio 2.x - The Apache Kafka Json Schema with Apicurio Registry 2.x integration tests module + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - - joda-time - joda-time - 2.10.14 - - - org.jetbrains.kotlin - kotlin-scripting-compiler-embeddable - 2.1.21 - - - org.json - json - 20230227 - - - + quarkus-integration-test-kafka-json-schema-apicurio2 + Quarkus - Integration Tests - Kafka Json Schema with Apicurio 2.x + The Apache Kafka Json Schema with Apicurio Registry 2.x integration tests module + - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - + + joda-time + joda-time + 2.10.14 + + + org.jetbrains.kotlin + kotlin-scripting-compiler-embeddable + 2.1.21 + + + org.json + json + 20230227 + + + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + - - - io.quarkus - quarkus-kafka-client - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + - - com.fasterxml.jackson.dataformat - jackson-dataformat-csv - - - - - io.quarkus - quarkus-apicurio-registry-json-schema - - - io.quarkus - quarkus-confluent-registry-json-schema - + + + io.quarkus + quarkus-kafka-client + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - io.strimzi - strimzi-test-container - test - - - org.apache.logging.log4j - log4j-core - - - - - org.testcontainers - testcontainers - test - + + com.fasterxml.jackson.dataformat + jackson-dataformat-csv + + + + + io.quarkus + quarkus-apicurio-registry-json-schema + + + io.quarkus + quarkus-confluent-registry-json-schema + - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kafka-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-apicurio-registry-json-schema-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-confluent-registry-json-schema-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + io.strimzi + strimzi-test-container + test + + + org.apache.logging.log4j + log4j-core + + + + + org.testcontainers + testcontainers + test + - - - confluent - https://packages.confluent.io/maven/ - - false - - - + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kafka-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-apicurio-registry-json-schema-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-confluent-registry-json-schema-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - + + + + false + + confluent + https://packages.confluent.io/maven/ + + - - maven-failsafe-plugin - - true - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + - - maven-surefire-plugin - - true - - - - + + maven-failsafe-plugin + + true + + + + + maven-surefire-plugin + + true + + + + - - - test-kafka - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + test-kafka + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + + + diff --git a/integration-tests/kafka-oauth-keycloak/pom.xml b/integration-tests/kafka-oauth-keycloak/pom.xml index 43f19d3917acf..e64ec91deaf88 100644 --- a/integration-tests/kafka-oauth-keycloak/pom.xml +++ b/integration-tests/kafka-oauth-keycloak/pom.xml @@ -1,202 +1,200 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-kafka-oauth-keycloak - Quarkus - Integration Tests - Kafka OAUTH with Keycloak - The Apache Kafka with OAuth Keycloak integration tests module + quarkus-integration-test-kafka-oauth-keycloak + Quarkus - Integration Tests - Kafka OAUTH with Keycloak + The Apache Kafka with OAuth Keycloak integration tests module - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-jackson - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-jackson + - - - io.quarkus - quarkus-messaging-kafka - + + + io.quarkus + quarkus-messaging-kafka + - - - io.strimzi - kafka-oauth-client - + + + io.strimzi + kafka-oauth-client + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - io.strimzi - strimzi-test-container - test - - - org.testcontainers - testcontainers - test - - - org.awaitility - awaitility - test - - - io.quarkus - quarkus-test-keycloak-server - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.strimzi + strimzi-test-container + test + + + org.testcontainers + testcontainers + test + + + org.awaitility + awaitility + test + + + io.quarkus + quarkus-test-keycloak-server + test + - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-kafka-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-kafka-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + - + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - maven-failsafe-plugin - - true - - + + maven-failsafe-plugin + + true + + - - maven-surefire-plugin - - true - - - - + + maven-surefire-plugin + + true + + + + - - - test-kafka - - - test-containers - - - - - - maven-surefire-plugin - - false - - - ${keycloak.docker.image} - ${project.basedir}/src/test/resources/keycloak/realms/kafka-authz-realm.json - - - - - maven-failsafe-plugin - - false - - ${keycloak.docker.image} - ${project.basedir}/src/test/resources/keycloak/realms/kafka-authz-realm.json - - - - - - - + + + test-kafka + + + test-containers + + + + + + maven-surefire-plugin + + false + + + ${keycloak.docker.image} + ${project.basedir}/src/test/resources/keycloak/realms/kafka-authz-realm.json + + + + + maven-failsafe-plugin + + false + + ${keycloak.docker.image} + ${project.basedir}/src/test/resources/keycloak/realms/kafka-authz-realm.json + + + + + + + diff --git a/integration-tests/kafka-sasl-elytron/pom.xml b/integration-tests/kafka-sasl-elytron/pom.xml index 0aa1c18ec473b..164766b9d9f40 100644 --- a/integration-tests/kafka-sasl-elytron/pom.xml +++ b/integration-tests/kafka-sasl-elytron/pom.xml @@ -1,199 +1,196 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-kafka-sasl-elytron - Quarkus - Integration Tests - Kafka SASL with Elytron - The Apache Kafka with SASL (Elytron) integration tests module + quarkus-integration-test-kafka-sasl-elytron + Quarkus - Integration Tests - Kafka SASL with Elytron + The Apache Kafka with SASL (Elytron) integration tests module - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-jackson - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-jackson + - - - io.quarkus - quarkus-messaging-kafka - + + + io.quarkus + quarkus-messaging-kafka + - - - io.quarkus - quarkus-infinispan-client - + + + io.quarkus + quarkus-infinispan-client + + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.strimzi + strimzi-test-container + test + + + org.testcontainers + testcontainers + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - io.strimzi - strimzi-test-container - test - - - org.testcontainers - testcontainers - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-kafka-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-infinispan-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-kafka-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-infinispan-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - + - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-failsafe-plugin + + true + + - - maven-failsafe-plugin - - true - - + + maven-surefire-plugin + + true + + + + - - maven-surefire-plugin - - true - - + + + test-kafka + + + test-containers + + + + + + maven-surefire-plugin + + false + + target/krb5.conf + + + - - - - - test-kafka - - - test-containers - - - - - - maven-surefire-plugin - - false - - target/krb5.conf - - - - - - - + + + diff --git a/integration-tests/kafka-sasl/pom.xml b/integration-tests/kafka-sasl/pom.xml index a9e30a9cc032b..f7346f3131df6 100644 --- a/integration-tests/kafka-sasl/pom.xml +++ b/integration-tests/kafka-sasl/pom.xml @@ -1,225 +1,223 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-kafka-sasl - Quarkus - Integration Tests - Kafka SASL - The Apache Kafka with SASL integration tests module + quarkus-integration-test-kafka-sasl + Quarkus - Integration Tests - Kafka SASL + The Apache Kafka with SASL integration tests module - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-smallrye-health - + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-kafka-client - + + + io.quarkus + quarkus-kafka-client + - - - io.quarkus - quarkus-micrometer-registry-prometheus - + + + io.quarkus + quarkus-micrometer-registry-prometheus + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - io.strimzi - strimzi-test-container - test - - - org.testcontainers - testcontainers - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + io.strimzi + strimzi-test-container + test + + + org.testcontainers + testcontainers + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kafka-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kafka-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - maven-failsafe-plugin - - true - - + + maven-failsafe-plugin + + true + + - - maven-surefire-plugin - - true - - - - + + maven-surefire-plugin + + true + + + + - - - test-kafka - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + test-kafka + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + + + diff --git a/integration-tests/kafka-snappy/pom.xml b/integration-tests/kafka-snappy/pom.xml index 7baed5470f0a4..d2b68d0aad78a 100644 --- a/integration-tests/kafka-snappy/pom.xml +++ b/integration-tests/kafka-snappy/pom.xml @@ -1,256 +1,254 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-kafka-snappy - Quarkus - Integration Tests - Kafka with Snappy - The Apache Kafka with Snappy compression integration tests module + quarkus-integration-test-kafka-snappy + Quarkus - Integration Tests - Kafka with Snappy + The Apache Kafka with Snappy compression integration tests module - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-smallrye-health - + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-kafka-client - - - io.quarkus - quarkus-jsonb - + + + io.quarkus + quarkus-kafka-client + + + io.quarkus + quarkus-jsonb + - - - io.quarkus - quarkus-kubernetes-service-binding - + + + io.quarkus + quarkus-kubernetes-service-binding + - - - io.quarkus - quarkus-micrometer-registry-prometheus - + + + io.quarkus + quarkus-micrometer-registry-prometheus + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - io.strimzi - strimzi-test-container - test - - - org.testcontainers - testcontainers - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + io.strimzi + strimzi-test-container + test + + + org.testcontainers + testcontainers + test + - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kafka-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-service-binding-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kafka-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-service-binding-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - maven-failsafe-plugin - - true - - + + maven-failsafe-plugin + + true + + - - maven-surefire-plugin - - true - - - - + + maven-surefire-plugin + + true + + + + - - - test-kafka - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + test-kafka + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + + + diff --git a/integration-tests/kafka-ssl/pom.xml b/integration-tests/kafka-ssl/pom.xml index 05c78f2330779..2e6791337bce3 100644 --- a/integration-tests/kafka-ssl/pom.xml +++ b/integration-tests/kafka-ssl/pom.xml @@ -1,230 +1,228 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-kafka-ssl - Quarkus - Integration Tests - Kafka SSL - The Apache Kafka with SSL integration tests module + quarkus-integration-test-kafka-ssl + Quarkus - Integration Tests - Kafka SSL + The Apache Kafka with SSL integration tests module - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-smallrye-health - + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-kafka-client - + + + io.quarkus + quarkus-kafka-client + - - - io.quarkus - quarkus-micrometer-registry-prometheus - + + + io.quarkus + quarkus-micrometer-registry-prometheus + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - org.awaitility - awaitility - test - - - io.strimzi - strimzi-test-container - test - - - org.testcontainers - testcontainers - test - - - io.smallrye.certs - smallrye-certificate-generator-junit5 - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.awaitility + awaitility + test + + + io.strimzi + strimzi-test-container + test + + + org.testcontainers + testcontainers + test + + + io.smallrye.certs + smallrye-certificate-generator-junit5 + test + - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kafka-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kafka-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - maven-failsafe-plugin - - true - - + + maven-failsafe-plugin + + true + + - - maven-surefire-plugin - - true - - - - + + maven-surefire-plugin + + true + + + + - - - test-kafka - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + test-kafka + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + + + diff --git a/integration-tests/kafka-streams/pom.xml b/integration-tests/kafka-streams/pom.xml index 6cbaf4b71b8f6..0ea7da6ab2beb 100644 --- a/integration-tests/kafka-streams/pom.xml +++ b/integration-tests/kafka-streams/pom.xml @@ -1,227 +1,225 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-kafka-streams - Quarkus - Integration Tests - Kafka Streams - The Kafka Streams integration tests module + quarkus-integration-test-kafka-streams + Quarkus - Integration Tests - Kafka Streams + The Kafka Streams integration tests module - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-smallrye-health - + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-kafka-streams - + + + io.quarkus + quarkus-kafka-streams + - - - io.quarkus - quarkus-micrometer-registry-prometheus - + + + io.quarkus + quarkus-micrometer-registry-prometheus + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - io.strimzi - strimzi-test-container - test - - - org.testcontainers - testcontainers - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.strimzi + strimzi-test-container + test + + + org.testcontainers + testcontainers + test + - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kafka-streams-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kafka-streams-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - maven-failsafe-plugin - - true - - + + maven-failsafe-plugin + + true + + - - maven-surefire-plugin - - true - - - - + + maven-surefire-plugin + + true + + + + - - - test-kafka - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - skip-tests-windows - - - windows - - - - true - true - - - + + + test-kafka + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + + + + + skip-tests-windows + + + windows + + + + true + true + + + diff --git a/integration-tests/kafka/pom.xml b/integration-tests/kafka/pom.xml index 1de5683cca54b..8738570f67e90 100644 --- a/integration-tests/kafka/pom.xml +++ b/integration-tests/kafka/pom.xml @@ -1,248 +1,246 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-kafka - Quarkus - Integration Tests - Kafka - The Apache Kafka integration tests module + quarkus-integration-test-kafka + Quarkus - Integration Tests - Kafka + The Apache Kafka integration tests module - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-smallrye-health - + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-kafka-client - - - io.quarkus - quarkus-jsonb - + + + io.quarkus + quarkus-kafka-client + + + io.quarkus + quarkus-jsonb + - - - io.quarkus - quarkus-micrometer-registry-prometheus - + + + io.quarkus + quarkus-micrometer-registry-prometheus + - - - io.quarkus - quarkus-test-kafka-companion - test - - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - io.strimzi - strimzi-test-container - test - - - org.testcontainers - testcontainers - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-test-kafka-companion + test + + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + io.strimzi + strimzi-test-container + test + + + org.testcontainers + testcontainers + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kafka-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kafka-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - maven-failsafe-plugin - - true - - + + maven-failsafe-plugin + + true + + - - maven-surefire-plugin - - true - - - - + + maven-surefire-plugin + + true + + + + - - - test-kafka - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + test-kafka + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + + + diff --git a/integration-tests/keycloak-authorization/pom.xml b/integration-tests/keycloak-authorization/pom.xml index 6423b5716bffa..8557db5dd7fe4 100644 --- a/integration-tests/keycloak-authorization/pom.xml +++ b/integration-tests/keycloak-authorization/pom.xml @@ -1,213 +1,211 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-keycloak-authorization - Quarkus - Integration Tests - Keycloak Policy Enforcer - Module that contains Keycloak Policy Enforcer related tests + quarkus-integration-test-keycloak-authorization + Quarkus - Integration Tests - Keycloak Policy Enforcer + Module that contains Keycloak Policy Enforcer related tests - - - io.quarkus - quarkus-keycloak-authorization - - - io.quarkus - quarkus-keycloak-admin-rest-client - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-oidc - + + + io.quarkus + quarkus-keycloak-authorization + + + io.quarkus + quarkus-keycloak-admin-rest-client + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-oidc + - - - io.quarkus - quarkus-test-keycloak-server - test - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-test-keycloak-server + test + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-keycloak-admin-rest-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-keycloak-authorization-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - org.awaitility - awaitility - test - - - org.htmlunit - htmlunit - test - - + + + io.quarkus + quarkus-keycloak-admin-rest-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-keycloak-authorization-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + org.awaitility + awaitility + test + + + org.htmlunit + htmlunit + test + + - - - - src/main/resources - true - - - src/main/resources/policies - - + + + + true + src/main/resources + + + src/main/resources/policies + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + jar + + process-resources + + policies + + *.js + META-INF/* + + + /policies + + + + + + + + + + + test-keycloak + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - process-resources - - jar - - - policies - - *.js - META-INF/* - - - /policies - - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - - + + + diff --git a/integration-tests/kotlin-maven-invoker/pom.xml b/integration-tests/kotlin-maven-invoker/pom.xml index 6f79c2f1b039b..b0366c3f635b1 100644 --- a/integration-tests/kotlin-maven-invoker/pom.xml +++ b/integration-tests/kotlin-maven-invoker/pom.xml @@ -1,128 +1,126 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-kotlin-invoker - Quarkus - Integration Tests - Kotlin - Invoker - Kotlin integration tests that need to use the Maven invoker + quarkus-integration-test-kotlin-invoker + Quarkus - Integration Tests - Kotlin - Invoker + Kotlin integration tests that need to use the Maven invoker - - - io.quarkus - quarkus-kotlin-deployment - - - io.quarkus - quarkus-bootstrap-maven-resolver - test - - - io.quarkus - quarkus-project-core-extension-codestarts - test - - - io.quarkus - quarkus-test-maven - test - - - org.jetbrains.kotlin - kotlin-test - ${kotlin.version} - test - - - org.apache.maven - maven-model - test - - - org.apache.commons - commons-lang3 - test - - + + + io.quarkus + quarkus-kotlin-deployment + + + io.quarkus + quarkus-bootstrap-maven-resolver + test + + + io.quarkus + quarkus-project-core-extension-codestarts + test + + + io.quarkus + quarkus-test-maven + test + + + org.jetbrains.kotlin + kotlin-test + ${kotlin.version} + test + + + org.apache.maven + maven-model + test + + + org.apache.commons + commons-lang3 + test + + - - - - src/test/resources - true - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - integration-test - verify - - - - - - ${project.version} - - - - - org.jetbrains.kotlin - kotlin-maven-plugin - - - compile - compile - - compile - - - - test-compile - test-compile - - test-compile - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - testCompile - test-compile - - testCompile - - - - - - - - - basic-test-suite - - - basicTests - - - - true - - - + + + + true + src/test/resources + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + ${project.version} + + + + + + integration-test + verify + + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + compile + + compile + + compile + + + test-compile + + test-compile + + test-compile + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + testCompile + + testCompile + + test-compile + + + + + + + + basic-test-suite + + + basicTests + + + + true + + + diff --git a/integration-tests/kotlin/pom.xml b/integration-tests/kotlin/pom.xml index 1b06edc08ed3d..ab9141c5d1f95 100644 --- a/integration-tests/kotlin/pom.xml +++ b/integration-tests/kotlin/pom.xml @@ -1,130 +1,128 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-kotlin - Quarkus - Integration Tests - Kotlin + quarkus-integration-test-kotlin + Quarkus - Integration Tests - Kotlin - - - io.quarkus - quarkus-rest-kotlin-serialization - + + + io.quarkus + quarkus-rest-kotlin-serialization + - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - kotlin-extensions - test - - - org.assertj - assertj-core - test - + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + kotlin-extensions + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-rest-kotlin-serialization-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-kotlin-serialization-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + - - src/main/kotlin - src/test/kotlin - - - org.jetbrains.kotlin - kotlin-maven-plugin - - - compile - compile - - compile - - - - test-compile - test-compile - - test-compile - - - - - - org.jetbrains.kotlin - kotlin-maven-allopen - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-maven-serialization - ${kotlin.version} - - - - - all-open - kotlinx-serialization - - - - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + all-open + kotlinx-serialization + + + + + + + + org.jetbrains.kotlin + kotlin-maven-allopen + ${kotlin.version} + + + org.jetbrains.kotlin + kotlin-maven-serialization + ${kotlin.version} + + + + + compile + + compile + + compile + + + test-compile + + test-compile + + test-compile + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + src/main/kotlin + src/test/kotlin + diff --git a/integration-tests/kubernetes-client-devservices/pom.xml b/integration-tests/kubernetes-client-devservices/pom.xml index d78c7c04966d5..df6c99c015a58 100644 --- a/integration-tests/kubernetes-client-devservices/pom.xml +++ b/integration-tests/kubernetes-client-devservices/pom.xml @@ -1,118 +1,118 @@ - - - 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - ../pom.xml - - quarkus-integration-test-kubernetes-client-devservices - Quarkus - Integration Tests - Kubernetes Client DevService + + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-integration-test-kubernetes-client-devservices + Quarkus - Integration Tests - Kubernetes Client DevService + + + + io.quarkus + quarkus-kubernetes-client + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-junit5 + test + + + + io.quarkus + quarkus-kubernetes-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-kubernetes-client - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-junit5 - test - - - - io.quarkus - quarkus-kubernetes-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + + test-kubernetes-client + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - - test-kubernetes-client - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + - \ No newline at end of file + diff --git a/integration-tests/kubernetes-client/pom.xml b/integration-tests/kubernetes-client/pom.xml index b6544bb95c4ae..5705574be7615 100644 --- a/integration-tests/kubernetes-client/pom.xml +++ b/integration-tests/kubernetes-client/pom.xml @@ -1,178 +1,175 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-kubernetes-client - Quarkus - Integration Tests - Kubernetes Client + quarkus-integration-test-kubernetes-client + Quarkus - Integration Tests - Kubernetes Client - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-kubernetes-config - - - io.quarkus - quarkus-openshift-client - - - io.fabric8 - openshift-model-hive - - - io.fabric8 - openshift-model-miscellaneous - - - io.fabric8 - openshift-model-operator - - - - - org.bouncycastle - bcpkix-jdk18on - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-test-kubernetes-client - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-kubernetes-config + + + io.quarkus + quarkus-openshift-client + + + io.fabric8 + openshift-model-hive + + + io.fabric8 + openshift-model-miscellaneous + + + io.fabric8 + openshift-model-operator + + + + + org.bouncycastle + bcpkix-jdk18on + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-test-kubernetes-client + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-kubernetes-config-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-openshift-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-kubernetes-config-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-openshift-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - alphabetical - - - - - prod-mode - test - - test - - - **/*PMT.java - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce - ${maven-enforcer-plugin.phase} - - enforce - - - - - - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - - - - - - + + prod-mode + + test + + test + + **/*PMT.java + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce + + enforce + + ${maven-enforcer-plugin.phase} + + + + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + + + + + + diff --git a/integration-tests/kubernetes-service-binding-jdbc/pom.xml b/integration-tests/kubernetes-service-binding-jdbc/pom.xml index 0b80b18aa192f..bf77c0692a1a2 100644 --- a/integration-tests/kubernetes-service-binding-jdbc/pom.xml +++ b/integration-tests/kubernetes-service-binding-jdbc/pom.xml @@ -1,293 +1,282 @@ - - - 4.0.0 + + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-kubernetes-service-binding-jdbc + Quarkus - Integration Tests - Kubernetes Service Binding JDBC - quarkus-integration-test-kubernetes-service-binding-jdbc - Quarkus - Integration Tests - Kubernetes Service Binding JDBC + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-postgresql + + + io.quarkus + quarkus-kubernetes-service-binding + - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-postgresql - - - io.quarkus - quarkus-kubernetes-service-binding - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-service-binding-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-postgresql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-service-binding-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + ${project.version} + + + + build + + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + - - - - src/main/resources - true - - + + + test-postgresql + + + test-containers + + + - - io.quarkus - quarkus-maven-plugin - ${project.version} - - - - build - - - - - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin + + maven-surefire-plugin + + false + + ${project.basedir}/src/test/resources/k8s-sb + true + + + + + maven-failsafe-plugin + + false + + ${project.basedir}/src/test/resources/k8s-sb + + + + + + + + + native + + + native + + + + true + + + + + maven-failsafe-plugin + + + + integration-test + verify + - true + + ${project.build.directory}/${project.build.finalName}-runner + + ${project.basedir}/src/test/resources/k8s-sb + true + + - + + + - + + - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - ${project.basedir}/src/test/resources/k8s-sb - - true - - - - - maven-failsafe-plugin - - false - - - ${project.basedir}/src/test/resources/k8s-sb - - - - - - - - - - native - - - native - - - - - - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - ${project.basedir}/src/test/resources/k8s-sb - - true - - - - - - - - - - true - - - - - docker-postgresql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${postgres.image} - postgresql - - - quarkus_test - quarkus_test - quarkus_test - - - 5431:5432 - - - - - (?s)ready to accept connections.*ready to accept connections - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + - diff --git a/integration-tests/kubernetes-service-binding-reactive/pom.xml b/integration-tests/kubernetes-service-binding-reactive/pom.xml index a715dc46915a4..9b91b1e3bbe15 100644 --- a/integration-tests/kubernetes-service-binding-reactive/pom.xml +++ b/integration-tests/kubernetes-service-binding-reactive/pom.xml @@ -1,294 +1,282 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-kubernetes-service-binding-reactive + Quarkus - Integration Tests - Kubernetes Service Binding Reactive - quarkus-integration-test-kubernetes-service-binding-reactive - Quarkus - Integration Tests - Kubernetes Service Binding Reactive + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-hibernate-reactive + + + io.quarkus + quarkus-reactive-pg-client + + + io.quarkus + quarkus-kubernetes-service-binding + - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-hibernate-reactive - - - io.quarkus - quarkus-reactive-pg-client - - - io.quarkus - quarkus-kubernetes-service-binding - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-reactive-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-pg-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-service-binding-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-reactive-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-pg-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-service-binding-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + ${project.version} + + + + build + + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + - - - - src/main/resources - true - - + + + test-postgresql + + + test-containers + + + - - io.quarkus - quarkus-maven-plugin - ${project.version} - - - - build - - - - - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin + + maven-surefire-plugin + + false + + ${project.basedir}/src/test/resources/k8s-sb + true + + + + + maven-failsafe-plugin + + false + + ${project.basedir}/src/test/resources/k8s-sb + + + + + + + + + native + + + native + + + + true + + + + + maven-failsafe-plugin + + + + integration-test + verify + - true + + ${project.build.directory}/${project.build.finalName}-runner + + ${project.basedir}/src/test/resources/k8s-sb + true + + - + + + - - - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - ${project.basedir}/src/test/resources/k8s-sb - - true - - - - - - maven-failsafe-plugin - - false - - - ${project.basedir}/src/test/resources/k8s-sb - - - - - - - + + - - native - - - native - - - - - - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - ${project.basedir}/src/test/resources/k8s-sb - - true - - - - - - - - - - - true - - - - - docker-postgresql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${postgres.image} - postgresql - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - 5431:5432 - - - - - (?s)ready to accept connections.*ready to accept connections - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/kubernetes/maven-invoker-way/pom.xml b/integration-tests/kubernetes/maven-invoker-way/pom.xml index 582156af7b406..32dbd0673beb2 100644 --- a/integration-tests/kubernetes/maven-invoker-way/pom.xml +++ b/integration-tests/kubernetes/maven-invoker-way/pom.xml @@ -1,390 +1,390 @@ - 4.0.0 + 4.0.0 - - io.quarkus - quarkus-integration-test-kubernetes-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-test-kubernetes-parent + 999-SNAPSHOT + - quarkus-integration-test-kubernetes-invoker - Quarkus - Integration Tests - Kubernetes - Invoker - Kubernetes integration tests that need to use the maven invoker because they test various dependency related scenarios + quarkus-integration-test-kubernetes-invoker + Quarkus - Integration Tests - Kubernetes - Invoker + Kubernetes integration tests that need to use the maven invoker because they test various dependency related scenarios - - - - io.quarkus - quarkus-container-image-docker - test - - - io.quarkus - quarkus-container-image-jib - test - - - io.quarkus - quarkus-grpc - test - + + + + io.quarkus + quarkus-container-image-docker + test + + + io.quarkus + quarkus-container-image-jib + test + + + io.quarkus + quarkus-grpc + test + - - io.quarkus - quarkus-test-maven - test - - - io.quarkus - quarkus-kubernetes - test - - - io.quarkus - quarkus-openshift - test - - - io.quarkus - quarkus-minikube - test - - - io.dekorate - kubernetes-annotations - noapt - - - io.fabric8 - kubernetes-client - - - - - io.dekorate - openshift-annotations - noapt - - - io.fabric8 - kubernetes-client - - - - - io.dekorate - knative-annotations - noapt - - - io.fabric8 - kubernetes-client - - - - - io.quarkus - quarkus-resteasy - ${project.version} - test - - - * - * - - - + + io.quarkus + quarkus-test-maven + test + + + io.quarkus + quarkus-kubernetes + test + + + io.quarkus + quarkus-openshift + test + + + io.quarkus + quarkus-minikube + test + + + io.dekorate + kubernetes-annotations + noapt + + + io.fabric8 + kubernetes-client + + + + + io.dekorate + openshift-annotations + noapt + + + io.fabric8 + kubernetes-client + + + + + io.dekorate + knative-annotations + noapt + + + io.fabric8 + kubernetes-client + + + + + io.quarkus + quarkus-resteasy + ${project.version} + test + + + * + * + + + - - - io.quarkus - quarkus-maven-plugin - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-openshift-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-minikube-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-docker-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-jib-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-junit5 - ${project.version} - pom - test - - - * - * - - - - - + + + io.quarkus + quarkus-maven-plugin + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-openshift-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-minikube-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-docker-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-jib-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-junit5 + ${project.version} + pom + test + + + * + * + + + + + + + + maven-invoker-plugin + + ${project.build.directory}/it + true + verify + true + ${skipTests} + true + invoker.properties + + + + integration-tests + + install + run + verify + + + + + + maven-failsafe-plugin + + + + integration-test + verify + + + + + + + + + + basic-test-suite + + + basicTests + + + + true + + - - maven-invoker-plugin - - - integration-tests - - install - run - verify - - - - - ${project.build.directory}/it - true - verify - true - ${skipTests} - true - invoker.properties - - - - maven-failsafe-plugin - - - - integration-test - verify - - - - + + org.apache.maven.plugins + maven-invoker-plugin + + true + + - - - - - basic-test-suite - - - basicTests - - - - - - org.apache.maven.plugins - maven-invoker-plugin - - true - - - - - - true - - - - offline-tests - - - !e2e-tests - - - - - - maven-invoker-plugin - - - -Dquarkus.kubernetes-client.api-server-url=http://localhost:12345 - failure - - - - - - - - kubernetes-e2e-tests - - - kubernetes-e2e-tests - - - - - - maven-invoker-plugin - - - kubernetes-*/pom.xml - minikube-*/pom.xml - - ${skipTests} - - - -Dinvalid-on-purpose - success - - - - - - - - openshift-e2e-tests - - - openshift-e2e-tests - - - - - - maven-invoker-plugin - - - openshift-*/pom.xml - - ${skipTests} - - - -Dinvalid-on-purpose - success - - - - - - - - knative-e2e-tests - - - knative-e2e-tests - - - - - - maven-invoker-plugin - - - knative-*/pom.xml - - ${skipTests} - - - -Dinvalid-on-purpose - success - - - - - - - - - - windows - - - - true - - - + + + + offline-tests + + + !e2e-tests + + + + + + maven-invoker-plugin + + + -Dquarkus.kubernetes-client.api-server-url=http://localhost:12345 + failure + + + + + + + + kubernetes-e2e-tests + + + kubernetes-e2e-tests + + + + + + maven-invoker-plugin + + + kubernetes-*/pom.xml + minikube-*/pom.xml + + ${skipTests} + + + -Dinvalid-on-purpose + success + + + + + + + + openshift-e2e-tests + + + openshift-e2e-tests + + + + + + maven-invoker-plugin + + + openshift-*/pom.xml + + ${skipTests} + + + -Dinvalid-on-purpose + success + + + + + + + + knative-e2e-tests + + + knative-e2e-tests + + + + + + maven-invoker-plugin + + + knative-*/pom.xml + + ${skipTests} + + + -Dinvalid-on-purpose + success + + + + + + + + + + windows + + + + true + + + diff --git a/integration-tests/kubernetes/pom.xml b/integration-tests/kubernetes/pom.xml index 781419fa68b53..05b9407ef7fea 100644 --- a/integration-tests/kubernetes/pom.xml +++ b/integration-tests/kubernetes/pom.xml @@ -1,30 +1,29 @@ - - 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-kubernetes-parent - Quarkus - Integration Tests - Kubernetes - Parent - pom + quarkus-integration-test-kubernetes-parent + pom + Quarkus - Integration Tests - Kubernetes - Parent - - - test-kubernetes - - - !no-test-kubernetes - - - - maven-invoker-way - quarkus-standard-way - quarkus-standard-way-kafka - - - + + + test-kubernetes + + + !no-test-kubernetes + + + + maven-invoker-way + quarkus-standard-way + quarkus-standard-way-kafka + + + diff --git a/integration-tests/kubernetes/quarkus-standard-way-kafka/pom.xml b/integration-tests/kubernetes/quarkus-standard-way-kafka/pom.xml index c9a17e68fa544..5ade3c87863aa 100644 --- a/integration-tests/kubernetes/quarkus-standard-way-kafka/pom.xml +++ b/integration-tests/kubernetes/quarkus-standard-way-kafka/pom.xml @@ -1,199 +1,195 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-test-kubernetes-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-test-kubernetes-parent + 999-SNAPSHOT + - quarkus-integration-test-kubernetes-standard-kafka - Quarkus - Integration Tests - Kubernetes - Standard - Kafka - Kubernetes integration tests that use @QuarkusProdModeTest for dummy Kafka messaing only application + quarkus-integration-test-kubernetes-standard-kafka + Quarkus - Integration Tests - Kubernetes - Standard - Kafka + Kubernetes integration tests that use @QuarkusProdModeTest for dummy Kafka messaing only application - - - - quarkus-container-image-docker-deployment, + quarkus-container-image-docker-deployment, quarkus-container-image-jib-deployment, - quarkus-container-image-openshift-deployment - - + quarkus-container-image-openshift-deployment + - - - io.quarkus - quarkus-messaging-kafka - - - io.quarkus - quarkus-kubernetes - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.fabric8 - kubernetes-model-core - test - - - io.fabric8 - kubernetes-model-apps - test - - - io.fabric8 - openshift-model - test - - - io.fabric8 - knative-model - test - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - test - - - javax.annotation - javax.annotation-api - - - javax.xml.bind - jaxb-api - - - - - jakarta.annotation - jakarta.annotation-api - test - - - jakarta.xml.bind - jakarta.xml.bind-api - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-messaging-kafka + + + io.quarkus + quarkus-kubernetes + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.fabric8 + kubernetes-model-core + test + + + io.fabric8 + kubernetes-model-apps + test + + + io.fabric8 + openshift-model + test + + + io.fabric8 + knative-model + test + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + test + + + javax.annotation + javax.annotation-api + + + javax.xml.bind + jaxb-api + + + + + jakarta.annotation + jakarta.annotation-api + test + + + jakarta.xml.bind + jakarta.xml.bind-api + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-kubernetes-spi - test - - - * - * - - - + + + io.quarkus + quarkus-kubernetes-spi + test + + + * + * + + + - - - io.quarkus - quarkus-messaging-kafka-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-docker-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-jib-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-openshift-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-messaging-kafka-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-docker-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-jib-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-openshift-deployment + ${project.version} + pom + test + + + * + * + + + + - - - basic-test-suite - - - basicTests - - - - true - - - + + + basic-test-suite + + + basicTests + + + + true + + + diff --git a/integration-tests/kubernetes/quarkus-standard-way/pom.xml b/integration-tests/kubernetes/quarkus-standard-way/pom.xml index aa95bd0ea16d4..785cd5002843e 100644 --- a/integration-tests/kubernetes/quarkus-standard-way/pom.xml +++ b/integration-tests/kubernetes/quarkus-standard-way/pom.xml @@ -1,270 +1,266 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-test-kubernetes-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-test-kubernetes-parent + 999-SNAPSHOT + - quarkus-integration-test-kubernetes-standard - Quarkus - Integration Tests - Kubernetes - Standard - Kubernetes integration tests that use @QuarkusProdModeTest + quarkus-integration-test-kubernetes-standard + Quarkus - Integration Tests - Kubernetes - Standard + Kubernetes integration tests that use @QuarkusProdModeTest - - - - quarkus-container-image-docker-deployment, + quarkus-container-image-docker-deployment, quarkus-container-image-jib-deployment, - quarkus-container-image-openshift-deployment - - + quarkus-container-image-openshift-deployment + - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-kubernetes - - - io.quarkus - quarkus-smallrye-health - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - - - io.fabric8 - openshift-model - test - - - io.fabric8 - kubernetes-model-core - - - javax.annotation - javax.annotation-api - - - javax.xml.bind - jaxb-api - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - io.fabric8 - knative-model - test - - - javax.annotation - javax.annotation-api - - - javax.xml.bind - jaxb-api - - - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - test - - - javax.annotation - javax.annotation-api - - - javax.xml.bind - jaxb-api - - - - - jakarta.annotation - jakarta.annotation-api - test - - - jakarta.xml.bind - jakarta.xml.bind-api - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - io.dekorate - servicebinding-annotations - noapt - - - io.fabric8 - kubernetes-client - - - - - io.dekorate - prometheus-annotations - noapt - - - io.fabric8 - kubernetes-client - - - - - io.fabric8 - kubernetes-client - - - io.fabric8 - kubernetes-httpclient-okhttp - - - - - io.fabric8 - kubernetes-httpclient-vertx - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-kubernetes + + + io.quarkus + quarkus-smallrye-health + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + + + io.fabric8 + openshift-model + test + + + io.fabric8 + kubernetes-model-core + + + javax.annotation + javax.annotation-api + + + javax.xml.bind + jaxb-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + io.fabric8 + knative-model + test + + + javax.annotation + javax.annotation-api + + + javax.xml.bind + jaxb-api + + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + test + + + javax.annotation + javax.annotation-api + + + javax.xml.bind + jaxb-api + + + + + jakarta.annotation + jakarta.annotation-api + test + + + jakarta.xml.bind + jakarta.xml.bind-api + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + io.dekorate + servicebinding-annotations + noapt + + + io.fabric8 + kubernetes-client + + + + + io.dekorate + prometheus-annotations + noapt + + + io.fabric8 + kubernetes-client + + + + + io.fabric8 + kubernetes-client + + + io.fabric8 + kubernetes-httpclient-okhttp + + + + + io.fabric8 + kubernetes-httpclient-vertx + - - - io.quarkus - quarkus-kubernetes-spi - test - - - * - * - - - + + + io.quarkus + quarkus-kubernetes-spi + test + + + * + * + + + - - - io.quarkus - quarkus-kubernetes-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-docker-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-jib-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-container-image-openshift-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-kubernetes-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-docker-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-jib-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-container-image-openshift-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + - - - basic-test-suite - - - basicTests - - - - true - - - + + + basic-test-suite + + + basicTests + + + + true + + + diff --git a/integration-tests/liquibase-mongodb/pom.xml b/integration-tests/liquibase-mongodb/pom.xml index 1ac94cf7a9ce6..2a104d62359d5 100644 --- a/integration-tests/liquibase-mongodb/pom.xml +++ b/integration-tests/liquibase-mongodb/pom.xml @@ -1,104 +1,102 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-liquibase-mongodb - Quarkus - Integration Tests - Liquibase MongoDB - Module that contains Liquibase MongoDB related tests + quarkus-integration-test-liquibase-mongodb + Quarkus - Integration Tests - Liquibase MongoDB + Module that contains Liquibase MongoDB related tests - - - io.quarkus - quarkus-liquibase-mongodb - - - io.quarkus - quarkus-mongodb-panache - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-liquibase-mongodb + + + io.quarkus + quarkus-mongodb-panache + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-test-mongodb - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-test-mongodb + test + - - - io.quarkus - quarkus-liquibase-mongodb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mongodb-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-liquibase-mongodb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mongodb-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - \ No newline at end of file + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + + diff --git a/integration-tests/liquibase/pom.xml b/integration-tests/liquibase/pom.xml index 51828d7e90191..d4666e92ee32f 100644 --- a/integration-tests/liquibase/pom.xml +++ b/integration-tests/liquibase/pom.xml @@ -1,164 +1,161 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-liquibase - Quarkus - Integration Tests - Liquibase - Module that contains Liquibase related tests + quarkus-integration-test-liquibase + Quarkus - Integration Tests - Liquibase + Module that contains Liquibase related tests - - ${skipTests} - + + ${skipTests} + - - - io.quarkus - quarkus-liquibase - - - io.quarkus - quarkus-jdbc-h2 - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-test-h2 - test - - - io.rest-assured - rest-assured - test - - - org.apache.commons - commons-lang3 - - - + + + io.quarkus + quarkus-liquibase + + + io.quarkus + quarkus-jdbc-h2 + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-test-h2 + test + + + io.rest-assured + rest-assured + test + + + org.apache.commons + commons-lang3 + + + - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-liquibase-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-liquibase-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-surefire-plugin - - - - prod-mode - test - - test - - - **/*PMT.java - ${skipPMTests} - - - - - - - + + prod-mode + + test + + test + + **/*PMT.java + ${skipPMTests} + + + + + + diff --git a/integration-tests/locales/all/pom.xml b/integration-tests/locales/all/pom.xml index 23a78397426ad..9f7fab2471d8e 100644 --- a/integration-tests/locales/all/pom.xml +++ b/integration-tests/locales/all/pom.xml @@ -1,97 +1,95 @@ - - 4.0.0 - - io.quarkus - quarkus-integration-test-locales-parent - 999-SNAPSHOT - - quarkus-integration-test-locales-all - Quarkus - Integration Tests - Locales - All - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-hibernate-validator - - - io.quarkus - quarkus-integration-test-locales-app - ${project.version} - + + 4.0.0 + + io.quarkus + quarkus-integration-test-locales-parent + 999-SNAPSHOT + + quarkus-integration-test-locales-all + Quarkus - Integration Tests - Locales - All + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-hibernate-validator + + + io.quarkus + quarkus-integration-test-locales-app + ${project.version} + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-validator-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-validator-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/test/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-surefire-plugin - - 1 - false - - - - + + + + true + src/test/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + maven-surefire-plugin + + 1 + false + + + + diff --git a/integration-tests/locales/app/pom.xml b/integration-tests/locales/app/pom.xml index 4e418c5559570..6dcf491c328d9 100644 --- a/integration-tests/locales/app/pom.xml +++ b/integration-tests/locales/app/pom.xml @@ -1,23 +1,21 @@ - - 4.0.0 - - io.quarkus - quarkus-integration-test-locales-parent - 999-SNAPSHOT - - quarkus-integration-test-locales-app - Quarkus - Integration Tests - Locales - App - - - jakarta.ws.rs - jakarta.ws.rs-api - - - io.smallrye.common - smallrye-common-constraint - - + + 4.0.0 + + io.quarkus + quarkus-integration-test-locales-parent + 999-SNAPSHOT + + quarkus-integration-test-locales-app + Quarkus - Integration Tests - Locales - App + + + jakarta.ws.rs + jakarta.ws.rs-api + + + io.smallrye.common + smallrye-common-constraint + + diff --git a/integration-tests/locales/default/pom.xml b/integration-tests/locales/default/pom.xml index 2d635a1715b6b..d6edd37bac905 100644 --- a/integration-tests/locales/default/pom.xml +++ b/integration-tests/locales/default/pom.xml @@ -1,97 +1,95 @@ - - 4.0.0 - - io.quarkus - quarkus-integration-test-locales-parent - 999-SNAPSHOT - - quarkus-integration-test-locales-default - Quarkus - Integration Tests - Locales - Default - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-hibernate-validator - - - io.quarkus - quarkus-integration-test-locales-app - ${project.version} - + + 4.0.0 + + io.quarkus + quarkus-integration-test-locales-parent + 999-SNAPSHOT + + quarkus-integration-test-locales-default + Quarkus - Integration Tests - Locales - Default + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-hibernate-validator + + + io.quarkus + quarkus-integration-test-locales-app + ${project.version} + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-validator-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-validator-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/test/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-surefire-plugin - - 1 - false - - - - + + + + true + src/test/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + maven-surefire-plugin + + 1 + false + + + + diff --git a/integration-tests/locales/pom.xml b/integration-tests/locales/pom.xml index 08dc1763e4ba0..7a234fa2064d2 100644 --- a/integration-tests/locales/pom.xml +++ b/integration-tests/locales/pom.xml @@ -1,20 +1,18 @@ - - 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - - quarkus-integration-test-locales-parent - Quarkus - Integration Tests - Locales - Parent - pom - - app - all - default - some - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-locales-parent + pom + Quarkus - Integration Tests - Locales - Parent + + app + all + default + some + diff --git a/integration-tests/locales/some/pom.xml b/integration-tests/locales/some/pom.xml index f67c85eebff52..6e83b9d98481f 100644 --- a/integration-tests/locales/some/pom.xml +++ b/integration-tests/locales/some/pom.xml @@ -1,97 +1,95 @@ - - 4.0.0 - - io.quarkus - quarkus-integration-test-locales-parent - 999-SNAPSHOT - - quarkus-integration-test-locales-some - Quarkus - Integration Tests - Locales - Some - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-hibernate-validator - - - io.quarkus - quarkus-integration-test-locales-app - ${project.version} - + + 4.0.0 + + io.quarkus + quarkus-integration-test-locales-parent + 999-SNAPSHOT + + quarkus-integration-test-locales-some + Quarkus - Integration Tests - Locales - Some + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-hibernate-validator + + + io.quarkus + quarkus-integration-test-locales-app + ${project.version} + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-validator-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-validator-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/test/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-surefire-plugin - - 1 - false - - - - + + + + true + src/test/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + maven-surefire-plugin + + 1 + false + + + + diff --git a/integration-tests/logging-gelf/pom.xml b/integration-tests/logging-gelf/pom.xml index ec94385ece337..c2363365c2658 100644 --- a/integration-tests/logging-gelf/pom.xml +++ b/integration-tests/logging-gelf/pom.xml @@ -1,314 +1,312 @@ - - 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../pom.xml + + + quarkus-integration-test-logging-gelf + Quarkus - Integration Tests - Logging - GELF - quarkus-integration-test-logging-gelf - Quarkus - Integration Tests - Logging - GELF + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-logging-gelf + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-logging-gelf - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - + + + io.quarkus + quarkus-logging-gelf-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-logging-gelf-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - + + + test-gelf + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + - - - test-gelf - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - docker-gelf - - - start-containers - - - - localhost:9200 - http - - - - - io.fabric8 - docker-maven-plugin - - true - - - ${elasticsearch.image} - elasticsearch - - - custom - elk - elasticsearch - - 2 - 2048 - - 9200:9200 - - - single-node - false - -Xms512m -Xmx512m - - false - - false - false - false - false - false - false - false - false - false - - - Elasticsearch: - default - cyan - - - - http://localhost:9200 - GET - 200 - - - - - - - ${logstash.image} - logstash - - - custom - elk - logstash - - 2 - 2048 - - 12201:12201/udp - 5000:5000 - 9600:9600 - - - Logstash: - default - magenta - - - - ${project.basedir}/src/test/resources/pipeline:/usr/share/logstash/pipeline${volume.access.modifier} - - - - - http://localhost:9600 - GET - 200 - - - - - - elasticsearch - - - - - true - - - - docker-start - process-test-classes - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - - native-image - - - native - - - - - true - - - - - podman - - - env.IS_PODMAN - true - - - - true - true - true - - - - - io.fabric8 - docker-maven-plugin - - true - - - - - - + false + + false + false + false + false + false + false + false + false + false + + + Elasticsearch: + default + cyan + + + + http://localhost:9200 + GET + 200 + + + + + + + ${logstash.image} + logstash + + + custom + elk + logstash + + 2 + 2048 + + 12201:12201/udp + 5000:5000 + 9600:9600 + + + Logstash: + default + magenta + + + + ${project.basedir}/src/test/resources/pipeline:/usr/share/logstash/pipeline${volume.access.modifier} + + + + + http://localhost:9600 + GET + 200 + + + + + + elasticsearch + + + + + true + + + + docker-start + + stop + start + + process-test-classes + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + + native-image + + + native + + + + + true + + + + + podman + + + env.IS_PODMAN + true + + + + true + true + true + + + + + io.fabric8 + docker-maven-plugin + + true + + + + + + diff --git a/integration-tests/logging-json/pom.xml b/integration-tests/logging-json/pom.xml index 380d77b785221..fcee6eb8f72b3 100644 --- a/integration-tests/logging-json/pom.xml +++ b/integration-tests/logging-json/pom.xml @@ -1,85 +1,79 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-logging-json - Quarkus - Integration Tests - Logging - JSON - - Tests the JSON logging extension - - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-logging-json - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-logging-json + Quarkus - Integration Tests - Logging - JSON + Tests the JSON logging extension + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-logging-json + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-logging-json-deployment - ${project.version} - pom - test - - - * - * - - - - - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-logging-json-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/logging-min-level-set/pom.xml b/integration-tests/logging-min-level-set/pom.xml index 38e124a93d652..0590418f8512e 100644 --- a/integration-tests/logging-min-level-set/pom.xml +++ b/integration-tests/logging-min-level-set/pom.xml @@ -1,68 +1,63 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 - - quarkus-integration-test-logging-min-level-set - Quarkus - Integration Tests - Logging when minimum level is set - - A integration test that verifies logging expectations when minimum logging level is set - - - - io.quarkus - quarkus-resteasy - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../ + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + quarkus-integration-test-logging-min-level-set + Quarkus - Integration Tests - Logging when minimum level is set + A integration test that verifies logging expectations when minimum logging level is set + + + io.quarkus + quarkus-resteasy + - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/logging-min-level-unset/pom.xml b/integration-tests/logging-min-level-unset/pom.xml index 8fed5dc28f7a8..3e5095c22c375 100644 --- a/integration-tests/logging-min-level-unset/pom.xml +++ b/integration-tests/logging-min-level-unset/pom.xml @@ -1,68 +1,63 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 - - quarkus-integration-test-logging-min-level-unset - Quarkus - Integration Tests - Logging when minimum level is unset - - A integration test that verifies logging expectations when minimum logging level is unset - - - - io.quarkus - quarkus-resteasy - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../ + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + quarkus-integration-test-logging-min-level-unset + Quarkus - Integration Tests - Logging when minimum level is unset + A integration test that verifies logging expectations when minimum logging level is unset + + + io.quarkus + quarkus-resteasy + - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/logging-panache-kotlin/pom.xml b/integration-tests/logging-panache-kotlin/pom.xml index 366fccc401d49..f952bf192bd42 100644 --- a/integration-tests/logging-panache-kotlin/pom.xml +++ b/integration-tests/logging-panache-kotlin/pom.xml @@ -1,132 +1,130 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-logging-panache-kotlin + quarkus-integration-test-logging-panache-kotlin - Quarkus - Integration Tests - Logging with Panache in Kotlin + Quarkus - Integration Tests - Logging with Panache in Kotlin - - - io.quarkus - quarkus-hibernate-orm-panache-kotlin - - - io.quarkus - quarkus-jdbc-h2 - + + + io.quarkus + quarkus-hibernate-orm-panache-kotlin + + + io.quarkus + quarkus-jdbc-h2 + - - io.quarkus - quarkus-arc-deployment - test - + + io.quarkus + quarkus-arc-deployment + test + - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-hibernate-orm-panache-kotlin-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-hibernate-orm-panache-kotlin-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + - - install - src/main/kotlin - src/test/kotlin - - - org.jetbrains.kotlin - kotlin-maven-plugin - - - compile - compile - - compile - - - - test-compile - test-compile - - test-compile - - - - - - org.jetbrains.kotlin - kotlin-maven-allopen - ${kotlin.version} - - - - - all-open - - - - - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + install + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + all-open + + + + + + + + + org.jetbrains.kotlin + kotlin-maven-allopen + ${kotlin.version} + + + + + compile + + compile + + compile + + + test-compile + + test-compile + + test-compile + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + src/main/kotlin + src/test/kotlin + diff --git a/integration-tests/logging-panache/pom.xml b/integration-tests/logging-panache/pom.xml index 8dd1c543b970e..0b228709780e6 100644 --- a/integration-tests/logging-panache/pom.xml +++ b/integration-tests/logging-panache/pom.xml @@ -1,96 +1,94 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-logging-panache + quarkus-integration-test-logging-panache - Quarkus - Integration Tests - Logging with Panache + Quarkus - Integration Tests - Logging with Panache - - - io.quarkus - quarkus-arc-deployment - test - - - io.quarkus - quarkus-hibernate-orm-panache - test - - - io.quarkus - quarkus-jdbc-h2 - test - - - io.quarkus - quarkus-resteasy - test - + + + io.quarkus + quarkus-arc-deployment + test + + + io.quarkus + quarkus-hibernate-orm-panache + test + + + io.quarkus + quarkus-jdbc-h2 + test + + + io.quarkus + quarkus-resteasy + test + - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-hibernate-orm-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-hibernate-orm-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + diff --git a/integration-tests/mailer/pom.xml b/integration-tests/mailer/pom.xml index 47f3e76d5758e..23cbb0329e116 100644 --- a/integration-tests/mailer/pom.xml +++ b/integration-tests/mailer/pom.xml @@ -1,133 +1,131 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-mailer - Quarkus - Integration Tests - Mailer - The Quarkus Mailer integration tests module + quarkus-integration-test-mailer + Quarkus - Integration Tests - Mailer + The Quarkus Mailer integration tests module - - - io.quarkus - quarkus-integration-test-shared-library - + + + io.quarkus + quarkus-integration-test-shared-library + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-mailer - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-mailer + - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - test - - - org.awaitility - awaitility - test - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - org.testcontainers - testcontainers - test - + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.testcontainers + testcontainers + test + - - io.smallrye.certs - smallrye-certificate-generator-junit5 - test - + + io.smallrye.certs + smallrye-certificate-generator-junit5 + test + - - - io.quarkus - quarkus-mailer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-mailer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/main/pom.xml b/integration-tests/main/pom.xml index 2cee35253dd05..cfef91690f52e 100644 --- a/integration-tests/main/pom.xml +++ b/integration-tests/main/pom.xml @@ -1,690 +1,688 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-main - Quarkus - Integration Tests - Main - The main integration tests module + quarkus-integration-test-main + Quarkus - Integration Tests - Main + The main integration tests module - - h2 - jdbc:h2:tcp://localhost/mem:test - - + + h2 + jdbc:h2:tcp://localhost/mem:test + + - org.hibernate.dialect.H2Dialect + org.hibernate.dialect.H2Dialect - - 1.13.0 + + 1.13.0 - true - true - + true + true + - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - - - io.quarkus - quarkus-micrometer - - - io.quarkus - quarkus-smallrye-openapi - - - io.quarkus - quarkus-swagger-ui - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-smallrye-health - - - io.quarkus - quarkus-mutiny-reactive-streams-operators - - - io.quarkus - quarkus-hibernate-validator - - - io.quarkus - quarkus-narayana-jta - - - io.quarkus - quarkus-narayana-lra - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-websockets - - - io.quarkus - quarkus-smallrye-fault-tolerance - - - io.quarkus - quarkus-scheduler - - - io.quarkus - quarkus-elytron-security-properties-file - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + + + io.quarkus + quarkus-micrometer + + + io.quarkus + quarkus-smallrye-openapi + + + io.quarkus + quarkus-swagger-ui + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-smallrye-health + + + io.quarkus + quarkus-mutiny-reactive-streams-operators + + + io.quarkus + quarkus-hibernate-validator + + + io.quarkus + quarkus-narayana-jta + + + io.quarkus + quarkus-narayana-lra + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-websockets + + + io.quarkus + quarkus-smallrye-fault-tolerance + + + io.quarkus + quarkus-scheduler + + + io.quarkus + quarkus-elytron-security-properties-file + - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-resteasy-jsonb - - - io.quarkus - quarkus-resteasy-jaxb - - - org.jboss.resteasy - resteasy-rxjava2 - - - jakarta.activation - jakarta.activation-api - - - org.jboss.spec.javax.ws.rs - jboss-jaxrs-api_3.0_spec - - - - - io.quarkus - quarkus-resteasy-client - - - io.quarkus - quarkus-resteasy-mutiny - + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-resteasy-jsonb + + + io.quarkus + quarkus-resteasy-jaxb + + + org.jboss.resteasy + resteasy-rxjava2 + + + jakarta.activation + jakarta.activation-api + + + org.jboss.spec.javax.ws.rs + jboss-jaxrs-api_3.0_spec + + + + + io.quarkus + quarkus-resteasy-client + + + io.quarkus + quarkus-resteasy-mutiny + - - - io.quarkus - quarkus-hibernate-orm - - - io.quarkus - quarkus-jdbc-h2 - - - io.quarkus - quarkus-integration-test-common-jpa-entities - ${project.version} - + + + io.quarkus + quarkus-hibernate-orm + + + io.quarkus + quarkus-jdbc-h2 + + + io.quarkus + quarkus-integration-test-common-jpa-entities + ${project.version} + - - - io.quarkus - quarkus-smallrye-context-propagation - + + + io.quarkus + quarkus-smallrye-context-propagation + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-component - test - - - io.quarkus - quarkus-test-h2 - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - org.webjars - jquery-ui - ${webjar.jquery-ui.version} - - - - org.ops4j.pax.web.samples.web-fragment - fragment - 7.3.3 - test - - - - org.mockito - mockito-core - test - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-component + test + + + io.quarkus + quarkus-test-h2 + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + org.webjars + jquery-ui + ${webjar.jquery-ui.version} + + + + org.ops4j.pax.web.samples.web-fragment + fragment + 7.3.3 + test + + + + org.mockito + mockito-core + test + - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-validator-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mutiny-reactive-streams-operators-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-narayana-jta-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-narayana-lra-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jaxb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-mutiny-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-scheduler-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-context-propagation-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-fault-tolerance-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-openapi-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-swagger-ui-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-websockets-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-validator-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mutiny-reactive-streams-operators-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-narayana-jta-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-narayana-lra-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jaxb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-mutiny-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-scheduler-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-context-propagation-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-fault-tolerance-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-openapi-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-swagger-ui-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-websockets-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - track-config-changes - process-resources - - track-config-changes - - - true - - - - - build - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - alphabetical - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + track-config-changes + + track-config-changes + + process-resources + + true + + + + + build + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + alphabetical + + + + - - - test-postgresql - - - test-containers - - - - postgresql - ${postgres.url} - hibernate_orm_test - hibernate_orm_test + + + test-postgresql + + + test-containers + + + + postgresql + ${postgres.url} + hibernate_orm_test + hibernate_orm_test - org.hibernate.dialect.PostgreSQLDialect - - - - io.quarkus - quarkus-jdbc-postgresql - + org.hibernate.dialect.PostgreSQLDialect + + + + io.quarkus + quarkus-jdbc-postgresql + - - - io.quarkus - quarkus-jdbc-postgresql-deployment - ${project.version} - pom - test - - - * - * - - - - - + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + + + - - native-image - - - native - - - - - true - - + + native-image + + + native + + + + + true + + - - no-native - - - !native - - - - - uber-jar - - + + uber-jar + + - - docker-postgresql - - - start-containers - - - - jdbc:postgresql://localhost:5431/hibernate_orm_test - - - - - io.fabric8 - docker-maven-plugin - - - - ${postgres.image} - postgresql - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - 5431:5432 - - - - - (?s)ready to accept connections.*ready to accept connections - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/management-interface-auth/pom.xml b/integration-tests/management-interface-auth/pom.xml index fc2912e35a062..f57decb07fe2b 100644 --- a/integration-tests/management-interface-auth/pom.xml +++ b/integration-tests/management-interface-auth/pom.xml @@ -1,136 +1,134 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-management-interface-auth - Quarkus - Integration Tests - Management Interface with authentication + quarkus-integration-test-management-interface-auth + Quarkus - Integration Tests - Management Interface with authentication - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-smallrye-health - - - io.quarkus - quarkus-micrometer-registry-prometheus - - - io.quarkus - quarkus-elytron-security-properties-file - - - io.quarkus - quarkus-smallrye-jwt - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-smallrye-health + + + io.quarkus + quarkus-micrometer-registry-prometheus + + + io.quarkus + quarkus-elytron-security-properties-file + + + io.quarkus + quarkus-smallrye-jwt + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-jwt-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-jwt-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/management-interface/pom.xml b/integration-tests/management-interface/pom.xml index 9e4c429797d25..52e2963b2606c 100644 --- a/integration-tests/management-interface/pom.xml +++ b/integration-tests/management-interface/pom.xml @@ -1,102 +1,100 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-management-interface - Quarkus - Integration Tests - Management Interface + quarkus-integration-test-management-interface + Quarkus - Integration Tests - Management Interface - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-smallrye-health - - - io.quarkus - quarkus-micrometer-registry-prometheus - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-smallrye-health + + + io.quarkus + quarkus-micrometer-registry-prometheus + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/maven/pom.xml b/integration-tests/maven/pom.xml index ecf19c5359749..adb263b35bf8c 100644 --- a/integration-tests/maven/pom.xml +++ b/integration-tests/maven/pom.xml @@ -1,257 +1,255 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-maven + quarkus-integration-test-maven - Quarkus - Integration Tests - Maven tooling + Quarkus - Integration Tests - Maven tooling - - - ${version.resources.plugin} - ${version.dependency.plugin} - + + + ${version.resources.plugin} + ${version.dependency.plugin} + - - - io.quarkus - quarkus-test-maven - test - - - io.quarkus - quarkus-devtools-testing - test - - - jakarta.ws.rs - jakarta.ws.rs-api - test - - - io.quarkus - quarkus-bom-quarkus-platform-descriptor - ${project.version} - pom - - - * - * - - - - - io.quarkus - quarkus-maven-plugin - ${project.version} - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-vertx-http-deployment - test - - - io.quarkus - quarkus-vertx-http-dev-ui-tests - test - - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-core-deployment - test - - - io.quarkus - quarkus-arc-deployment - test - - - io.quarkus - quarkus-rest-deployment - test - - - io.quarkus - quarkus-resteasy-deployment - test - - - io.quarkus - quarkus-smallrye-openapi-deployment - test - - - io.quarkus - quarkus-smallrye-context-propagation-deployment - test - - - io.quarkus - quarkus-websockets-deployment - test - - - io.quarkus - quarkus-jaxb-deployment - test - - - io.quarkus - quarkus-project-core-extension-codestarts - pom - test - ${project.version} - - - * - * - - - - + + + io.quarkus + quarkus-test-maven + test + + + io.quarkus + quarkus-devtools-testing + test + + + jakarta.ws.rs + jakarta.ws.rs-api + test + + + io.quarkus + quarkus-bom-quarkus-platform-descriptor + ${project.version} + pom + + + * + * + + + + + io.quarkus + quarkus-maven-plugin + ${project.version} + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-vertx-http-deployment + test + + + io.quarkus + quarkus-vertx-http-dev-ui-tests + test + + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-core-deployment + test + + + io.quarkus + quarkus-arc-deployment + test + + + io.quarkus + quarkus-rest-deployment + test + + + io.quarkus + quarkus-resteasy-deployment + test + + + io.quarkus + quarkus-smallrye-openapi-deployment + test + + + io.quarkus + quarkus-smallrye-context-propagation-deployment + test + + + io.quarkus + quarkus-websockets-deployment + test + + + io.quarkus + quarkus-jaxb-deployment + test + + + io.quarkus + quarkus-project-core-extension-codestarts + ${project.version} + pom + test + + + * + * + + + + - - - - src/test/resources-filtered - true - - **/target/** - - - - - - org.apache.maven.plugins - maven-resources-plugin - - \ - - + + + + true + src/test/resources-filtered + + **/target/** + + + + + + org.apache.maven.plugins + maven-resources-plugin + + \ + + - - org.apache.maven.plugins - maven-surefire-plugin - - - - **/*Test.java - **/*Tests.java - **/*TestCase.java - - - + **/*Test.java + **/*Tests.java + **/*TestCase.java + + + - - org.apache.maven.plugins - maven-failsafe-plugin - - - - integration-test - verify - - - - - - - - - native-image - - - - native - - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - true - - - - - - - - platform-descriptor-tests - - - !no-descriptor-tests - - - - - - io.quarkus - quarkus-platform-bom-maven-plugin - - - test - - validate-extension-catalog - - - ${skipTests} - io.quarkus - quarkus-bom-quarkus-platform-descriptor - ${project.version} - - software.amazon.awssdk - - - - - - - - - - basic-test-suite - - - basicTests - - - - true - - - + + + native + + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + true + + + + + + + + platform-descriptor-tests + + + !no-descriptor-tests + + + + + + io.quarkus + quarkus-platform-bom-maven-plugin + + + + validate-extension-catalog + + test + + ${skipTests} + io.quarkus + quarkus-bom-quarkus-platform-descriptor + ${project.version} + + software.amazon.awssdk + + + + + + + + + + basic-test-suite + + + basicTests + + + + true + + + diff --git a/integration-tests/micrometer-mp-metrics/pom.xml b/integration-tests/micrometer-mp-metrics/pom.xml index 911cac93f4a12..6c4c3ca8fabab 100644 --- a/integration-tests/micrometer-mp-metrics/pom.xml +++ b/integration-tests/micrometer-mp-metrics/pom.xml @@ -1,113 +1,112 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-micrometer-mp-metrics - Quarkus - Integration Tests - Micrometer MP Metrics + quarkus-integration-test-micrometer-mp-metrics + Quarkus - Integration Tests - Micrometer MP Metrics - - - io.quarkus - quarkus-micrometer-registry-prometheus - ${project.version} - + + + io.quarkus + quarkus-micrometer-registry-prometheus + ${project.version} + - - org.eclipse.microprofile.metrics - microprofile-metrics-api - + + org.eclipse.microprofile.metrics + microprofile-metrics-api + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.jboss.logging - commons-logging-jboss-logging - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.jboss.logging + commons-logging-jboss-logging + test + - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + - + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/micrometer-opentelemetry/pom.xml b/integration-tests/micrometer-opentelemetry/pom.xml index 3024e8ce425d0..016d1c9d04047 100644 --- a/integration-tests/micrometer-opentelemetry/pom.xml +++ b/integration-tests/micrometer-opentelemetry/pom.xml @@ -1,163 +1,159 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-micrometer-opentelemetry - Quarkus - Integration Tests - Micrometer to OpenTelemetry Bridge + quarkus-integration-test-micrometer-opentelemetry + Quarkus - Integration Tests - Micrometer to OpenTelemetry Bridge - - - io.quarkus - quarkus-micrometer-opentelemetry - + + + io.quarkus + quarkus-micrometer-opentelemetry + - - - io.quarkus - quarkus-rest-jackson - + + + io.quarkus + quarkus-rest-jackson + - - - io.quarkus - quarkus-rest-client-jackson - + + + io.quarkus + quarkus-rest-client-jackson + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - - io.opentelemetry - opentelemetry-sdk-testing - - - org.assertj - assertj-core - compile - - - io.quarkus - quarkus-micrometer-opentelemetry-deployment - 999-SNAPSHOT - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + + io.opentelemetry + opentelemetry-sdk-testing + + + org.assertj + assertj-core + compile + + + io.quarkus + quarkus-micrometer-opentelemetry-deployment + 999-SNAPSHOT + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - native-image - - - native - - + + + native-image + + + native + + - - true - + + true + - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + - - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - + + maven-failsafe-plugin + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + + + + + + + + + diff --git a/integration-tests/micrometer-prometheus/pom.xml b/integration-tests/micrometer-prometheus/pom.xml index 2ab7282b1847e..d21ffa1572012 100644 --- a/integration-tests/micrometer-prometheus/pom.xml +++ b/integration-tests/micrometer-prometheus/pom.xml @@ -1,208 +1,206 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-micrometer-prometheus - Quarkus - Integration Tests - Micrometer Prometheus + quarkus-integration-test-micrometer-prometheus + Quarkus - Integration Tests - Micrometer Prometheus - - - io.quarkus - quarkus-micrometer-registry-prometheus - + + + io.quarkus + quarkus-micrometer-registry-prometheus + - - - io.quarkus - quarkus-hibernate-orm-panache - - - io.quarkus - quarkus-jdbc-h2 - + + + io.quarkus + quarkus-hibernate-orm-panache + + + io.quarkus + quarkus-jdbc-h2 + - - - io.quarkus - quarkus-rest-jackson - + + + io.quarkus + quarkus-rest-jackson + - - - io.quarkus - quarkus-rest-client-jackson - + + + io.quarkus + quarkus-rest-client-jackson + - - - io.quarkus - quarkus-kubernetes - - - io.quarkus - quarkus-opentelemetry - + + + io.quarkus + quarkus-kubernetes + + + io.quarkus + quarkus-opentelemetry + - - - io.quarkus - quarkus-elytron-security-properties-file - + + + io.quarkus + quarkus-elytron-security-properties-file + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.jboss.logging - commons-logging-jboss-logging - test - - - io.quarkus - quarkus-test-h2 - test - - - io.quarkus - quarkus-hibernate-orm-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - ${project.version} - pom - test - - - * - * - - - - - org.awaitility - awaitility - test - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.jboss.logging + commons-logging-jboss-logging + test + + + io.quarkus + quarkus-test-h2 + test + + + io.quarkus + quarkus-hibernate-orm-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + ${project.version} + pom + test + + + * + * + + + + + org.awaitility + awaitility + test + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/micrometer-security/pom.xml b/integration-tests/micrometer-security/pom.xml index 9422bf687a856..642a8330aebf8 100644 --- a/integration-tests/micrometer-security/pom.xml +++ b/integration-tests/micrometer-security/pom.xml @@ -1,107 +1,105 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-micrometer-security - Quarkus - Integration Tests - Micrometer Security + quarkus-integration-test-micrometer-security + Quarkus - Integration Tests - Micrometer Security - - - io.quarkus - quarkus-micrometer-registry-prometheus - + + + io.quarkus + quarkus-micrometer-registry-prometheus + - - - io.quarkus - quarkus-rest-jackson - + + + io.quarkus + quarkus-rest-jackson + - - - io.quarkus - quarkus-security - + + + io.quarkus + quarkus-security + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-deployment - ${project.version} - pom - test - - - * - * - - - - - org.awaitility - awaitility - test - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-deployment + ${project.version} + pom + test + + + * + * + + + + + org.awaitility + awaitility + test + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/mongodb-client/pom.xml b/integration-tests/mongodb-client/pom.xml index 7bd4783c01fec..0bb340a9f5c93 100644 --- a/integration-tests/mongodb-client/pom.xml +++ b/integration-tests/mongodb-client/pom.xml @@ -1,144 +1,142 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-mongodb-client - quarkus-integration-test-mongodb-client + Quarkus - Integration Tests - MongoDB Client - Quarkus - Integration Tests - MongoDB Client + + + io.quarkus + quarkus-rest-jsonb + + + io.quarkus + quarkus-mongodb-client + - - - io.quarkus - quarkus-rest-jsonb - - - io.quarkus - quarkus-mongodb-client - + + io.quarkus + quarkus-smallrye-health + - - io.quarkus - quarkus-smallrye-health - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + com.fasterxml.jackson.core + jackson-databind + test + + + io.quarkus + quarkus-test-mongodb + test + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - com.fasterxml.jackson.core - jackson-databind - test - - - io.quarkus - quarkus-test-mongodb - test - + + + io.quarkus + quarkus-mongodb-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-mongodb-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + + no-windows + + + windows + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + - - - - - - no-windows - - - windows - - - - - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - - - + + + diff --git a/integration-tests/mongodb-devservices/pom.xml b/integration-tests/mongodb-devservices/pom.xml index c9a31befc98ef..fd9bd357000d6 100644 --- a/integration-tests/mongodb-devservices/pom.xml +++ b/integration-tests/mongodb-devservices/pom.xml @@ -1,168 +1,166 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-mongodb-devservices - quarkus-integration-test-mongodb-devservices + Quarkus - Integration Tests - MongoDB DevServices - Quarkus - Integration Tests - MongoDB DevServices + + + io.quarkus + quarkus-rest-jsonb + + + io.quarkus + quarkus-mongodb-client + - - - io.quarkus - quarkus-rest-jsonb - - - io.quarkus - quarkus-mongodb-client - + + io.quarkus + quarkus-smallrye-health + - - io.quarkus - quarkus-smallrye-health - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + com.fasterxml.jackson.core + jackson-databind + test + + + io.quarkus + quarkus-test-mongodb + test + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - com.fasterxml.jackson.core - jackson-databind - test - - - io.quarkus - quarkus-test-mongodb - test - + + + io.quarkus + quarkus-mongodb-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-mongodb-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + no-windows + + + windows + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + - - - - - no-windows - - - windows - - - - - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - - - - - mac-m1 - - - mac - aarch64 - - - env.GITHUB_ACTIONS - true - - - - - - maven-surefire-plugin - - true - - - - - - + + + + + mac-m1 + + + mac + aarch64 + + + env.GITHUB_ACTIONS + true + + + + + + maven-surefire-plugin + + true + + + + + + diff --git a/integration-tests/mongodb-panache-kotlin/pom.xml b/integration-tests/mongodb-panache-kotlin/pom.xml index b20f9108dc75c..3ed70a217be04 100644 --- a/integration-tests/mongodb-panache-kotlin/pom.xml +++ b/integration-tests/mongodb-panache-kotlin/pom.xml @@ -1,230 +1,228 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-mongodb-panache-kotlin + quarkus-integration-test-mongodb-panache-kotlin - Quarkus - Integration Tests - MongoDB Panache Kotlin + Quarkus - Integration Tests - MongoDB Panache Kotlin - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-mongodb-panache-kotlin - - - io.quarkus - quarkus-rest-client - + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-mongodb-panache-kotlin + + + io.quarkus + quarkus-rest-client + - - org.jetbrains.kotlin - kotlin-test - ${kotlin.version} - test - - - com.fasterxml.jackson.module - jackson-module-kotlin - - - org.jetbrains.kotlin - kotlin-stdlib - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - - - + + org.jetbrains.kotlin + kotlin-test + ${kotlin.version} + test + + + com.fasterxml.jackson.module + jackson-module-kotlin + + + org.jetbrains.kotlin + kotlin-stdlib + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + + + + + + + org.junit.jupiter + junit-jupiter-api + compile + - - - org.junit.jupiter - junit-jupiter-api - compile - + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-panache-mock + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-test-mongodb + test + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + test + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + test + + + org.awaitility + awaitility + test + - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-panache-mock - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-test-mongodb - test - - - com.fasterxml.jackson.datatype - jackson-datatype-jdk8 - test - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-mongodb-panache-kotlin-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-mongodb-panache-kotlin-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + all-open + + + + + + + + org.jetbrains.kotlin + kotlin-maven-allopen + ${kotlin.version} + + + + + compile + + compile + + compile + + + test-compile + + test-compile + + test-compile + + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + src/main/kotlin + src/test/kotlin + - - src/main/kotlin - src/test/kotlin - - - src/main/resources - true - - + + + + no-windows + + + windows + + + - - org.jetbrains.kotlin - kotlin-maven-plugin - - - compile - compile - - compile - - - - test-compile - test-compile - - test-compile - - - - - - org.jetbrains.kotlin - kotlin-maven-allopen - ${kotlin.version} - - - - - all-open - - - - - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + - - - - - - no-windows - - - windows - - - - - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - - - + + + diff --git a/integration-tests/mongodb-panache/pom.xml b/integration-tests/mongodb-panache/pom.xml index ef75ce6534d53..79cbdd90ec654 100644 --- a/integration-tests/mongodb-panache/pom.xml +++ b/integration-tests/mongodb-panache/pom.xml @@ -1,190 +1,188 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-mongodb-panache - quarkus-integration-test-mongodb-panache + Quarkus - Integration Tests - MongoDB Panache - Quarkus - Integration Tests - MongoDB Panache + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-mongodb-panache + + + io.quarkus + quarkus-rest-client + + + io.quarkus + quarkus-micrometer-registry-prometheus + - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-mongodb-panache - - - io.quarkus - quarkus-rest-client - - - io.quarkus - quarkus-micrometer-registry-prometheus - + + + org.junit.jupiter + junit-jupiter-api + compile + - - - org.junit.jupiter - junit-jupiter-api - compile - + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-panache-mock + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-test-mongodb + test + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + test + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + test + + + org.awaitility + awaitility + test + - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-panache-mock - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-test-mongodb - test - - - com.fasterxml.jackson.datatype - jackson-datatype-jdk8 - test - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-mongodb-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + - - - io.quarkus - quarkus-mongodb-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - + - + + + + true + src/main/resources + + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + + no-windows + + + windows + + + - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + - - - - - - no-windows - - - windows - - - - - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - - - + + + diff --git a/integration-tests/mongodb-rest-data-panache/pom.xml b/integration-tests/mongodb-rest-data-panache/pom.xml index c2c86ca98725a..20718cebb9c9e 100644 --- a/integration-tests/mongodb-rest-data-panache/pom.xml +++ b/integration-tests/mongodb-rest-data-panache/pom.xml @@ -1,183 +1,175 @@ - - 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-mongodb-rest-data-panache + Quarkus - Integration Tests - MongoDB REST Data with Panache - quarkus-integration-test-mongodb-rest-data-panache - Quarkus - Integration Tests - MongoDB REST Data with Panache + + + io.quarkus + quarkus-mongodb-rest-data-panache + + + io.quarkus + quarkus-rest-jackson + + + + io.quarkus + quarkus-kubernetes-service-binding + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-test-mongodb + test + - - - io.quarkus - quarkus-mongodb-rest-data-panache - - - io.quarkus - quarkus-rest-jackson - - - - io.quarkus - quarkus-kubernetes-service-binding - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-test-mongodb - test - + + + io.quarkus + quarkus-mongodb-rest-data-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kubernetes-service-binding-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-mongodb-rest-data-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kubernetes-service-binding-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + maven-surefire-plugin + + + ${project.basedir}/src/test/resources/k8s-sb + + + + + - + + + native + + + native + + + + true + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-surefire-plugin + + maven-failsafe-plugin + + + + integration-test + verify + + + ${project.build.directory}/${project.build.finalName}-runner - - ${project.basedir}/src/test/resources/k8s-sb - + ${project.basedir}/src/test/resources/k8s-sb + - + + + - - - - - native - - - native - - - - - - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - ${project.basedir}/src/test/resources/k8s-sb - - - - - - - - - - - true - - - - - no-windows - - - windows - - - - - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - - - + + + + + no-windows + + + windows + + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + + + diff --git a/integration-tests/mtls-certificates/pom.xml b/integration-tests/mtls-certificates/pom.xml index 5209a355df098..68722fa2fdf02 100644 --- a/integration-tests/mtls-certificates/pom.xml +++ b/integration-tests/mtls-certificates/pom.xml @@ -1,122 +1,118 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-mtls-certificates + Quarkus - Integration Tests - mTLS Client Certificate tests - quarkus-integration-test-mtls-certificates - Quarkus - Integration Tests - mTLS Client Certificate tests + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-security + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.smallrye.certs + smallrye-certificate-generator-junit5 + test + - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-security - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - io.smallrye.certs - smallrye-certificate-generator-junit5 - test - - - - - - - io.quarkus - quarkus-security-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + - + + + io.quarkus + quarkus-security-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + + + + native + + + native + + + + true + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-failsafe-plugin + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + + + + + - - - - native - - - native - - - - - - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - true - - - + + + diff --git a/integration-tests/mutiny-native-jctools/pom.xml b/integration-tests/mutiny-native-jctools/pom.xml index 63745714cff8d..7f350c9efac75 100644 --- a/integration-tests/mutiny-native-jctools/pom.xml +++ b/integration-tests/mutiny-native-jctools/pom.xml @@ -1,104 +1,102 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-mutiny-native-jctools + quarkus-integration-test-mutiny-native-jctools - Quarkus - Integration Tests - Mutiny native JCTools support + Quarkus - Integration Tests - Mutiny native JCTools support - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-client - - - io.quarkus - quarkus-mutiny - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-client + + + io.quarkus + quarkus-mutiny + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mutiny-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mutiny-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/narayana-jta/pom.xml b/integration-tests/narayana-jta/pom.xml index 3138ba3c0642b..9917cc156417d 100644 --- a/integration-tests/narayana-jta/pom.xml +++ b/integration-tests/narayana-jta/pom.xml @@ -1,116 +1,115 @@ - - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-narayana-jta - Quarkus - Integration Tests - Narayana JTA CDI + quarkus-integration-test-narayana-jta + Quarkus - Integration Tests - Narayana JTA CDI - - - io.quarkus - quarkus-agroal - - - io.quarkus - quarkus-narayana-jta - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-jdbc-h2 - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-agroal + + + io.quarkus + quarkus-narayana-jta + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-jdbc-h2 + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-agroal-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-narayana-jta-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-agroal-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-narayana-jta-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/narayana-lra/pom.xml b/integration-tests/narayana-lra/pom.xml index 5c13887edf3a9..fc90ccbc9220d 100644 --- a/integration-tests/narayana-lra/pom.xml +++ b/integration-tests/narayana-lra/pom.xml @@ -1,156 +1,155 @@ - - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-narayana-lra - Quarkus - Integration Tests - Narayana LRA Coordinator and Participant + quarkus-integration-test-narayana-lra + Quarkus - Integration Tests - Narayana LRA Coordinator and Participant - - 8081 - + + 8081 + - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-resteasy-client - - - io.quarkus - quarkus-narayana-lra - + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-resteasy-client + + + io.quarkus + quarkus-narayana-lra + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.testcontainers - testcontainers - test - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.junit.jupiter + junit-jupiter-api + test + + + org.testcontainers + testcontainers + test + - - - io.quarkus - quarkus-narayana-lra-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-deployment - ${project.version} - pom - test - - - * - * - - - - - + + + io.quarkus + quarkus-narayana-lra-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + + + + test-narayana-lra + + + test-containers + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - test-narayana-lra - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - native-image - - - native - - - - - + + + + native-image + + + native + + + + + diff --git a/integration-tests/narayana-stm/pom.xml b/integration-tests/narayana-stm/pom.xml index 9a6a817fa2b2e..89128fd9b56c3 100644 --- a/integration-tests/narayana-stm/pom.xml +++ b/integration-tests/narayana-stm/pom.xml @@ -1,77 +1,76 @@ - - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-narayana-stm - Quarkus - Integration Tests - Narayana STM + quarkus-integration-test-narayana-stm + Quarkus - Integration Tests - Narayana STM - - - io.quarkus - quarkus-narayana-stm - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-narayana-stm + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-narayana-stm-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-narayana-stm-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/native-config-profile/pom.xml b/integration-tests/native-config-profile/pom.xml index 4bc0894574d9f..2829277fe4f8f 100644 --- a/integration-tests/native-config-profile/pom.xml +++ b/integration-tests/native-config-profile/pom.xml @@ -1,130 +1,128 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../ + - quarkus-integration-test-native-config-profile - Quarkus - Integration Tests - Native Configuration Profile - Native Configuration Profile + quarkus-integration-test-native-config-profile + Quarkus - Integration Tests - Native Configuration Profile + Native Configuration Profile - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-resteasy - + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-resteasy + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + false + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + default-test + + + + + + - + + + native-image + + + native + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - false - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - default-test - - - - + + io.quarkus + quarkus-maven-plugin + + + + + alt-profile + + + + + - - - - - native-image - - - native - - - - - - io.quarkus - quarkus-maven-plugin - - - - - alt-profile - - - - - - - - - + + + diff --git a/integration-tests/no-awt/pom.xml b/integration-tests/no-awt/pom.xml index 7b8b1a3b46f22..fbd700e795fdf 100644 --- a/integration-tests/no-awt/pom.xml +++ b/integration-tests/no-awt/pom.xml @@ -1,100 +1,98 @@ - - 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - - quarkus-integration-test-no-awt - Quarkus - Integration Tests - No AWT - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-resteasy - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-no-awt + Quarkus - Integration Tests - No AWT + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-resteasy + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + - + - - - - src/test/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-surefire-plugin - - 1 - false - - - - + + + + true + src/test/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + maven-surefire-plugin + + 1 + false + + + + diff --git a/integration-tests/observability-lgtm-prometheus/pom.xml b/integration-tests/observability-lgtm-prometheus/pom.xml index c424451aa2ffd..82511cf150f04 100644 --- a/integration-tests/observability-lgtm-prometheus/pom.xml +++ b/integration-tests/observability-lgtm-prometheus/pom.xml @@ -1,127 +1,126 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-observability-lgtm-prometheus - Quarkus - Integration Tests - Observability LGTM Prometheus + quarkus-integration-test-observability-lgtm-prometheus + Quarkus - Integration Tests - Observability LGTM Prometheus - - - io.quarkus - quarkus-observability-devservices-lgtm - - - io.quarkus - quarkus-rest - - - - io.quarkus - quarkus-micrometer-registry-prometheus - - - io.quarkus - quarkus-opentelemetry - - - com.fasterxml.jackson.core - jackson-databind - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-observability - ${project.version} - test - + + + io.quarkus + quarkus-observability-devservices-lgtm + + + io.quarkus + quarkus-rest + + + + io.quarkus + quarkus-micrometer-registry-prometheus + + + io.quarkus + quarkus-opentelemetry + + + com.fasterxml.jackson.core + jackson-databind + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-observability + ${project.version} + + test + - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/observability-lgtm/pom.xml b/integration-tests/observability-lgtm/pom.xml index d9dc7ae4b7ead..21921d86ebcf2 100644 --- a/integration-tests/observability-lgtm/pom.xml +++ b/integration-tests/observability-lgtm/pom.xml @@ -1,139 +1,138 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-observability-lgtm - Quarkus - Integration Tests - Observability LGTM + quarkus-integration-test-observability-lgtm + Quarkus - Integration Tests - Observability LGTM - - - io.quarkus - quarkus-observability-devservices-lgtm - - - io.quarkus - quarkus-rest - - - - io.quarkus - quarkus-micrometer-opentelemetry - - - com.fasterxml.jackson.core - jackson-databind - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-observability - ${project.version} - test - + + + io.quarkus + quarkus-observability-devservices-lgtm + + + io.quarkus + quarkus-rest + + + + io.quarkus + quarkus-micrometer-opentelemetry + + + com.fasterxml.jackson.core + jackson-databind + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-observability + ${project.version} + + test + - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-surefire-plugin - - - default-test - - test - - - - devmode - - - - devmode-test - - test - - - - devmode - - - - - - - + + + + + + diff --git a/integration-tests/oidc-client-reactive/pom.xml b/integration-tests/oidc-client-reactive/pom.xml index caab893e3c940..0a8bb9cd34cc4 100644 --- a/integration-tests/oidc-client-reactive/pom.xml +++ b/integration-tests/oidc-client-reactive/pom.xml @@ -1,207 +1,205 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../ + - quarkus-integration-test-oidc-client-reactive - Quarkus - Integration Tests - OpenID Connect Client Reactive - Module that contains OpenID Connect Client tests using Quarkus REST + quarkus-integration-test-oidc-client-reactive + Quarkus - Integration Tests - OpenID Connect Client Reactive + Module that contains OpenID Connect Client tests using Quarkus REST - - http://localhost:8180/auth - + + http://localhost:8180/auth + - - - org.eclipse.angus - angus-activation - - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - io.quarkus - quarkus-oidc-client - - - io.quarkus - quarkus-oidc-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-oidc-filter - - - io.quarkus - quarkus-rest-client-oidc-filter-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client - - - io.quarkus - quarkus-rest-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - + + + org.eclipse.angus + angus-activation + + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + io.quarkus + quarkus-oidc-client + + + io.quarkus + quarkus-oidc-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-oidc-filter + + + io.quarkus + quarkus-rest-client-oidc-filter-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client + + + io.quarkus + quarkus-rest-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + + + + + test-keycloak + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + ${keycloak.url} + + + + + maven-failsafe-plugin + + false + + ${keycloak.url} + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - ${keycloak.url} - - - - - maven-failsafe-plugin - - false - - ${keycloak.url} - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - - + + + diff --git a/integration-tests/oidc-client-registration/pom.xml b/integration-tests/oidc-client-registration/pom.xml index 1c064689bcba6..381942a5c8faf 100644 --- a/integration-tests/oidc-client-registration/pom.xml +++ b/integration-tests/oidc-client-registration/pom.xml @@ -1,164 +1,162 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../ + - quarkus-integration-test-oidc-client-registration - Quarkus - Integration Tests - OIDC Client Registration - Module that tests dynamic OIDC Client Registration + quarkus-integration-test-oidc-client-registration + Quarkus - Integration Tests - OIDC Client Registration + Module that tests dynamic OIDC Client Registration - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - org.awaitility - awaitility - test - - - io.quarkus - quarkus-oidc - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-client-registration - - - io.quarkus - quarkus-oidc-client-registration-deployment - ${project.version} - pom - test - - - * - * - - - - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.htmlunit - htmlunit - test - - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + org.awaitility + awaitility + test + + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-client-registration + + + io.quarkus + quarkus-oidc-client-registration-deployment + ${project.version} + pom + test + + + * + * + + + + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.htmlunit + htmlunit + test + + + + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-keycloak + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - - + + + diff --git a/integration-tests/oidc-client-wiremock/pom.xml b/integration-tests/oidc-client-wiremock/pom.xml index 668b25ec8b233..af125a6d0b2e5 100644 --- a/integration-tests/oidc-client-wiremock/pom.xml +++ b/integration-tests/oidc-client-wiremock/pom.xml @@ -1,124 +1,122 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../ + - quarkus-integration-test-oidc-client-wiremock - Quarkus - Integration Tests - OpenID Connect Client Wiremock - Module that contains OpenID Connect Client tests using Wiremock + quarkus-integration-test-oidc-client-wiremock + Quarkus - Integration Tests - OpenID Connect Client Wiremock + Module that contains OpenID Connect Client tests using Wiremock - - - - io.quarkus - quarkus-junit5 - test - - - org.wiremock - wiremock-standalone - test - - - jakarta.servlet - jakarta.servlet-api - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-mutiny - - - io.quarkus - quarkus-resteasy-mutiny-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-oidc-filter - - - io.quarkus - quarkus-resteasy-client-oidc-filter-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + io.quarkus + quarkus-junit5 + test + + + org.wiremock + wiremock-standalone + test + + + jakarta.servlet + jakarta.servlet-api + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-mutiny + + + io.quarkus + quarkus-resteasy-mutiny-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-oidc-filter + + + io.quarkus + quarkus-resteasy-client-oidc-filter-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - maven-surefire-plugin - - - maven-failsafe-plugin - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + + maven-failsafe-plugin + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/oidc-client/pom.xml b/integration-tests/oidc-client/pom.xml index c3eed4e3b0f9c..9926692832186 100644 --- a/integration-tests/oidc-client/pom.xml +++ b/integration-tests/oidc-client/pom.xml @@ -1,261 +1,259 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../ + - quarkus-integration-test-oidc-client - Quarkus - Integration Tests - OpenID Connect Client - Module that contains OpenID Connect Client tests + quarkus-integration-test-oidc-client + Quarkus - Integration Tests - OpenID Connect Client + Module that contains OpenID Connect Client tests - - http://localhost:8180/auth - https://localhost:8543/auth - + + http://localhost:8180/auth + https://localhost:8543/auth + - - - org.eclipse.angus - angus-activation - - - - org.keycloak - keycloak-client-common-synced - test - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-oidc-filter - - - io.quarkus - quarkus-resteasy-client-oidc-filter-deployment - ${project.version} - pom - test - - - * - * - - - + + + org.eclipse.angus + angus-activation + + + + org.keycloak + keycloak-client-common-synced + test + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-oidc-filter + + + io.quarkus + quarkus-resteasy-client-oidc-filter-deployment + ${project.version} + pom + test + + + * + * + + + - - io.quarkus - quarkus-oidc - - + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + + + + + test-keycloak + + + test-containers + + + + + + maven-surefire-plugin + + false + + ${keycloak.ssl.url} + + + + + maven-failsafe-plugin + + false + + ${keycloak.ssl.url} + + + + io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - + quarkus-maven-plugin + + + + build + + + + + + + - - - - src/main/resources - true - - + + docker-keycloak + + + start-containers + + + - - maven-surefire-plugin + + io.fabric8 + docker-maven-plugin + + + + ${keycloak.docker.legacy.image} + quarkus-test-keycloak + + + 8180:8080 + 8543:8443 + + + admin + admin + + + Keycloak: + default + cyan + + + + + http://localhost:8180 + + + + + + + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources - true + ${docker-prune.location} - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + + - - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - ${keycloak.ssl.url} - - - - - maven-failsafe-plugin - - false - - ${keycloak.ssl.url} - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - - - - docker-keycloak - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${keycloak.docker.legacy.image} - quarkus-test-keycloak - - - 8180:8080 - 8543:8443 - - - admin - admin - - - Keycloak: - default - cyan - - - - - http://localhost:8180 - - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + + + diff --git a/integration-tests/oidc-code-flow/pom.xml b/integration-tests/oidc-code-flow/pom.xml index 93d59874efedf..74ef3f4ea71db 100644 --- a/integration-tests/oidc-code-flow/pom.xml +++ b/integration-tests/oidc-code-flow/pom.xml @@ -1,237 +1,235 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-oidc-code-flow - Quarkus - Integration Tests - OpenID Connect Adapter Code Flow - Module that contains OpenID Connect Code Flow related tests + quarkus-integration-test-oidc-code-flow + Quarkus - Integration Tests - OpenID Connect Adapter Code Flow + Module that contains OpenID Connect Code Flow related tests - - - io.quarkus - quarkus-oidc - - - io.quarkus - quarkus-smallrye-jwt-build - - - io.quarkus - quarkus-smallrye-health - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-micrometer - - - io.quarkus - quarkus-oidc-client - + + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-smallrye-jwt-build + + + io.quarkus + quarkus-smallrye-health + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-micrometer + + + io.quarkus + quarkus-oidc-client + - - io.quarkus - quarkus-test-security-oidc - test - - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-keycloak-server - test - - - org.keycloak - keycloak-client-common-synced - test - - - org.eclipse.angus - angus-activation - - - io.rest-assured - rest-assured - test - - - org.htmlunit - htmlunit - test - - - org.awaitility - awaitility - test - + + io.quarkus + quarkus-test-security-oidc + test + + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-keycloak-server + test + + + org.keycloak + keycloak-client-common-synced + test + + + org.eclipse.angus + angus-activation + + + io.rest-assured + rest-assured + test + + + org.htmlunit + htmlunit + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-jwt-build-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-jwt-build-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-keycloak + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - + + - + diff --git a/integration-tests/oidc-dev-services/pom.xml b/integration-tests/oidc-dev-services/pom.xml index b23769f527986..0d3a7c1731c94 100644 --- a/integration-tests/oidc-dev-services/pom.xml +++ b/integration-tests/oidc-dev-services/pom.xml @@ -1,132 +1,130 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-oidc-dev-services - Quarkus - Integration Tests - Dev Services for OIDC - Dev Services for OIDC integration tests module + quarkus-integration-test-oidc-dev-services + Quarkus - Integration Tests - Dev Services for OIDC + Dev Services for OIDC integration tests module - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-oidc - - - io.quarkus - quarkus-websockets-next - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.htmlunit - htmlunit - test - - - org.eclipse.jetty - * - - - - - io.quarkus - quarkus-test-oidc-server - test - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-websockets-next-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-websockets-next + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.htmlunit + htmlunit + test + + + org.eclipse.jetty + * + + + + + io.quarkus + quarkus-test-oidc-server + test + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-websockets-next-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - maven-surefire-plugin - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + + maven-surefire-plugin + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + - - - - - - windows - - - - true - - - + + + + + + windows + + + + true + + + diff --git a/integration-tests/oidc-dpop/pom.xml b/integration-tests/oidc-dpop/pom.xml index 86825fb430f3d..b8ae2bf1d7893 100644 --- a/integration-tests/oidc-dpop/pom.xml +++ b/integration-tests/oidc-dpop/pom.xml @@ -1,156 +1,154 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../ + - quarkus-integration-test-oidc-dpop - Quarkus - Integration Tests - OpenID Connect DPoP - Module that contains OpenID Connect DPoP tests + quarkus-integration-test-oidc-dpop + Quarkus - Integration Tests - OpenID Connect DPoP + Module that contains OpenID Connect DPoP tests - - - io.quarkus - quarkus-oidc - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.htmlunit - htmlunit - test - - + + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.htmlunit + htmlunit + test + + + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - + + + test-keycloak + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + ${keycloak.url} + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - ${keycloak.url} - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - - + + + diff --git a/integration-tests/oidc-mtls/pom.xml b/integration-tests/oidc-mtls/pom.xml index 7b6b331e319be..7d223bd7dd1bb 100644 --- a/integration-tests/oidc-mtls/pom.xml +++ b/integration-tests/oidc-mtls/pom.xml @@ -1,180 +1,184 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-oidc-mtls - Quarkus - Integration Tests - OIDC and mTLS authentication - OIDC and mTLS authentication integration tests module + quarkus-integration-test-oidc-mtls + Quarkus - Integration Tests - OIDC and mTLS authentication + OIDC and mTLS authentication integration tests module - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-oidc - - - io.quarkus - quarkus-tls-registry - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-keycloak-server - test - - - io.rest-assured - rest-assured - test - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-tls-registry-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-tls-registry + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-keycloak-server + test + + + io.rest-assured + rest-assured + test + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-tls-registry-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + + io.smallrye.certs + smallrye-certificate-generator-maven-plugin + + + + oidc + + + + PEM + PKCS12 + + password + + backend-service + + 2 + + true + + + + + + + + generate + + generate-test-resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - + + + test-keycloak + + + test-containers + + + - - io.smallrye.certs - smallrye-certificate-generator-maven-plugin - - - generate-test-resources - - generate - - - - - - - oidc - - PEM - PKCS12 - - password - backend-service - 2 - true - - - - - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - - + + + diff --git a/integration-tests/oidc-tenancy/pom.xml b/integration-tests/oidc-tenancy/pom.xml index e62e1bea953cb..98e05207056ba 100644 --- a/integration-tests/oidc-tenancy/pom.xml +++ b/integration-tests/oidc-tenancy/pom.xml @@ -1,218 +1,216 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-oidc-tenancy - Quarkus - Integration Tests - Multi-Tenant OpenID Connect Adapter - Module that contains OpenID Connect Multi-Tenancy related tests + quarkus-integration-test-oidc-tenancy + Quarkus - Integration Tests - Multi-Tenant OpenID Connect Adapter + Module that contains OpenID Connect Multi-Tenancy related tests - - - io.quarkus - quarkus-oidc - - - io.quarkus - quarkus-oidc-client - - - io.quarkus - quarkus-smallrye-jwt-build - - - io.quarkus - quarkus-resteasy-jackson - - - org.eclipse.angus - angus-activation - - - io.quarkus - quarkus-websockets-next - + + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-oidc-client + + + io.quarkus + quarkus-smallrye-jwt-build + + + io.quarkus + quarkus-resteasy-jackson + + + org.eclipse.angus + angus-activation + + + io.quarkus + quarkus-websockets-next + - - - org.keycloak - keycloak-client-common-synced - test - - - io.quarkus - quarkus-test-keycloak-server - test - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.htmlunit - htmlunit - test - - - org.awaitility - awaitility - test - - - io.quarkus - quarkus-test-security-oidc - test - - - - io.quarkus - quarkus-smallrye-jwt-build-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-websockets-next-deployment - ${project.version} - pom - test - - - * - * - - - - + + + org.keycloak + keycloak-client-common-synced + test + + + io.quarkus + quarkus-test-keycloak-server + test + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.htmlunit + htmlunit + test + + + org.awaitility + awaitility + test + + + io.quarkus + quarkus-test-security-oidc + test + + + + io.quarkus + quarkus-smallrye-jwt-build-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-websockets-next-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + + + + + test-keycloak + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - - + + + diff --git a/integration-tests/oidc-token-propagation-reactive/pom.xml b/integration-tests/oidc-token-propagation-reactive/pom.xml index 47b8de765c8a3..7b25144776bfb 100644 --- a/integration-tests/oidc-token-propagation-reactive/pom.xml +++ b/integration-tests/oidc-token-propagation-reactive/pom.xml @@ -1,180 +1,178 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../ + - quarkus-integration-test-rest-client-oidc-token-propagation - Quarkus - Integration Tests - REST Client - OpenID Connect Token Propagation + quarkus-integration-test-rest-client-oidc-token-propagation + Quarkus - Integration Tests - REST Client - OpenID Connect Token Propagation - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-test-security-oidc - test - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.htmlunit - htmlunit - test - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-oidc-token-propagation - - - io.quarkus - quarkus-rest-client-oidc-token-propagation-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-test-security-oidc + test + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.htmlunit + htmlunit + test + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-oidc-token-propagation + + + io.quarkus + quarkus-rest-client-oidc-token-propagation-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + + + + + test-keycloak + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - + + - + diff --git a/integration-tests/oidc-token-propagation/pom.xml b/integration-tests/oidc-token-propagation/pom.xml index 16b004cd972b5..4f972b5d801f7 100644 --- a/integration-tests/oidc-token-propagation/pom.xml +++ b/integration-tests/oidc-token-propagation/pom.xml @@ -1,184 +1,182 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../ + - quarkus-integration-test-resteasy-client-oidc-token-propagation - Quarkus - Integration Tests - RESTEasy Client OpenID Connect Token Propagation + quarkus-integration-test-resteasy-client-oidc-token-propagation + Quarkus - Integration Tests - RESTEasy Client OpenID Connect Token Propagation - - - org.jboss.logging - commons-logging-jboss-logging - - - org.eclipse.angus - angus-activation - - - - org.keycloak - keycloak-client-common-synced - test - - - io.quarkus - quarkus-test-keycloak-server - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-oidc-token-propagation - - - io.quarkus - quarkus-resteasy-client-oidc-token-propagation-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-oidc-filter - - - io.quarkus - quarkus-resteasy-client-oidc-filter-deployment - ${project.version} - pom - test - - - * - * - - - + + + org.jboss.logging + commons-logging-jboss-logging + + + org.eclipse.angus + angus-activation + + + + org.keycloak + keycloak-client-common-synced + test + + + io.quarkus + quarkus-test-keycloak-server + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-oidc-token-propagation + + + io.quarkus + quarkus-resteasy-client-oidc-token-propagation-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-oidc-filter + + + io.quarkus + quarkus-resteasy-client-oidc-filter-deployment + ${project.version} + pom + test + + + * + * + + + - - io.quarkus - quarkus-oidc - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + + + + + test-keycloak + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - - + + + diff --git a/integration-tests/oidc-wiremock-logout/pom.xml b/integration-tests/oidc-wiremock-logout/pom.xml index 546a318c317c7..299d795df9611 100644 --- a/integration-tests/oidc-wiremock-logout/pom.xml +++ b/integration-tests/oidc-wiremock-logout/pom.xml @@ -1,111 +1,108 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-oidc-wiremock-logout - Quarkus - Integration Tests - OpenID Connect Adapter WireMock Logout - Module that contains OpenID Connect logout related tests using WireMock + quarkus-integration-test-oidc-wiremock-logout + Quarkus - Integration Tests - OpenID Connect Adapter WireMock Logout + Module that contains OpenID Connect logout related tests using WireMock - - - io.quarkus - quarkus-oidc - - - io.quarkus - quarkus-rest-jackson - - - - - io.quarkus - quarkus-test-oidc-server - test - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.htmlunit - htmlunit - test - - - org.eclipse.jetty - * - - - - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-rest-jackson + - - - - maven-surefire-plugin - - - maven-failsafe-plugin - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + io.quarkus + quarkus-test-oidc-server + test + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.htmlunit + htmlunit + test + + + org.eclipse.jetty + * + + + + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + maven-surefire-plugin + + + maven-failsafe-plugin + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/oidc-wiremock-providers/pom.xml b/integration-tests/oidc-wiremock-providers/pom.xml index 25f98f412045c..bb7ed808f08f1 100644 --- a/integration-tests/oidc-wiremock-providers/pom.xml +++ b/integration-tests/oidc-wiremock-providers/pom.xml @@ -1,106 +1,103 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-oidc-wiremock-providers - Quarkus - Integration Tests - OpenID Connect Adapter WireMock - Well-known Providers - Module that contains OpenID Connect Well-known Providers related tests using WireMock + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-oidc - - - io.quarkus - quarkus-rest-jackson - + quarkus-integration-test-oidc-wiremock-providers + Quarkus - Integration Tests - OpenID Connect Adapter WireMock - Well-known Providers + Module that contains OpenID Connect Well-known Providers related tests using WireMock - - - io.quarkus - quarkus-test-oidc-server - test - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.htmlunit - htmlunit - test - - - org.eclipse.jetty - * - - - - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-rest-jackson + - - - - maven-surefire-plugin - - - maven-failsafe-plugin - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + io.quarkus + quarkus-test-oidc-server + test + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.htmlunit + htmlunit + test + + + org.eclipse.jetty + * + + + + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + maven-surefire-plugin + + + maven-failsafe-plugin + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/oidc-wiremock/pom.xml b/integration-tests/oidc-wiremock/pom.xml index bc89fbb757485..0ef3c9a778155 100644 --- a/integration-tests/oidc-wiremock/pom.xml +++ b/integration-tests/oidc-wiremock/pom.xml @@ -1,162 +1,159 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-oidc-wiremock - Quarkus - Integration Tests - OpenID Connect Adapter WireMock - Module that contains OpenID Connect related tests using WireMock + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-oidc - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-smallrye-health - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-websockets-next - + quarkus-integration-test-oidc-wiremock + Quarkus - Integration Tests - OpenID Connect Adapter WireMock + Module that contains OpenID Connect related tests using WireMock - - - io.quarkus - quarkus-test-oidc-server - test - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - io.smallrye.certs - smallrye-certificate-generator - test - - - org.htmlunit - htmlunit - test - - - org.eclipse.jetty - * - - - - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-websockets-next-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-smallrye-health + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-websockets-next + - - - - maven-surefire-plugin - - - maven-failsafe-plugin - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - + + + io.quarkus + quarkus-test-oidc-server + test + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.smallrye.certs + smallrye-certificate-generator + test + + + org.htmlunit + htmlunit + test + + + org.eclipse.jetty + * + + + + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-websockets-next-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + maven-surefire-plugin + + + maven-failsafe-plugin + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + diff --git a/integration-tests/oidc/pom.xml b/integration-tests/oidc/pom.xml index b780923872b34..5ab74386c8713 100644 --- a/integration-tests/oidc/pom.xml +++ b/integration-tests/oidc/pom.xml @@ -1,214 +1,218 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-oidc - Quarkus - Integration Tests - OpenID Connect Adapter - Module that contains OpenID Connect related tests + quarkus-integration-test-oidc + Quarkus - Integration Tests - OpenID Connect Adapter + Module that contains OpenID Connect related tests - - - io.quarkus - quarkus-oidc - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-websockets - - - io.quarkus - quarkus-test-keycloak-server - test - - - org.keycloak - keycloak-client-common-synced - test - - - org.eclipse.angus - angus-activation - - - io.quarkus - quarkus-test-security-oidc - test - + + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-websockets + + + io.quarkus + quarkus-test-keycloak-server + test + + + org.keycloak + keycloak-client-common-synced + test + + + org.eclipse.angus + angus-activation + + + io.quarkus + quarkus-test-security-oidc + test + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-websockets-deployment - ${project.version} - pom - test - - - * - * - - - - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-websockets-deployment + ${project.version} + pom + test + + + * + * + + + + - + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + io.smallrye.certs + smallrye-certificate-generator-maven-plugin + + + + oidc + + + + PEM + PKCS12 + + password + + backend-service + + 2 + + true + + + + + + + + generate + + generate-test-resources + + + + + + + + + test-keycloak + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - io.smallrye.certs - smallrye-certificate-generator-maven-plugin - - - generate-test-resources - - generate - - - - - - - oidc - - PEM - PKCS12 - - password - backend-service - 2 - true - - - - + + maven-surefire-plugin + + false + + ${keycloak.server.version} + + + + + maven-failsafe-plugin + + false + + ${keycloak.server.version} + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - ${keycloak.server.version} - - - - - maven-failsafe-plugin - - false - - ${keycloak.server.version} - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - - + + + diff --git a/integration-tests/openapi/pom.xml b/integration-tests/openapi/pom.xml index b6ad484e08818..dd16212f9973c 100644 --- a/integration-tests/openapi/pom.xml +++ b/integration-tests/openapi/pom.xml @@ -1,176 +1,174 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-openapi + Quarkus - Integration Tests - OpenAPI + The openapi integration tests module + + + + io.quarkus + quarkus-smallrye-openapi + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-reactive-routes + + + io.quarkus + quarkus-spring-web + - quarkus-integration-test-openapi - Quarkus - Integration Tests - OpenAPI - The openapi integration tests module + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-component + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-security + test + - - - io.quarkus - quarkus-smallrye-openapi - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-reactive-routes - - - io.quarkus - quarkus-spring-web - - - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-component - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-security - test - - - - - io.quarkus - quarkus-reactive-routes-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-openapi-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-web-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-reactive-routes-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-openapi-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-web-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + alphabetical + + + + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - alphabetical - - - - + - - - - native-image - - - native - - - - - true - - + + native-image + + + native + + + + + true + + - - no-native - - - !native - - - - - uber-jar - - + + uber-jar + + - + diff --git a/integration-tests/openshift-client/pom.xml b/integration-tests/openshift-client/pom.xml index a5bb07ea7c7d1..cc695478d5765 100644 --- a/integration-tests/openshift-client/pom.xml +++ b/integration-tests/openshift-client/pom.xml @@ -1,143 +1,140 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-openshift-client - Quarkus - Integration Tests - OpenShift Client + quarkus-integration-test-openshift-client + Quarkus - Integration Tests - OpenShift Client - - true - + + true + - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-openshift-client - ${project.version} - - - io.fabric8 - openshift-model-hive - - - io.fabric8 - openshift-model-miscellaneous - - - io.fabric8 - openshift-model-operator - - - io.fabric8 - openshift-model-operatorhub - - - - - io.quarkus - quarkus-test-kubernetes-client - ${project.version} - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-openshift-client + ${project.version} + + + io.fabric8 + openshift-model-hive + + + io.fabric8 + openshift-model-miscellaneous + + + io.fabric8 + openshift-model-operator + + + io.fabric8 + openshift-model-operatorhub + + + + + io.quarkus + quarkus-test-kubernetes-client + ${project.version} + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-openshift-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-openshift-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce - ${maven-enforcer-plugin.phase} - - enforce - - - - - - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce + + enforce + + ${maven-enforcer-plugin.phase} + + + + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + + + + + + diff --git a/integration-tests/opentelemetry-exporter-logging/pom.xml b/integration-tests/opentelemetry-exporter-logging/pom.xml index a16777018f8f2..bd52a524f9a41 100644 --- a/integration-tests/opentelemetry-exporter-logging/pom.xml +++ b/integration-tests/opentelemetry-exporter-logging/pom.xml @@ -1,170 +1,167 @@ - + - 4.0.0 + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-opentelemetry-exporter-logging - Quarkus - Integration Tests - OpenTelemetry exporter logging + quarkus-integration-test-opentelemetry-exporter-logging + Quarkus - Integration Tests - OpenTelemetry exporter logging - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-opentelemetry - - - io.opentelemetry - opentelemetry-exporter-logging - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - test - - - org.awaitility - awaitility - test - - - io.rest-assured - rest-assured - test - - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-opentelemetry + + + io.opentelemetry + opentelemetry-exporter-logging + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test + + + io.rest-assured + rest-assured + test + + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + - + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - false - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + false + + + + + - - - native-image - - - native - - + + + native-image + + + native + + - - true - + + true + - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - false - - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + false + + + - - maven-failsafe-plugin - - - - integration-test - verify - - - - false - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - + + maven-failsafe-plugin + + + + integration-test + verify + + + + false + ${project.build.directory}/${project.build.finalName}-runner + + + + + + + + + diff --git a/integration-tests/opentelemetry-grpc-only/pom.xml b/integration-tests/opentelemetry-grpc-only/pom.xml index a5e12b703fb45..3841a3718b757 100644 --- a/integration-tests/opentelemetry-grpc-only/pom.xml +++ b/integration-tests/opentelemetry-grpc-only/pom.xml @@ -1,140 +1,137 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-opentelemetry-grpc-only - Quarkus - Integration Tests - OpenTelemetry gRPC Only + quarkus-integration-test-opentelemetry-grpc-only + Quarkus - Integration Tests - OpenTelemetry gRPC Only - - - io.quarkus - quarkus-grpc - - - io.quarkus - quarkus-opentelemetry - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-junit5 - test - + + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-opentelemetry + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-junit5 + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + - + - - - - io.quarkus - quarkus-maven-plugin - - - - build - generate-code - generate-code-tests - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + generate-code + generate-code-tests + + + + + + - - - native-image - - - native - - + + + native-image + + + native + + - - true - + + true + - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + - - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - + + maven-failsafe-plugin + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + + + + + + + + + diff --git a/integration-tests/opentelemetry-grpc/pom.xml b/integration-tests/opentelemetry-grpc/pom.xml index 6a6bf38f40531..b197911d93283 100644 --- a/integration-tests/opentelemetry-grpc/pom.xml +++ b/integration-tests/opentelemetry-grpc/pom.xml @@ -1,178 +1,173 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - - - quarkus-integration-test-opentelemetry-grpc - Quarkus - Integration Tests - OpenTelemetry gRPC + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-opentelemetry - + quarkus-integration-test-opentelemetry-grpc + Quarkus - Integration Tests - OpenTelemetry gRPC - - io.quarkus - quarkus-grpc - + + + io.quarkus + quarkus-opentelemetry + - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-jackson - + + io.quarkus + quarkus-grpc + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-jackson + - - - io.opentelemetry - opentelemetry-sdk-testing - + + + io.opentelemetry + opentelemetry-sdk-testing + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - generate-code - generate-code-tests - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + generate-code + generate-code-tests + + + + + + - - - native-image - - - native - - + + + native-image + + + native + + - - true - + + true + - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + - - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - + + maven-failsafe-plugin + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + + + + + + + + + diff --git a/integration-tests/opentelemetry-jdbc-instrumentation/pom.xml b/integration-tests/opentelemetry-jdbc-instrumentation/pom.xml index af9ae784f3624..c9305323eeb71 100644 --- a/integration-tests/opentelemetry-jdbc-instrumentation/pom.xml +++ b/integration-tests/opentelemetry-jdbc-instrumentation/pom.xml @@ -1,424 +1,420 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-opentelemetry-jdbc-instrumentation + Quarkus - Integration Tests - OpenTelemetry JDBC instrumentation + + + + io.quarkus + quarkus-opentelemetry + + + + + io.quarkus + quarkus-rest-jackson + - quarkus-integration-test-opentelemetry-jdbc-instrumentation - Quarkus - Integration Tests - OpenTelemetry JDBC instrumentation + + + io.opentelemetry + opentelemetry-sdk-testing + - - - io.quarkus - quarkus-opentelemetry - + + + io.quarkus + quarkus-jdbc-oracle + + + io.quarkus + quarkus-jdbc-postgresql + + + io.quarkus + quarkus-jdbc-mariadb + + + io.quarkus + quarkus-jdbc-db2 + + + io.quarkus + quarkus-hibernate-orm-panache + + + io.quarkus + quarkus-jdbc-h2 + - - - io.quarkus - quarkus-rest-jackson - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.testcontainers + testcontainers + test + + + org.testcontainers + oracle-xe + test + + + junit + junit + + + + + org.testcontainers + postgresql + test + + + junit + junit + + + + + org.testcontainers + mariadb + test + + + junit + junit + + + + + org.testcontainers + db2 + test + + + junit + junit + + + - - - io.opentelemetry - opentelemetry-sdk-testing - + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-oracle-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-mariadb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-db2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + - - - io.quarkus - quarkus-jdbc-oracle - - - io.quarkus - quarkus-jdbc-postgresql - - - io.quarkus - quarkus-jdbc-mariadb - - - io.quarkus - quarkus-jdbc-db2 - - - io.quarkus - quarkus-hibernate-orm-panache - - - io.quarkus - quarkus-jdbc-h2 - + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.testcontainers - testcontainers - test - - - org.testcontainers - oracle-xe - test - - - junit - junit - - - - - org.testcontainers - postgresql - test - - - junit - junit - - - - - org.testcontainers - mariadb - test - - - junit - junit - - - - - org.testcontainers - db2 - test - - - junit - junit - - - + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-oracle-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-mariadb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-postgresql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-db2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - + + + native-image + + + native + + - + + true + - + - - maven-surefire-plugin + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + + + + maven-failsafe-plugin + + + + integration-test + verify + - true + + ${project.build.directory}/${project.build.finalName}-runner + - - - maven-failsafe-plugin + + + + + + + + test-jdbc-instrumentation + + + test-containers + + + + + + maven-surefire-plugin + + false + + ${oracle.image} + ${postgres.image} + ${mariadb.image} + ${db2.image} + + + + + maven-failsafe-plugin + + false + + ${oracle.image} + ${postgres.image} + ${mariadb.image} + ${db2.image} + + + + + + + + test-jdbc-instrumentation-docker-oracle + + + start-containers + + + + + + io.fabric8 + docker-maven-plugin + + + + ${oracle.image} + + + 1521:1521 + + + quarkus + + + Oracle Database: + default + red + + + + + + + yes + + + + + + + + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources - true + ${docker-prune.location} - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + + - - - - - native-image - - - native - - - - - true - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - - - - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - - test-jdbc-instrumentation - - - test-containers - - - - - - maven-surefire-plugin - - false - - ${oracle.image} - ${postgres.image} - ${mariadb.image} - ${db2.image} - - - - - maven-failsafe-plugin - - false - - ${oracle.image} - ${postgres.image} - ${mariadb.image} - ${db2.image} - - - - - - - - test-jdbc-instrumentation-docker-oracle - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${oracle.image} - - - 1521:1521 - - - quarkus - - - Oracle Database: - default - red - - - - - - - yes - - - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + + + diff --git a/integration-tests/opentelemetry-minimal/pom.xml b/integration-tests/opentelemetry-minimal/pom.xml index 7dccd1b87b7a5..5af36141c1ccd 100644 --- a/integration-tests/opentelemetry-minimal/pom.xml +++ b/integration-tests/opentelemetry-minimal/pom.xml @@ -1,146 +1,142 @@ - - 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-opentelemetry-minimal - Quarkus - Integration Tests - OpenTelemetry minimal (No HTTP) + quarkus-integration-test-opentelemetry-minimal + Quarkus - Integration Tests - OpenTelemetry minimal (No HTTP) - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-opentelemetry - - - io.opentelemetry - opentelemetry-sdk-testing - + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-opentelemetry + + + io.opentelemetry + opentelemetry-sdk-testing + - - io.quarkus - quarkus-junit5 - test - - - org.awaitility - awaitility - test - + + io.quarkus + quarkus-junit5 + test + + + org.awaitility + awaitility + test + - - - io.quarkus + + + io.quarkus - quarkus-vertx-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - + quarkus-vertx-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + - + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - false - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + false + + + + + - - - native-image - - - native - - + + + native-image + + + native + + - - true - + + true + - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - false - - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + false + + + - - maven-failsafe-plugin - - - - integration-test - verify - - - - false - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - + + maven-failsafe-plugin + + + + integration-test + verify + + + + false + ${project.build.directory}/${project.build.finalName}-runner + + + + + + + + + - \ No newline at end of file + diff --git a/integration-tests/opentelemetry-mongodb-client-instrumentation/pom.xml b/integration-tests/opentelemetry-mongodb-client-instrumentation/pom.xml index 4e209239015a9..0b7fb51ac560e 100644 --- a/integration-tests/opentelemetry-mongodb-client-instrumentation/pom.xml +++ b/integration-tests/opentelemetry-mongodb-client-instrumentation/pom.xml @@ -1,218 +1,214 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-opentelemetry-mongodb-client-instrumentation - Quarkus - Integration Tests - OpenTelemetry Mongo Db Client instrumentation + quarkus-integration-test-opentelemetry-mongodb-client-instrumentation + Quarkus - Integration Tests - OpenTelemetry Mongo Db Client instrumentation - - - io.quarkus - quarkus-mongodb-client - + + + io.quarkus + quarkus-mongodb-client + - - io.quarkus - quarkus-opentelemetry - + + io.quarkus + quarkus-opentelemetry + - - - io.quarkus - quarkus-rest-jackson - + + + io.quarkus + quarkus-rest-jackson + - - - io.opentelemetry - opentelemetry-sdk-testing - + + + io.opentelemetry + opentelemetry-sdk-testing + - - - io.quarkus - quarkus-test-mongodb - test - + + + io.quarkus + quarkus-test-mongodb + test + - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.testcontainers - testcontainers - test - - - - io.quarkus - quarkus-mongodb-client-deployment - ${project.version} - pom - test - - - * - * - - - + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.testcontainers + testcontainers + test + + + + io.quarkus + quarkus-mongodb-client-deployment + ${project.version} + pom + test + + + * + * + + + - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - native-image - - - native - - + + + native-image + + + native + + - - true - + + true + - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + - - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - - - test-mongodb - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + maven-failsafe-plugin + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + + + + + + + + + + + test-mongodb + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + + + diff --git a/integration-tests/opentelemetry-quartz/pom.xml b/integration-tests/opentelemetry-quartz/pom.xml index c41ffdd9ad0cf..f9fede2dc6b84 100644 --- a/integration-tests/opentelemetry-quartz/pom.xml +++ b/integration-tests/opentelemetry-quartz/pom.xml @@ -1,144 +1,141 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-opentelemetry-quartz - Quarkus - Integration Tests - OpenTelemetry Quartz + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-quartz - - - io.quarkus - quarkus-opentelemetry - - - io.quarkus - quarkus-rest-jackson - + quarkus-integration-test-opentelemetry-quartz + Quarkus - Integration Tests - OpenTelemetry Quartz - - - io.opentelemetry - opentelemetry-sdk-testing - + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-quartz + + + io.quarkus + quarkus-opentelemetry + + + io.quarkus + quarkus-rest-jackson + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-quartz-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.opentelemetry + opentelemetry-sdk-testing + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-quartz-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/opentelemetry-quickstart/pom.xml b/integration-tests/opentelemetry-quickstart/pom.xml index 6258f7c3e68a4..6b9a65c15ffe2 100644 --- a/integration-tests/opentelemetry-quickstart/pom.xml +++ b/integration-tests/opentelemetry-quickstart/pom.xml @@ -1,188 +1,183 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-opentelemetry-quickstart + Quarkus - Integration Tests - OpenTelemetry quickstart - quarkus-integration-test-opentelemetry-quickstart - Quarkus - Integration Tests - OpenTelemetry quickstart + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-opentelemetry + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-rest + - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-opentelemetry - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-rest - + + + io.opentelemetry + opentelemetry-sdk-testing + + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - io.opentelemetry - opentelemetry-sdk-testing - + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + false + + + + + - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - + + + native-image + + + native + + - + + true + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - org.apache.maven.plugins - maven-surefire-plugin + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + false + + + + + + maven-failsafe-plugin + + + + integration-test + verify + - - false - + + false + ${project.build.directory}/${project.build.finalName}-runner + - + + + - - - - - native-image - - - native - - - - - true - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - false - - - - - - maven-failsafe-plugin - - - - integration-test - verify - - - - false - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - + + + diff --git a/integration-tests/opentelemetry-reactive-messaging/pom.xml b/integration-tests/opentelemetry-reactive-messaging/pom.xml index 4f0944fa7b67f..ea24a2c147a08 100644 --- a/integration-tests/opentelemetry-reactive-messaging/pom.xml +++ b/integration-tests/opentelemetry-reactive-messaging/pom.xml @@ -1,221 +1,217 @@ - - 4.0.0 - - + + 4.0.0 + + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-opentelemetry-reactive-messaging + Quarkus - Integration Tests - OpenTelemetry Reactive Messaging + + + + io.quarkus + quarkus-opentelemetry + + + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-rest + + + + + io.quarkus + quarkus-messaging-kafka + + + + + io.opentelemetry + opentelemetry-sdk-testing + + + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + io.quarkus + quarkus-test-kafka-companion + test + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-kafka-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - - - quarkus-integration-test-opentelemetry-reactive-messaging - Quarkus - Integration Tests - OpenTelemetry Reactive Messaging - - - - io.quarkus - quarkus-opentelemetry - - - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-rest - - - - - io.quarkus - quarkus-messaging-kafka - - - - - io.opentelemetry - opentelemetry-sdk-testing - - - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - io.quarkus - quarkus-test-kafka-companion - test - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-kafka-deployment - ${project.version} - pom - test - - - * - * - - - - - - + quarkus-maven-plugin + + + + build + + + + + + + maven-failsafe-plugin + + true + + + + + maven-surefire-plugin + + true + + + + + + + + native-image + + + native + + + + + true + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - maven-failsafe-plugin - - true - - - - - maven-surefire-plugin + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + + + + maven-failsafe-plugin + + + + integration-test + verify + - true + + ${project.build.directory}/${project.build.finalName}-runner + - + + + + + + + + + test-kafka + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - native-image - - - native - - - - - true - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - - - - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - - - test-kafka - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + diff --git a/integration-tests/opentelemetry-reactive/pom.xml b/integration-tests/opentelemetry-reactive/pom.xml index 660dd8da737d1..de565a464acab 100644 --- a/integration-tests/opentelemetry-reactive/pom.xml +++ b/integration-tests/opentelemetry-reactive/pom.xml @@ -1,206 +1,202 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-opentelemetry-reactive - Quarkus - Integration Tests - OpenTelemetry Reactive + quarkus-integration-test-opentelemetry-reactive + Quarkus - Integration Tests - OpenTelemetry Reactive - - - io.quarkus - quarkus-opentelemetry - + + + io.quarkus + quarkus-opentelemetry + - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-jackson - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-jackson + - - - io.quarkus - quarkus-rest-client - + + + io.quarkus + quarkus-rest-client + - - - io.opentelemetry - opentelemetry-sdk-testing - + + + io.opentelemetry + opentelemetry-sdk-testing + - - - io.quarkus - quarkus-elytron-security-properties-file - + + + io.quarkus + quarkus-elytron-security-properties-file + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.wiremock - wiremock-standalone - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.wiremock + wiremock-standalone + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - native-image - - - native - - + + + native-image + + + native + + - - true - + + true + - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + - - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - + + maven-failsafe-plugin + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + + + + + + + + + diff --git a/integration-tests/opentelemetry-redis-instrumentation/pom.xml b/integration-tests/opentelemetry-redis-instrumentation/pom.xml index 4dd118b520a01..9eaa7f0df744c 100644 --- a/integration-tests/opentelemetry-redis-instrumentation/pom.xml +++ b/integration-tests/opentelemetry-redis-instrumentation/pom.xml @@ -1,159 +1,157 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-opentelemetry-redis-instrumentation + Quarkus - Integration Tests - OpenTelemetry Redis instrumentation - quarkus-integration-test-opentelemetry-redis-instrumentation - Quarkus - Integration Tests - OpenTelemetry Redis instrumentation + + + io.quarkus + quarkus-opentelemetry + - - - io.quarkus - quarkus-opentelemetry - + + + io.quarkus + quarkus-rest-jackson + - - - io.quarkus - quarkus-rest-jackson - + + + io.opentelemetry + opentelemetry-sdk-testing + - - - io.opentelemetry - opentelemetry-sdk-testing - + + io.quarkus + quarkus-redis-client + - - io.quarkus - quarkus-redis-client - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-redis-client-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-redis-client-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + + test-redis + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - - test-redis - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + diff --git a/integration-tests/opentelemetry-scheduler/pom.xml b/integration-tests/opentelemetry-scheduler/pom.xml index b49a54c56d6ec..af339d3c1dd12 100644 --- a/integration-tests/opentelemetry-scheduler/pom.xml +++ b/integration-tests/opentelemetry-scheduler/pom.xml @@ -1,144 +1,141 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-opentelemetry-scheduler - Quarkus - Integration Tests - OpenTelemetry Scheduler + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-scheduler - - - io.quarkus - quarkus-opentelemetry - - - io.quarkus - quarkus-rest-jackson - + quarkus-integration-test-opentelemetry-scheduler + Quarkus - Integration Tests - OpenTelemetry Scheduler - - - io.opentelemetry - opentelemetry-sdk-testing - + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-scheduler + + + io.quarkus + quarkus-opentelemetry + + + io.quarkus + quarkus-rest-jackson + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-scheduler-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.opentelemetry + opentelemetry-sdk-testing + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-scheduler-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/opentelemetry-spi/pom.xml b/integration-tests/opentelemetry-spi/pom.xml index 7573bbb8302d2..a1c67edd81e14 100644 --- a/integration-tests/opentelemetry-spi/pom.xml +++ b/integration-tests/opentelemetry-spi/pom.xml @@ -1,170 +1,165 @@ - - - 4.0.0 - - + + + 4.0.0 + + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-opentelemetry-spi + Quarkus - Integration Tests - OpenTelemetry SPI + + + 1.43.0-alpha + + + + + io.quarkus + quarkus-opentelemetry + + + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-resteasy-mutiny + + + + + io.opentelemetry + opentelemetry-sdk-testing + + + + io.opentelemetry.contrib + opentelemetry-aws-xray-propagator + ${opentelemetry-aws-xray-propagator.version} + + + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-mutiny-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - - - quarkus-integration-test-opentelemetry-spi - Quarkus - Integration Tests - OpenTelemetry SPI - - - 1.43.0-alpha - - - - - - io.quarkus - quarkus-opentelemetry - - - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-resteasy-mutiny - - - - - io.opentelemetry - opentelemetry-sdk-testing - - - - io.opentelemetry.contrib - opentelemetry-aws-xray-propagator - ${opentelemetry-aws-xray-propagator.version} - - - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-mutiny-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - - + quarkus-maven-plugin + + + + build + + + + + + + + + + native-image + + + native + + + + + true + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + + + + maven-failsafe-plugin + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + + + + + - - - - - native-image - - - native - - - - - true - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - - - - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - - \ No newline at end of file + + + + diff --git a/integration-tests/opentelemetry-vertx-exporter/pom.xml b/integration-tests/opentelemetry-vertx-exporter/pom.xml index dba211e3ede28..bce30d3d63706 100644 --- a/integration-tests/opentelemetry-vertx-exporter/pom.xml +++ b/integration-tests/opentelemetry-vertx-exporter/pom.xml @@ -1,177 +1,175 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-opentelemetry-vertx-exporter + Quarkus - Integration Tests - OpenTelemetry Vert.x exporter - quarkus-integration-test-opentelemetry-vertx-exporter - Quarkus - Integration Tests - OpenTelemetry Vert.x exporter + + + io.quarkus + quarkus-opentelemetry + + + io.quarkus + quarkus-rest-jackson + - - - io.quarkus - quarkus-opentelemetry - - - io.quarkus - quarkus-rest-jackson - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.testcontainers + testcontainers + test + + + org.assertj + assertj-core + test + + + + org.bouncycastle + bcpkix-jdk18on + test + + + + io.vertx + vertx-grpc-server + test + + + org.codehaus.mojo + animal-sniffer-annotations + + + com.google.code.findbugs + jsr305 + + + org.checkerframework + checker-qual + + + javax.annotation + javax.annotation-api + + + com.google.android + annotations + + + + + + io.opentelemetry.proto + opentelemetry-proto + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.testcontainers - testcontainers - test - - - org.assertj - assertj-core - test - - - - org.bouncycastle - bcpkix-jdk18on - test - - - - io.vertx - vertx-grpc-server - test - - - org.codehaus.mojo - animal-sniffer-annotations - - - com.google.code.findbugs - jsr305 - - - org.checkerframework - checker-qual - - - javax.annotation - javax.annotation-api - - - com.google.android - annotations - - - - - - io.opentelemetry.proto - opentelemetry-proto - test - + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - + + + test-otel-grpc-exporter + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + + - - - test-otel-grpc-exporter - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - diff --git a/integration-tests/opentelemetry-vertx/pom.xml b/integration-tests/opentelemetry-vertx/pom.xml index 62da225a990a1..4dfc38bdeeef9 100644 --- a/integration-tests/opentelemetry-vertx/pom.xml +++ b/integration-tests/opentelemetry-vertx/pom.xml @@ -1,231 +1,227 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-opentelemetry-vertx + Quarkus - Integration Tests - OpenTelemetry Vert.x - quarkus-integration-test-opentelemetry-vertx - Quarkus - Integration Tests - OpenTelemetry Vert.x + + + io.quarkus + quarkus-opentelemetry + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-micrometer + - - - io.quarkus - quarkus-opentelemetry - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-micrometer - + + + io.opentelemetry + opentelemetry-sdk-testing + - - - io.opentelemetry - opentelemetry-sdk-testing - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + com.fasterxml.jackson.core + jackson-databind + + + io.quarkus + quarkus-reactive-pg-client + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - com.fasterxml.jackson.core - jackson-databind - - - io.quarkus - quarkus-reactive-pg-client - + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-vertx-http-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-pg-client-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-vertx-http-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-pg-client-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - + + + test-postgresql + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - + + - - native-image - - - native - - + + native-image + + + native + + - - true - + + true + - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + - - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - + + maven-failsafe-plugin + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + + + + + + + + + diff --git a/integration-tests/opentelemetry/pom.xml b/integration-tests/opentelemetry/pom.xml index d3ac1983b7125..d9a6733a8db64 100644 --- a/integration-tests/opentelemetry/pom.xml +++ b/integration-tests/opentelemetry/pom.xml @@ -1,215 +1,211 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-opentelemetry - Quarkus - Integration Tests - OpenTelemetry + quarkus-integration-test-opentelemetry + Quarkus - Integration Tests - OpenTelemetry - - - io.quarkus - quarkus-opentelemetry - + + + io.quarkus + quarkus-opentelemetry + - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-resteasy-mutiny - + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-resteasy-mutiny + - - - io.quarkus - quarkus-resteasy-client - + + + io.quarkus + quarkus-resteasy-client + - - - io.smallrye.reactive - smallrye-mutiny-vertx-web-client - - - - - io.quarkus - quarkus-elytron-security-properties-file - + + + io.smallrye.reactive + smallrye-mutiny-vertx-web-client + - - - io.opentelemetry - opentelemetry-sdk-testing - + + + io.quarkus + quarkus-elytron-security-properties-file + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + + io.opentelemetry + opentelemetry-sdk-testing + - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-mutiny-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - false - - - - - + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-mutiny-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + ${project.version} + pom + test + + + * + * + + + + - - - native-image - - - native - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + false + + + + + - - true - + + + native-image + + + native + + - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - false - - - + + true + - - maven-failsafe-plugin - - - - integration-test - verify - - - - false - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + false + + + + + + maven-failsafe-plugin + + + + integration-test + verify + + + + false + ${project.build.directory}/${project.build.finalName}-runner + + + + + + + + + diff --git a/integration-tests/packaging/pom.xml b/integration-tests/packaging/pom.xml index 04505adb8f637..d5cf973518f59 100644 --- a/integration-tests/packaging/pom.xml +++ b/integration-tests/packaging/pom.xml @@ -1,84 +1,82 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-packaging + quarkus-integration-test-packaging - Quarkus - Integration Tests - Packaging + Quarkus - Integration Tests - Packaging - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-integration-test-shared-library - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-integration-test-shared-library + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - org.apache.maven.plugins - maven-surefire-plugin - - - ${project.version} - - - - - - - - basic-test-suite - - - basicTests - - - - true - - - + + + + org.apache.maven.plugins + maven-surefire-plugin + + + ${project.version} + + + + + + + + basic-test-suite + + + basicTests + + + + true + + + diff --git a/integration-tests/picocli-native/pom.xml b/integration-tests/picocli-native/pom.xml index 10f04411c601d..9559c1f3a4a2e 100644 --- a/integration-tests/picocli-native/pom.xml +++ b/integration-tests/picocli-native/pom.xml @@ -1,73 +1,69 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-picocli-native - Quarkus - Integration Tests - Picocli Native - Module that contains Picocli test with native test - - - io.quarkus - quarkus-picocli - - - org.assertj - assertj-core - compile - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-junit5 - test - + quarkus-integration-test-picocli-native + Quarkus - Integration Tests - Picocli Native + Module that contains Picocli test with native test + + + io.quarkus + quarkus-picocli + + + org.assertj + assertj-core + compile + - - - io.quarkus - quarkus-picocli-deployment - ${project.version} - pom - test - - - * - * - - - - - - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-junit5 + test + + + + io.quarkus + quarkus-picocli-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/picocli/pom.xml b/integration-tests/picocli/pom.xml index 99e5635114578..99dea225d7ee3 100644 --- a/integration-tests/picocli/pom.xml +++ b/integration-tests/picocli/pom.xml @@ -1,83 +1,81 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-picocli - Quarkus - Integration Tests - Picocli + quarkus-integration-test-picocli + Quarkus - Integration Tests - Picocli - - - io.quarkus - quarkus-picocli - + + + io.quarkus + quarkus-picocli + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-picocli-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-picocli-deployment + ${project.version} + pom + test + + + * + * + + + + - - - test-vault - - - test-containers - - - - - - maven-failsafe-plugin - - - - integration-test - verify - - - false - - - - - - - - + + + test-vault + + + test-containers + + + + + + maven-failsafe-plugin + + + + integration-test + verify + + + false + + + + + + + + diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index bcd41ab980fe2..5360b7427a371 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -1,538 +1,531 @@ - - - quarkus-build-parent - io.quarkus - 999-SNAPSHOT - ../build-parent/pom.xml - + - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-build-parent + 999-SNAPSHOT + ../build-parent/pom.xml + - quarkus-integration-tests-parent - Quarkus - Integration Tests + quarkus-integration-tests-parent - pom + pom + Quarkus - Integration Tests - - true - true - ${skipTests} - ${skipTests} - + + true + true + ${skipTests} + ${skipTests} + - + + + + io.quarkus + quarkus-bom-test + ${project.version} + pom + import + - - - - org.codehaus.mojo - properties-maven-plugin - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce - ${maven-enforcer-plugin.phase} - - enforce - - - + + + + + + io.quarkus + quarkus-maven-plugin + ${project.version} + + true + ${quarkus.build.skip} + + + + + track-config-changes + + track-config-changes + + process-resources + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.junit.jupiter.api.ClassOrderer$OrderAnnotation + + + + + + + + org.codehaus.mojo + properties-maven-plugin + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce + + enforce + + ${maven-enforcer-plugin.phase} + + - - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - classpath:enforcer-rules/quarkus-banned-dependencies-okhttp.xml - - - - - - - - - - - - io.quarkus - quarkus-maven-plugin - ${project.version} - - - - track-config-changes - process-resources - - track-config-changes - - - - - true - ${quarkus.build.skip} - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - org.junit.jupiter.api.ClassOrderer$OrderAnnotation - - - - - - - - - - - - - io.quarkus - quarkus-bom-test - ${project.version} - pom - import - - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - - - io.quarkus - quarkus-integration-test-class-transformer - ${project.version} - - - io.quarkus - quarkus-project-core-extension-codestarts - ${project.version} - - - - - - - io.quarkus - quarkus-bom-test - ${project.version} - pom - test - - - * - * - - - - + + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + classpath:enforcer-rules/quarkus-banned-dependencies-okhttp.xml + + + + + + + + + - - - test-modules - - - !no-test-modules - - - - avro-reload - awt - awt-packaging - no-awt - bouncycastle - bouncycastle-fips - bouncycastle-fips-jsse - bouncycastle-jsse - compose-devservices - funqy-amazon-lambda - funqy-google-cloud-functions - class-transformer - shared-library - hibernate-validator - hibernate-validator-resteasy-reactive - common-jpa-entities - infinispan-client - infinispan-cache - devtools - devtools-registry-client - gradle - main - kafka - kafka-ssl - kafka-sasl - kafka-sasl-elytron - kafka-oauth-keycloak - kafka-snappy - kafka-avro-apicurio2 - kafka-json-schema-apicurio2 - kafka-streams - kafka-devservices - jpa - jpa-mapping-xml - jpa-db2 - jpa-derby - jpa-postgresql - jpa-postgresql-withxml - jpa-mariadb - jpa-h2 - jpa-h2-embedded - jpa-mssql - jpa-mysql - jpa-oracle - hibernate-orm-compatibility-5.6/mariadb - hibernate-orm-compatibility-5.6/postgresql - hibernate-orm-panache - hibernate-orm-rest-data-panache - hibernate-orm-graphql-panache - hibernate-orm-panache-kotlin - hibernate-reactive-db2 - hibernate-reactive-mariadb - hibernate-reactive-mssql - hibernate-reactive-mysql - hibernate-reactive-mysql-agroal-flyway - hibernate-reactive-oracle - hibernate-reactive-postgresql - hibernate-reactive-panache - hibernate-reactive-panache-kotlin - hibernate-reactive-orm-compatibility - hibernate-search-orm-elasticsearch - hibernate-search-orm-elasticsearch-outbox-polling - hibernate-search-orm-opensearch - hibernate-search-orm-elasticsearch-tenancy - hibernate-search-standalone-elasticsearch - hibernate-search-standalone-opensearch - hibernate-orm-tenancy - hibernate-orm-jpamodelgen - hibernate-orm-data - hibernate-orm-envers - vertx-http - vertx-http-compressors - vertx-web - vertx-web-jackson - vertx - vertx-kotlin - websockets - websockets-next - spring-di - spring-web - spring-data-jpa - spring-boot-properties - spring-cloud-config-client - spring-data-rest - infinispan-cache-jpa - elytron-security - elytron-security-oauth2 - elytron-resteasy - elytron-resteasy-reactive - elytron-undertow - security-webauthn - flyway - liquibase - liquibase-mongodb - observability-lgtm - observability-lgtm-prometheus - oidc - oidc-client - oidc-client-registration - oidc-client-reactive - oidc-client-wiremock - oidc-dev-services - oidc-mtls - oidc-dpop - oidc-token-propagation - oidc-token-propagation-reactive - openapi - smallrye-jwt - smallrye-jwt-oidc-webapp - smallrye-jwt-token-propagation - oidc-code-flow - oidc-tenancy - oidc-wiremock - oidc-wiremock-logout - oidc-wiremock-providers - keycloak-authorization - rest-csrf - reactive-db2-client - reactive-pg-client - reactive-mysql-client - reactive-mssql-client - reactive-oracle-client - test-extension - amazon-lambda - amazon-lambda-s3event - amazon-lambda-stream-handler - amazon-lambda-http - amazon-lambda-rest-resteasy-reactive - amazon-lambda-rest-reactive-routes - amazon-lambda-rest-funqy - amazon-lambda-rest-servlet - amazon-lambda-http-resteasy - amazon-lambda-http-resteasy-reactive - container-image - kubernetes - kubernetes-client - kubernetes-client-devservices - kubernetes-service-binding-jdbc - kubernetes-service-binding-reactive - openshift-client - mongodb-client - mongodb-devservices - jackson - jsonb - resteasy-jackson - resteasy-mutiny - virtual-http - virtual-http-resteasy - maven - scala - kotlin - kotlin-maven-invoker - mongodb-panache - mongodb-panache-kotlin - mongodb-rest-data-panache - narayana-stm - narayana-jta - narayana-lra - elytron-security-jdbc - elytron-security-ldap - vertx-graphql - smallrye-config - smallrye-context-propagation - smallrye-metrics - smallrye-graphql - smallrye-graphql-client - smallrye-graphql-client-keycloak - smallrye-stork-registration - jpa-without-entity - quartz - redis-client - redis-cache - logging-gelf - cache - qute - injectmock - reactive-messaging-amqp - reactive-messaging-kafka - reactive-messaging-pulsar - reactive-messaging-mqtt - reactive-messaging-rabbitmq - reactive-messaging-rabbitmq-devservices - reactive-messaging-rabbitmq-dyn - reactive-messaging-hibernate-reactive - reactive-messaging-hibernate-orm - reactive-messaging-context-propagation - rest-client - resteasy-reactive-kotlin - rest-client-reactive - rest-client-reactive-http2 - rest-client-reactive-kotlin-serialization - rest-client-reactive-kotlin-serialization-with-validator - rest-client-reactive-multipart - rest-client-reactive-stork - packaging - simple with space - picocli - picocli-native - web-dependency-locator - devmode - ide-launcher - elasticsearch-rest-client - elasticsearch-java-client - micrometer-mp-metrics - micrometer-prometheus - micrometer-security - micrometer-opentelemetry - opentelemetry - opentelemetry-quickstart - opentelemetry-spi - opentelemetry-jdbc-instrumentation - opentelemetry-minimal - opentelemetry-mongodb-client-instrumentation - opentelemetry-quartz - opentelemetry-scheduler - opentelemetry-vertx - opentelemetry-reactive - opentelemetry-grpc - opentelemetry-grpc-only - opentelemetry-vertx-exporter - opentelemetry-reactive-messaging - opentelemetry-redis-instrumentation - opentelemetry-exporter-logging - logging-json - jaxb - jaxp - mailer - native-config-profile - logging-min-level-unset - logging-min-level-set - logging-panache - logging-panache-kotlin - locales - redis-devservices - jfr-reactive - jfr-blocking - jfr-opentelemetry - - grpc-descriptor-sets - grpc-inprocess - grpc-vertx - grpc-tls - grpc-cli - grpc-tls-p12 - grpc-plain-text-gzip - grpc-plain-text-mutiny - grpc-mutual-auth - grpc-streaming - grpc-interceptors - grpc-proto-v2 - grpc-health - grpc-hibernate - grpc-hibernate-reactive - grpc-external-proto - grpc-external-proto-test - grpc-stork-response-time - grpc-stork-simple - grpc-exceptions - grpc-test-random-port - google-cloud-functions-http - google-cloud-functions - istio - management-interface - management-interface-auth - mtls-certificates - - virtual-threads - mutiny-native-jctools - - + + + test-modules + + + !no-test-modules + + + + avro-reload + awt + awt-packaging + no-awt + bouncycastle + bouncycastle-fips + bouncycastle-fips-jsse + bouncycastle-jsse + compose-devservices + funqy-amazon-lambda + funqy-google-cloud-functions + class-transformer + shared-library + hibernate-validator + hibernate-validator-resteasy-reactive + common-jpa-entities + infinispan-client + infinispan-cache + devtools + devtools-registry-client + gradle + main + kafka + kafka-ssl + kafka-sasl + kafka-sasl-elytron + kafka-oauth-keycloak + kafka-snappy + kafka-avro-apicurio2 + kafka-json-schema-apicurio2 + kafka-streams + kafka-devservices + jpa + jpa-mapping-xml + jpa-db2 + jpa-derby + jpa-postgresql + jpa-postgresql-withxml + jpa-mariadb + jpa-h2 + jpa-h2-embedded + jpa-mssql + jpa-mysql + jpa-oracle + hibernate-orm-compatibility-5.6/mariadb + hibernate-orm-compatibility-5.6/postgresql + hibernate-orm-panache + hibernate-orm-rest-data-panache + hibernate-orm-graphql-panache + hibernate-orm-panache-kotlin + hibernate-reactive-db2 + hibernate-reactive-mariadb + hibernate-reactive-mssql + hibernate-reactive-mysql + hibernate-reactive-mysql-agroal-flyway + hibernate-reactive-oracle + hibernate-reactive-postgresql + hibernate-reactive-panache + hibernate-reactive-panache-kotlin + hibernate-reactive-orm-compatibility + hibernate-search-orm-elasticsearch + hibernate-search-orm-elasticsearch-outbox-polling + hibernate-search-orm-opensearch + hibernate-search-orm-elasticsearch-tenancy + hibernate-search-standalone-elasticsearch + hibernate-search-standalone-opensearch + hibernate-orm-tenancy + hibernate-orm-jpamodelgen + hibernate-orm-data + hibernate-orm-envers + vertx-http + vertx-http-compressors + vertx-web + vertx-web-jackson + vertx + vertx-kotlin + websockets + websockets-next + spring-di + spring-web + spring-data-jpa + spring-boot-properties + spring-cloud-config-client + spring-data-rest + infinispan-cache-jpa + elytron-security + elytron-security-oauth2 + elytron-resteasy + elytron-resteasy-reactive + elytron-undertow + security-webauthn + flyway + liquibase + liquibase-mongodb + observability-lgtm + observability-lgtm-prometheus + oidc + oidc-client + oidc-client-registration + oidc-client-reactive + oidc-client-wiremock + oidc-dev-services + oidc-mtls + oidc-dpop + oidc-token-propagation + oidc-token-propagation-reactive + openapi + smallrye-jwt + smallrye-jwt-oidc-webapp + smallrye-jwt-token-propagation + oidc-code-flow + oidc-tenancy + oidc-wiremock + oidc-wiremock-logout + oidc-wiremock-providers + keycloak-authorization + rest-csrf + reactive-db2-client + reactive-pg-client + reactive-mysql-client + reactive-mssql-client + reactive-oracle-client + test-extension + amazon-lambda + amazon-lambda-s3event + amazon-lambda-stream-handler + amazon-lambda-http + amazon-lambda-rest-resteasy-reactive + amazon-lambda-rest-reactive-routes + amazon-lambda-rest-funqy + amazon-lambda-rest-servlet + amazon-lambda-http-resteasy + amazon-lambda-http-resteasy-reactive + container-image + kubernetes + kubernetes-client + kubernetes-client-devservices + kubernetes-service-binding-jdbc + kubernetes-service-binding-reactive + openshift-client + mongodb-client + mongodb-devservices + jackson + jsonb + resteasy-jackson + resteasy-mutiny + virtual-http + virtual-http-resteasy + maven + scala + kotlin + kotlin-maven-invoker + mongodb-panache + mongodb-panache-kotlin + mongodb-rest-data-panache + narayana-stm + narayana-jta + narayana-lra + elytron-security-jdbc + elytron-security-ldap + vertx-graphql + smallrye-config + smallrye-context-propagation + smallrye-metrics + smallrye-graphql + smallrye-graphql-client + smallrye-graphql-client-keycloak + smallrye-stork-registration + jpa-without-entity + quartz + redis-client + redis-cache + logging-gelf + cache + qute + injectmock + reactive-messaging-amqp + reactive-messaging-kafka + reactive-messaging-pulsar + reactive-messaging-mqtt + reactive-messaging-rabbitmq + reactive-messaging-rabbitmq-devservices + reactive-messaging-rabbitmq-dyn + reactive-messaging-hibernate-reactive + reactive-messaging-hibernate-orm + reactive-messaging-context-propagation + rest-client + resteasy-reactive-kotlin + rest-client-reactive + rest-client-reactive-http2 + rest-client-reactive-kotlin-serialization + rest-client-reactive-kotlin-serialization-with-validator + rest-client-reactive-multipart + rest-client-reactive-stork + packaging + simple with space + picocli + picocli-native + web-dependency-locator + devmode + ide-launcher + elasticsearch-rest-client + elasticsearch-java-client + micrometer-mp-metrics + micrometer-prometheus + micrometer-security + micrometer-opentelemetry + opentelemetry + opentelemetry-quickstart + opentelemetry-spi + opentelemetry-jdbc-instrumentation + opentelemetry-minimal + opentelemetry-mongodb-client-instrumentation + opentelemetry-quartz + opentelemetry-scheduler + opentelemetry-vertx + opentelemetry-reactive + opentelemetry-grpc + opentelemetry-grpc-only + opentelemetry-vertx-exporter + opentelemetry-reactive-messaging + opentelemetry-redis-instrumentation + opentelemetry-exporter-logging + logging-json + jaxb + jaxp + mailer + native-config-profile + logging-min-level-unset + logging-min-level-set + logging-panache + logging-panache-kotlin + locales + redis-devservices + jfr-reactive + jfr-blocking + jfr-opentelemetry + + grpc-descriptor-sets + grpc-inprocess + grpc-vertx + grpc-tls + grpc-cli + grpc-tls-p12 + grpc-plain-text-gzip + grpc-plain-text-mutiny + grpc-mutual-auth + grpc-streaming + grpc-interceptors + grpc-proto-v2 + grpc-health + grpc-hibernate + grpc-hibernate-reactive + grpc-external-proto + grpc-external-proto-test + grpc-stork-response-time + grpc-stork-simple + grpc-exceptions + grpc-test-random-port + google-cloud-functions-http + google-cloud-functions + istio + management-interface + management-interface-auth + mtls-certificates + + virtual-threads + mutiny-native-jctools + + - - - native - - - native - - - ${basedir}/disable-native-profile - - - - true - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - - native-ci - - - env.CI - - - - missing - - + + native + + + native + + + ${basedir}/disable-native-profile + + + + true + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + + + + + + + + + + native-ci + + + env.CI + + + + missing + + - - - unbind-executions - - - ${basedir}/disable-unbind-executions - - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - none - - - - - org.apache.maven.plugins - maven-jar-plugin - - - default-jar - none - - - - - org.apache.maven.plugins - maven-install-plugin - - - default-install - none - - - - - - - + + + unbind-executions + + + ${basedir}/disable-unbind-executions + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + + + org.apache.maven.plugins + maven-jar-plugin + + + default-jar + none + + + + + org.apache.maven.plugins + maven-install-plugin + + + default-install + none + + + + + + + diff --git a/integration-tests/quartz/pom.xml b/integration-tests/quartz/pom.xml index 253552fcbed8d..c46fe82e831bd 100644 --- a/integration-tests/quartz/pom.xml +++ b/integration-tests/quartz/pom.xml @@ -1,164 +1,161 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-quartz - Quarkus - Integration Tests - Quartz - The Quartz integration test module + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-quartz - + quarkus-integration-test-quartz + Quarkus - Integration Tests - Quartz + The Quartz integration test module - - io.quarkus - quarkus-agroal - + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-quartz + - - io.quarkus - quarkus-flyway - + + io.quarkus + quarkus-agroal + - - io.quarkus - quarkus-jdbc-h2 - + + io.quarkus + quarkus-flyway + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-h2 - test - - - io.rest-assured - rest-assured - test - - - - io.quarkus - quarkus-agroal-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-flyway-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-quartz-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - org.awaitility - awaitility - test - - + + io.quarkus + quarkus-jdbc-h2 + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-h2 + test + + + io.rest-assured + rest-assured + test + + + + io.quarkus + quarkus-agroal-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-flyway-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-quartz-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + org.awaitility + awaitility + test + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/qute/pom.xml b/integration-tests/qute/pom.xml index 4f9f70242985f..e94f60c3aeade 100644 --- a/integration-tests/qute/pom.xml +++ b/integration-tests/qute/pom.xml @@ -1,128 +1,125 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-qute - Quarkus - Integration Tests - Qute - Qute integration test module + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-rest-qute - - - io.quarkus - quarkus-reactive-routes - - - io.quarkus - quarkus-hibernate-orm-panache - - - io.quarkus - quarkus-jdbc-h2 - + quarkus-integration-test-qute + Quarkus - Integration Tests - Qute + Qute integration test module - - - io.quarkus - quarkus-test-h2 - test - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-rest-qute + + + io.quarkus + quarkus-reactive-routes + + + io.quarkus + quarkus-hibernate-orm-panache + + + io.quarkus + quarkus-jdbc-h2 + - - - io.quarkus - quarkus-rest-qute-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-routes-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-test-h2 + test + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - - org.apache.maven.plugins - maven-compiler-plugin - ${compiler-plugin.version} - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-rest-qute-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-routes-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${compiler-plugin.version} + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/reactive-db2-client/pom.xml b/integration-tests/reactive-db2-client/pom.xml index be222298d55c8..f895f405e19a1 100644 --- a/integration-tests/reactive-db2-client/pom.xml +++ b/integration-tests/reactive-db2-client/pom.xml @@ -1,241 +1,239 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-reactive-db2-client - quarkus-integration-test-reactive-db2-client + Quarkus - Integration Tests - Reactive DB2 Client - Quarkus - Integration Tests - Reactive DB2 Client + + vertx-reactive:db2://localhost:50005/hreact + - - vertx-reactive:db2://localhost:50005/hreact - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-reactive-db2-client + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-reactive-db2-client - - - io.quarkus - quarkus-smallrye-health - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-reactive-db2-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-reactive-db2-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-db2 + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-db2 - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - + + - - docker-db2 - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${db2.image} - quarkus-test-db2 - - - bridge - - true - - 50005:50000 - - - hreact - hreact - hreact - accept - - false - false - false - - - DB2: - default - cyan - - - - .*INSTANCE.* - + false + false + false + + + DB2: + default + cyan + + + + .*INSTANCE.* + - - - 300000 - - - - - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + 300000 + + + + + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/reactive-messaging-amqp/pom.xml b/integration-tests/reactive-messaging-amqp/pom.xml index 5792ae53b0bdd..d78f28a062486 100644 --- a/integration-tests/reactive-messaging-amqp/pom.xml +++ b/integration-tests/reactive-messaging-amqp/pom.xml @@ -1,141 +1,138 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-amqp - Quarkus - Integration Tests - Reactive Messaging - AMQP - The AMQP integration tests module + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - + quarkus-integration-test-amqp + Quarkus - Integration Tests - Reactive Messaging - AMQP + The AMQP integration tests module - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + - - - io.quarkus - quarkus-messaging-amqp - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.apache.activemq - artemis-server - test - - - org.apache.activemq - artemis-amqp-protocol - test - + + + io.quarkus + quarkus-messaging-amqp + - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-amqp-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.apache.activemq + artemis-server + test + + + org.apache.activemq + artemis-amqp-protocol + test + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-amqp-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/reactive-messaging-context-propagation/pom.xml b/integration-tests/reactive-messaging-context-propagation/pom.xml index 819aea6ddb74d..00cda461018d3 100644 --- a/integration-tests/reactive-messaging-context-propagation/pom.xml +++ b/integration-tests/reactive-messaging-context-propagation/pom.xml @@ -1,286 +1,282 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-reactive-messaging-context-propagation - Quarkus - Integration Tests - Reactive Messaging - Context Propagation - The Reactive Messaging Context Propagation integration tests module + quarkus-integration-test-reactive-messaging-context-propagation + Quarkus - Integration Tests - Reactive Messaging - Context Propagation + The Reactive Messaging Context Propagation integration tests module - - true - + + true + - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-jsonb - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-jsonb + - - - io.quarkus - quarkus-smallrye-health - + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-micrometer-registry-prometheus - - - io.quarkus - quarkus-opentelemetry - + + + io.quarkus + quarkus-micrometer-registry-prometheus + + + io.quarkus + quarkus-opentelemetry + - - - io.quarkus - quarkus-kafka-client - - - io.quarkus - quarkus-messaging-kafka - + + + io.quarkus + quarkus-kafka-client + + + io.quarkus + quarkus-messaging-kafka + + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-vertx + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + io.quarkus + quarkus-test-kafka-companion + test + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-vertx - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - io.quarkus - quarkus-test-kafka-companion - test - + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kafka-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-kafka-deployment + ${project.version} + pom + test + + + * + * + + + + + io.smallrye.reactive + smallrye-reactive-messaging-api + + + org.awaitility + awaitility + test + + - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kafka-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-kafka-deployment - ${project.version} - pom - test - - - * - * - - - - - io.smallrye.reactive - smallrye-reactive-messaging-api - - - org.awaitility - awaitility - test - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-failsafe-plugin + + true + + - - maven-failsafe-plugin - - true - - + + maven-surefire-plugin + + true + + + + - - maven-surefire-plugin - - true - - + + + test-kafka + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-kafka - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - + + + diff --git a/integration-tests/reactive-messaging-hibernate-orm/pom.xml b/integration-tests/reactive-messaging-hibernate-orm/pom.xml index f5409927470a1..9349abd1450fa 100644 --- a/integration-tests/reactive-messaging-hibernate-orm/pom.xml +++ b/integration-tests/reactive-messaging-hibernate-orm/pom.xml @@ -1,271 +1,266 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-reactive-messaging-hibernate-orm - Quarkus - Integration Tests - Reactive Messaging - Hibernate ORM - The Reactive Messaging with Kafka and Hibernate integration tests module + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - true - + quarkus-integration-test-reactive-messaging-hibernate-orm + Quarkus - Integration Tests - Reactive Messaging - Hibernate ORM + The Reactive Messaging with Kafka and Hibernate integration tests module - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - + + true + - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-jackson - - - io.vertx - vertx-core - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + - - - io.quarkus - quarkus-smallrye-health - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-jackson + + + io.vertx + vertx-core + - - - io.quarkus - quarkus-kafka-client - - - io.quarkus - quarkus-messaging-kafka - + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-hibernate-orm-panache - - - io.quarkus - quarkus-jdbc-postgresql - + + + io.quarkus + quarkus-kafka-client + + + io.quarkus + quarkus-messaging-kafka + + + + io.quarkus + quarkus-hibernate-orm-panache + + + io.quarkus + quarkus-jdbc-postgresql + + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-kafka-companion + test + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-kafka-companion - test - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kafka-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-kafka-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-orm-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-postgresql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.smallrye.reactive + smallrye-reactive-messaging-api + + + org.awaitility + awaitility + test + + - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kafka-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-kafka-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-orm-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-postgresql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.smallrye.reactive - smallrye-reactive-messaging-api - - - org.awaitility - awaitility - test - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + generate-code + generate-code-tests + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - generate-code - generate-code-tests - - - - + + maven-failsafe-plugin + + true + + - - maven-failsafe-plugin - - true - - + + maven-surefire-plugin + + true + + + + - - maven-surefire-plugin - - true - - + + + test-kafka + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-kafka - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - + + + diff --git a/integration-tests/reactive-messaging-hibernate-reactive/pom.xml b/integration-tests/reactive-messaging-hibernate-reactive/pom.xml index 029a927dce98f..eb804915a4fb3 100644 --- a/integration-tests/reactive-messaging-hibernate-reactive/pom.xml +++ b/integration-tests/reactive-messaging-hibernate-reactive/pom.xml @@ -1,276 +1,271 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - reactive-messaging-hibernate-reactive - Quarkus - Integration Tests - Reactive Messaging - Hibernate Reactive - The Reactive Messaging with Kafka and Hibernate Reactive integration tests module + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - true - + reactive-messaging-hibernate-reactive + Quarkus - Integration Tests - Reactive Messaging - Hibernate Reactive + The Reactive Messaging with Kafka and Hibernate Reactive integration tests module - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - + + true + - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-jackson - - - io.vertx - vertx-core - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + - - - io.quarkus - quarkus-smallrye-health - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-jackson + + + io.vertx + vertx-core + - - - io.quarkus - quarkus-kafka-client - - - io.quarkus - quarkus-messaging-kafka - + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-hibernate-reactive-panache - - - io.quarkus - quarkus-reactive-pg-client - + + + io.quarkus + quarkus-kafka-client + + + io.quarkus + quarkus-messaging-kafka + + + + io.quarkus + quarkus-hibernate-reactive-panache + + + io.quarkus + quarkus-reactive-pg-client + + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-vertx + test + + + io.quarkus + quarkus-test-kafka-companion + test + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-vertx - test - - - io.quarkus - quarkus-test-kafka-companion - test - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kafka-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-kafka-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-reactive-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-pg-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.smallrye.reactive + smallrye-reactive-messaging-api + + + org.awaitility + awaitility + test + + - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kafka-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-kafka-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-reactive-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-pg-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.smallrye.reactive - smallrye-reactive-messaging-api - - - org.awaitility - awaitility - test - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + generate-code + generate-code-tests + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - generate-code - generate-code-tests - - - - + + maven-failsafe-plugin + + true + + - - maven-failsafe-plugin - - true - - + + maven-surefire-plugin + + true + + + + - - maven-surefire-plugin - - true - - + + + test-kafka + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-kafka - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - + + + diff --git a/integration-tests/reactive-messaging-kafka/pom.xml b/integration-tests/reactive-messaging-kafka/pom.xml index 6769574ca1d8c..c6a8d964102b7 100644 --- a/integration-tests/reactive-messaging-kafka/pom.xml +++ b/integration-tests/reactive-messaging-kafka/pom.xml @@ -1,282 +1,278 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-reactive-messaging-kafka - Quarkus - Integration Tests - Reactive Messaging - Kafka - The Kafka Reactive Messaging integration tests module + quarkus-integration-test-reactive-messaging-kafka + Quarkus - Integration Tests - Reactive Messaging - Kafka + The Kafka Reactive Messaging integration tests module - - true - + + true + - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - - - io.quarkus - quarkus-redis-client - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + + + io.quarkus + quarkus-redis-client + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-jsonb - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-jsonb + - - - io.quarkus - quarkus-smallrye-health - + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-micrometer-registry-prometheus - + + + io.quarkus + quarkus-micrometer-registry-prometheus + - - - io.quarkus - quarkus-kafka-client - - - io.quarkus - quarkus-messaging-kafka - + + + io.quarkus + quarkus-kafka-client + + + io.quarkus + quarkus-messaging-kafka + + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + io.quarkus + quarkus-test-kafka-companion + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - io.quarkus - quarkus-test-kafka-companion - test - + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kafka-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-kafka-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-redis-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.smallrye.reactive + smallrye-reactive-messaging-api + + + org.awaitility + awaitility + test + + - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kafka-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-kafka-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-redis-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.smallrye.reactive - smallrye-reactive-messaging-api - - - org.awaitility - awaitility - test - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-failsafe-plugin + + true + + - - maven-failsafe-plugin - - true - - + + maven-surefire-plugin + + true + + + + - - maven-surefire-plugin - - true - - + + + test-kafka + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-kafka - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - + + + diff --git a/integration-tests/reactive-messaging-mqtt/pom.xml b/integration-tests/reactive-messaging-mqtt/pom.xml index c23a2b353df1f..eafd9d7f90b02 100644 --- a/integration-tests/reactive-messaging-mqtt/pom.xml +++ b/integration-tests/reactive-messaging-mqtt/pom.xml @@ -1,211 +1,206 @@ - - - quarkus-integration-tests-parent + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-reactive-messaging-mqtt + Quarkus - Integration Tests - Reactive Messaging - MQTT + The MQTT Reactive Messaging integration tests module + + + true + + + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + + + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + + + + + io.quarkus + quarkus-smallrye-health + + + + io.quarkus + quarkus-messaging-mqtt + + + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.testcontainers + testcontainers + test + + + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-mqtt-deployment + ${project.version} + pom + test + + + * + * + + + + + io.smallrye.reactive + smallrye-reactive-messaging-api + + + org.awaitility + awaitility + test + + + + + + io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-reactive-messaging-mqtt - Quarkus - Integration Tests - Reactive Messaging - MQTT - The MQTT Reactive Messaging integration tests module - - - true - - - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - - - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - - - - - io.quarkus - quarkus-smallrye-health - - - - io.quarkus - quarkus-messaging-mqtt - - - - - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - org.testcontainers - testcontainers - test - - - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-mqtt-deployment - ${project.version} - pom - test - - - * - * - - - - - io.smallrye.reactive - smallrye-reactive-messaging-api - - - org.awaitility - awaitility - test - - - - + quarkus-maven-plugin + + + + build + + + + + + + maven-failsafe-plugin + + true + + + + + maven-surefire-plugin + + true + + + + + + + + test-mqtt + + + test-containers + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - maven-failsafe-plugin - - true - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-mqtt - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - + + + diff --git a/integration-tests/reactive-messaging-pulsar/pom.xml b/integration-tests/reactive-messaging-pulsar/pom.xml index 9dc0b2da16664..caa8bad0dee39 100644 --- a/integration-tests/reactive-messaging-pulsar/pom.xml +++ b/integration-tests/reactive-messaging-pulsar/pom.xml @@ -1,281 +1,278 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-reactive-messaging-pulsar - Quarkus - Integration Tests - Reactive Messaging - Pulsar - The Pulsar Reactive Messaging integration tests module + quarkus-integration-test-reactive-messaging-pulsar + Quarkus - Integration Tests - Reactive Messaging - Pulsar + The Pulsar Reactive Messaging integration tests module - - true - + + true + - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-smallrye-health - + + + io.quarkus + quarkus-smallrye-health + - - io.quarkus - quarkus-security - + + io.quarkus + quarkus-security + - - - io.quarkus - quarkus-messaging-pulsar - - - - io.quarkus - quarkus-grpc - + + + io.quarkus + quarkus-messaging-pulsar + + + + io.quarkus + quarkus-grpc + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-pulsar-deployment - ${project.version} - pom - test - - - * - * - - - - - io.smallrye.reactive - smallrye-reactive-messaging-api - - - org.awaitility - awaitility - test - - - org.testcontainers - testcontainers - test - - - io.smallrye.certs - smallrye-certificate-generator-junit5 - test - - + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-pulsar-deployment + ${project.version} + pom + test + + + * + * + + + + + io.smallrye.reactive + smallrye-reactive-messaging-api + + + org.awaitility + awaitility + test + + + org.testcontainers + testcontainers + test + + + io.smallrye.certs + smallrye-certificate-generator-junit5 + test + + - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + - - io.smallrye.certs - smallrye-certificate-generator-maven-plugin - ${smallrye-certificate-generator.version} - - - generate-test-resources - - generate - - - - - ${project.build.directory}/certs - - - pulsar - - PEM - PKCS12 - JKS - - Z_pkTh9xgZovK4t34cGB2o6afT4zZg0L - true - - - - + + io.smallrye.certs + smallrye-certificate-generator-maven-plugin + ${smallrye-certificate-generator.version} + + ${project.build.directory}/certs + + + pulsar + + PEM + PKCS12 + JKS + + Z_pkTh9xgZovK4t34cGB2o6afT4zZg0L + true + + + + + + + generate + + generate-test-resources + + + - - maven-failsafe-plugin - - true - - + + maven-failsafe-plugin + + true + + - - maven-surefire-plugin - - true - - - - - - - - test-pulsar - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + maven-surefire-plugin + + true + + + + + + + test-pulsar + + + test-containers + + + + + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + + + diff --git a/integration-tests/reactive-messaging-rabbitmq-devservices/pom.xml b/integration-tests/reactive-messaging-rabbitmq-devservices/pom.xml index da4a59ea98093..82bcf93d29540 100644 --- a/integration-tests/reactive-messaging-rabbitmq-devservices/pom.xml +++ b/integration-tests/reactive-messaging-rabbitmq-devservices/pom.xml @@ -1,211 +1,206 @@ - - - quarkus-integration-tests-parent + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-reactive-messaging-rabbitmq-devservices + Quarkus - Integration Tests - Reactive Messaging - RabbitMQ Dev Services + The RabbitMQ Reactive Messaging Dev Services integration tests module + + + true + + + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + + + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + + + + + io.quarkus + quarkus-smallrye-health + + + + io.quarkus + quarkus-messaging-rabbitmq + + + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.testcontainers + testcontainers + test + + + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-rabbitmq-deployment + ${project.version} + pom + test + + + * + * + + + + + io.smallrye.reactive + smallrye-reactive-messaging-api + + + org.awaitility + awaitility + test + + + + + + io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-reactive-messaging-rabbitmq-devservices - Quarkus - Integration Tests - Reactive Messaging - RabbitMQ Dev Services - The RabbitMQ Reactive Messaging Dev Services integration tests module - - - true - - - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - - - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - - - - - io.quarkus - quarkus-smallrye-health - - - - io.quarkus - quarkus-messaging-rabbitmq - - - - - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - org.testcontainers - testcontainers - test - - - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-rabbitmq-deployment - ${project.version} - pom - test - - - * - * - - - - - io.smallrye.reactive - smallrye-reactive-messaging-api - - - org.awaitility - awaitility - test - - - - + quarkus-maven-plugin + + + + build + + + + + + + maven-failsafe-plugin + + true + + + + + maven-surefire-plugin + + true + + + + + + + + test-rabbitmq + + + test-containers + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - maven-failsafe-plugin - - true - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-rabbitmq - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - + + + diff --git a/integration-tests/reactive-messaging-rabbitmq-dyn/pom.xml b/integration-tests/reactive-messaging-rabbitmq-dyn/pom.xml index 817b1f1ed3dfb..21c776e57b6c8 100644 --- a/integration-tests/reactive-messaging-rabbitmq-dyn/pom.xml +++ b/integration-tests/reactive-messaging-rabbitmq-dyn/pom.xml @@ -1,221 +1,216 @@ - - - quarkus-integration-tests-parent + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-reactive-messaging-rabbitmq-dyn + Quarkus - Integration Tests - Reactive Messaging - RabbitMQ (Dynamic Credentials) + The RabbitMQ Reactive Messaging integration tests module + + + true + + + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + + + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + + + + + io.quarkus + quarkus-smallrye-health + + + + io.quarkus + quarkus-messaging-rabbitmq + + + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.testcontainers + testcontainers + test + + + org.testcontainers + vault + test + + + org.testcontainers + rabbitmq + test + + + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-rabbitmq-deployment + ${project.version} + pom + test + + + * + * + + + + + io.smallrye.reactive + smallrye-reactive-messaging-api + + + org.awaitility + awaitility + test + + + + + + io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-reactive-messaging-rabbitmq-dyn - Quarkus - Integration Tests - Reactive Messaging - RabbitMQ (Dynamic Credentials) - The RabbitMQ Reactive Messaging integration tests module - - - true - - - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - - - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - - - - - io.quarkus - quarkus-smallrye-health - - - - io.quarkus - quarkus-messaging-rabbitmq - - - - - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - org.testcontainers - testcontainers - test - - - org.testcontainers - vault - test - - - org.testcontainers - rabbitmq - test - - - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-rabbitmq-deployment - ${project.version} - pom - test - - - * - * - - - - - io.smallrye.reactive - smallrye-reactive-messaging-api - - - org.awaitility - awaitility - test - - - - + quarkus-maven-plugin + + + + build + + + + + + + maven-failsafe-plugin + + true + + + + + maven-surefire-plugin + + true + + + + + + + + test-rabbitmq + + + test-containers + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - maven-failsafe-plugin - - true - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-rabbitmq - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - + + + diff --git a/integration-tests/reactive-messaging-rabbitmq/pom.xml b/integration-tests/reactive-messaging-rabbitmq/pom.xml index 802395ed095f6..458986bd7935a 100644 --- a/integration-tests/reactive-messaging-rabbitmq/pom.xml +++ b/integration-tests/reactive-messaging-rabbitmq/pom.xml @@ -1,211 +1,206 @@ - - - quarkus-integration-tests-parent + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-reactive-messaging-rabbitmq + Quarkus - Integration Tests - Reactive Messaging - RabbitMQ + The RabbitMQ Reactive Messaging integration tests module + + + true + + + + + io.quarkus + quarkus-integration-test-class-transformer + + + io.quarkus + quarkus-integration-test-shared-library + + + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-jackson + + + + + io.quarkus + quarkus-smallrye-health + + + + io.quarkus + quarkus-messaging-rabbitmq + + + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.testcontainers + testcontainers + test + + + + + io.quarkus + quarkus-integration-test-class-transformer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-rabbitmq-deployment + ${project.version} + pom + test + + + * + * + + + + + io.smallrye.reactive + smallrye-reactive-messaging-api + + + org.awaitility + awaitility + test + + + + + + io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-reactive-messaging-rabbitmq - Quarkus - Integration Tests - Reactive Messaging - RabbitMQ - The RabbitMQ Reactive Messaging integration tests module - - - true - - - - - io.quarkus - quarkus-integration-test-class-transformer - - - io.quarkus - quarkus-integration-test-shared-library - - - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-jackson - - - - - io.quarkus - quarkus-smallrye-health - - - - io.quarkus - quarkus-messaging-rabbitmq - - - - - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - org.testcontainers - testcontainers - test - - - - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-rabbitmq-deployment - ${project.version} - pom - test - - - * - * - - - - - io.smallrye.reactive - smallrye-reactive-messaging-api - - - org.awaitility - awaitility - test - - - - + quarkus-maven-plugin + + + + build + + + + + + + maven-failsafe-plugin + + true + + + + + maven-surefire-plugin + + true + + + + + + + + test-rabbitmq + + + test-containers + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - maven-failsafe-plugin - - true - - - - - maven-surefire-plugin - - true - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-rabbitmq - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - + + + diff --git a/integration-tests/reactive-mssql-client/pom.xml b/integration-tests/reactive-mssql-client/pom.xml index 11eb43a47c96c..dd661ae42158a 100644 --- a/integration-tests/reactive-mssql-client/pom.xml +++ b/integration-tests/reactive-mssql-client/pom.xml @@ -1,228 +1,226 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-reactive-mssql-client - quarkus-integration-test-reactive-mssql-client + Quarkus - Integration Tests - Reactive MS SQL Client - Quarkus - Integration Tests - Reactive MS SQL Client + + vertx-reactive:sqlserver://localhost:1435 + - - vertx-reactive:sqlserver://localhost:1435 - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-reactive-mssql-client + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-reactive-mssql-client - - - io.quarkus - quarkus-smallrye-health - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-reactive-mssql-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-reactive-mssql-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-mssql + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + + + + docker-mssql + + + start-containers + + + + + + io.fabric8 + docker-maven-plugin + + + + ${mssql.image} + quarkus-test-mssql + + + 1435:1433 + + + Y + yourStrong(!)Password + + + MSSQL: + default + cyan + + + SQL Server is now ready for client connections + + + + + + + + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources - true + ${docker-prune.location} - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + + - - - - - test-mssql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - docker-mssql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${mssql.image} - quarkus-test-mssql - - - 1435:1433 - - - Y - yourStrong(!)Password - - - MSSQL: - default - cyan - - - SQL Server is now ready for client connections - - - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + + + diff --git a/integration-tests/reactive-mysql-client/pom.xml b/integration-tests/reactive-mysql-client/pom.xml index 7784ff20bfd7a..3f9747dda7c6d 100644 --- a/integration-tests/reactive-mysql-client/pom.xml +++ b/integration-tests/reactive-mysql-client/pom.xml @@ -14,262 +14,257 @@ ~ License for the specific language governing permissions and limitations ~ under the License. --> + + 4.0.0 - - 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + quarkus-integration-test-reactive-mysql-client - quarkus-integration-test-reactive-mysql-client + Quarkus - Integration Tests - Reactive MySQL Client - Quarkus - Integration Tests - Reactive MySQL Client + + vertx-reactive:mysql://localhost:3308/hibernate_orm_test + - - vertx-reactive:mysql://localhost:3308/hibernate_orm_test - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-reactive-mysql-client + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-reactive-mysql-client - - - io.quarkus - quarkus-smallrye-health - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-reactive-mysql-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-reactive-mysql-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-mariadb + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - + + - - - test-mariadb - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - - docker-mariadb - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - healthcheck-${mariadb.image} - quarkus-test-mariadb - - ${mariadb.image} - - - 5s - 3s - 5s - 5 - + 5s + 3s + 5s + 5 + - - mysqladmin ping -h localhost -u root -psecret|| exit 1 - - - - - - bridge - - - 3308:3306 - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - true - - - MariaDB: - default - cyan - - - /var/lib/mysql - - - - true - - - - - ${project.basedir}/custom-mariadbconfig:/etc/mysql/conf.d${volume.access.modifier} - - - - - - - + /var/lib/mysql + + + + true + + + + ${project.basedir}/custom-mariadbconfig:/etc/mysql/conf.d${volume.access.modifier} + + + + + + - true - - - - docker-start - compile - - stop - build - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + true + + + + docker-start + + stop + build + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/reactive-oracle-client/pom.xml b/integration-tests/reactive-oracle-client/pom.xml index f5d2dcb24b32f..56b299308e315 100644 --- a/integration-tests/reactive-oracle-client/pom.xml +++ b/integration-tests/reactive-oracle-client/pom.xml @@ -1,264 +1,262 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-reactive-oracle-client - quarkus-integration-test-reactive-oracle-client + Quarkus - Integration Tests - Reactive Oracle Client - Quarkus - Integration Tests - Reactive Oracle Client + + vertx-reactive:oracle:thin:@localhost:1521/FREEPDB1 + - - vertx-reactive:oracle:thin:@localhost:1521/FREEPDB1 - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-reactive-oracle-client + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-reactive-oracle-client - - - io.quarkus - quarkus-smallrye-health - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-reactive-oracle-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-reactive-oracle-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-oracle + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + + + + docker-oracle + + + start-containers + + + + + + io.fabric8 + docker-maven-plugin + + + + ${oracle.image} + + + 1521:1521 + + + hibernate_orm_test + + + Oracle Database: + default + red + + + + + + + yes + + + + + + + + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources - true + ${docker-prune.location} - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + + - - - - - test-oracle - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - docker-oracle - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${oracle.image} - - - 1521:1521 - - - hibernate_orm_test - - - Oracle Database: - default - red - - - - - - - yes - - - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - - - mac-m1 - - - aarch64 - - - - - - maven-surefire-plugin - - true - - - - io.fabric8 - docker-maven-plugin - - - - ${oracle.image} - - true - - - - - - - - - + + mac-m1 + + + aarch64 + + + + + + maven-surefire-plugin + + true + + + + io.fabric8 + docker-maven-plugin + + + + ${oracle.image} + + true + + + + + + + + + diff --git a/integration-tests/reactive-pg-client/pom.xml b/integration-tests/reactive-pg-client/pom.xml index a18e0514a87ad..ca2b28bba7e00 100644 --- a/integration-tests/reactive-pg-client/pom.xml +++ b/integration-tests/reactive-pg-client/pom.xml @@ -1,239 +1,237 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-reactive-pg-client - quarkus-integration-test-reactive-pg-client + Quarkus - Integration Tests - Reactive Pg Client - Quarkus - Integration Tests - Reactive Pg Client + + vertx-reactive:postgresql://:5431/hibernate_orm_test + - - vertx-reactive:postgresql://:5431/hibernate_orm_test - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-reactive-pg-client + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-reactive-pg-client - - - io.quarkus - quarkus-smallrye-health - + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-reactive-pg-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-reactive-pg-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + ../test-classes + true + src/test/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - - src/test/resources - true - ../test-classes - - + + + test-postgresql + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-postgresql - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - + + - - docker-postgresql - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${postgres.image} - postgresql - - - hibernate_orm_test - hibernate_orm_test - hibernate_orm_test - - - 5431:5432 - - - - - (?s)ready to accept connections.*ready to accept connections - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources + + ${docker-prune.location} + + + + + + + + diff --git a/integration-tests/redis-cache/pom.xml b/integration-tests/redis-cache/pom.xml index 79bb3b2a30163..fb94b7261fa8f 100644 --- a/integration-tests/redis-cache/pom.xml +++ b/integration-tests/redis-cache/pom.xml @@ -1,227 +1,227 @@ - + - 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - ../pom.xml - + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../pom.xml + + + quarkus-integration-test-redis-cache + Quarkus - Integration Tests - Redis Cache - quarkus-integration-test-redis-cache - Quarkus - Integration Tests - Redis Cache + + localhost:6379 + - - localhost:6379 - + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-rest-client-jackson + + + io.quarkus + quarkus-redis-cache + - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-rest-client-jackson - - - io.quarkus - quarkus-redis-cache - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-redis-cache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-redis-cache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-redis + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + + + + docker-redis + + + start-containers + + + + + + io.fabric8 + docker-maven-plugin + + + + redis:5.0.8-alpine + quarkus-test-redis + + + 6379:6379 + + + Redis: + default + cyan + + + + + + + + redis-cli PING + + + + + + + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources - true + ${docker-prune.location} - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + + - - - - - test-redis - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - docker-redis - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - redis:5.0.8-alpine - quarkus-test-redis - - - 6379:6379 - - - Redis: - default - cyan - - - - - - - - redis-cli PING - - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - + + - + diff --git a/integration-tests/redis-client/pom.xml b/integration-tests/redis-client/pom.xml index a323134add967..d226014210e04 100644 --- a/integration-tests/redis-client/pom.xml +++ b/integration-tests/redis-client/pom.xml @@ -1,227 +1,227 @@ - + - 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - ../pom.xml - + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../pom.xml + + + quarkus-integration-test-redis-client + Quarkus - Integration Tests - Redis Client - quarkus-integration-test-redis-client - Quarkus - Integration Tests - Redis Client + + localhost:6379 + - - localhost:6379 - + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-redis-client + + + io.quarkus + quarkus-smallrye-health + - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-redis-client - - - io.quarkus - quarkus-smallrye-health - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-redis-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-health-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-redis-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-health-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-redis + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + + + + + + docker-redis + + + start-containers + + + + + + io.fabric8 + docker-maven-plugin + + + + redis:5.0.8-alpine + quarkus-test-redis + + + 6379:6379 + + + Redis: + default + cyan + + + + + + + + redis-cli PING + + + + + + + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources - true + ${docker-prune.location} - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + + - - - - - test-redis - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - - docker-redis - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - redis:5.0.8-alpine - quarkus-test-redis - - - 6379:6379 - - - Redis: - default - cyan - - - - - - - - redis-cli PING - - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - + + - + diff --git a/integration-tests/redis-devservices/pom.xml b/integration-tests/redis-devservices/pom.xml index 5df531435c424..e2d52f89aaf9a 100644 --- a/integration-tests/redis-devservices/pom.xml +++ b/integration-tests/redis-devservices/pom.xml @@ -1,174 +1,174 @@ - - - 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - ../pom.xml - - quarkus-integration-test-redis-devservices - Quarkus - Integration Tests - Redis DevService + + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../pom.xml + + quarkus-integration-test-redis-devservices + Quarkus - Integration Tests - Redis DevService + + + + io.quarkus + quarkus-redis-client + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-devservices-common + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + + io.quarkus + quarkus-redis-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-redis-client - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-devservices-common - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - - io.quarkus - quarkus-redis-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + + test-redis + + + test-containers + + + - - maven-surefire-plugin + + maven-surefire-plugin + + false + + + + default-test + + test + - true + + **/continuoustesting/**/*.java + - - - maven-failsafe-plugin + + + devmode-test + + test + - true + + **/continuoustesting/**/*.java + - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + + + + maven-failsafe-plugin + + false + + - - - - - - test-redis - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - default-test - - test - - - - **/continuoustesting/**/*.java - - - - - devmode-test - - test - - - - **/continuoustesting/**/*.java - - - - - - - maven-failsafe-plugin - - false - - - - - - + + + - \ No newline at end of file + diff --git a/integration-tests/rest-client-reactive-http2/pom.xml b/integration-tests/rest-client-reactive-http2/pom.xml index 74c256e26dcfb..8d9fc58e92b41 100644 --- a/integration-tests/rest-client-reactive-http2/pom.xml +++ b/integration-tests/rest-client-reactive-http2/pom.xml @@ -1,115 +1,113 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - quarkus-integration-test-rest-client-reactive-http2 - Quarkus - Integration Tests - REST Client Reactive: HTTP/2 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-rest-client-reactive-http2 + Quarkus - Integration Tests - REST Client Reactive: HTTP/2 + + + + + io.quarkus + quarkus-rest-client + - - - - io.quarkus - quarkus-rest-client - + + io.quarkus + quarkus-rest + - - io.quarkus - quarkus-rest - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + + + io.vertx + vertx-web-client + test + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - - - io.vertx - vertx-web-client - test - + + + io.quarkus + quarkus-rest-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-rest-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - + + + native-image + + + native + + + + true + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + org.apache.maven.plugins + maven-failsafe-plugin + - - - - - native-image - - - native - - - - true - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - - + + + diff --git a/integration-tests/rest-client-reactive-kotlin-serialization-with-validator/pom.xml b/integration-tests/rest-client-reactive-kotlin-serialization-with-validator/pom.xml index bb2bf24bc2f16..b648d5d2b5a43 100644 --- a/integration-tests/rest-client-reactive-kotlin-serialization-with-validator/pom.xml +++ b/integration-tests/rest-client-reactive-kotlin-serialization-with-validator/pom.xml @@ -1,180 +1,178 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - quarkus-integration-test-rest-client-reactive-kotlin-serialization-with-validator - Quarkus - Integration Tests - REST Client Reactive Kotlin Serialization With Validator + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-rest-client-reactive-kotlin-serialization-with-validator + Quarkus - Integration Tests - REST Client Reactive Kotlin Serialization With Validator + + + + io.quarkus + quarkus-rest-kotlin-serialization + + + io.quarkus + quarkus-rest-client-kotlin-serialization + + + io.quarkus + quarkus-hibernate-validator + - - - io.quarkus - quarkus-rest-kotlin-serialization - - - io.quarkus - quarkus-rest-client-kotlin-serialization - - - io.quarkus - quarkus-hibernate-validator - + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-rest-kotlin-serialization-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-kotlin-serialization-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-validator-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-rest-kotlin-serialization-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-kotlin-serialization-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-validator-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + all-open + kotlinx-serialization + + + + + + + + org.jetbrains.kotlin + kotlin-maven-allopen + ${kotlin.version} + + + org.jetbrains.kotlin + kotlin-maven-serialization + ${kotlin.version} + + + + + compile + + compile + + compile + + + test-compile + + test-compile + + test-compile + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + src/main/kotlin + src/test/kotlin + - - src/main/kotlin - src/test/kotlin - - - src/main/resources - true - - + + + native-image + + + native + + + + true + + + - - org.jetbrains.kotlin - kotlin-maven-plugin - - - compile - compile - - compile - - - - test-compile - test-compile - - test-compile - - - - - - org.jetbrains.kotlin - kotlin-maven-allopen - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-maven-serialization - ${kotlin.version} - - - - - all-open - kotlinx-serialization - - - - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + org.apache.maven.plugins + maven-failsafe-plugin + - - - - - native-image - - - native - - - - true - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - - + + + diff --git a/integration-tests/rest-client-reactive-kotlin-serialization/pom.xml b/integration-tests/rest-client-reactive-kotlin-serialization/pom.xml index 9e64aae9e61ec..af25545f64506 100644 --- a/integration-tests/rest-client-reactive-kotlin-serialization/pom.xml +++ b/integration-tests/rest-client-reactive-kotlin-serialization/pom.xml @@ -1,163 +1,161 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - quarkus-integration-test-rest-client-reactive-kotlin-serialization - Quarkus - Integration Tests - REST Client Reactive Kotlin Serialization + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-rest-client-reactive-kotlin-serialization + Quarkus - Integration Tests - REST Client Reactive Kotlin Serialization + + + + io.quarkus + quarkus-rest-kotlin-serialization + + + io.quarkus + quarkus-rest-client-kotlin-serialization + - - - io.quarkus - quarkus-rest-kotlin-serialization - - - io.quarkus - quarkus-rest-client-kotlin-serialization - + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-rest-kotlin-serialization-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-kotlin-serialization-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-rest-kotlin-serialization-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-kotlin-serialization-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + all-open + kotlinx-serialization + + + + + + + + org.jetbrains.kotlin + kotlin-maven-allopen + ${kotlin.version} + + + org.jetbrains.kotlin + kotlin-maven-serialization + ${kotlin.version} + + + + + compile + + compile + + compile + + + test-compile + + test-compile + + test-compile + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + src/main/kotlin + src/test/kotlin + - - src/main/kotlin - src/test/kotlin - - - src/main/resources - true - - + + + native-image + + + native + + + + true + + + - - org.jetbrains.kotlin - kotlin-maven-plugin - - - compile - compile - - compile - - - - test-compile - test-compile - - test-compile - - - - - - org.jetbrains.kotlin - kotlin-maven-allopen - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-maven-serialization - ${kotlin.version} - - - - - all-open - kotlinx-serialization - - - - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + org.apache.maven.plugins + maven-failsafe-plugin + - - - - - native-image - - - native - - - - true - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - - + + + diff --git a/integration-tests/rest-client-reactive-multipart/pom.xml b/integration-tests/rest-client-reactive-multipart/pom.xml index 00cce97b48162..ed60ecb569b5b 100644 --- a/integration-tests/rest-client-reactive-multipart/pom.xml +++ b/integration-tests/rest-client-reactive-multipart/pom.xml @@ -1,116 +1,114 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - quarkus-integration-test-rest-client-reactive-multipart - Quarkus - Integration Tests - REST Client Reactive: multipart messages + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-rest-client-reactive-multipart + Quarkus - Integration Tests - REST Client Reactive: multipart messages + + + + + io.quarkus + quarkus-rest-client-jackson + - - - - io.quarkus - quarkus-rest-client-jackson - + + io.quarkus + quarkus-rest-jackson + - - io.quarkus - quarkus-rest-jackson - + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-rest-client-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-rest-client-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + native-image + + + native + + + + true + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + org.apache.maven.plugins + maven-failsafe-plugin + - - - - - native-image - - - native - - - - true - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - - + + + diff --git a/integration-tests/rest-client-reactive-stork/pom.xml b/integration-tests/rest-client-reactive-stork/pom.xml index b84cee3058bd2..64f970ea6161e 100644 --- a/integration-tests/rest-client-reactive-stork/pom.xml +++ b/integration-tests/rest-client-reactive-stork/pom.xml @@ -1,184 +1,182 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - quarkus-integration-test-rest-client-reactive-stork - Quarkus - Integration Tests - REST Client Reactive with Stork + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-rest-client-reactive-stork + Quarkus - Integration Tests - REST Client Reactive with Stork + + + + + io.quarkus + quarkus-vertx-http + - - - - io.quarkus - quarkus-vertx-http - + + io.quarkus + quarkus-rest-client-jackson + + + io.quarkus + quarkus-smallrye-stork + + + io.quarkus + quarkus-rest-jackson + + + org.wiremock + wiremock-standalone + test + + + jakarta.servlet + jakarta.servlet-api + test + + + io.smallrye.stork + stork-load-balancer-least-response-time + + + io.smallrye.stork + stork-service-discovery-static-list + - - io.quarkus - quarkus-rest-client-jackson - - - io.quarkus - quarkus-smallrye-stork - - - io.quarkus - quarkus-rest-jackson - - - org.wiremock - wiremock-standalone - test - - - jakarta.servlet - jakarta.servlet-api - test - - - io.smallrye.stork - stork-load-balancer-least-response-time - - - io.smallrye.stork - stork-service-discovery-static-list - + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-stork-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-vertx-http-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-stork-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-vertx-http-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-compiler-plugin + + + + io.smallrye.stork + stork-configuration-generator + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + native-image + + + native + + + + true + + + - - maven-compiler-plugin - - - - io.smallrye.stork - stork-configuration-generator - - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + org.apache.maven.plugins + maven-failsafe-plugin + - - - - - native-image - - - native - - - - true - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - - + + + diff --git a/integration-tests/rest-client-reactive/pom.xml b/integration-tests/rest-client-reactive/pom.xml index e43d651167567..54196eecd296e 100644 --- a/integration-tests/rest-client-reactive/pom.xml +++ b/integration-tests/rest-client-reactive/pom.xml @@ -1,184 +1,182 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - quarkus-integration-test-rest-client-reactive - Quarkus - Integration Tests - REST Client Reactive + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-rest-client-reactive + Quarkus - Integration Tests - REST Client Reactive + + + + + io.quarkus + quarkus-vertx-http + - - - - io.quarkus - quarkus-vertx-http - + + io.quarkus + quarkus-rest-client-jackson + - - io.quarkus - quarkus-rest-client-jackson - + + io.quarkus + quarkus-smallrye-fault-tolerance + - - io.quarkus - quarkus-smallrye-fault-tolerance - + + + io.quarkus + quarkus-opentelemetry + - - - io.quarkus - quarkus-opentelemetry - + + + io.opentelemetry + opentelemetry-sdk-testing + - - - io.opentelemetry - opentelemetry-sdk-testing - + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + io.quarkus + quarkus-junit5-mockito + test + + + io.quarkus + quarkus-test-vertx + test + + + org.wiremock + wiremock-standalone + test + + + io.smallrye.certs + smallrye-certificate-generator + test + - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - io.quarkus - quarkus-junit5-mockito - test - - - io.quarkus - quarkus-test-vertx - test - - - org.wiremock - wiremock-standalone - test - - - io.smallrye.certs - smallrye-certificate-generator - test - + + + io.quarkus + quarkus-rest-client-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-fault-tolerance-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-vertx-http-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-rest-client-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-fault-tolerance-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-vertx-http-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + native-image + + + native + + + + true + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + org.apache.maven.plugins + maven-failsafe-plugin + - - - - - native-image - - - native - - - - true - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - - + + + diff --git a/integration-tests/rest-client/pom.xml b/integration-tests/rest-client/pom.xml index 20aaf2d16f8d3..b201356c83cf3 100644 --- a/integration-tests/rest-client/pom.xml +++ b/integration-tests/rest-client/pom.xml @@ -1,190 +1,188 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - quarkus-integration-test-rest-client - Quarkus - Integration Tests - REST client + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-rest-client + Quarkus - Integration Tests - REST client + + + ${project.build.directory}/certs/self-signed-keystore.p12 + changeit + - - ${project.build.directory}/certs/self-signed-keystore.p12 - changeit - + + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-micrometer-registry-prometheus + - - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-micrometer-registry-prometheus - + + + io.quarkus + quarkus-resteasy-client + + + io.quarkus + quarkus-smallrye-fault-tolerance + + + org.jboss.resteasy + resteasy-multipart-provider + + + jakarta.activation + jakarta.activation-api + + + org.jboss.spec.javax.ws.rs + jboss-jaxrs-api_3.0_spec + + + com.sun.activation + jakarta.activation + + + + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.smallrye.certs + smallrye-certificate-generator + test + - - - io.quarkus - quarkus-resteasy-client - - - io.quarkus - quarkus-smallrye-fault-tolerance - - - org.jboss.resteasy - resteasy-multipart-provider - - - jakarta.activation - jakarta.activation-api - - - org.jboss.spec.javax.ws.rs - jboss-jaxrs-api_3.0_spec - - - com.sun.activation - jakarta.activation - - - - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - io.smallrye.certs - smallrye-certificate-generator - test - + + + io.quarkus + quarkus-resteasy-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-fault-tolerance-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-resteasy-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-fault-tolerance-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + en + + + + + - - - - src/main/resources - true - - + + + native-image + + + native + + + + + true + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - en - - - + + org.apache.maven.plugins + maven-failsafe-plugin + + + + en + + + - - - - - native-image - - - native - - - - - true - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - en - - - - - - - + + + diff --git a/integration-tests/rest-csrf/pom.xml b/integration-tests/rest-csrf/pom.xml index 772a01b8a30b3..93aec55d5efa5 100644 --- a/integration-tests/rest-csrf/pom.xml +++ b/integration-tests/rest-csrf/pom.xml @@ -1,112 +1,110 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../ + - quarkus-integration-test-rest-csrf - Quarkus - Integration Tests - REST - Cross-Site Request Forgery Filter - Module that contains Cross-Site Request Forgery Filter tests + quarkus-integration-test-rest-csrf + Quarkus - Integration Tests - REST - Cross-Site Request Forgery Filter + Module that contains Cross-Site Request Forgery Filter tests - - - io.quarkus - quarkus-rest-csrf - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-elytron-security-properties-file - - - io.quarkus - quarkus-junit5 - test - - - org.awaitility - awaitility - test - - - io.smallrye.reactive - smallrye-mutiny-vertx-web-client - test - - - org.htmlunit - htmlunit - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-rest-csrf-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-csrf + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-elytron-security-properties-file + + + io.quarkus + quarkus-junit5 + test + + + org.awaitility + awaitility + test + + + io.smallrye.reactive + smallrye-mutiny-vertx-web-client + test + + + org.htmlunit + htmlunit + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-rest-csrf-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/resteasy-jackson/pom.xml b/integration-tests/resteasy-jackson/pom.xml index 0db14bab805ea..39df70d56ff45 100644 --- a/integration-tests/resteasy-jackson/pom.xml +++ b/integration-tests/resteasy-jackson/pom.xml @@ -1,85 +1,81 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - - quarkus-integration-test-resteasy-jackson + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - Quarkus - Integration Tests - RESTEasy Jackson - + quarkus-integration-test-resteasy-jackson - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-smallrye-openapi - + Quarkus - Integration Tests - RESTEasy Jackson - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-smallrye-openapi + - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-openapi-deployment - ${project.version} - pom - test - - - * - * - - - - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-openapi-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/resteasy-mutiny/pom.xml b/integration-tests/resteasy-mutiny/pom.xml index 0c745ec1106df..ee1f036ba62cd 100644 --- a/integration-tests/resteasy-mutiny/pom.xml +++ b/integration-tests/resteasy-mutiny/pom.xml @@ -1,104 +1,102 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-resteasy-mutiny + quarkus-integration-test-resteasy-mutiny - Quarkus - Integration Tests - RESTEasy and Mutiny + Quarkus - Integration Tests - RESTEasy and Mutiny - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-client-jsonb - - - io.quarkus - quarkus-rest-jsonb - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-client-jsonb + + + io.quarkus + quarkus-rest-jsonb + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-rest-client-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jsonb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-client-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jsonb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/resteasy-reactive-kotlin/pom.xml b/integration-tests/resteasy-reactive-kotlin/pom.xml index a2858bbd856e1..2e64d595fa153 100644 --- a/integration-tests/resteasy-reactive-kotlin/pom.xml +++ b/integration-tests/resteasy-reactive-kotlin/pom.xml @@ -1,24 +1,20 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - - quarkus-integration-test-resteasy-reactive-kotlin-parent - Quarkus - Integration Tests - Quarkus REST Kotlin - Parent - pom - - - standard - prod-mode - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-resteasy-reactive-kotlin-parent + pom + Quarkus - Integration Tests - Quarkus REST Kotlin - Parent + + standard + prod-mode + diff --git a/integration-tests/resteasy-reactive-kotlin/prod-mode/pom.xml b/integration-tests/resteasy-reactive-kotlin/prod-mode/pom.xml index 1cede089776d3..d52e284549601 100644 --- a/integration-tests/resteasy-reactive-kotlin/prod-mode/pom.xml +++ b/integration-tests/resteasy-reactive-kotlin/prod-mode/pom.xml @@ -1,164 +1,161 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-test-resteasy-reactive-kotlin-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-test-resteasy-reactive-kotlin-parent + 999-SNAPSHOT + - quarkus-integration-test-resteasy-reactive-kotlin-prod-mode + quarkus-integration-test-resteasy-reactive-kotlin-prod-mode - Quarkus - Integration Tests - RESTEasy Reactive Kotlin - Prod Mode tests + Quarkus - Integration Tests - RESTEasy Reactive Kotlin - Prod Mode tests - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-kotlin - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - org.jetbrains.kotlinx - kotlinx-coroutines-core-jvm - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - ${kotlin.version} - - - org.jetbrains.kotlin - kotlin-reflect - ${kotlin.version} - - - io.rest-assured - kotlin-extensions - test - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-kotlin + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + org.jetbrains.kotlinx + kotlinx-coroutines-core-jvm + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + ${kotlin.version} + + + org.jetbrains.kotlin + kotlin-reflect + ${kotlin.version} + + + io.rest-assured + kotlin-extensions + test + - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-kotlin-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-kotlin-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + - - - - src/main/kotlin - src/test/kotlin - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - org.jetbrains.kotlin - kotlin-maven-plugin - - - compile - - compile - - - - test-compile - - test-compile - - - - - - org.jetbrains.kotlin - kotlin-maven-allopen - ${kotlin.version} - - - - true - - all-open - - - - - - - - - - - + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + true + + all-open + + + + + + + + + + + org.jetbrains.kotlin + kotlin-maven-allopen + ${kotlin.version} + + + + + compile + + compile + + + + test-compile + + test-compile + + + + + + src/main/kotlin + src/test/kotlin + diff --git a/integration-tests/resteasy-reactive-kotlin/standard/pom.xml b/integration-tests/resteasy-reactive-kotlin/standard/pom.xml index d37324da463ac..c2aef21e42f86 100644 --- a/integration-tests/resteasy-reactive-kotlin/standard/pom.xml +++ b/integration-tests/resteasy-reactive-kotlin/standard/pom.xml @@ -1,316 +1,312 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-test-resteasy-reactive-kotlin-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-test-resteasy-reactive-kotlin-parent + 999-SNAPSHOT + - quarkus-integration-test-resteasy-reactive-kotlin-standard + quarkus-integration-test-resteasy-reactive-kotlin-standard - Quarkus - Integration Tests - RESTEasy Reactive Kotlin - Standard tests + Quarkus - Integration Tests - RESTEasy Reactive Kotlin - Standard tests - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-rest-client-jackson - - - io.quarkus - quarkus-messaging-kafka - - - io.quarkus - quarkus-smallrye-fault-tolerance - - - io.quarkus - quarkus-scheduler - - - io.quarkus - quarkus-kotlin - - - io.quarkus - quarkus-security - - - io.quarkus - quarkus-integration-test-shared-library - - - - io.quarkus - quarkus-opentelemetry - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.jetbrains.kotlin - kotlin-reflect - ${kotlin.version} - - - io.rest-assured - kotlin-extensions - test - - - io.strimzi - strimzi-test-container - test - - - org.testcontainers - testcontainers - test - - - org.jetbrains - annotations - - - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-rest-client-jackson + + + io.quarkus + quarkus-messaging-kafka + + + io.quarkus + quarkus-smallrye-fault-tolerance + + + io.quarkus + quarkus-scheduler + + + io.quarkus + quarkus-kotlin + + + io.quarkus + quarkus-security + + + io.quarkus + quarkus-integration-test-shared-library + + + + io.quarkus + quarkus-opentelemetry + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.jetbrains.kotlin + kotlin-reflect + ${kotlin.version} + + + io.rest-assured + kotlin-extensions + test + + + io.strimzi + strimzi-test-container + test + + + org.testcontainers + testcontainers + test + + + org.jetbrains + annotations + + + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + - - io.quarkus - quarkus-kotlin-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-messaging-kafka-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-fault-tolerance-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-scheduler-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-opentelemetry-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-deployment - ${project.version} - pom - test - - - * - * - - - + + io.quarkus + quarkus-kotlin-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-messaging-kafka-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-fault-tolerance-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-scheduler-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-opentelemetry-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-deployment + ${project.version} + pom + test + + + * + * + + + + - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + true + + -Xjvm-default=all + + + all-open + + + + + + + + + + + org.jetbrains.kotlin + kotlin-maven-allopen + ${kotlin.version} + + + + + compile + + compile + + + + test-compile + + test-compile + + + + - - src/main/kotlin - src/test/kotlin - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - org.jetbrains.kotlin - kotlin-maven-plugin - - - compile - - compile - - - - test-compile - - test-compile - - - - - - org.jetbrains.kotlin - kotlin-maven-allopen - ${kotlin.version} - - - - true - - -Xjvm-default=all - - - all-open - - - - - - - - - + + maven-failsafe-plugin + + true + + - - maven-failsafe-plugin - - true - - + + maven-surefire-plugin + + true + + + + src/main/kotlin + src/test/kotlin + - - maven-surefire-plugin - - true - - + + + test-kafka + + + test-containers + + + + + + maven-surefire-plugin + + false + + prod + + + + + maven-failsafe-plugin + + false + + prod + + + - - - - - test-kafka - - - test-containers - - - - - - maven-surefire-plugin - - false - - prod - - - - - maven-failsafe-plugin - - false - - prod - - - - - - - - + + + diff --git a/integration-tests/scala/pom.xml b/integration-tests/scala/pom.xml index 2fc597f480e08..34be5d0226d68 100644 --- a/integration-tests/scala/pom.xml +++ b/integration-tests/scala/pom.xml @@ -1,141 +1,139 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-scala - Quarkus - Integration Tests - Scala + quarkus-integration-test-scala + Quarkus - Integration Tests - Scala - - pre-integration-test - + + pre-integration-test + - - - io.quarkus - quarkus-scala-deployment - - - io.quarkus - quarkus-project-core-extension-codestarts - test - - - io.quarkus - quarkus-bootstrap-maven-resolver - test - - - io.quarkus - quarkus-test-maven - test - - - com.google.guava - guava - test - - - org.checkerframework - checker-qual - - - - - org.apache.commons - commons-lang3 - test - - + + + io.quarkus + quarkus-scala-deployment + + + io.quarkus + quarkus-project-core-extension-codestarts + test + + + io.quarkus + quarkus-bootstrap-maven-resolver + test + + + io.quarkus + quarkus-test-maven + test + + + com.google.guava + guava + test + + + org.checkerframework + checker-qual + + + + + org.apache.commons + commons-lang3 + test + + - - - - src/test/resources - true - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - integration-test - verify - - - - - - ${project.version} - - - - - - net.alchim31.maven - scala-maven-plugin - ${scala-maven-plugin.version} - - - ensure-plugin-is-downloaded - - help - - ${scala-maven-plugin.phase} - - true - - - - - - + + net.alchim31.maven + scala-maven-plugin + ${scala-maven-plugin.version} + + + ensure-plugin-is-downloaded + + help + + ${scala-maven-plugin.phase} + + true + + + + + + - - - basic-test-suite - - - basicTests - - - - true - none - - - - skip-ITs - - - skipITs - true - - - - none - - - - java21 - - [21,) - - - true - true - - - + + + basic-test-suite + + + basicTests + + + + true + none + + + + skip-ITs + + + skipITs + true + + + + none + + + + java21 + + [21,) + + + true + true + + + diff --git a/integration-tests/security-webauthn/pom.xml b/integration-tests/security-webauthn/pom.xml index da0220a4a95b6..4acb4c1c08f6b 100644 --- a/integration-tests/security-webauthn/pom.xml +++ b/integration-tests/security-webauthn/pom.xml @@ -1,178 +1,178 @@ - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-security-webauthn + Quarkus - Integration Tests - Security WebAuthn + The security-webauthn integration tests module - quarkus-integration-test-security-webauthn - Quarkus - Integration Tests - Security WebAuthn - The security-webauthn integration tests module + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-security-webauthn + + + io.quarkus + quarkus-test-security-webauthn + + + io.quarkus + quarkus-reactive-pg-client + + + io.quarkus + quarkus-hibernate-reactive-panache + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-reactive-panache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-pg-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-security-webauthn-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-security-webauthn - - - io.quarkus - quarkus-test-security-webauthn - - - io.quarkus - quarkus-reactive-pg-client - - - io.quarkus - quarkus-hibernate-reactive-panache - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-reactive-panache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-pg-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-security-webauthn-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + test-webauthn + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + + + maven-failsafe-plugin + + false + + - - - - - test-webauthn - - - test-containers - - - - - - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - false - - - - - - + + + - \ No newline at end of file + diff --git a/integration-tests/shared-library/pom.xml b/integration-tests/shared-library/pom.xml index 1090242a76e9b..afa0716cceb30 100644 --- a/integration-tests/shared-library/pom.xml +++ b/integration-tests/shared-library/pom.xml @@ -1,28 +1,24 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-shared-library - Quarkus - Integration Tests - Shared library - - An example/test of a componentized application. This is indexed at build time by Quarkus - and components it provides should be included as normal. - - - - jakarta.servlet - jakarta.servlet-api - - - jakarta.ws.rs - jakarta.ws.rs-api - - + quarkus-integration-test-shared-library + Quarkus - Integration Tests - Shared library + An example/test of a componentized application. This is indexed at build time by Quarkus + and components it provides should be included as normal. + + + jakarta.servlet + jakarta.servlet-api + + + jakarta.ws.rs + jakarta.ws.rs-api + + diff --git a/integration-tests/simple with space/pom.xml b/integration-tests/simple with space/pom.xml index d5a06353e709b..759c72355487e 100644 --- a/integration-tests/simple with space/pom.xml +++ b/integration-tests/simple with space/pom.xml @@ -1,72 +1,68 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-simple-with-space - Quarkus - Integration Tests - Simple with space - - A very basic integration test that contains a space in the directory and also resources files that contain spaces - - - - io.quarkus - quarkus-resteasy - - - - org.primefaces - primefaces - 8.0 - + quarkus-integration-test-simple-with-space + Quarkus - Integration Tests - Simple with space + A very basic integration test that contains a space in the directory and also resources files that contain spaces + + + io.quarkus + quarkus-resteasy + + + + org.primefaces + primefaces + 8.0 + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/smallrye-config/pom.xml b/integration-tests/smallrye-config/pom.xml index f76159d13e42e..3cda66b4dacd6 100644 --- a/integration-tests/smallrye-config/pom.xml +++ b/integration-tests/smallrye-config/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 - quarkus-integration-tests-parent io.quarkus + quarkus-integration-tests-parent 999-SNAPSHOT diff --git a/integration-tests/smallrye-context-propagation/pom.xml b/integration-tests/smallrye-context-propagation/pom.xml index e73c2c6c00c80..80037beb6c04e 100644 --- a/integration-tests/smallrye-context-propagation/pom.xml +++ b/integration-tests/smallrye-context-propagation/pom.xml @@ -1,94 +1,92 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-smallrye-context-propagation + quarkus-integration-test-smallrye-context-propagation - Quarkus - Integration Tests - SmallRye Context Propagation + Quarkus - Integration Tests - SmallRye Context Propagation - - - io.quarkus - quarkus-smallrye-context-propagation - + + + io.quarkus + quarkus-smallrye-context-propagation + - - io.quarkus - quarkus-junit5-internal - test - - - org.awaitility - awaitility - test - - - io.quarkus - quarkus-rest - + + io.quarkus + quarkus-junit5-internal + test + + + org.awaitility + awaitility + test + + + io.quarkus + quarkus-rest + - - io.quarkus - quarkus-hibernate-orm-panache-deployment - test - - - io.smallrye.reactive - mutiny-reactive-streams-operators - - - - - io.quarkus - quarkus-jdbc-h2-deployment - test - - - io.quarkus - quarkus-test-h2 - test - + + io.quarkus + quarkus-hibernate-orm-panache-deployment + test + + + io.smallrye.reactive + mutiny-reactive-streams-operators + + + + + io.quarkus + quarkus-jdbc-h2-deployment + test + + + io.quarkus + quarkus-test-h2 + test + - - io.rest-assured - rest-assured - test - + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-context-propagation-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-context-propagation-deployment + ${project.version} + pom + test + + + * + * + + + + diff --git a/integration-tests/smallrye-graphql-client-keycloak/pom.xml b/integration-tests/smallrye-graphql-client-keycloak/pom.xml index 87df6cb8f51cb..2e90ee3258cbb 100644 --- a/integration-tests/smallrye-graphql-client-keycloak/pom.xml +++ b/integration-tests/smallrye-graphql-client-keycloak/pom.xml @@ -1,268 +1,266 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-smallrye-graphql-client-keycloak - Quarkus - Integration Tests - SmallRye GraphQL Client with Keycloak + quarkus-integration-test-smallrye-graphql-client-keycloak + Quarkus - Integration Tests - SmallRye GraphQL Client with Keycloak - - http://localhost:8180/auth - + + http://localhost:8180/auth + - - - io.quarkus - quarkus-smallrye-graphql - - - io.quarkus - quarkus-smallrye-graphql-client - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-oidc - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-smallrye-graphql + + + io.quarkus + quarkus-smallrye-graphql-client + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-oidc + + + io.rest-assured + rest-assured + test + - - io.quarkus - quarkus-resteasy-client - - - io.quarkus - quarkus-junit5 - test - + + io.quarkus + quarkus-resteasy-client + + + io.quarkus + quarkus-junit5 + test + - - - io.quarkus - quarkus-smallrye-graphql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-graphql-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-test-keycloak-server - test - - - junit - junit - - - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-smallrye-graphql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-graphql-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-test-keycloak-server + test + + + junit + junit + + + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + - + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + + + + + test-keycloak + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin - - true - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + false + + ${keycloak.url} + + + + + maven-failsafe-plugin + + false + + ${keycloak.url} + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + - + + - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - ${keycloak.url} - - - - - maven-failsafe-plugin - - false - - ${keycloak.url} - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - - - - docker-keycloak - - - start-containers - - - - http://localhost:8180/auth - - - - - io.fabric8 - docker-maven-plugin - - - - ${keycloak.docker.legacy.image} - quarkus-test-keycloak - - - 8180:8080 - - - admin - admin - - - Keycloak: - default - cyan - - - - - http://localhost:8180 - - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - + + http://localhost:8180 + + + + + + + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + - - - - + + + + diff --git a/integration-tests/smallrye-graphql-client/pom.xml b/integration-tests/smallrye-graphql-client/pom.xml index 5148f77e899f6..09aef63fa480c 100644 --- a/integration-tests/smallrye-graphql-client/pom.xml +++ b/integration-tests/smallrye-graphql-client/pom.xml @@ -1,116 +1,113 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - - quarkus-integration-test-smallrye-graphql-client - Quarkus - Integration Tests - SmallRye GraphQL Client + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-smallrye-graphql - - - io.quarkus - quarkus-smallrye-graphql-client - - - io.quarkus - quarkus-resteasy - + quarkus-integration-test-smallrye-graphql-client + Quarkus - Integration Tests - SmallRye GraphQL Client - - io.quarkus - quarkus-resteasy-client - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-smallrye-graphql + + + io.quarkus + quarkus-smallrye-graphql-client + + + io.quarkus + quarkus-resteasy + - - - io.quarkus - quarkus-smallrye-graphql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-graphql-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - + + io.quarkus + quarkus-resteasy-client + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-smallrye-graphql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-graphql-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/smallrye-graphql/pom.xml b/integration-tests/smallrye-graphql/pom.xml index 2f4e00b926ffe..e11be27efad9a 100644 --- a/integration-tests/smallrye-graphql/pom.xml +++ b/integration-tests/smallrye-graphql/pom.xml @@ -1,88 +1,84 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - - quarkus-integration-test-smallrye-graphql + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - Quarkus - Integration Tests - SmallRye GraphQL - + quarkus-integration-test-smallrye-graphql - - - io.quarkus - quarkus-smallrye-graphql - - - io.quarkus - quarkus-smallrye-fault-tolerance - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + Quarkus - Integration Tests - SmallRye GraphQL - - - io.quarkus - quarkus-smallrye-graphql-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-fault-tolerance-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-smallrye-graphql + + + io.quarkus + quarkus-smallrye-fault-tolerance + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + io.quarkus + quarkus-smallrye-graphql-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-fault-tolerance-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/smallrye-jwt-oidc-webapp/pom.xml b/integration-tests/smallrye-jwt-oidc-webapp/pom.xml index 5a88525c85da4..05da7975239cb 100644 --- a/integration-tests/smallrye-jwt-oidc-webapp/pom.xml +++ b/integration-tests/smallrye-jwt-oidc-webapp/pom.xml @@ -1,319 +1,317 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../ + - quarkus-integration-test-smallrye-jwt-oidc-webapp - Quarkus - Integration Tests - Smallrye JWT OIDC WebApp - Module that tests that Smallrye JWT and OIDC WebApp authentication can be combined + quarkus-integration-test-smallrye-jwt-oidc-webapp + Quarkus - Integration Tests - Smallrye JWT OIDC WebApp + Module that tests that Smallrye JWT and OIDC WebApp authentication can be combined - - http://localhost:8180/auth - vertx-reactive:oracle:thin:@localhost:1521/FREEPDB1 - + + http://localhost:8180/auth + vertx-reactive:oracle:thin:@localhost:1521/FREEPDB1 + - - - io.quarkus - quarkus-reactive-oracle-client - - - io.quarkus - quarkus-oidc-db-token-state-manager - - - org.eclipse.angus - angus-activation - - - - org.keycloak - keycloak-client-common-synced - test - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc - - - io.quarkus - quarkus-oidc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-jwt - - - io.quarkus - quarkus-smallrye-jwt-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-oidc-db-token-state-manager-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-oracle-client-deployment - ${project.version} - pom - test - - - * - * - - - + + + io.quarkus + quarkus-reactive-oracle-client + + + io.quarkus + quarkus-oidc-db-token-state-manager + + + org.eclipse.angus + angus-activation + + + + org.keycloak + keycloak-client-common-synced + test + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc + + + io.quarkus + quarkus-oidc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-jwt + + + io.quarkus + quarkus-smallrye-jwt-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-oidc-db-token-state-manager-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-oracle-client-deployment + ${project.version} + pom + test + + + * + * + + + - - org.htmlunit - htmlunit - test - - + + org.htmlunit + htmlunit + test + + - - - - src/main/resources - true - - + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + + + + + test-keycloak + + + test-containers + + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin + + maven-surefire-plugin + + false + + ${keycloak.url} + + + + + maven-failsafe-plugin + + false + + ${keycloak.url} + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + + + + + docker-keycloak + + + start-containers + + + + + + io.fabric8 + docker-maven-plugin + + + + ${keycloak.docker.legacy.image} + quarkus-test-keycloak + + + 8180:8080 + + + admin + admin + + + Keycloak: + default + cyan + + + + + http://localhost:8180 + + + + + + + ${oracle.image} + + + 1521:1521 + + + oidc_db_token_state_manager_test + + + Oracle Database: + default + red + + + + + + + yes + + + + + + + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources - true + ${docker-prune.location} - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + + - - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - ${keycloak.url} - - - - - maven-failsafe-plugin - - false - - ${keycloak.url} - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - - - - - docker-keycloak - - - start-containers - - - - - - io.fabric8 - docker-maven-plugin - - - - ${keycloak.docker.legacy.image} - quarkus-test-keycloak - - - 8180:8080 - - - admin - admin - - - Keycloak: - default - cyan - - - - - http://localhost:8180 - - - - - - - ${oracle.image} - - - 1521:1521 - - - oidc_db_token_state_manager_test - - - Oracle Database: - default - red - - - - - - - yes - - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + + + diff --git a/integration-tests/smallrye-jwt-token-propagation/pom.xml b/integration-tests/smallrye-jwt-token-propagation/pom.xml index 1a7ee88f6ffac..785214a79c5e9 100644 --- a/integration-tests/smallrye-jwt-token-propagation/pom.xml +++ b/integration-tests/smallrye-jwt-token-propagation/pom.xml @@ -1,298 +1,296 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../ + - quarkus-integration-test-smallrye-jwt-token-propagation - Quarkus - Integration Tests - Smallrye JWT Token Propagation - Module that contains Smallrye JWT Token Propagation tests + quarkus-integration-test-smallrye-jwt-token-propagation + Quarkus - Integration Tests - Smallrye JWT Token Propagation + Module that contains Smallrye JWT Token Propagation tests - - http://localhost:8180/auth - + + http://localhost:8180/auth + - - - org.eclipse.angus - angus-activation - - - io.quarkus - quarkus-grpc - - - - org.keycloak - keycloak-client-common-synced - test - - - io.quarkus - quarkus-test-security-jwt - test - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-client-oidc-token-propagation - - - io.quarkus - quarkus-resteasy-client-oidc-token-propagation-deployment - ${project.version} - pom - test - - - * - * - - - + + + org.eclipse.angus + angus-activation + + + io.quarkus + quarkus-grpc + + + + org.keycloak + keycloak-client-common-synced + test + + + io.quarkus + quarkus-test-security-jwt + test + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-client-oidc-token-propagation + + + io.quarkus + quarkus-resteasy-client-oidc-token-propagation-deployment + ${project.version} + pom + test + + + * + * + + + - - io.quarkus - quarkus-smallrye-jwt - - - io.quarkus - quarkus-smallrye-jwt-deployment - ${project.version} - pom - test - - - * - * - - - - + + io.quarkus + quarkus-smallrye-jwt + + + io.quarkus + quarkus-smallrye-jwt-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + + true + src/main/resources + + + + + maven-surefire-plugin + + true + + + + maven-failsafe-plugin + + true + + + + io.quarkus + quarkus-maven-plugin + + + + generate-code + build + + + + + + + + + + test-keycloak + + + test-containers + + + + + + maven-surefire-plugin + + false + + ${keycloak.url} + + + + + maven-failsafe-plugin + + false + + ${keycloak.url} + + + + io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - + quarkus-maven-plugin + + + + generate-code + build + + + + + + + - - - - src/main/resources - true - - + + docker-keycloak + + + start-containers + + + + http://localhost:8180/auth + + - - maven-surefire-plugin - - true - - - - maven-failsafe-plugin + + io.fabric8 + docker-maven-plugin + + + + ${keycloak.docker.legacy.image} + quarkus-test-keycloak + + + 8180:8080 + + + admin + admin + + + Keycloak: + default + cyan + + + + + http://localhost:8180 + + + + + + + true + + + + docker-start + + stop + start + + compile + + + docker-stop + + stop + + post-integration-test + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-prune + + exec + + generate-resources - true + ${docker-prune.location} - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - + + + - - - - - test-keycloak - - - test-containers - - - - - - maven-surefire-plugin - - false - - ${keycloak.url} - - - - - maven-failsafe-plugin - - false - - ${keycloak.url} - - - - - io.quarkus - quarkus-maven-plugin - - - - generate-code - build - - - - - - - - - - docker-keycloak - - - start-containers - - - - http://localhost:8180/auth - - - - - io.fabric8 - docker-maven-plugin - - - - ${keycloak.docker.legacy.image} - quarkus-test-keycloak - - - 8180:8080 - - - admin - admin - - - Keycloak: - default - cyan - - - - - http://localhost:8180 - - - - - - - true - - - - docker-start - compile - - stop - start - - - - docker-stop - post-integration-test - - stop - - - - - - org.codehaus.mojo - exec-maven-plugin - - - docker-prune - generate-resources - - exec - - - ${docker-prune.location} - - - - - - - - + + + diff --git a/integration-tests/smallrye-jwt/pom.xml b/integration-tests/smallrye-jwt/pom.xml index fa1c6126dbf20..261f44736364e 100644 --- a/integration-tests/smallrye-jwt/pom.xml +++ b/integration-tests/smallrye-jwt/pom.xml @@ -1,85 +1,83 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - ../ - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../ + - quarkus-integration-test-smallrye-jwt - Quarkus - Integration Tests - Smallrye JWT - Module that contains Smallrye JWT + quarkus-integration-test-smallrye-jwt + Quarkus - Integration Tests - Smallrye JWT + Module that contains Smallrye JWT - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-jwt - - - io.quarkus - quarkus-smallrye-jwt-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-jwt + + + io.quarkus + quarkus-smallrye-jwt-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + - - - - maven-surefire-plugin - - - maven-failsafe-plugin - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + maven-surefire-plugin + + + maven-failsafe-plugin + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/smallrye-metrics/pom.xml b/integration-tests/smallrye-metrics/pom.xml index 501976d466147..655cbc596e14c 100644 --- a/integration-tests/smallrye-metrics/pom.xml +++ b/integration-tests/smallrye-metrics/pom.xml @@ -1,138 +1,135 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-smallrye-metrics - Quarkus - Integration Tests - SmallRye Metrics + quarkus-integration-test-smallrye-metrics + Quarkus - Integration Tests - SmallRye Metrics - - - io.quarkus - quarkus-smallrye-metrics - + + + io.quarkus + quarkus-smallrye-metrics + + + + io.quarkus + quarkus-resteasy-jackson + - - - io.quarkus - quarkus-resteasy-jackson - - - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - - org.mockito - mockito-core - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + + org.mockito + mockito-core + test + - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-metrics-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-metrics-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - alphabetical - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + alphabetical + + + + - - - native-image - - - native - - - - - true - - + + + native-image + + + native + + + + + true + + - - no-native - - - !native - - - - - uber-jar - - - + + uber-jar + + + diff --git a/integration-tests/smallrye-stork-registration/pom.xml b/integration-tests/smallrye-stork-registration/pom.xml index a352eb1fd1eae..425a30e03292a 100644 --- a/integration-tests/smallrye-stork-registration/pom.xml +++ b/integration-tests/smallrye-stork-registration/pom.xml @@ -1,123 +1,121 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 - quarkus-integration-test-smallrye-stork-registration - Quarkus - Integration Tests - Smallrye Stork Registration + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-smallrye-stork-registration + Quarkus - Integration Tests - Smallrye Stork Registration + + + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-smallrye-stork + + + io.smallrye.stork + stork-service-registration-static-list + + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + - - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-smallrye-stork - - - io.smallrye.stork - stork-service-registration-static-list - - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-vertx-http-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-stork-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-vertx-http-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-stork-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - - src/main/resources - true - - + + + native-image + + + native + + + + true + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + org.apache.maven.plugins + maven-failsafe-plugin + - - - - - native-image - - - native - - - - true - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - - + + + diff --git a/integration-tests/spring-boot-properties/pom.xml b/integration-tests/spring-boot-properties/pom.xml index 032c4da276691..c9e573441d4fc 100644 --- a/integration-tests/spring-boot-properties/pom.xml +++ b/integration-tests/spring-boot-properties/pom.xml @@ -1,102 +1,100 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-spring-boot-properties - Quarkus - Integration Tests - Spring Boot properties + quarkus-integration-test-spring-boot-properties + Quarkus - Integration Tests - Spring Boot properties - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-spring-boot-properties - - - io.quarkus - quarkus-spring-di - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-spring-boot-properties + + + io.quarkus + quarkus-spring-di + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-boot-properties-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-di-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-boot-properties-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-di-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/spring-cloud-config-client/pom.xml b/integration-tests/spring-cloud-config-client/pom.xml index 487775244dd79..498635e226c7a 100644 --- a/integration-tests/spring-cloud-config-client/pom.xml +++ b/integration-tests/spring-cloud-config-client/pom.xml @@ -1,113 +1,111 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-spring-cloud-config-client - Quarkus - Integration Tests - Spring Cloud Config Client + quarkus-integration-test-spring-cloud-config-client + Quarkus - Integration Tests - Spring Cloud Config Client - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-spring-cloud-config-client - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-spring-cloud-config-client + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-cloud-config-client-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-cloud-config-client-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-surefire-plugin - - - default-test - - - common,test - - test-only - - - - - profiles-test - test - - test - - - - test - - - test-only - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + maven-surefire-plugin + + + default-test + + + common,test + + test-only + + + + + profiles-test + + test + + test + + + test + + + test-only + + + + + + diff --git a/integration-tests/spring-data-jpa/pom.xml b/integration-tests/spring-data-jpa/pom.xml index 7ab4d615e16cf..a71b0f9205a09 100644 --- a/integration-tests/spring-data-jpa/pom.xml +++ b/integration-tests/spring-data-jpa/pom.xml @@ -1,156 +1,154 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-spring-data-jpa - Quarkus - Integration Tests - Spring Data JPA + quarkus-integration-test-spring-data-jpa + Quarkus - Integration Tests - Spring Data JPA - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-spring-data-jpa - - - io.quarkus - quarkus-jdbc-h2 - - - io.quarkus - quarkus-jackson - + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-spring-data-jpa + + + io.quarkus + quarkus-jdbc-h2 + + + io.quarkus + quarkus-jackson + - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-junit5-mockito - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-h2 - test - + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-junit5-mockito + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-h2 + test + - - - io.quarkus - quarkus-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-data-jpa-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-data-jpa-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-surefire-plugin - - - - prod-mode - test - - test - - - **/*PMT.java - - - - - - + + prod-mode + + test + + test + + **/*PMT.java + + + + + + diff --git a/integration-tests/spring-data-rest/pom.xml b/integration-tests/spring-data-rest/pom.xml index 84fedea753647..54b61762280c9 100644 --- a/integration-tests/spring-data-rest/pom.xml +++ b/integration-tests/spring-data-rest/pom.xml @@ -1,168 +1,166 @@ - - 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + + quarkus-integration-test-spring-data-rest + Quarkus - Integration Tests - Spring Data REST - quarkus-integration-test-spring-data-rest - Quarkus - Integration Tests - Spring Data REST + + + io.quarkus + quarkus-spring-data-rest + + + io.quarkus + quarkus-jdbc-h2 + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-hibernate-validator + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-test-h2 + test + + + io.quarkus + quarkus-jsonp + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-spring-data-rest - - - io.quarkus - quarkus-jdbc-h2 - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-hibernate-validator - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-test-h2 - test - - - io.quarkus - quarkus-jsonp - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-spring-data-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jdbc-h2-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jsonp-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-validator-deployment + ${project.version} + pom + test + + + * + * + + + + - - - io.quarkus - quarkus-spring-data-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jdbc-h2-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jsonp-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-validator-deployment - ${project.version} - pom - test - - - * - * - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - + + + + mac-m1 + + + mac + aarch64 + + + env.GITHUB_ACTIONS + true + + + - - io.quarkus - quarkus-maven-plugin - - - - build - - - - + + maven-surefire-plugin + + true + + - - - - - - mac-m1 - - - mac - aarch64 - - - env.GITHUB_ACTIONS - true - - - - - - maven-surefire-plugin - - true - - - - - - + + + diff --git a/integration-tests/spring-di/pom.xml b/integration-tests/spring-di/pom.xml index c55d3a180da0e..52f3a78f4526f 100644 --- a/integration-tests/spring-di/pom.xml +++ b/integration-tests/spring-di/pom.xml @@ -1,122 +1,120 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-spring-di - Quarkus - Integration Tests - Spring DI + quarkus-integration-test-spring-di + Quarkus - Integration Tests - Spring DI - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-spring-di - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-spring-di + - - - io.quarkus - quarkus-spring-web-api - + + + io.quarkus + quarkus-spring-web-api + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-di-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-di-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/spring-web/pom.xml b/integration-tests/spring-web/pom.xml index 8a934d01d5b8c..954ccec2a077d 100644 --- a/integration-tests/spring-web/pom.xml +++ b/integration-tests/spring-web/pom.xml @@ -1,259 +1,257 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-spring-web - Quarkus - Integration Tests - Spring Web + quarkus-integration-test-spring-web + Quarkus - Integration Tests - Spring Web - - - io.quarkus - quarkus-spring-web - - - org.jboss.logging - commons-logging-jboss-logging - - - io.quarkus - quarkus-spring-cache - - - io.quarkus - quarkus-spring-security - - - io.quarkus - quarkus-spring-scheduled - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-resteasy-jaxb - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-hibernate-validator - - - io.quarkus - quarkus-elytron-security-properties-file - - - io.quarkus - quarkus-smallrye-openapi - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-junit5-internal - test - - - io.rest-assured - rest-assured - test - - - io.quarkus - quarkus-test-security - test - + + + io.quarkus + quarkus-spring-web + + + org.jboss.logging + commons-logging-jboss-logging + + + io.quarkus + quarkus-spring-cache + + + io.quarkus + quarkus-spring-security + + + io.quarkus + quarkus-spring-scheduled + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-resteasy-jaxb + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-hibernate-validator + + + io.quarkus + quarkus-elytron-security-properties-file + + + io.quarkus + quarkus-smallrye-openapi + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-junit5-internal + test + + + io.rest-assured + rest-assured + test + + + io.quarkus + quarkus-test-security + test + - - - io.quarkus - quarkus-elytron-security-properties-file-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-hibernate-validator-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-jaxb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-cache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-scheduled-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-security-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-spring-web-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-openapi-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-elytron-security-properties-file-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-hibernate-validator-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-jaxb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-cache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-scheduled-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-security-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-spring-web-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-openapi-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-surefire-plugin - - - tpt - test - - test - - - - test1,whatever - true - - - - - prod-mode - test - - test - - - **/*PMT.java - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + maven-surefire-plugin + + + tpt + + test + + test + + + test1,whatever + true + + + + + prod-mode + + test + + test + + **/*PMT.java + + + + + + diff --git a/integration-tests/test-extension/extension-that-defines-junit-test-extensions/deployment/pom.xml b/integration-tests/test-extension/extension-that-defines-junit-test-extensions/deployment/pom.xml index 7757fd6b1d07d..374898ce4a623 100644 --- a/integration-tests/test-extension/extension-that-defines-junit-test-extensions/deployment/pom.xml +++ b/integration-tests/test-extension/extension-that-defines-junit-test-extensions/deployment/pom.xml @@ -1,96 +1,94 @@ - - - integration-test-extension-that-defines-junit-test-extensions-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + integration-test-extension-that-defines-junit-test-extensions-parent + 999-SNAPSHOT + - integration-test-extension-that-defines-junit-test-extensions-deployment - Quarkus - Integration Tests - Test Extension - Extension - Deployment + integration-test-extension-that-defines-junit-test-extensions-deployment + Quarkus - Integration Tests - Test Extension - Extension - Deployment - - 3.0.0 - - - - io.quarkus - quarkus-undertow-deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-jaxb-deployment - - - io.quarkus - integration-test-extension-that-defines-junit-test-extensions - ${project.version} - - - org.atteo - xml-combiner - ${xml-combiner.version} - - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - - - org.apache.commons - commons-lang3 - - - - + + 3.0.0 + + + + io.quarkus + quarkus-undertow-deployment + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-jaxb-deployment + + + io.quarkus + integration-test-extension-that-defines-junit-test-extensions + ${project.version} + + + org.atteo + xml-combiner + ${xml-combiner.version} + + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + + + org.apache.commons + commons-lang3 + + + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/integration-tests/test-extension/extension-that-defines-junit-test-extensions/pom.xml b/integration-tests/test-extension/extension-that-defines-junit-test-extensions/pom.xml index 7a4051ab21b20..b8c5ea8f3f065 100644 --- a/integration-tests/test-extension/extension-that-defines-junit-test-extensions/pom.xml +++ b/integration-tests/test-extension/extension-that-defines-junit-test-extensions/pom.xml @@ -1,26 +1,24 @@ - - - quarkus-integration-test-test-extension - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-test-test-extension + 999-SNAPSHOT + - integration-test-extension-that-defines-junit-test-extensions-parent - Quarkus - Integration Tests - Test Extension - Extension - pom + integration-test-extension-that-defines-junit-test-extensions-parent + pom + Quarkus - Integration Tests - Test Extension - Extension - - true - true - + + deployment + runtime + - - deployment - runtime - + + true + true + diff --git a/integration-tests/test-extension/extension-that-defines-junit-test-extensions/runtime/pom.xml b/integration-tests/test-extension/extension-that-defines-junit-test-extensions/runtime/pom.xml index 92cebe648b095..f18fbfa6e6534 100644 --- a/integration-tests/test-extension/extension-that-defines-junit-test-extensions/runtime/pom.xml +++ b/integration-tests/test-extension/extension-that-defines-junit-test-extensions/runtime/pom.xml @@ -1,139 +1,136 @@ - - - integration-test-extension-that-defines-junit-test-extensions-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + integration-test-extension-that-defines-junit-test-extensions-parent + 999-SNAPSHOT + - integration-test-extension-that-defines-junit-test-extensions - Quarkus - Integration Tests - Test Extension - Extension - Runtime + integration-test-extension-that-defines-junit-test-extensions + Quarkus - Integration Tests - Test Extension - Extension - Runtime - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-jaxb - - - io.quarkus.http - quarkus-http-servlet - - - org.jboss.spec.javax.servlet - jboss-servlet-api_4.0_spec - - - - - jakarta.servlet - jakarta.servlet-api - - - io.quarkus - quarkus-core - + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-jaxb + + + io.quarkus.http + quarkus-http-servlet + + + org.jboss.spec.javax.servlet + jboss-servlet-api_4.0_spec + + + + + jakarta.servlet + jakarta.servlet-api + + + io.quarkus + quarkus-core + - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-core-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jaxb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-core-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jaxb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + - - org.junit.jupiter - junit-jupiter-api - - + + org.junit.jupiter + junit-jupiter-api + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.test-extension - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.test-extension + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + - diff --git a/integration-tests/test-extension/extension/deployment/pom.xml b/integration-tests/test-extension/extension/deployment/pom.xml index 837bac1991ce1..27e10c87115d8 100644 --- a/integration-tests/test-extension/extension/deployment/pom.xml +++ b/integration-tests/test-extension/extension/deployment/pom.xml @@ -1,104 +1,102 @@ - - - quarkus-integration-test-test-extension-extension-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-test-test-extension-extension-parent + 999-SNAPSHOT + - quarkus-integration-test-test-extension-extension-deployment - Quarkus - Integration Tests - Test Extension - Extension - Deployment + quarkus-integration-test-test-extension-extension-deployment + Quarkus - Integration Tests - Test Extension - Extension - Deployment - - 3.0.0 - - - - io.quarkus - quarkus-undertow-deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-tls-registry-deployment - - - io.quarkus - quarkus-jaxb-deployment - - - io.quarkus - quarkus-integration-test-test-extension-extension - ${project.version} - - - org.atteo - xml-combiner - ${xml-combiner.version} - + + 3.0.0 + + + + io.quarkus + quarkus-undertow-deployment + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-tls-registry-deployment + + + io.quarkus + quarkus-jaxb-deployment + + + io.quarkus + quarkus-integration-test-test-extension-extension + ${project.version} + + + org.atteo + xml-combiner + ${xml-combiner.version} + - - - io.quarkus - quarkus-junit5-internal - test - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - test - - - io.rest-assured - rest-assured - test - - - org.apache.commons - commons-lang3 - - - - + + + io.quarkus + quarkus-junit5-internal + test + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + test + + + io.rest-assured + rest-assured + test + + + org.apache.commons + commons-lang3 + + + + - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - -AgenerateDoc=false - - - - - - - + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + -AgenerateDoc=false + + + + + + + diff --git a/integration-tests/test-extension/extension/pom.xml b/integration-tests/test-extension/extension/pom.xml index feb027207b5b9..9c928a4e478d8 100644 --- a/integration-tests/test-extension/extension/pom.xml +++ b/integration-tests/test-extension/extension/pom.xml @@ -1,25 +1,23 @@ - - - quarkus-integration-test-test-extension - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-test-test-extension + 999-SNAPSHOT + - quarkus-integration-test-test-extension-extension-parent - Quarkus - Integration Tests - Test Extension - Extension - pom + quarkus-integration-test-test-extension-extension-parent + pom + Quarkus - Integration Tests - Test Extension - Extension - - true - true - + + deployment + runtime + - - deployment - runtime - + + true + true + diff --git a/integration-tests/test-extension/extension/runtime/pom.xml b/integration-tests/test-extension/extension/runtime/pom.xml index 965a6c8c1ad55..e94299a1b6a87 100644 --- a/integration-tests/test-extension/extension/runtime/pom.xml +++ b/integration-tests/test-extension/extension/runtime/pom.xml @@ -1,140 +1,137 @@ - - - quarkus-integration-test-test-extension-extension-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-test-test-extension-extension-parent + 999-SNAPSHOT + - quarkus-integration-test-test-extension-extension - Quarkus - Integration Tests - Test Extension - Extension - Runtime + quarkus-integration-test-test-extension-extension + Quarkus - Integration Tests - Test Extension - Extension - Runtime - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-jaxb - - - org.graalvm.sdk - nativeimage - provided - - - io.quarkus.http - quarkus-http-servlet - - - org.jboss.spec.javax.servlet - jboss-servlet-api_4.0_spec - - - - - jakarta.servlet - jakarta.servlet-api - - - io.quarkus - quarkus-core - - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-core-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jaxb-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-jaxb + + + org.graalvm.sdk + nativeimage + provided + + + io.quarkus.http + quarkus-http-servlet + + + org.jboss.spec.javax.servlet + jboss-servlet-api_4.0_spec + + + + + jakarta.servlet + jakarta.servlet-api + + + io.quarkus + quarkus-core + + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-core-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jaxb-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-extension-maven-plugin - - - io.quarkus.test-extension - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - -AgenerateDoc=false - - - - - - - + + + + io.quarkus + quarkus-extension-maven-plugin + + + io.quarkus.test-extension + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + -AgenerateDoc=false + + + + + + + - diff --git a/integration-tests/test-extension/pom.xml b/integration-tests/test-extension/pom.xml index c12667cf3285a..e76926c9fcb46 100644 --- a/integration-tests/test-extension/pom.xml +++ b/integration-tests/test-extension/pom.xml @@ -1,21 +1,19 @@ - - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-test-extension - Quarkus - Integration Tests - Test Extension - pom + quarkus-integration-test-test-extension + pom + Quarkus - Integration Tests - Test Extension - - extension - extension-that-defines-junit-test-extensions - tests - + + extension + extension-that-defines-junit-test-extensions + tests + diff --git a/integration-tests/test-extension/tests/pom.xml b/integration-tests/test-extension/tests/pom.xml index 11caaf73bdada..9b5fbc87257e9 100644 --- a/integration-tests/test-extension/tests/pom.xml +++ b/integration-tests/test-extension/tests/pom.xml @@ -1,13 +1,11 @@ - + + 4.0.0 - quarkus-integration-test-test-extension io.quarkus + quarkus-integration-test-test-extension 999-SNAPSHOT - 4.0.0 quarkus-integration-test-test-extension-tests Quarkus - Integration Tests - Test Extension - Tests @@ -88,16 +86,17 @@ - src/main/resources true + src/main/resources - src/test/resources-filtered true + src/test/resources-filtered - **/target/** + **/target/** + @@ -115,36 +114,36 @@ maven-surefire-plugin - - - default-test - - test - - - - io/quarkus/it/extension/HotReplacementSetupDevModeTest.java - - - - - quarkus-test - - test - - - - io/quarkus/it/extension/HotReplacementSetupDevModeTest.java - - - - ${project.build.directory}/recorded-classpath-entries-surefire.txt + + + default-test + + test + + + + io/quarkus/it/extension/HotReplacementSetupDevModeTest.java + + + + + quarkus-test + + test + + + + io/quarkus/it/extension/HotReplacementSetupDevModeTest.java + + + + maven-failsafe-plugin @@ -161,7 +160,8 @@ test - 70 + 70 + diff --git a/integration-tests/vertx-graphql/pom.xml b/integration-tests/vertx-graphql/pom.xml index f0cec87cf7acf..943da2daf736f 100644 --- a/integration-tests/vertx-graphql/pom.xml +++ b/integration-tests/vertx-graphql/pom.xml @@ -1,81 +1,79 @@ - - 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - ../pom.xml - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + ../pom.xml + - quarkus-integration-test-vertx-graphql - Quarkus - Integration Tests - Vert.x GraphQL + quarkus-integration-test-vertx-graphql + Quarkus - Integration Tests - Vert.x GraphQL - - - io.quarkus - quarkus-vertx-graphql - + + + io.quarkus + quarkus-vertx-graphql + - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-vertx-graphql-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-vertx-graphql-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + - - - native-image - - - native - - - - - true - - - + + + native-image + + + native + + + + + true + + + diff --git a/integration-tests/vertx-http-compressors/all/pom.xml b/integration-tests/vertx-http-compressors/all/pom.xml index 2d98e432b5e6e..582e91aff43e4 100644 --- a/integration-tests/vertx-http-compressors/all/pom.xml +++ b/integration-tests/vertx-http-compressors/all/pom.xml @@ -1,87 +1,85 @@ - - 4.0.0 - - io.quarkus - quarkus-integration-test-vertx-http-compressors-parent - 999-SNAPSHOT - - quarkus-integration-test-vertx-http-compressors-all - Quarkus - Integration Tests - Vertx Http Compressors - All - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-integration-test-vertx-http-compressors-app - ${project.version} - + + 4.0.0 + + io.quarkus + quarkus-integration-test-vertx-http-compressors-parent + 999-SNAPSHOT + + quarkus-integration-test-vertx-http-compressors-all + Quarkus - Integration Tests - Vertx Http Compressors - All + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-integration-test-vertx-http-compressors-app + ${project.version} + - - - io.quarkus - quarkus-integration-test-vertx-http-compressors-app - ${project.version} - test-jar - test - - - io.vertx - vertx-web-client - test - - - io.quarkus - quarkus-junit5 - test - + + + io.quarkus + quarkus-integration-test-vertx-http-compressors-app + ${project.version} + test-jar + test + + + io.vertx + vertx-web-client + test + + + io.quarkus + quarkus-junit5 + test + - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/test/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-surefire-plugin - - 1 - false - - - - + + + + true + src/test/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + maven-surefire-plugin + + 1 + false + + + + diff --git a/integration-tests/vertx-http-compressors/app/pom.xml b/integration-tests/vertx-http-compressors/app/pom.xml index aab09d203fb9d..b2eacb3839820 100644 --- a/integration-tests/vertx-http-compressors/app/pom.xml +++ b/integration-tests/vertx-http-compressors/app/pom.xml @@ -1,57 +1,55 @@ - - 4.0.0 - - io.quarkus - quarkus-integration-test-vertx-http-compressors-parent - 999-SNAPSHOT - - quarkus-integration-test-vertx-http-compressors-app - Quarkus - Integration Tests - Vertx Http Compressors - App - - - io.vertx - vertx-web-client - test - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - test-jar - - - - - - + + 4.0.0 + + io.quarkus + quarkus-integration-test-vertx-http-compressors-parent + 999-SNAPSHOT + + quarkus-integration-test-vertx-http-compressors-app + Quarkus - Integration Tests - Vertx Http Compressors - App + + + io.vertx + vertx-web-client + test + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + diff --git a/integration-tests/vertx-http-compressors/pom.xml b/integration-tests/vertx-http-compressors/pom.xml index e1be2eb71f5e9..fd0e6d6780b64 100644 --- a/integration-tests/vertx-http-compressors/pom.xml +++ b/integration-tests/vertx-http-compressors/pom.xml @@ -1,19 +1,17 @@ - - 4.0.0 - - io.quarkus - quarkus-integration-tests-parent - 999-SNAPSHOT - - quarkus-integration-test-vertx-http-compressors-parent - Quarkus - Integration Tests - Vertx Http Compressors - Parent - pom - - app - all - some - + + 4.0.0 + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + + quarkus-integration-test-vertx-http-compressors-parent + pom + Quarkus - Integration Tests - Vertx Http Compressors - Parent + + app + all + some + diff --git a/integration-tests/vertx-http-compressors/some/pom.xml b/integration-tests/vertx-http-compressors/some/pom.xml index 33b6515217c51..3f83ea0d40b03 100644 --- a/integration-tests/vertx-http-compressors/some/pom.xml +++ b/integration-tests/vertx-http-compressors/some/pom.xml @@ -1,87 +1,85 @@ - - 4.0.0 - - io.quarkus - quarkus-integration-test-vertx-http-compressors-parent - 999-SNAPSHOT - - quarkus-integration-test-vertx-http-compressors-some - Quarkus - Integration Tests - Vertx Http Compressors - Some - - - io.quarkus - quarkus-rest - - - io.quarkus - quarkus-integration-test-vertx-http-compressors-app - ${project.version} - + + 4.0.0 + + io.quarkus + quarkus-integration-test-vertx-http-compressors-parent + 999-SNAPSHOT + + quarkus-integration-test-vertx-http-compressors-some + Quarkus - Integration Tests - Vertx Http Compressors - Some + + + io.quarkus + quarkus-rest + + + io.quarkus + quarkus-integration-test-vertx-http-compressors-app + ${project.version} + - - - io.quarkus - quarkus-integration-test-vertx-http-compressors-app - ${project.version} - test-jar - test - - - io.vertx - vertx-web-client - test - - - io.quarkus - quarkus-junit5 - test - + + + io.quarkus + quarkus-integration-test-vertx-http-compressors-app + ${project.version} + test-jar + test + + + io.vertx + vertx-web-client + test + + + io.quarkus + quarkus-junit5 + test + - - - io.quarkus - quarkus-rest-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - src/test/resources - true - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-surefire-plugin - - 1 - false - - - - + + + + true + src/test/resources + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + maven-surefire-plugin + + 1 + false + + + + diff --git a/integration-tests/vertx-http/pom.xml b/integration-tests/vertx-http/pom.xml index c78c8565389ee..e3550ba561424 100644 --- a/integration-tests/vertx-http/pom.xml +++ b/integration-tests/vertx-http/pom.xml @@ -1,118 +1,116 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-vertx-http - Quarkus - Integration Tests - Vert.x HTTP + quarkus-integration-test-vertx-http + Quarkus - Integration Tests - Vert.x HTTP - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-vertx-http - - - io.quarkus - quarkus-arc - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-vertx-http + + + io.quarkus + quarkus-arc + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - io.vertx - vertx-web-client - test - - - org.awaitility - awaitility - test - - - io.smallrye.reactive - smallrye-mutiny-vertx-web-client - test - - - org.assertj - assertj-core - test - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + io.vertx + vertx-web-client + test + + + org.awaitility + awaitility + test + + + io.smallrye.reactive + smallrye-mutiny-vertx-web-client + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-vertx-http-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-vertx-http-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/vertx-kotlin/pom.xml b/integration-tests/vertx-kotlin/pom.xml index 14a08e162a825..105f64a383a38 100644 --- a/integration-tests/vertx-kotlin/pom.xml +++ b/integration-tests/vertx-kotlin/pom.xml @@ -1,103 +1,101 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-vertx-kotlin - Quarkus - Integration Tests - Vert.x Kotlin + quarkus-integration-test-vertx-kotlin + Quarkus - Integration Tests - Vert.x Kotlin - - - io.quarkus - quarkus-kotlin - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-junit5 - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-kotlin + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-kotlin-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-vertx-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-kotlin-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-vertx-deployment + ${project.version} + pom + test + + + * + * + + + + - - src/main/kotlin - src/test/kotlin - - - org.jetbrains.kotlin - kotlin-maven-plugin - - - compile - compile - - compile - - - - test-compile - test-compile - - test-compile - - - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + org.jetbrains.kotlin + kotlin-maven-plugin + + + compile + + compile + + compile + + + test-compile + + test-compile + + test-compile + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + src/main/kotlin + src/test/kotlin + diff --git a/integration-tests/vertx-web-jackson/pom.xml b/integration-tests/vertx-web-jackson/pom.xml index 8f317c1327a7c..eaa173e24ac69 100644 --- a/integration-tests/vertx-web-jackson/pom.xml +++ b/integration-tests/vertx-web-jackson/pom.xml @@ -1,81 +1,79 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-vertx-web-jackson - Quarkus - Integration Tests - Vert.x Web - Jackson + quarkus-integration-test-vertx-web-jackson + Quarkus - Integration Tests - Vert.x Web - Jackson - - - io.quarkus - quarkus-reactive-routes - - - io.quarkus - quarkus-jackson - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-reactive-routes + + + io.quarkus + quarkus-jackson + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-reactive-routes-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-reactive-routes-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/vertx-web/pom.xml b/integration-tests/vertx-web/pom.xml index 36014f7e5b7f4..b80b5e70b9043 100644 --- a/integration-tests/vertx-web/pom.xml +++ b/integration-tests/vertx-web/pom.xml @@ -1,64 +1,62 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-vertx-web - Quarkus - Integration Tests - Vert.x Web + quarkus-integration-test-vertx-web + Quarkus - Integration Tests - Vert.x Web - - - io.quarkus - quarkus-reactive-routes - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-reactive-routes + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-reactive-routes-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-reactive-routes-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/vertx/pom.xml b/integration-tests/vertx/pom.xml index eb0067c19d80d..926542905133b 100644 --- a/integration-tests/vertx/pom.xml +++ b/integration-tests/vertx/pom.xml @@ -1,160 +1,158 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-vertx - Quarkus - Integration Tests - Vert.x + quarkus-integration-test-vertx + Quarkus - Integration Tests - Vert.x - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-resteasy-mutiny - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-vertx - - - io.quarkus - quarkus-smallrye-fault-tolerance - - - - io.quarkus - quarkus-jackson - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - - - org.assertj - assertj-core - test - - - org.awaitility - awaitility - test - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-resteasy-mutiny + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-vertx + + + io.quarkus + quarkus-smallrye-fault-tolerance + + + + io.quarkus + quarkus-jackson + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + + + org.assertj + assertj-core + test + + + org.awaitility + awaitility + test + - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-mutiny-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-vertx-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-fault-tolerance-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-mutiny-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-vertx-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-fault-tolerance-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/virtual-http-resteasy/pom.xml b/integration-tests/virtual-http-resteasy/pom.xml index f0b6c63ef12e2..c9a23e88691f2 100644 --- a/integration-tests/virtual-http-resteasy/pom.xml +++ b/integration-tests/virtual-http-resteasy/pom.xml @@ -1,120 +1,118 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-virtual-http-resteasy - Quarkus - Integration Tests - Virtual Http Resteasy Standalone + quarkus-integration-test-virtual-http-resteasy + Quarkus - Integration Tests - Virtual Http Resteasy Standalone - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-azure-functions-http - - - io.quarkus - quarkus-smallrye-openapi - - - com.microsoft.azure.functions - azure-functions-java-library - test - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-azure-functions-http + + + io.quarkus + quarkus-smallrye-openapi + + + com.microsoft.azure.functions + azure-functions-java-library + test + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-azure-functions-http-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-smallrye-openapi-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-azure-functions-http-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-smallrye-openapi-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/virtual-http/pom.xml b/integration-tests/virtual-http/pom.xml index 1cab0ad7694d4..976872e46a11a 100644 --- a/integration-tests/virtual-http/pom.xml +++ b/integration-tests/virtual-http/pom.xml @@ -1,154 +1,152 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-virtual-http - Quarkus - Integration Tests - Virtual Http + quarkus-integration-test-virtual-http + Quarkus - Integration Tests - Virtual Http - - - io.quarkus - quarkus-resteasy - - - io.quarkus - quarkus-undertow - - - io.quarkus - quarkus-reactive-routes - - - io.quarkus - quarkus-funqy-http - - - io.quarkus - quarkus-azure-functions-http - - - com.microsoft.azure.functions - azure-functions-java-library - test - - - io.quarkus - quarkus-arc - - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-resteasy + + + io.quarkus + quarkus-undertow + + + io.quarkus + quarkus-reactive-routes + + + io.quarkus + quarkus-funqy-http + + + io.quarkus + quarkus-azure-functions-http + + + com.microsoft.azure.functions + azure-functions-java-library + test + + + io.quarkus + quarkus-arc + + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - io.quarkus - quarkus-arc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-azure-functions-http-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-funqy-http-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-resteasy-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-undertow-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-reactive-routes-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-arc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-azure-functions-http-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-funqy-http-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-resteasy-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-undertow-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-reactive-routes-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + diff --git a/integration-tests/virtual-threads/amqp-virtual-threads/pom.xml b/integration-tests/virtual-threads/amqp-virtual-threads/pom.xml index c3968ff328807..99f0ef5e5051a 100644 --- a/integration-tests/virtual-threads/amqp-virtual-threads/pom.xml +++ b/integration-tests/virtual-threads/amqp-virtual-threads/pom.xml @@ -1,131 +1,129 @@ - - 4.0.0 + + 4.0.0 - - quarkus-virtual-threads-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-virtual-threads-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-virtual-threads-amqp - Quarkus - Integration Tests - Virtual Threads - AMQP 1.0 + quarkus-integration-test-virtual-threads-amqp + Quarkus - Integration Tests - Virtual Threads - AMQP 1.0 - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-messaging-amqp - - - io.quarkus - quarkus-rest-client - + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-messaging-amqp + + + io.quarkus + quarkus-rest-client + - - io.quarkus - quarkus-junit5 - test - - - io.quarkus.junit5 - junit5-virtual-threads - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - - io.quarkus - quarkus-test-vertx - - - io.quarkus - quarkus-junit5-mockito - test - - - org.wiremock - wiremock-standalone - test - - - io.quarkus - quarkus-test-common - test - + + io.quarkus + quarkus-junit5 + test + + + io.quarkus.junit5 + junit5-virtual-threads + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + + io.quarkus + quarkus-test-vertx + + + io.quarkus + quarkus-junit5-mockito + test + + + org.wiremock + wiremock-standalone + test + + + io.quarkus + quarkus-test-common + test + - - - io.quarkus - quarkus-messaging-amqp-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-messaging-amqp-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - + + + + io.quarkus + quarkus-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/integration-tests/virtual-threads/grpc-virtual-threads/pom.xml b/integration-tests/virtual-threads/grpc-virtual-threads/pom.xml index 48ba5037cfee4..41eca2cb1d4ce 100644 --- a/integration-tests/virtual-threads/grpc-virtual-threads/pom.xml +++ b/integration-tests/virtual-threads/grpc-virtual-threads/pom.xml @@ -1,104 +1,103 @@ - - 4.0.0 + + 4.0.0 - - quarkus-virtual-threads-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-virtual-threads-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-virtual-threads-grpc - Quarkus - Integration Tests - Virtual Threads - gRPC + quarkus-integration-test-virtual-threads-grpc + Quarkus - Integration Tests - Virtual Threads - gRPC - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-grpc - - - - io.quarkus - quarkus-test-vertx - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus.junit5 - junit5-virtual-threads - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - io.quarkus - quarkus-test-grpc - ${project.version} - test - + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-grpc + + + + io.quarkus + quarkus-test-vertx + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus.junit5 + junit5-virtual-threads + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + io.quarkus + quarkus-test-grpc + ${project.version} + + test + - - - io.quarkus - quarkus-grpc-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-grpc-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - + + + + io.quarkus + quarkus-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/integration-tests/virtual-threads/jms-virtual-threads/pom.xml b/integration-tests/virtual-threads/jms-virtual-threads/pom.xml index c817ca48aecc6..70e7b571eeab9 100644 --- a/integration-tests/virtual-threads/jms-virtual-threads/pom.xml +++ b/integration-tests/virtual-threads/jms-virtual-threads/pom.xml @@ -1,155 +1,153 @@ - - 4.0.0 + + 4.0.0 - - quarkus-virtual-threads-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-virtual-threads-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-virtual-threads-jms - Quarkus - Integration Tests - Virtual Threads - JMS + quarkus-integration-test-virtual-threads-jms + Quarkus - Integration Tests - Virtual Threads - JMS - - - - io.quarkiverse.artemis - quarkus-artemis-bom - 3.0.1 - pom - import - - - + - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-messaging - - - io.smallrye.reactive - smallrye-reactive-messaging-jms - - - io.quarkus - quarkus-rest-client - - - io.quarkiverse.artemis - quarkus-artemis-jms - - - io.quarkiverse.artemis - quarkus-test-artemis - test - + + io.quarkiverse.artemis + quarkus-artemis-bom + 3.0.1 + pom + import + + + + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-messaging + + + io.smallrye.reactive + smallrye-reactive-messaging-jms + + + io.quarkus + quarkus-rest-client + + + io.quarkiverse.artemis + quarkus-artemis-jms + + + io.quarkiverse.artemis + quarkus-test-artemis + test + - - io.quarkus - quarkus-junit5 - test - - - io.quarkus.junit5 - junit5-virtual-threads - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - - io.quarkus - quarkus-test-vertx - - - io.quarkus - quarkus-junit5-mockito - test - - - org.wiremock - wiremock-standalone - test - - - io.quarkus - quarkus-test-common - test - + + io.quarkus + quarkus-junit5 + test + + + io.quarkus.junit5 + junit5-virtual-threads + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + + io.quarkus + quarkus-test-vertx + + + io.quarkus + quarkus-junit5-mockito + test + + + org.wiremock + wiremock-standalone + test + + + io.quarkus + quarkus-test-common + test + - - - io.quarkus - quarkus-messaging-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-messaging-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - + + + + io.quarkus + quarkus-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/integration-tests/virtual-threads/kafka-virtual-threads/pom.xml b/integration-tests/virtual-threads/kafka-virtual-threads/pom.xml index 8817ad721acfc..44cee885058d1 100644 --- a/integration-tests/virtual-threads/kafka-virtual-threads/pom.xml +++ b/integration-tests/virtual-threads/kafka-virtual-threads/pom.xml @@ -1,130 +1,128 @@ - - 4.0.0 + + 4.0.0 - - quarkus-virtual-threads-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-virtual-threads-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-virtual-threads-kafka - Quarkus - Integration Tests - Virtual Threads - Kafka + quarkus-integration-test-virtual-threads-kafka + Quarkus - Integration Tests - Virtual Threads - Kafka - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-messaging-kafka - - - io.quarkus - quarkus-rest-client - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus.junit5 - junit5-virtual-threads - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - - io.quarkus - quarkus-test-vertx - - - io.quarkus - quarkus-junit5-mockito - test - - - org.wiremock - wiremock-standalone - test - - - io.quarkus - quarkus-test-common - test - + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-messaging-kafka + + + io.quarkus + quarkus-rest-client + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus.junit5 + junit5-virtual-threads + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + + io.quarkus + quarkus-test-vertx + + + io.quarkus + quarkus-junit5-mockito + test + + + org.wiremock + wiremock-standalone + test + + + io.quarkus + quarkus-test-common + test + - - - io.quarkus - quarkus-messaging-kafka-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-messaging-kafka-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - + + + + io.quarkus + quarkus-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/integration-tests/virtual-threads/mailer-virtual-threads/pom.xml b/integration-tests/virtual-threads/mailer-virtual-threads/pom.xml index cfc12ecd060e3..de3cbd1897292 100644 --- a/integration-tests/virtual-threads/mailer-virtual-threads/pom.xml +++ b/integration-tests/virtual-threads/mailer-virtual-threads/pom.xml @@ -1,104 +1,101 @@ - - 4.0.0 + + 4.0.0 - - quarkus-virtual-threads-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - - quarkus-integration-test-virtual-threads-mailer - Quarkus - Integration Tests - Virtual Threads - Mailer + + io.quarkus + quarkus-virtual-threads-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-mailer - - - - io.quarkus - quarkus-test-vertx - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus.junit5 - junit5-virtual-threads - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - - - org.testcontainers - testcontainers - test - + quarkus-integration-test-virtual-threads-mailer + Quarkus - Integration Tests - Virtual Threads - Mailer + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-mailer + + + + io.quarkus + quarkus-test-vertx + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus.junit5 + junit5-virtual-threads + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + + + org.testcontainers + testcontainers + test + - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-mailer-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-mailer-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - + + + + io.quarkus + quarkus-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/integration-tests/virtual-threads/metrics-virtual-threads/pom.xml b/integration-tests/virtual-threads/metrics-virtual-threads/pom.xml index 14d522bdd9405..5d4f1ab125bd7 100644 --- a/integration-tests/virtual-threads/metrics-virtual-threads/pom.xml +++ b/integration-tests/virtual-threads/metrics-virtual-threads/pom.xml @@ -1,119 +1,117 @@ - - 4.0.0 + + 4.0.0 - - quarkus-virtual-threads-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-virtual-threads-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-virtual-threads-micrometer - Quarkus - Integration Tests - Virtual Threads - Micrometer Metrics + quarkus-integration-test-virtual-threads-micrometer + Quarkus - Integration Tests - Virtual Threads - Micrometer Metrics - - - io.quarkus - quarkus-reactive-routes - - - io.micrometer - micrometer-java21 - - - io.quarkus - quarkus-micrometer - - - io.quarkus - quarkus-micrometer-registry-prometheus - - - - io.quarkus - quarkus-test-vertx - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus.junit5 - junit5-virtual-threads - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-reactive-routes + + + io.micrometer + micrometer-java21 + + + io.quarkus + quarkus-micrometer + + + io.quarkus + quarkus-micrometer-registry-prometheus + + + + io.quarkus + quarkus-test-vertx + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus.junit5 + junit5-virtual-threads + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-reactive-routes-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-micrometer-registry-prometheus-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-reactive-routes-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-micrometer-registry-prometheus-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - + + + + io.quarkus + quarkus-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/integration-tests/virtual-threads/pom.xml b/integration-tests/virtual-threads/pom.xml index 5dd0ca4f757d3..d713f1a011032 100644 --- a/integration-tests/virtual-threads/pom.xml +++ b/integration-tests/virtual-threads/pom.xml @@ -1,316 +1,310 @@ - - - quarkus-build-parent - io.quarkus - 999-SNAPSHOT - ../../build-parent/pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-build-parent + 999-SNAPSHOT + ../../build-parent/pom.xml + - quarkus-virtual-threads-integration-tests-parent - Quarkus - Integration Tests - Virtual Threads + quarkus-virtual-threads-integration-tests-parent - pom + pom + Quarkus - Integration Tests - Virtual Threads - - true - true - ${skipTests} - ${skipTests} - + + grpc-virtual-threads + resteasy-reactive-virtual-threads + mailer-virtual-threads + redis-virtual-threads + rest-client-reactive-virtual-threads + kafka-virtual-threads + amqp-virtual-threads + jms-virtual-threads + vertx-event-bus-virtual-threads + scheduler-virtual-threads + quartz-virtual-threads + virtual-threads-disabled + reactive-routes-virtual-threads + security-webauthn-virtual-threads + metrics-virtual-threads + - - grpc-virtual-threads - resteasy-reactive-virtual-threads - mailer-virtual-threads - redis-virtual-threads - rest-client-reactive-virtual-threads - kafka-virtual-threads - amqp-virtual-threads - jms-virtual-threads - vertx-event-bus-virtual-threads - scheduler-virtual-threads - quartz-virtual-threads - virtual-threads-disabled - reactive-routes-virtual-threads - security-webauthn-virtual-threads - metrics-virtual-threads - + + true + true + ${skipTests} + ${skipTests} + - - - - org.codehaus.mojo - properties-maven-plugin - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce - ${maven-enforcer-plugin.phase} - - enforce - - - + -Djdk.tracePinnedThreads -Dgradle.scan.captureTestLogging=false + ${skipTests} + + + + io.quarkus + quarkus-maven-plugin + + true + ${quarkus.build.skip} + + + + + build + generate-code + generate-code-tests + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${version.compiler.plugin} + + true + + + + maven-failsafe-plugin + ${version.surefire.plugin} + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + org.jboss.logmanager.LogManager + ${maven.home} + + + + + + + + + + org.codehaus.mojo + properties-maven-plugin + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce + + enforce + + ${maven-enforcer-plugin.phase} + + - - - - classpath:enforcer-rules/quarkus-banned-dependencies.xml - - - classpath:enforcer-rules/quarkus-banned-dependencies-okhttp.xml - - - - - - - + + + + classpath:enforcer-rules/quarkus-banned-dependencies.xml + + + classpath:enforcer-rules/quarkus-banned-dependencies-okhttp.xml + + + + + + + + + net.revelc.code + impsort-maven-plugin + + ${impsort.skip} + + + + sort-imports + + sort + + + + + + + + + + skip-test-on-jdk-17 + + [, 20) + + + true + + + + run-virtual-thread-tests + + [20,) + + + 20 + true + + + + + + native + + + native + + + ${basedir}/disable-native-profile + + + + true + + + + - net.revelc.code - impsort-maven-plugin - - - sort-imports - - sort - - - + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + integration-test + verify + - ${impsort.skip} + + ${project.build.directory}/${project.build.finalName}-runner + - + + + - - - - org.apache.maven.plugins - maven-surefire-plugin - - - org.jboss.logmanager.LogManager - ${maven.home} - - - -Djdk.tracePinnedThreads -Dgradle.scan.captureTestLogging=false - ${skipTests} - - - - io.quarkus - quarkus-maven-plugin - - - - build - generate-code - generate-code-tests - - - - - true - ${quarkus.build.skip} - - - - org.apache.maven.plugins - maven-compiler-plugin - ${version.compiler.plugin} - - true - - - - maven-failsafe-plugin - ${version.surefire.plugin} - - - - integration-test - verify - - - - ${project.build.directory}/${project.build.finalName}-runner - - org.jboss.logmanager.LogManager - - ${maven.home} - - - - - - - - - - - - - - io.quarkus - quarkus-bom-test - ${project.version} - pom - import - + + - - io.quarkus - quarkus-integration-test-class-transformer-deployment - ${project.version} - - - io.quarkus - quarkus-integration-test-class-transformer - ${project.version} - - - - - - - io.quarkus - quarkus-bom-test - ${project.version} - pom - test - - - * - * - - - - - - - - skip-test-on-jdk-17 - - [, 20) - - - true - - - - run-virtual-thread-tests - - [20,) - - - 20 - true - - - - - native - - - native - - - ${basedir}/disable-native-profile - - - - true - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - integration-test - verify - - - - - ${project.build.directory}/${project.build.finalName}-runner - - - - - - - - - - - - - unbind-executions - - - ${basedir}/disable-unbind-executions - - - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - none - - - - - org.apache.maven.plugins - maven-jar-plugin - - - default-jar - none - - - - - org.apache.maven.plugins - maven-install-plugin - - - default-install - none - - - - - - - + + + unbind-executions + + + ${basedir}/disable-unbind-executions + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + + + org.apache.maven.plugins + maven-jar-plugin + + + default-jar + none + + + + + org.apache.maven.plugins + maven-install-plugin + + + default-install + none + + + + + + + diff --git a/integration-tests/virtual-threads/quartz-virtual-threads/pom.xml b/integration-tests/virtual-threads/quartz-virtual-threads/pom.xml index 018522f36fea7..549c910cd6811 100644 --- a/integration-tests/virtual-threads/quartz-virtual-threads/pom.xml +++ b/integration-tests/virtual-threads/quartz-virtual-threads/pom.xml @@ -1,98 +1,96 @@ - - 4.0.0 + + 4.0.0 - - quarkus-virtual-threads-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-virtual-threads-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-virtual-threads-quartz - Quarkus - Integration Tests - Virtual Threads - Quartz Scheduler + quarkus-integration-test-virtual-threads-quartz + Quarkus - Integration Tests - Virtual Threads - Quartz Scheduler - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-quartz - - - - io.quarkus - quarkus-test-vertx - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus.junit5 - junit5-virtual-threads - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-quartz + + + + io.quarkus + quarkus-test-vertx + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus.junit5 + junit5-virtual-threads + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-quartz-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-quartz-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - + + + + io.quarkus + quarkus-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/integration-tests/virtual-threads/reactive-routes-virtual-threads/pom.xml b/integration-tests/virtual-threads/reactive-routes-virtual-threads/pom.xml index b3f982c157707..bb1e73379e5da 100644 --- a/integration-tests/virtual-threads/reactive-routes-virtual-threads/pom.xml +++ b/integration-tests/virtual-threads/reactive-routes-virtual-threads/pom.xml @@ -1,81 +1,79 @@ - - 4.0.0 + + 4.0.0 - - quarkus-virtual-threads-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-virtual-threads-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-virtual-threads-reactive-routes - Quarkus - Integration Tests - Virtual Threads - Reactive Routes + quarkus-integration-test-virtual-threads-reactive-routes + Quarkus - Integration Tests - Virtual Threads - Reactive Routes - - - io.quarkus - quarkus-reactive-routes - - - - io.quarkus - quarkus-test-vertx - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus.junit5 - junit5-virtual-threads - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-reactive-routes + + + + io.quarkus + quarkus-test-vertx + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus.junit5 + junit5-virtual-threads + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-reactive-routes-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-reactive-routes-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - + + + + io.quarkus + quarkus-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/integration-tests/virtual-threads/redis-virtual-threads/pom.xml b/integration-tests/virtual-threads/redis-virtual-threads/pom.xml index 75c2997a027eb..c48528cfbb42a 100644 --- a/integration-tests/virtual-threads/redis-virtual-threads/pom.xml +++ b/integration-tests/virtual-threads/redis-virtual-threads/pom.xml @@ -1,116 +1,113 @@ - - 4.0.0 + + 4.0.0 - - quarkus-virtual-threads-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - - quarkus-integration-test-virtual-threads-redis - Quarkus - Integration Tests - Virtual Threads - Redis Client and Cache + + io.quarkus + quarkus-virtual-threads-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-redis-cache - - - io.quarkus - quarkus-redis-client - - - - io.quarkus - quarkus-test-vertx - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus.junit5 - junit5-virtual-threads - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - + quarkus-integration-test-virtual-threads-redis + Quarkus - Integration Tests - Virtual Threads - Redis Client and Cache + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-redis-cache + + + io.quarkus + quarkus-redis-client + + + + io.quarkus + quarkus-test-vertx + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus.junit5 + junit5-virtual-threads + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-redis-cache-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-redis-client-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-redis-cache-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-redis-client-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - + + + + io.quarkus + quarkus-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/integration-tests/virtual-threads/rest-client-reactive-virtual-threads/pom.xml b/integration-tests/virtual-threads/rest-client-reactive-virtual-threads/pom.xml index 1bcae8d4d9faf..5a0acfd4c274b 100644 --- a/integration-tests/virtual-threads/rest-client-reactive-virtual-threads/pom.xml +++ b/integration-tests/virtual-threads/rest-client-reactive-virtual-threads/pom.xml @@ -1,99 +1,96 @@ - - 4.0.0 + + 4.0.0 - - quarkus-virtual-threads-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - - quarkus-integration-test-virtual-threads-rest-client-reactive - Quarkus - Integration Tests - Virtual Threads - REST Client Reactive + + io.quarkus + quarkus-virtual-threads-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-rest-client-jackson - - - - io.quarkus - quarkus-test-vertx - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus.junit5 - junit5-virtual-threads - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - + quarkus-integration-test-virtual-threads-rest-client-reactive + Quarkus - Integration Tests - Virtual Threads - REST Client Reactive + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-rest-client-jackson + + + + io.quarkus + quarkus-test-vertx + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus.junit5 + junit5-virtual-threads + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-client-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-client-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - + + + + io.quarkus + quarkus-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/integration-tests/virtual-threads/resteasy-reactive-virtual-threads/pom.xml b/integration-tests/virtual-threads/resteasy-reactive-virtual-threads/pom.xml index e549ea4ce3825..628356ed5ba81 100644 --- a/integration-tests/virtual-threads/resteasy-reactive-virtual-threads/pom.xml +++ b/integration-tests/virtual-threads/resteasy-reactive-virtual-threads/pom.xml @@ -1,81 +1,79 @@ - - 4.0.0 + + 4.0.0 - - quarkus-virtual-threads-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-virtual-threads-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-virtual-threads-reseteasy-reactive - Quarkus - Integration Tests - Virtual Threads - RESTEasy Reactive + quarkus-integration-test-virtual-threads-reseteasy-reactive + Quarkus - Integration Tests - Virtual Threads - RESTEasy Reactive - - - io.quarkus - quarkus-rest-jackson - - - - io.quarkus - quarkus-test-vertx - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus.junit5 - junit5-virtual-threads - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-rest-jackson + + + + io.quarkus + quarkus-test-vertx + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus.junit5 + junit5-virtual-threads + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - + + + + io.quarkus + quarkus-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/integration-tests/virtual-threads/scheduler-virtual-threads/pom.xml b/integration-tests/virtual-threads/scheduler-virtual-threads/pom.xml index 990810dacda5d..18b3b57539595 100644 --- a/integration-tests/virtual-threads/scheduler-virtual-threads/pom.xml +++ b/integration-tests/virtual-threads/scheduler-virtual-threads/pom.xml @@ -1,98 +1,96 @@ - - 4.0.0 + + 4.0.0 - - quarkus-virtual-threads-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-virtual-threads-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-virtual-threads-scheduler - Quarkus - Integration Tests - Virtual Threads - Scheduler + quarkus-integration-test-virtual-threads-scheduler + Quarkus - Integration Tests - Virtual Threads - Scheduler - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-scheduler - - - - io.quarkus - quarkus-test-vertx - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus.junit5 - junit5-virtual-threads - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-scheduler + + + + io.quarkus + quarkus-test-vertx + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus.junit5 + junit5-virtual-threads + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-scheduler-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-scheduler-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - + + + + io.quarkus + quarkus-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/integration-tests/virtual-threads/security-webauthn-virtual-threads/pom.xml b/integration-tests/virtual-threads/security-webauthn-virtual-threads/pom.xml index 3d4f0932f4367..75d46d20556b0 100644 --- a/integration-tests/virtual-threads/security-webauthn-virtual-threads/pom.xml +++ b/integration-tests/virtual-threads/security-webauthn-virtual-threads/pom.xml @@ -1,103 +1,101 @@ - - 4.0.0 + + 4.0.0 - - quarkus-virtual-threads-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-virtual-threads-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-virtual-threads-security-webauthn - Quarkus - Integration Tests - Virtual Threads - Security WebAuthn + quarkus-integration-test-virtual-threads-security-webauthn + Quarkus - Integration Tests - Virtual Threads - Security WebAuthn - - - io.quarkus - quarkus-rest-jackson - - - io.quarkus - quarkus-security-webauthn - - - - io.quarkus - quarkus-test-vertx - - - io.quarkus - quarkus-junit5 - test - - - - io.quarkus - quarkus-test-security-webauthn - - - io.quarkus.junit5 - junit5-virtual-threads - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-rest-jackson + + + io.quarkus + quarkus-security-webauthn + + + + io.quarkus + quarkus-test-vertx + + + io.quarkus + quarkus-junit5 + test + + + + io.quarkus + quarkus-test-security-webauthn + + + io.quarkus.junit5 + junit5-virtual-threads + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-security-webauthn-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-security-webauthn-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - + + + + io.quarkus + quarkus-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/integration-tests/virtual-threads/vertx-event-bus-virtual-threads/pom.xml b/integration-tests/virtual-threads/vertx-event-bus-virtual-threads/pom.xml index 3ba923070ef6e..e4c71c81963a0 100644 --- a/integration-tests/virtual-threads/vertx-event-bus-virtual-threads/pom.xml +++ b/integration-tests/virtual-threads/vertx-event-bus-virtual-threads/pom.xml @@ -1,82 +1,79 @@ - - 4.0.0 + + 4.0.0 - - quarkus-virtual-threads-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - - quarkus-integration-test-virtual-threads-vertx-event-bus - Quarkus - Integration Tests - Virtual Threads - Vert.x Event Bus + + io.quarkus + quarkus-virtual-threads-integration-tests-parent + 999-SNAPSHOT + - - - io.quarkus - quarkus-rest-jackson - - - - io.quarkus - quarkus-test-vertx - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus.junit5 - junit5-virtual-threads - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - + quarkus-integration-test-virtual-threads-vertx-event-bus + Quarkus - Integration Tests - Virtual Threads - Vert.x Event Bus + + + io.quarkus + quarkus-rest-jackson + + + + io.quarkus + quarkus-test-vertx + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus.junit5 + junit5-virtual-threads + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - + + + + io.quarkus + quarkus-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/integration-tests/virtual-threads/virtual-threads-disabled/pom.xml b/integration-tests/virtual-threads/virtual-threads-disabled/pom.xml index c5c0210def13c..e703667732cf0 100644 --- a/integration-tests/virtual-threads/virtual-threads-disabled/pom.xml +++ b/integration-tests/virtual-threads/virtual-threads-disabled/pom.xml @@ -1,81 +1,79 @@ - - 4.0.0 + + 4.0.0 - - quarkus-virtual-threads-integration-tests-parent - io.quarkus - 999-SNAPSHOT - + + io.quarkus + quarkus-virtual-threads-integration-tests-parent + 999-SNAPSHOT + - quarkus-integration-test-virtual-threads-disabled - Quarkus - Integration Tests - Virtual Threads - Disabled + quarkus-integration-test-virtual-threads-disabled + Quarkus - Integration Tests - Virtual Threads - Disabled - - - io.quarkus - quarkus-rest-jackson - - - - io.quarkus - quarkus-test-vertx - - - io.quarkus - quarkus-junit5 - test - - - io.quarkus.junit5 - junit5-virtual-threads - test - - - io.rest-assured - rest-assured - test - - - org.awaitility - awaitility - test - - - org.assertj - assertj-core - test - + + + io.quarkus + quarkus-rest-jackson + + + + io.quarkus + quarkus-test-vertx + + + io.quarkus + quarkus-junit5 + test + + + io.quarkus.junit5 + junit5-virtual-threads + test + + + io.rest-assured + rest-assured + test + + + org.awaitility + awaitility + test + + + org.assertj + assertj-core + test + - - - io.quarkus - quarkus-rest-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - + + + io.quarkus + quarkus-rest-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + - - - - io.quarkus - quarkus-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - - - + + + + io.quarkus + quarkus-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + diff --git a/integration-tests/web-dependency-locator/pom.xml b/integration-tests/web-dependency-locator/pom.xml index 0dff717428ee2..b4a097b0baaa1 100644 --- a/integration-tests/web-dependency-locator/pom.xml +++ b/integration-tests/web-dependency-locator/pom.xml @@ -1,118 +1,115 @@ - - 4.0.0 + + 4.0.0 - - quarkus-integration-tests-parent - io.quarkus - 999-SNAPSHOT - - - quarkus-integration-test-web-dependency-locator + + io.quarkus + quarkus-integration-tests-parent + 999-SNAPSHOT + - Quarkus - Integration Tests - Web Dependency Locator + quarkus-integration-test-web-dependency-locator - - - 2.24.0 - 1.13.0 - + Quarkus - Integration Tests - Web Dependency Locator - - - io.quarkus - quarkus-resteasy-jackson - - - io.quarkus - quarkus-web-dependency-locator - - - org.webjars - jquery-ui - ${webjar.jquery-ui.version} - - - org.webjars - momentjs - ${webjar.momentjs.version} - + + + 2.24.0 + 1.13.0 + - - io.quarkus - quarkus-junit5 - test - - - io.rest-assured - rest-assured - test - + + + io.quarkus + quarkus-resteasy-jackson + + + io.quarkus + quarkus-web-dependency-locator + + + org.webjars + jquery-ui + ${webjar.jquery-ui.version} + + + org.webjars + momentjs + ${webjar.momentjs.version} + - - - io.quarkus - quarkus-resteasy-jackson-deployment - ${project.version} - pom - test - - - * - * - - - - - io.quarkus - quarkus-web-dependency-locator-deployment - ${project.version} - pom - test - - - * - * - - - - + + io.quarkus + quarkus-junit5 + test + + + io.rest-assured + rest-assured + test + - - - - io.quarkus - quarkus-maven-plugin - - - - build - - - - - - maven-surefire-plugin - - - ${webjar.jquery-ui.version} - ${webjar.momentjs.version} - - - - - maven-failsafe-plugin - - - ${webjar.jquery-ui.version} - ${webjar.momentjs.version} - - - - - + + + io.quarkus + quarkus-resteasy-jackson-deployment + ${project.version} + pom + test + + + * + * + + + + + io.quarkus + quarkus-web-dependency-locator-deployment + ${project.version} + pom + test + + + * + * + + + + + + + + io.quarkus + quarkus-maven-plugin + + + + build + + + + + + maven-surefire-plugin + + + ${webjar.jquery-ui.version} + ${webjar.momentjs.version} + + + + + maven-failsafe-plugin + + + ${webjar.jquery-ui.version} + ${webjar.momentjs.version} + + + + + diff --git a/integration-tests/websockets-next/pom.xml b/integration-tests/websockets-next/pom.xml index ba98a606d088d..7512c1d3432a5 100644 --- a/integration-tests/websockets-next/pom.xml +++ b/integration-tests/websockets-next/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 - quarkus-integration-tests-parent io.quarkus + quarkus-integration-tests-parent 999-SNAPSHOT @@ -18,7 +16,7 @@ io.quarkus quarkus-websockets-next - + io.quarkus quarkus-junit5 diff --git a/integration-tests/websockets/pom.xml b/integration-tests/websockets/pom.xml index 39eb517276dea..25da0568ebbaa 100644 --- a/integration-tests/websockets/pom.xml +++ b/integration-tests/websockets/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 - quarkus-integration-tests-parent io.quarkus + quarkus-integration-tests-parent 999-SNAPSHOT @@ -101,4 +99,4 @@ - \ No newline at end of file + diff --git a/test-framework/amazon-lambda/pom.xml b/test-framework/amazon-lambda/pom.xml index c6c41572a2e82..73d92e9e5f1aa 100644 --- a/test-framework/amazon-lambda/pom.xml +++ b/test-framework/amazon-lambda/pom.xml @@ -1,35 +1,33 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + ../pom.xml + - quarkus-test-amazon-lambda - Quarkus - Test Framework - Amazon Lambda + quarkus-test-amazon-lambda + Quarkus - Test Framework - Amazon Lambda - - - io.quarkus - quarkus-amazon-lambda-common - - - io.quarkus - quarkus-test-common - - - io.quarkus.http - quarkus-http-core - - - io.quarkus.http - quarkus-http-vertx-backend - - + + + io.quarkus + quarkus-amazon-lambda-common + + + io.quarkus + quarkus-test-common + + + io.quarkus.http + quarkus-http-core + + + io.quarkus.http + quarkus-http-vertx-backend + + diff --git a/test-framework/arquillian/pom.xml b/test-framework/arquillian/pom.xml index c45f87a34bda0..3a3aad7a31312 100644 --- a/test-framework/arquillian/pom.xml +++ b/test-framework/arquillian/pom.xml @@ -1,112 +1,110 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - - - quarkus-arquillian - Quarkus - Test Framework - Arquillian Adapter + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - - - - io.quarkus - quarkus-bom - ${project.version} - pom - import - - - org.jboss.arquillian - arquillian-bom - ${arquillian.version} - pom - import - - - + quarkus-arquillian + Quarkus - Test Framework - Arquillian Adapter + - - io.quarkus - quarkus-bootstrap-core - - - org.eclipse.sisu - org.eclipse.sisu.inject - - - org.junit.platform - junit-platform-launcher - - - org.junit.jupiter - junit-jupiter - - - - - io.quarkus - quarkus-test-common - - - org.junit.platform - junit-platform-launcher - - - org.junit.jupiter - junit-jupiter - - - - - io.quarkus - quarkus-arc-deployment - - - org.jboss.arquillian.container - arquillian-container-spi - - - org.jboss.arquillian.container - arquillian-container-test-spi - - - org.jboss.arquillian.container - arquillian-container-test-impl-base - - - org.jboss.arquillian.junit5 - arquillian-junit5-container - compile - true - - - org.testng - testng - - ${testng.version} - compile - true - - - org.junit.platform - junit-platform-launcher - compile - true - - - org.junit.jupiter - junit-jupiter - compile - true - + + io.quarkus + quarkus-bom + ${project.version} + pom + import + + + org.jboss.arquillian + arquillian-bom + ${arquillian.version} + pom + import + + + + + + io.quarkus + quarkus-bootstrap-core + + + org.eclipse.sisu + org.eclipse.sisu.inject + + + org.junit.platform + junit-platform-launcher + + + org.junit.jupiter + junit-jupiter + + + + + io.quarkus + quarkus-test-common + + + org.junit.platform + junit-platform-launcher + + + org.junit.jupiter + junit-jupiter + + + + + io.quarkus + quarkus-arc-deployment + + + org.jboss.arquillian.container + arquillian-container-spi + + + org.jboss.arquillian.container + arquillian-container-test-spi + + + org.jboss.arquillian.container + arquillian-container-test-impl-base + + + org.jboss.arquillian.junit5 + arquillian-junit5-container + compile + true + + + org.testng + testng + + ${testng.version} + compile + true + + + org.junit.platform + junit-platform-launcher + compile + true + + + org.junit.jupiter + junit-jupiter + compile + true + + diff --git a/test-framework/devmode-test-utils/pom.xml b/test-framework/devmode-test-utils/pom.xml index 563f1268f72c9..d9e3f0cf55ea1 100644 --- a/test-framework/devmode-test-utils/pom.xml +++ b/test-framework/devmode-test-utils/pom.xml @@ -1,52 +1,50 @@ - - - quarkus-test-framework - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-devmode-test-utils - jar - Quarkus - Test Framework - Dev Mode Test Utils + quarkus-devmode-test-utils + jar + Quarkus - Test Framework - Dev Mode Test Utils - - - org.jboss.logging - jboss-logging - - - commons-io - commons-io - - - org.assertj - assertj-core - compile - - - org.awaitility - awaitility - - - org.junit.jupiter - junit-jupiter-api - - - org.junit.jupiter - junit-jupiter-params - - - org.junit.jupiter - junit-jupiter-engine - - - io.smallrye.common - smallrye-common-os - - + + + org.jboss.logging + jboss-logging + + + commons-io + commons-io + + + org.assertj + assertj-core + compile + + + org.awaitility + awaitility + + + org.junit.jupiter + junit-jupiter-api + + + org.junit.jupiter + junit-jupiter-params + + + org.junit.jupiter + junit-jupiter-engine + + + io.smallrye.common + smallrye-common-os + + diff --git a/test-framework/google-cloud-functions/pom.xml b/test-framework/google-cloud-functions/pom.xml index 1398d4ea5ce3d..1768142ddc971 100644 --- a/test-framework/google-cloud-functions/pom.xml +++ b/test-framework/google-cloud-functions/pom.xml @@ -1,29 +1,27 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - ../pom.xml - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + ../pom.xml + - quarkus-test-google-cloud-functions - Quarkus - Test Framework - Google Cloud Functions + quarkus-test-google-cloud-functions + Quarkus - Test Framework - Google Cloud Functions - - - io.quarkus - quarkus-test-common - + + + io.quarkus + quarkus-test-common + - - com.google.cloud.functions.invoker - java-function-invoker - ${gcf-invoker.version} - - + + com.google.cloud.functions.invoker + java-function-invoker + ${gcf-invoker.version} + + diff --git a/test-framework/hibernate-reactive-panache/pom.xml b/test-framework/hibernate-reactive-panache/pom.xml index 7f2c5346465c8..e3a85169be257 100644 --- a/test-framework/hibernate-reactive-panache/pom.xml +++ b/test-framework/hibernate-reactive-panache/pom.xml @@ -1,35 +1,33 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-test-hibernate-reactive-panache - Quarkus - Test framework - Hibernate Reactive Panache + quarkus-test-hibernate-reactive-panache + Quarkus - Test framework - Hibernate Reactive Panache - - - io.quarkus - quarkus-hibernate-reactive-panache-common - - - io.quarkus - quarkus-test-vertx - - - io.quarkus - quarkus-vertx - - - io.smallrye.reactive - mutiny - - + + + io.quarkus + quarkus-hibernate-reactive-panache-common + + + io.quarkus + quarkus-test-vertx + + + io.quarkus + quarkus-vertx + + + io.smallrye.reactive + mutiny + + diff --git a/test-framework/jacoco/deployment/pom.xml b/test-framework/jacoco/deployment/pom.xml index 21ac798e16142..e786addd53fca 100644 --- a/test-framework/jacoco/deployment/pom.xml +++ b/test-framework/jacoco/deployment/pom.xml @@ -1,62 +1,60 @@ - - - quarkus-jacoco-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jacoco-parent + 999-SNAPSHOT + - quarkus-jacoco-deployment - Quarkus - Jacoco - Deployment + quarkus-jacoco-deployment + Quarkus - Jacoco - Deployment - - - io.quarkus - quarkus-core-deployment - - - io.quarkus - quarkus-arc-deployment - - - io.quarkus - quarkus-jacoco - - - org.codehaus.plexus - plexus-utils - - + + + io.quarkus + quarkus-core-deployment + + + io.quarkus + quarkus-arc-deployment + + + io.quarkus + quarkus-jacoco + + + org.codehaus.plexus + plexus-utils + + - - - - maven-surefire-plugin - - alphabetical - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + maven-surefire-plugin + + alphabetical + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/test-framework/jacoco/pom.xml b/test-framework/jacoco/pom.xml index bb1425bb917c1..16908ec52e0d1 100644 --- a/test-framework/jacoco/pom.xml +++ b/test-framework/jacoco/pom.xml @@ -1,20 +1,18 @@ - - - quarkus-build-parent - io.quarkus - 999-SNAPSHOT - ../../build-parent/pom.xml - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-build-parent + 999-SNAPSHOT + ../../build-parent/pom.xml + - quarkus-jacoco-parent - Quarkus - Jacoco - pom - - deployment - runtime - + quarkus-jacoco-parent + pom + Quarkus - Jacoco + + deployment + runtime + diff --git a/test-framework/jacoco/runtime/pom.xml b/test-framework/jacoco/runtime/pom.xml index 8a73f6019b40f..e778873c18c95 100644 --- a/test-framework/jacoco/runtime/pom.xml +++ b/test-framework/jacoco/runtime/pom.xml @@ -1,91 +1,89 @@ - - - quarkus-jacoco-parent - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-jacoco-parent + 999-SNAPSHOT + - quarkus-jacoco - Quarkus - Jacoco - Runtime - Jacoco test coverage support - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-arc - - - org.jacoco - org.jacoco.core - - - org.jacoco - org.jacoco.report - - - org.jacoco - org.jacoco.agent - - - org.jacoco - org.jacoco.agent - runtime - - - org.ow2.asm - asm-commons - - - io.quarkus - quarkus-junit5-internal - test - + quarkus-jacoco + Quarkus - Jacoco - Runtime + Jacoco test coverage support + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-arc + + + org.jacoco + org.jacoco.core + + + org.jacoco + org.jacoco.report + + + org.jacoco + org.jacoco.agent + + + org.jacoco + org.jacoco.agent + runtime + + + org.ow2.asm + asm-commons + + + io.quarkus + quarkus-junit5-internal + test + - + - - - - src/main/resources - true - - - - - io.quarkus - quarkus-extension-maven-plugin - - - org.jacoco:org.jacoco.core - org.jacoco:org.jacoco.report - org.jacoco:org.jacoco.agent - - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - + + + + true + src/main/resources + + + + + io.quarkus + quarkus-extension-maven-plugin + + + org.jacoco:org.jacoco.core + org.jacoco:org.jacoco.report + org.jacoco:org.jacoco.agent + + + + + maven-compiler-plugin + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${project.version} + + + + + + + + diff --git a/test-framework/junit5-component/pom.xml b/test-framework/junit5-component/pom.xml index acfc61afe7556..871168804bb50 100644 --- a/test-framework/junit5-component/pom.xml +++ b/test-framework/junit5-component/pom.xml @@ -1,84 +1,82 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-junit5-component - Quarkus - Test Framework - JUnit 5 Component Test Framework - Makes it easy to test Quarkus components and mock their dependencies. + quarkus-junit5-component + Quarkus - Test Framework - JUnit 5 Component Test Framework + Makes it easy to test Quarkus components and mock their dependencies. - - - org.junit.jupiter - junit-jupiter-api - compile - - - org.junit.jupiter - junit-jupiter-params - compile - - - org.junit.jupiter - junit-jupiter-engine - compile - - - io.quarkus.arc - arc-processor - - - io.smallrye.config - smallrye-config - - - org.mockito - mockito-core - - - io.quarkus - quarkus-bootstrap-core - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-test-common - - - io.smallrye.common - smallrye-common-annotation - - - - org.jboss.logmanager - jboss-logmanager - test - - - io.quarkus - quarkus-junit5-mockito - test - - - jakarta.ws.rs - jakarta.ws.rs-api - test - - - org.assertj - assertj-core - test - - + + + org.junit.jupiter + junit-jupiter-api + compile + + + org.junit.jupiter + junit-jupiter-params + compile + + + org.junit.jupiter + junit-jupiter-engine + compile + + + io.quarkus.arc + arc-processor + + + io.smallrye.config + smallrye-config + + + org.mockito + mockito-core + + + io.quarkus + quarkus-bootstrap-core + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-test-common + + + io.smallrye.common + smallrye-common-annotation + + + + org.jboss.logmanager + jboss-logmanager + test + + + io.quarkus + quarkus-junit5-mockito + test + + + jakarta.ws.rs + jakarta.ws.rs-api + test + + + org.assertj + assertj-core + test + + diff --git a/test-framework/junit5-mockito/pom.xml b/test-framework/junit5-mockito/pom.xml index 11a97f02ad7e5..ce4fd7b7462fd 100644 --- a/test-framework/junit5-mockito/pom.xml +++ b/test-framework/junit5-mockito/pom.xml @@ -1,46 +1,44 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-junit5-mockito - Quarkus - Test framework - JUnit 5 - Mockito + quarkus-junit5-mockito + Quarkus - Test framework - JUnit 5 - Mockito - - - io.quarkus - quarkus-junit5 - - - org.mockito - mockito-junit-jupiter - - - - io.quarkus - quarkus-junit5-mockito-config - - - io.quarkus - quarkus-arc-deployment - - - org.mockito - mockito-core - - - io.quarkus - quarkus-mutiny - - + + io.quarkus + quarkus-junit5-mockito-config + + + io.quarkus + quarkus-arc-deployment + + + org.mockito + mockito-core + + + io.quarkus + quarkus-mutiny + + diff --git a/test-framework/kafka-companion/pom.xml b/test-framework/kafka-companion/pom.xml index 65fec27ce89fa..13c43a12aadb0 100644 --- a/test-framework/kafka-companion/pom.xml +++ b/test-framework/kafka-companion/pom.xml @@ -1,45 +1,43 @@ - - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-test-kafka-companion - Quarkus - Test Framework - Kafka Support - - - io.quarkus - quarkus-test-common - - - io.quarkus - quarkus-kafka-client - - - io.smallrye.reactive - smallrye-reactive-messaging-kafka-test-companion - - - io.strimzi - strimzi-test-container - - - org.testcontainers - testcontainers - - - io.quarkus - quarkus-junit5 - - - org.awaitility - awaitility - - + quarkus-test-kafka-companion + Quarkus - Test Framework - Kafka Support + + + io.quarkus + quarkus-test-common + + + io.quarkus + quarkus-kafka-client + + + io.smallrye.reactive + smallrye-reactive-messaging-kafka-test-companion + + + io.strimzi + strimzi-test-container + + + org.testcontainers + testcontainers + + + io.quarkus + quarkus-junit5 + + + org.awaitility + awaitility + + - \ No newline at end of file + diff --git a/test-framework/keycloak-server/pom.xml b/test-framework/keycloak-server/pom.xml index ed2869755b1f0..caa84431a6eda 100644 --- a/test-framework/keycloak-server/pom.xml +++ b/test-framework/keycloak-server/pom.xml @@ -1,47 +1,45 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-test-keycloak-server - Quarkus - Test Framework - Keycloak Server support - - - org.keycloak - keycloak-client-common-synced - - - org.testcontainers - testcontainers - - - io.rest-assured - rest-assured - - - io.rest-assured - xml-path - - - - - org.eclipse.angus - angus-activation - - - io.quarkus - quarkus-test-common - - - io.quarkus - quarkus-junit5 - - + quarkus-test-keycloak-server + Quarkus - Test Framework - Keycloak Server support + + + org.keycloak + keycloak-client-common-synced + + + org.testcontainers + testcontainers + + + io.rest-assured + rest-assured + + + io.rest-assured + xml-path + + + + + org.eclipse.angus + angus-activation + + + io.quarkus + quarkus-test-common + + + io.quarkus + quarkus-junit5 + + diff --git a/test-framework/ldap/pom.xml b/test-framework/ldap/pom.xml index c4fc15e526f1b..a5a5dc48530af 100644 --- a/test-framework/ldap/pom.xml +++ b/test-framework/ldap/pom.xml @@ -1,27 +1,25 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-test-ldap - Quarkus - Test framework - embedded LDAP server - - - io.quarkus - quarkus-test-common - - - com.unboundid - unboundid-ldapsdk - compile - - + quarkus-test-ldap + Quarkus - Test framework - embedded LDAP server + + + io.quarkus + quarkus-test-common + + + com.unboundid + unboundid-ldapsdk + compile + + diff --git a/test-framework/maven/pom.xml b/test-framework/maven/pom.xml index b19c4e4f52d60..5c85bf0c738da 100644 --- a/test-framework/maven/pom.xml +++ b/test-framework/maven/pom.xml @@ -1,64 +1,62 @@ - - - quarkus-test-framework - io.quarkus - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-test-maven - jar - Quarkus - Test Framework - Maven Integration + quarkus-test-maven + jar + Quarkus - Test Framework - Maven Integration - - - io.quarkus - quarkus-devtools-testing - - - io.quarkus - quarkus-vertx-http-dev-ui-tests - - - io.quarkus - quarkus-core - - - io.quarkus - quarkus-devmode-test-utils - - - io.quarkus - quarkus-devtools-common - - - org.apache.maven.shared - maven-invoker - - - org.assertj - assertj-core - compile - - - org.awaitility - awaitility - - - org.junit.jupiter - junit-jupiter-api - - - org.junit.jupiter - junit-jupiter-params - - - org.junit.jupiter - junit-jupiter-engine - - + + + io.quarkus + quarkus-devtools-testing + + + io.quarkus + quarkus-vertx-http-dev-ui-tests + + + io.quarkus + quarkus-core + + + io.quarkus + quarkus-devmode-test-utils + + + io.quarkus + quarkus-devtools-common + + + org.apache.maven.shared + maven-invoker + + + org.assertj + assertj-core + compile + + + org.awaitility + awaitility + + + org.junit.jupiter + junit-jupiter-api + + + org.junit.jupiter + junit-jupiter-params + + + org.junit.jupiter + junit-jupiter-engine + + diff --git a/test-framework/mongodb/pom.xml b/test-framework/mongodb/pom.xml index 76597cf209d21..c569c5bdb3966 100644 --- a/test-framework/mongodb/pom.xml +++ b/test-framework/mongodb/pom.xml @@ -1,33 +1,31 @@ - - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - - 4.0.0 + + 4.0.0 + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-test-mongodb - Quarkus - Test Framework - MongoDB Support - - - io.quarkus - quarkus-test-common - - - io.quarkus - quarkus-mongodb-client - - - de.flapdoodle.embed - de.flapdoodle.embed.mongo - - - org.awaitility - awaitility - - + quarkus-test-mongodb + Quarkus - Test Framework - MongoDB Support + + + io.quarkus + quarkus-test-common + + + io.quarkus + quarkus-mongodb-client + + + de.flapdoodle.embed + de.flapdoodle.embed.mongo + + + org.awaitility + awaitility + + - \ No newline at end of file + diff --git a/test-framework/observability/pom.xml b/test-framework/observability/pom.xml index dc1399bbd4804..95c22247d0ad4 100644 --- a/test-framework/observability/pom.xml +++ b/test-framework/observability/pom.xml @@ -1,22 +1,20 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-test-observability - Quarkus - Test Framework - Observability test utils + quarkus-test-observability + Quarkus - Test Framework - Observability test utils - - - com.fasterxml.jackson.core - jackson-databind - - + + + com.fasterxml.jackson.core + jackson-databind + + diff --git a/test-framework/oidc-server/pom.xml b/test-framework/oidc-server/pom.xml index 850d44d016a43..cdfaadb6395d0 100644 --- a/test-framework/oidc-server/pom.xml +++ b/test-framework/oidc-server/pom.xml @@ -1,42 +1,40 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-test-oidc-server - Quarkus - Test Framework - OIDC Wiremock Server support - - - org.wiremock - wiremock-standalone - - - jakarta.servlet - jakarta.servlet-api - - - io.quarkus - quarkus-smallrye-jwt-build - - - io.quarkus - quarkus-test-common - - - io.smallrye.reactive - smallrye-mutiny-vertx-web-client - - - org.awaitility - awaitility - - + quarkus-test-oidc-server + Quarkus - Test Framework - OIDC Wiremock Server support + + + org.wiremock + wiremock-standalone + + + jakarta.servlet + jakarta.servlet-api + + + io.quarkus + quarkus-smallrye-jwt-build + + + io.quarkus + quarkus-test-common + + + io.smallrye.reactive + smallrye-mutiny-vertx-web-client + + + org.awaitility + awaitility + + diff --git a/test-framework/security-jwt/pom.xml b/test-framework/security-jwt/pom.xml index ee3df7bf14cd9..08ad702bfe3fd 100644 --- a/test-framework/security-jwt/pom.xml +++ b/test-framework/security-jwt/pom.xml @@ -1,61 +1,59 @@ - - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-test-security-jwt - Quarkus - Test Framework - Security JWT - Module that contains utilities to test Quarkus security with JWT token + 4.0.0 + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + ../pom.xml + + quarkus-test-security-jwt + Quarkus - Test Framework - Security JWT + Module that contains utilities to test Quarkus security with JWT token - - - io.quarkus - quarkus-junit5 - - - io.quarkus - quarkus-test-security - - - org.junit.jupiter - junit-jupiter - compile - - - io.quarkus - quarkus-jsonp - compile - true - - - org.eclipse.microprofile.jwt - microprofile-jwt-auth-api - - + + + io.quarkus + quarkus-junit5 + + + io.quarkus + quarkus-test-security + + + org.junit.jupiter + junit-jupiter + compile + + + io.quarkus + quarkus-jsonp + compile + true + + + org.eclipse.microprofile.jwt + microprofile-jwt-auth-api + + - - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - + + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + diff --git a/test-framework/security-oidc/pom.xml b/test-framework/security-oidc/pom.xml index 27aba21bfe3f4..cfd454c6cb618 100644 --- a/test-framework/security-oidc/pom.xml +++ b/test-framework/security-oidc/pom.xml @@ -1,55 +1,53 @@ - - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-test-security-oidc - Quarkus - Test Framework - Security OIDC - Module that contains utilities to test Quarkus OpenIdConnect security + 4.0.0 + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + ../pom.xml + + quarkus-test-security-oidc + Quarkus - Test Framework - Security OIDC + Module that contains utilities to test Quarkus OpenIdConnect security - - - io.quarkus - quarkus-junit5 - - - io.quarkus - quarkus-test-security - - - io.quarkus - quarkus-oidc - - - org.junit.jupiter - junit-jupiter - compile - - + + + io.quarkus + quarkus-junit5 + + + io.quarkus + quarkus-test-security + + + io.quarkus + quarkus-oidc + + + org.junit.jupiter + junit-jupiter + compile + + - - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - + + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + diff --git a/test-framework/security-webauthn/pom.xml b/test-framework/security-webauthn/pom.xml index 38923a799df21..139a49c1c1af4 100644 --- a/test-framework/security-webauthn/pom.xml +++ b/test-framework/security-webauthn/pom.xml @@ -1,65 +1,63 @@ - - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-test-security-webauthn - Quarkus - Test Framework - Security WebAuthn - Module that contains utilities to test Quarkus WebAuthn security + 4.0.0 + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + ../pom.xml + + quarkus-test-security-webauthn + Quarkus - Test Framework - Security WebAuthn + Module that contains utilities to test Quarkus WebAuthn security - - - io.quarkus - quarkus-junit5 - - - io.quarkus - quarkus-security-webauthn - - - com.fasterxml.jackson.dataformat - jackson-dataformat-cbor - - - io.rest-assured - rest-assured - - - jakarta.xml.bind - jakarta.xml.bind-api - - - - - org.junit.jupiter - junit-jupiter - compile - - + + + io.quarkus + quarkus-junit5 + + + io.quarkus + quarkus-security-webauthn + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + + + io.rest-assured + rest-assured + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.junit.jupiter + junit-jupiter + compile + + - - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - + + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + diff --git a/test-framework/security/pom.xml b/test-framework/security/pom.xml index 5eeec97ddb26e..c9ae449db7f98 100644 --- a/test-framework/security/pom.xml +++ b/test-framework/security/pom.xml @@ -1,61 +1,59 @@ - - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - ../pom.xml - + - 4.0.0 - quarkus-test-security - Quarkus - Test Framework - Security - Module that contains utilities to test Quarkus security + 4.0.0 + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + ../pom.xml + + quarkus-test-security + Quarkus - Test Framework - Security + Module that contains utilities to test Quarkus security - - - io.quarkus - quarkus-junit5 - - - io.quarkus - quarkus-security - - - io.quarkus - quarkus-vertx-http - - - org.junit.jupiter - junit-jupiter - compile - - - io.quarkus - quarkus-jsonp - compile - true - - + + + io.quarkus + quarkus-junit5 + + + io.quarkus + quarkus-security + + + io.quarkus + quarkus-vertx-http + + + org.junit.jupiter + junit-jupiter + compile + + + io.quarkus + quarkus-jsonp + compile + true + + - - - - - io.smallrye - jandex-maven-plugin - - - make-index - - jandex - - - - - - + + + + + io.smallrye + jandex-maven-plugin + + + make-index + + jandex + + + + + + diff --git a/test-framework/vertx/pom.xml b/test-framework/vertx/pom.xml index efa41b67f4d50..4374cc6ddf5f8 100644 --- a/test-framework/vertx/pom.xml +++ b/test-framework/vertx/pom.xml @@ -1,31 +1,29 @@ - - 4.0.0 + + 4.0.0 - - io.quarkus - quarkus-test-framework - 999-SNAPSHOT - + + io.quarkus + quarkus-test-framework + 999-SNAPSHOT + - quarkus-test-vertx - Quarkus - Test framework - Vert.x + quarkus-test-vertx + Quarkus - Test framework - Vert.x - - - io.quarkus - quarkus-test-common - - - io.quarkus - quarkus-vertx - - - io.smallrye.reactive - mutiny - - + + + io.quarkus + quarkus-test-common + + + io.quarkus + quarkus-vertx + + + io.smallrye.reactive + mutiny + +