jungm opened a new pull request, #1458: URL: https://github.com/apache/tomee/pull/1458
Implements the missing gap to pass the Jakarta Concurrency 3.0 TCK including: - Asynchronous Interceptor - Defining Resources via annotations/web.xml - Rework ApplicationThreadContextProvider as well as implement TxThreadContextProvider - ManagedConnection invocation handler can now enroll already created connections in a Transaction - ManagedThreadFactory is now wired up to ContextService **Important**: This change disables SXC for parsin web.xml, I wasn't able to get the sxc-maven-plugin to run on java 17/jaxb 4 in a meaningful time, probably needs some more work Thanks to @rzo1 a full build for this branch is already running [here](https://ci-builds.apache.org/job/Tomee/job/pull-request-manual/119/) ### TCK results tck/concurrency-standalone: ``` [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 176.575 s - in TestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0 ``` tck/concurrency-sigtest: ``` [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.950 s -- in ee.jakarta.tck.concurrent.spec.signature.SignatureTests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org