From d34609ac1a5dd97b673d6050edd5c249b2aa37a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Sat, 8 Apr 2023 01:25:46 +0800 Subject: [PATCH] Update tracing feature example to use WildFly 28. add different profiles for wildfly 27 --- tracing-example/README.adoc | 2 -- tracing-example/pom.xml | 17 +++++++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/tracing-example/README.adoc b/tracing-example/README.adoc index 659ec885..ff175240 100644 --- a/tracing-example/README.adoc +++ b/tracing-example/README.adoc @@ -7,7 +7,6 @@ To run the example, you can simply run it with WildFly: [source,bash] ---- $ mvn wildfly:run - ---- After server started, we can access the server and get the tracing info: @@ -15,7 +14,6 @@ After server started, we can access the server and get the tracing info: [source,bash] ---- $ curl -i http://localhost:8080/tracing-example/level - ---- And here is the sample output: diff --git a/tracing-example/pom.xml b/tracing-example/pom.xml index 0d93bb4d..d008b981 100644 --- a/tracing-example/pom.xml +++ b/tracing-example/pom.xml @@ -37,17 +37,26 @@ 6.2.3.Final 2.0.0.Final 5.9.2 - 27.0.1.Final 5.0.0.Alpha6 - 4.1.0.Beta5 - + 28.0.0.Beta1 + provided ${project.build.directory}${file.separator}wildfly 8787 + + + wildfly27 + + 27.0.1.Final + compile + + + + @@ -111,8 +120,8 @@ org.jboss.resteasy resteasy-tracing-api ${version.org.jboss.resteasy.extensions} + ${dep.tracing.scope} - org.junit.jupiter