- https://github.com/eclipse-ee4j/batch-api
- https://dspace.cvut.cz/bitstream/handle/10467/61785/F3-DP-2015-Milata-Tomas-java-ee-batch-editor.pdf?sequence=13&isAllowed=y
- Adding a batchlet step to a Java batch job - IBM Docs
- 55.4 Using the Job Specification Language - Java Platform, Enterprise Edition: The Java EE Tutorial (Release 7)
- GitHub - jberet/jberet-wildfly-samples: JBeret Sample Web Applications for WildFly Application Server
- https://github.com/quarkiverse/quarkus-jberet
- https://spring.io/guides/gs/batch-processing/
- GitHub - spring-guides/gs-batch-processing: Creating a Batch Service :: Learn how to create a basic batch-driven solution.
This file contains hidden or 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 hidden or 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 hidden or 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.