embedded db support

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1120 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald 2009-05-06 09:28:10 +00:00
parent ee645318b8
commit 0cb7cdf65d
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ Changes in version 3.0.0.M3 (2009-05-05)
* completed upgrade of the TestContext Framework to JUnit 4.5
* SpringJUnit4ClassRunner subclasses can now override the default ContextLoader class
* added "value" alias for @ContextConfiguration's "locations" attribute
* added EmbeddedDatabase support in spring-jdbc embedded package; HSQL support provided initially, is extensible.
Changes in version 3.0.0.M2 (2009-02-25)
----------------------------------------