]
Pedro Ruivo updated ISPN-9262:
------------------------------
Fix Version/s: 9.3.0.Final
Make javax.transaction dependency really provided
-------------------------------------------------
Key: ISPN-9262
URL:
https://issues.jboss.org/browse/ISPN-9262
Project: Infinispan
Issue Type: Enhancement
Reporter: Galder ZamarreƱo
Assignee: Pedro Ruivo
Fix For: 9.3.0.Final
Follow up to ISPN-9258, javax.transaction dependency should only be needed when user is
using the corresponding APIs.
Marking the dependency as provided is not enough, the code should be modularized so that
the client code that deals with transactions depending on javax.transaction is only loaded
when such APIs are used.