]
Ondra Chaloupka updated JBTM-2952:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
LRA rest cdi checker should not demand @Status
----------------------------------------------
Key: JBTM-2952
URL:
https://issues.jboss.org/browse/JBTM-2952
Project: JBoss Transaction Manager
Issue Type: Bug
Components: REST
Affects Versions: 5.7.1.Final
Reporter: Ondra Chaloupka
Assignee: Ondra Chaloupka
Priority: Minor
The LRA cdi checker expects the `@Status` annotation being compulsory for LRA annotated
class. That is not true and `@Status` is not required.
In addition it would be good to consider check for async completion (usage of
`@Suspended`) where `@Status` is in contrary expected.