@@ -11,6 +11,8 @@ Changes in version 3.2 RC2 (2012-11-26)
11
11
* DefaultListableBeanFactory avoids wide/interleaved metadata locks to avoid deadlock potential (SPR-10020)
12
12
* DefaultListableBeanFactory avoids singletonObjects lock wherever possible for non-singleton performance (SPR-9819)
13
13
* DefaultListableBeanFactory doesn't cache for autowireBean calls anymore, avoiding ClassLoader leaks (SPR-8956)
14
+ * Java 5 Closeable and Java 7 AutoCloseable automatically detected as destroy methods (SPR-10034)
15
+ * @Bean destroy method inference not applying for DisposableBean implementers (avoiding double destruction)
14
16
* @Lazy and @DependsOn not marked as @Inherited anymore - only supported on actual bean types (SPR-9589, SPR-9476)
15
17
* AsyncAnnotationBean/MethodValidation/PersistenceExceptionTranslationPostProcessor cache eligible beans (SPR-7328)
16
18
* ConfigurableApplicationContext, LobCreator and Client/ServerHttpResponse implement Closeable for Java 7 (SPR-9962)
@@ -19,10 +21,11 @@ Changes in version 3.2 RC2 (2012-11-26)
19
21
* added "transactionAware" bean property to EhCacheCacheManager and JCacheCacheManager (SPR-9966)
20
22
* moved "cache.ehcache" and "cache.jcache" packages from spring-context to spring-context-support module
21
23
* 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
24
+ * deprecated Oracle OC4J support (OC4JJtaTransactionManager , OC4JLoadTimeWeaver) in favor of Oracle WebLogic
23
25
* deprecated ExpressionEvaluationUtils, turning off Spring's own JSP expression support in favor of JSP 2.0
24
26
* deprecated EJB 2.x implementation class hierarchy in "ejb.support" package
25
27
* deprecated DefaultAnnotationHandlerMapping and AnnotationMethodHandlerAdapter/ExceptionResolver (SPR-10005)
28
+ * Hibernate 4 support independently compiled against Hibernate 4.1, avoiding the use of reflection (SPR-10039)
26
29
* added integration with Tiles 3 (SPR-8825)
27
30
28
31
0 commit comments