DATACMNS-778 - Re-introduced support for JTA 2.1 @Transactional.

Refreshed the copy of AnnotationTransactionAttributeSource to pull in the JTA 2.1 support introduced in the Spring Framework class. Opened up a ticket [0] to improve Spring Framework to eventually be able to ditch the copies to prevent such scenarios in the future (the missing feature introduced that is).

Related issues: DATACMNS-715.
This commit is contained in:
Oliver Gierke
2015-07-17 09:43:24 +02:00
parent de7063c665
commit ac4f9aa1d0
3 changed files with 90 additions and 24 deletions

View File

@@ -174,6 +174,14 @@
<version>1.8.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>javax.transaction-api</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>