rzo1 commented on PR #2940: URL: https://github.com/apache/tomee/pull/2940#issuecomment-5623098378
@jungm Just a note: I think this would be backportable to `tomee-10.x`. It only uses the Concurrency 3.0 SPI (`ThreadContextProvider` / `ThreadContextSnapshot`), which 10.x already has. All commits cherry-pick cleanly onto `tomee-10.x`, and `ThreadContextCaptureTest` and `CUTaskFailingContextTest` pass there. Since it changes when the context is captured (on submit instead of when the task runs), I'd do it as a separate `[tomee-10.x]` PR after this one is merged, and run the TCK against it before merging. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
