[SPR-8395] AnnotationConfigContextLoader now supports default configuration classes with arbitrary names

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4584 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Sam Brannen 2011-06-19 20:40:15 +00:00
parent f7ebe823ff
commit cc386c5ac9
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ Changes in version 3.1 RC1 (2011-07-xx)
* prepared Spring's DataSource and RowSet adapters for forward compatibility with JDBC 4.1
* revised JMS CachedConnectionFactory to avoid unnecessary rollback calls on Session return
* fixed JMS CachedConnectionFactory to fully synchronize its Session list
* AnnotationConfigContextLoader now supports default configuration classes with arbitrary names
Changes in version 3.1 M2 (2011-06-08)