Use Gradle test fixture support for spring-tx

See gh-23550
This commit is contained in:
Sam Brannen
2019-12-29 18:38:33 +01:00
parent 57b771ba92
commit 5581f3b77b
40 changed files with 44 additions and 40 deletions

View File

@@ -34,7 +34,7 @@
</bean>
<!-- Often we can leave the definition of such infrastructural beans to child factories -->
<bean id="txManager" class="org.springframework.tests.transaction.CallCountingTransactionManager"/>
<bean id="txManager" class="org.springframework.transaction.testfixture.CallCountingTransactionManager"/>
<bean id="tas" class="org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource">
<property name="properties">