]
Pedro Ruivo updated ISPN-9324:
------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Upgrade JTA API to 1.2
----------------------
Key: ISPN-9324
URL:
https://issues.jboss.org/browse/ISPN-9324
Project: Infinispan
Issue Type: Component Upgrade
Components: Build, Transactions
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: 9.4.0.Alpha1
We should upgrade
- org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:1.0.1.Final
to
- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.1.Final
Apparently the only significant change is that it includes more annotations; would be
useful to upgrade to avoid having to play with dependency exclusions as many other
platforms are using JTA 1.2 nowadays.