From 414a99e454fa8248ac824c041c489552d9084780 Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Thu, 22 Aug 2024 16:13:22 +0200 Subject: [PATCH] Switch back to reactive artifacts for easier 3.8 and 3.15 comparison --- app-full-microprofile/pom.xml | 4 ++-- app-jakarta-rest-minimal/pom.xml | 2 +- .../java/io/quarkus/ts/startstop/utils/WhitelistLogLines.java | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app-full-microprofile/pom.xml b/app-full-microprofile/pom.xml index 1d090c91..74da77ed 100644 --- a/app-full-microprofile/pom.xml +++ b/app-full-microprofile/pom.xml @@ -22,7 +22,7 @@ io.quarkus - quarkus-rest-jackson + quarkus-resteasy-reactive-jackson io.quarkus @@ -46,7 +46,7 @@ io.quarkus - quarkus-rest-client + quarkus-rest-client-reactive diff --git a/app-jakarta-rest-minimal/pom.xml b/app-jakarta-rest-minimal/pom.xml index 0340c99c..5f3dc0fc 100644 --- a/app-jakarta-rest-minimal/pom.xml +++ b/app-jakarta-rest-minimal/pom.xml @@ -22,7 +22,7 @@ io.quarkus - quarkus-rest + quarkus-resteasy-reactive diff --git a/testsuite/src/it/java/io/quarkus/ts/startstop/utils/WhitelistLogLines.java b/testsuite/src/it/java/io/quarkus/ts/startstop/utils/WhitelistLogLines.java index d6fc2260..73497a81 100755 --- a/testsuite/src/it/java/io/quarkus/ts/startstop/utils/WhitelistLogLines.java +++ b/testsuite/src/it/java/io/quarkus/ts/startstop/utils/WhitelistLogLines.java @@ -23,6 +23,7 @@ public enum WhitelistLogLines { // netty 4 which doesn't have the relevant native config in the lib. See https://github.com/netty/netty/pull/13596 Pattern.compile(".*Warning: Please re-evaluate whether any experimental option is required, and either remove or unlock it\\..*"), Pattern.compile(".*Warning: The option '-H:ReflectionConfigurationResources=META-INF/native-image/io\\.netty/netty-transport/reflection-config\\.json' is experimental and must be enabled via.*"), + Pattern.compile(".*has been relocated.*"), }), FULL_MICROPROFILE(new Pattern[]{ // Some artifacts names... @@ -40,6 +41,7 @@ public enum WhitelistLogLines { // netty 4 which doesn't have the relevant native config in the lib. See https://github.com/netty/netty/pull/13596 Pattern.compile(".*Warning: Please re-evaluate whether any experimental option is required, and either remove or unlock it\\..*"), Pattern.compile(".*Warning: The option '-H:ReflectionConfigurationResources=META-INF/native-image/io\\.netty/netty-transport/reflection-config\\.json' is experimental and must be enabled via.*"), + Pattern.compile(".*has been relocated.*"), }), GENERATED_SKELETON(new Pattern[]{ // Harmless warning