From fd17f0fb02388e611f206cbda028ff28e094c848 Mon Sep 17 00:00:00 2001 From: Matheus Cruz Date: Thu, 12 Sep 2024 09:39:08 -0300 Subject: [PATCH 1/3] Config quarkus-extension-processor to use legacy @ConfigRoot --- client/deployment/pom.xml | 3 +++ pom.xml | 2 +- server/deployment/pom.xml | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/client/deployment/pom.xml b/client/deployment/pom.xml index 4213d8ab..93376ab6 100644 --- a/client/deployment/pom.xml +++ b/client/deployment/pom.xml @@ -147,6 +147,9 @@ ${quarkus.version} + + -AlegacyConfigRoot=true + diff --git a/pom.xml b/pom.xml index 079dac84..f75957f8 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 17 UTF-8 UTF-8 - 3.13.3 + 3.14.2 1.1.1.Final 3.26.2 3.26.3 diff --git a/server/deployment/pom.xml b/server/deployment/pom.xml index 75255bad..696031d3 100755 --- a/server/deployment/pom.xml +++ b/server/deployment/pom.xml @@ -35,6 +35,9 @@ ${quarkus.version} + + -AlegacyConfigRoot=true + From 12d5f3fe48a4da32bac343e3f7b7eda976553e1e Mon Sep 17 00:00:00 2001 From: Matheus Cruz Date: Thu, 12 Sep 2024 09:44:08 -0300 Subject: [PATCH 2/3] Add args to runtime modules --- client/runtime/pom.xml | 3 +++ server/runtime/pom.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/client/runtime/pom.xml b/client/runtime/pom.xml index d0e522ec..c876b500 100644 --- a/client/runtime/pom.xml +++ b/client/runtime/pom.xml @@ -91,6 +91,9 @@ ${quarkus.version} + + -AlegacyConfigRoot=true + diff --git a/server/runtime/pom.xml b/server/runtime/pom.xml index 7ade571f..45b8f025 100755 --- a/server/runtime/pom.xml +++ b/server/runtime/pom.xml @@ -52,6 +52,9 @@ ${quarkus.version} + + -AlegacyConfigRoot=true + From 78304a06bb8e2775237139cceeaf150150488421 Mon Sep 17 00:00:00 2001 From: Matheus Cruz Date: Fri, 13 Sep 2024 09:31:55 -0300 Subject: [PATCH 3/3] Add default-compile to avoid warnings --- client/deployment/pom.xml | 29 +++++++++++++++++------------ client/runtime/pom.xml | 30 ++++++++++++++++++------------ server/deployment/pom.xml | 29 +++++++++++++++++------------ server/runtime/pom.xml | 29 +++++++++++++++++------------ 4 files changed, 69 insertions(+), 48 deletions(-) diff --git a/client/deployment/pom.xml b/client/deployment/pom.xml index 93376ab6..55be44b8 100644 --- a/client/deployment/pom.xml +++ b/client/deployment/pom.xml @@ -139,18 +139,23 @@ maven-compiler-plugin - - - - io.quarkus - quarkus-extension-processor - ${quarkus.version} - - - - -AlegacyConfigRoot=true - - + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${quarkus.version} + + + + -AlegacyConfigRoot=true + + + + diff --git a/client/runtime/pom.xml b/client/runtime/pom.xml index c876b500..24dd902a 100644 --- a/client/runtime/pom.xml +++ b/client/runtime/pom.xml @@ -83,18 +83,24 @@ maven-compiler-plugin - - - - io.quarkus - quarkus-extension-processor - ${quarkus.version} - - - - -AlegacyConfigRoot=true - - + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${quarkus.version} + + + + -AlegacyConfigRoot=true + + + + + maven-jar-plugin diff --git a/server/deployment/pom.xml b/server/deployment/pom.xml index 696031d3..7c961912 100755 --- a/server/deployment/pom.xml +++ b/server/deployment/pom.xml @@ -27,18 +27,23 @@ maven-compiler-plugin - - - - io.quarkus - quarkus-extension-processor - ${quarkus.version} - - - - -AlegacyConfigRoot=true - - + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${quarkus.version} + + + + -AlegacyConfigRoot=true + + + + diff --git a/server/runtime/pom.xml b/server/runtime/pom.xml index 45b8f025..79ce725a 100755 --- a/server/runtime/pom.xml +++ b/server/runtime/pom.xml @@ -44,18 +44,23 @@ maven-compiler-plugin - - - - io.quarkus - quarkus-extension-processor - ${quarkus.version} - - - - -AlegacyConfigRoot=true - - + + + default-compile + + + + io.quarkus + quarkus-extension-processor + ${quarkus.version} + + + + -AlegacyConfigRoot=true + + + +