Use Gradle test fixture support for spring-beans and spring-context

See gh-23550
This commit is contained in:
Sam Brannen
2019-12-28 17:13:39 +01:00
parent 5718bf424b
commit 61d4ee594d
585 changed files with 2270 additions and 1618 deletions

View File

@@ -9,7 +9,7 @@
</persistence-unit>
<persistence-unit name="Test" transaction-type="RESOURCE_LOCAL">
<class>org.springframework.tests.sample.beans.TestBean</class>
<class>org.springframework.beans.test.fixtures.beans.TestBean</class>
<exclude-unlisted-classes />
</persistence-unit>