[SPR-6043] @NotTransactional is now deprecated

This commit is contained in:
Sam Brannen
2009-08-26 23:23:07 +00:00
parent eb5d47c64e
commit a07da0d950
3 changed files with 38 additions and 21 deletions

View File

@@ -3,15 +3,16 @@ SPRING FRAMEWORK CHANGELOG
http://www.springsource.org
Changes in version 3.0.0.RC1 (2009 Q3)
--------------------------------------
Changes in version 3.0.0.RC1 (2009-09-XX)
-----------------------------------------
* upgraded to JUnit 4.7 and TestNG 5.10
* SpringJUnit4ClassRunner is now compatible with JUnit 4.5 - 4.7
* SpringJUnit4ClassRunner is now compatible with JUnit 4.5, 4.6, and 4.7
* @NotTransactional is now deprecated
Changes in version 3.0.0.M4 (2009-08-10)
-----------------------------------------
----------------------------------------
* upgraded to JUnit 4.6, TestNG 5.9, and EasyMock 2.5.1
* updated all Spring Framework OSGI manifests to list unversioned imports explicitly