]
Tom Jenkinson updated JBTM-3073:
--------------------------------
Fix Version/s: 5.next
(was: 5.9.3.Final)
Do not mandate JAX-RS annotations on @Compensate/@Complete methods
------------------------------------------------------------------
Key: JBTM-3073
URL:
https://issues.jboss.org/browse/JBTM-3073
Project: JBoss Transaction Manager
Issue Type: Feature Request
Components: LRA
Affects Versions: 5.9.0.Final
Reporter: Michael Musgrove
Assignee: Michael Musgrove
Priority: Major
Fix For: 5.next
Cloned from [
https://github.com/eclipse/microprofile-lra/issues/35|http://example.com]:
It is up to the implementation on how the Compensate methods are called.
This could be through JAX-RS calls but this should not be the only way (although an
implementation will probably only implement one method). This makes it easier to use the
'events' way of coordination.