Tilmann Zäschke created JDO-773:
-----------------------------------
Summary: Change dependency on JTA to version 1.3
Key: JDO-773
URL: https://issues.apache.org/jira/browse/JDO-773
Project: JDO
Issue Type: Improvement
Components: api
Affects Versions: JDO 3.1
Reporter: Tilmann Zäschke
Fix For: JDO 3.2
The Java Transaction API standard (JTA) had a new version 1.3 released: [JTA
1.3|http://download.oracle.com/otndocs/jcp/jta-1_3-mrel-spec/]
Th only change appears to be the removal of the {{javax.transaction.xa}}
package. Since this package does not appear to be used in JDO, migration to JTA
1.3 should be straight forward.
>From the spec:
{quote}B.1
Changes for Version 1.3
• Remove the
javax.transaction.xa
types as they have been subsumed by
Java SE.{quote}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)