From a6da768e4c9a6958dea080f2c8c5b73ff207e084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Sapp=C3=A9=20Griot?= Date: Fri, 18 Oct 2024 16:57:54 +0200 Subject: [PATCH] Quarkus update to 3.15.1 Test quarkus resteasy reactive --- pom.xml | 4 ++-- rts/at/annotation/common-service/pom.xml | 4 ++++ rts/at/annotation/pom.xml | 2 +- rts/lra-examples/cdi-embedded/pom.xml | 4 ++-- rts/lra-examples/cdi-participant/pom.xml | 4 ++-- rts/lra-examples/coordinator-quarkus/pom.xml | 2 +- rts/lra/flight-service/pom.xml | 4 ++-- rts/lra/hotel-service/pom.xml | 4 ++-- rts/lra/trip-controller/pom.xml | 4 ++-- 9 files changed, 18 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 803a78da82..55be7cd81f 100644 --- a/pom.xml +++ b/pom.xml @@ -147,8 +147,8 @@ UTF-8 UTF-8 - 3.4.2 - 3.4.2 + 3.15.1 + 3.15.1 ${jvm.args.other} ${jvm.args.memory} ${jvm.args.debug} ${jvm.args.modular} 2.0.9.RELEASE diff --git a/rts/at/annotation/common-service/pom.xml b/rts/at/annotation/common-service/pom.xml index 32027de235..10852274fb 100644 --- a/rts/at/annotation/common-service/pom.xml +++ b/rts/at/annotation/common-service/pom.xml @@ -15,5 +15,9 @@ com.fasterxml.jackson.core jackson-annotations + + org.jboss.narayana.arjunacore + arjuna + diff --git a/rts/at/annotation/pom.xml b/rts/at/annotation/pom.xml index 837068c40e..b8d35f3bce 100644 --- a/rts/at/annotation/pom.xml +++ b/rts/at/annotation/pom.xml @@ -35,7 +35,7 @@ io.quarkus - quarkus-resteasy-jsonb + quarkus-rest-jsonb io.quarkus diff --git a/rts/lra-examples/cdi-embedded/pom.xml b/rts/lra-examples/cdi-embedded/pom.xml index b3c53e78b3..2e73515ccf 100644 --- a/rts/lra-examples/cdi-embedded/pom.xml +++ b/rts/lra-examples/cdi-embedded/pom.xml @@ -70,11 +70,11 @@ io.quarkus - quarkus-resteasy-jackson + quarkus-rest-jackson io.quarkus - quarkus-rest-client-jackson + quarkus-rest-client diff --git a/rts/lra-examples/cdi-participant/pom.xml b/rts/lra-examples/cdi-participant/pom.xml index b6b6437adf..1fc949f002 100644 --- a/rts/lra-examples/cdi-participant/pom.xml +++ b/rts/lra-examples/cdi-participant/pom.xml @@ -103,11 +103,11 @@ io.quarkus - quarkus-resteasy-jackson + quarkus-rest-jackson io.quarkus - quarkus-rest-client-jackson + quarkus-rest-client org.jboss.narayana.rts diff --git a/rts/lra-examples/coordinator-quarkus/pom.xml b/rts/lra-examples/coordinator-quarkus/pom.xml index c3904ec462..2c2778207a 100644 --- a/rts/lra-examples/coordinator-quarkus/pom.xml +++ b/rts/lra-examples/coordinator-quarkus/pom.xml @@ -40,7 +40,7 @@ io.quarkus - quarkus-resteasy-jsonb + quarkus-rest-jsonb io.quarkus diff --git a/rts/lra/flight-service/pom.xml b/rts/lra/flight-service/pom.xml index 6532fd9d09..40b5b2bc48 100644 --- a/rts/lra/flight-service/pom.xml +++ b/rts/lra/flight-service/pom.xml @@ -62,7 +62,7 @@ io.quarkus - quarkus-resteasy + quarkus-rest @@ -106,7 +106,7 @@ io.quarkus - quarkus-resteasy-jackson + quarkus-rest-jackson com.fasterxml.jackson.core diff --git a/rts/lra/hotel-service/pom.xml b/rts/lra/hotel-service/pom.xml index bb527c00a7..ae43a65fa1 100644 --- a/rts/lra/hotel-service/pom.xml +++ b/rts/lra/hotel-service/pom.xml @@ -62,7 +62,7 @@ io.quarkus - quarkus-resteasy + quarkus-rest @@ -107,7 +107,7 @@ io.quarkus - quarkus-resteasy-jackson + quarkus-rest-jackson com.fasterxml.jackson.core diff --git a/rts/lra/trip-controller/pom.xml b/rts/lra/trip-controller/pom.xml index 82cd04d6b6..cff5834eef 100644 --- a/rts/lra/trip-controller/pom.xml +++ b/rts/lra/trip-controller/pom.xml @@ -67,7 +67,7 @@ io.quarkus - quarkus-resteasy + quarkus-rest @@ -112,7 +112,7 @@ io.quarkus - quarkus-resteasy-jackson + quarkus-rest-jackson com.fasterxml.jackson.core