-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 11
-
Component/s: other-libs
-
Verified
The maintenance JSR for the Java Transaction (JSR 907) has dropped package `javax.transaction.xa` from the API to allow it be subsumed by Java SE.
As part of this effort, package `javax.transaction.xa` has been moved from module `java.sql` to a new module `java.transaction.xa`.
The following types continue to be part of the `javax.transaction.xa` package:
- `javax.transaction.xa.XAResource`
- `javax.transaction.xa.Xid`
- `javax.transaction.xa.XAException`
The change should be transparent to existing applications on the class path or module path.
As part of this effort, package `javax.transaction.xa` has been moved from module `java.sql` to a new module `java.transaction.xa`.
The following types continue to be part of the `javax.transaction.xa` package:
- `javax.transaction.xa.XAResource`
- `javax.transaction.xa.Xid`
- `javax.transaction.xa.XAException`
The change should be transparent to existing applications on the class path or module path.