-
Enhancement
-
Resolution: Done
-
Major
-
5.10.3.Final
-
None
For full integration of Narayana CDI handling to MicroProfile context propagation it needed to support context propagation for asynchronous calls.
Currently asynchronous call is handled just synchronously. That means the transaction is finished just at time when CDI interceptor finishes with the business method. While there could be some unfinished async call running aside of the main method. The async then may work with already finished transactions which lead to an error.
Here we aim to integrate with MicroProfile Smallrye implementation. The approach will be adapted from Quarkus. The point is to delay finishing of the transaction up to time the async method is finished as well.
The Quarkus code for this here:
https://github.com/quarkusio/quarkus/pull/2321/files#diff-9fae5ceb58cc73dc93ce866afa76505bR116
- is related to
-
JBTM-3317 Narayana does not build on JDK11 on javadoc failure on missing smallrye dependency
- Closed
-
WFLY-13505 Transaction JTS module misses dependencies to proper handling context propagation async calls
- Closed
-
WFLY-13494 Upgrade Narayana to 5.10.5.Final
- Closed