Ondrej Chaloupka created JBTM-3288:
--------------------------------------
Summary: Integrate REST-AT with Spring Web framework
Key: JBTM-3288
URL:
https://issues.redhat.com/browse/JBTM-3288
Project: JBoss Transaction Manager
Issue Type: Enhancement
Components: REST
Reporter: Ondrej Chaloupka
The current REST-AT framework is coupled with JAX-RS. The JAX-RS is used with WildFly and
Quarkus but the REST-AT transactions would be useful for other Java environments as
Spring.
Consider the integration of the AT transaction with Spring.
For example the inbound bridge is all implemented with JAX-RS filters to intercept the
HTTP call, checking the existence of the REST-AT context and based on that importing the
JTA transaction. Such functionality would need to be enhanced for the Spring webframework
AOT.
The integration is meant to be either part of the Narayana code base directly or maybe the
better place could be the Snowdrop repo
(
https://github.com/snowdrop/narayana-spring-boot).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)