project:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➤ curl localhost:8080/tracing/logger 23:28:51 | |
<html><head><title>ERROR</title><style> | |
body { | |
font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif; | |
margin: 5px; | |
} | |
.header { | |
background-image: linear-gradient(bottom, rgb(153,151,153) 8%, rgb(199,199,199) 54%); | |
background-image: -o-linear-gradient(bottom, rgb(153,151,153) 8%, rgb(199,199,199) 54%); |
➤ grep -rn 'ts.bootable' * 23:05:52
ee-9/source-transform/shared/target/generated-sources/transformed/org/jboss/as/test/shared/util/AssumeTestGroupUtil.java:106: return System.getProperty("ts.ee9") != null || System.getProperty("ts.bootable.ee9") != null;
Binary file ee-9/source-transform/shared/target/classes/org/jboss/as/test/shared/util/AssumeTestGroupUtil.class matches
pom.xml:5875: <name>ts.bootable.ee9</name>
pom.xml:5952: <name>ts.bootable</name>
testsuite/integration/smoke/pom.xml:730: <name>ts.bootable</name>
testsuite/integration/smoke/pom.xml:843: <name>ts.bootable.ee9</name>
Binary file testsuite/integration/web/target/test-classes/org/j
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The process to deploy `resteasy-tracing-example` to `wildfly-ee9`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/resteasy/resteasy-examples/tree/main/resteasy-spring-basic |
Process to deploy to WildFly
investigating on deploying resteasy-spring-boot
to wildfly
.
screenshot in below
Checkout relative PRs and build them.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build passed. |