-
Bug
-
Resolution: Done
-
Major
-
20.0.0.Beta1
-
None
The transaction JTS module misses the dependency with libraries which manage the reactive asynchronous handling for context propagation.
This is connected to JBTM-3246 which added the context propagation async handling capabilities to Narayana codebase.
The Narayana CDI interceptor is capable to handle reactive async code but it's dependent on reactive streams classes which have to be added as optional dependencies for `jts` module.
When the context propagation feature pack (https://github.com/kabir/wildfly-mp-reactive-feature-pack/) is deployed then these modules are provided into WildFly and the `jts` module will be then capable to use them and provide the context propagation capabilities managed in the feature pack.
- is cloned by
-
JBEAP-20013 (7.3.z) Transaction JTS module misses dependencies to proper handling context propagation async calls
- Resolved
- relates to
-
JBTM-3246 Support MP transaction context propagation for async calls for CDI
- Closed