From f00559c4402bcae3a20d8942c5ca020be2ed0a0c Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 8 Nov 2012 23:48:08 +0100 Subject: [PATCH] Initial preparations for 3.2 RC2 --- src/dist/changelog.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index f0bbf6b847..090c75816f 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -3,6 +3,16 @@ SPRING FRAMEWORK CHANGELOG http://www.springsource.org +Changes in version 3.2 RC2 (2012-11-26) +--------------------------------------- + +* DefaultListableBeanFactory avoids singletonObjects lock wherever possible for non-singleton performance (SPR-9819) +* DefaultListableBeanFactory doesn't cache for autowireBean calls anymore, avoiding ClassLoader leaks (SPR-8956) +* AsyncAnnotationBean/MethodValidation/PersistenceExceptionTranslationPostProcessor cache eligible beans (SPR-7328) +* ConfigurableApplicationContext, LobCreator and Client/ServerHttpResponse implement Closeable for Java 7 (SPR-9962) +* spring-jms-3.2.xsd declares former nmtoken attributes as string, allowing for placeholders (SPR-9597) + + Changes in version 3.2 RC1 (2012-11-04) ---------------------------------------