@@ -6,11 +6,24 @@ http://www.springsource.org
6
6
Changes in version 3.2 RC2 (2012-11-26)
7
7
---------------------------------------
8
8
9
+ * overhauled non-void JavaBean write method support (SPR-10029)
10
+ * CachedIntrospectionResults uses full WeakReference for any non-safe ClassLoader arrangement (SPR-10028)
11
+ * DefaultListableBeanFactory avoids wide/interleaved metadata locks to avoid deadlock potential (SPR-10020)
9
12
* DefaultListableBeanFactory avoids singletonObjects lock wherever possible for non-singleton performance (SPR-9819)
10
13
* DefaultListableBeanFactory doesn't cache for autowireBean calls anymore, avoiding ClassLoader leaks (SPR-8956)
14
+ * @Lazy and @DependsOn not marked as @Inherited anymore - only supported on actual bean types (SPR-9589, SPR-9476)
11
15
* AsyncAnnotationBean/MethodValidation/PersistenceExceptionTranslationPostProcessor cache eligible beans (SPR-7328)
12
16
* ConfigurableApplicationContext, LobCreator and Client/ServerHttpResponse implement Closeable for Java 7 (SPR-9962)
13
17
* spring-jms-3.2.xsd declares former nmtoken attributes as string, allowing for placeholders (SPR-9597)
18
+ * introduced TransactionAwareCacheManagerProxy for cache put synchronization with Spring transactions (SPR-9966)
19
+ * added "transactionAware" bean property to EhCacheCacheManager and JCacheCacheManager (SPR-9966)
20
+ * moved "cache.ehcache" and "cache.jcache" packages from spring-context to spring-context-support module
21
+ * deprecated "scheduling.backportconcurrent" package in favor of native JDK 6 "scheduling.concurrent" support
22
+ * deprecated Oracle OC4J support (OC4JJtransactionManager, OC4JLoadTimeWeaver) in favor of Oracle WebLogic
23
+ * deprecated ExpressionEvaluationUtils, turning off Spring's own JSP expression support in favor of JSP 2.0
24
+ * deprecated EJB 2.x implementation class hierarchy in "ejb.support" package
25
+ * deprecated DefaultAnnotationHandlerMapping and AnnotationMethodHandlerAdapter/ExceptionResolver (SPR-10005)
26
+ * added integration with Tiles 3 (SPR-8825)
14
27
15
28
16
29
Changes in version 3.2 RC1 (2012-11-04)
@@ -74,8 +87,7 @@ Changes in version 3.2 RC1 (2012-11-04)
74
87
* use concurrent cache to improve performance of GenericTypeResolver (SPR-8701)
75
88
* cache and late resolve annotations on bean properties to improve performance (SPR-9166)
76
89
* allow PropertyResolver implementations to ignore unresolvable ${placeholders} (SPR-9569)
77
- * add integration with Tiles 3 (SPR-8825)
78
- * deprecated DefaultAnnotationHandlerMapping, AnnotationMethodHandlerAdapter, and AnnotationMethodHandlerExceptionResolver (SPR-10005)
90
+
79
91
80
92
Changes in version 3.2 M2 (2012-09-11)
81
93
--------------------------------------
0 commit comments