Skip to content

Commit f00559c

Browse files
committed
Initial preparations for 3.2 RC2
1 parent ea95da1 commit f00559c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/dist/changelog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6+
Changes in version 3.2 RC2 (2012-11-26)
7+
---------------------------------------
8+
9+
* DefaultListableBeanFactory avoids singletonObjects lock wherever possible for non-singleton performance (SPR-9819)
10+
* DefaultListableBeanFactory doesn't cache for autowireBean calls anymore, avoiding ClassLoader leaks (SPR-8956)
11+
* AsyncAnnotationBean/MethodValidation/PersistenceExceptionTranslationPostProcessor cache eligible beans (SPR-7328)
12+
* ConfigurableApplicationContext, LobCreator and Client/ServerHttpResponse implement Closeable for Java 7 (SPR-9962)
13+
* spring-jms-3.2.xsd declares former nmtoken attributes as string, allowing for placeholders (SPR-9597)
14+
15+
616
Changes in version 3.2 RC1 (2012-11-04)
717
---------------------------------------
818

0 commit comments

Comments
 (0)