File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
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
+
6
16
Changes in version 3.2 RC1 (2012-11-04)
7
17
---------------------------------------
8
18
You can’t perform that action at this time.
0 commit comments