Skip to content

Commit cf681a8

Browse files
jhoellerunknown
authored and
unknown
committed
Final preparations for 3.2 RC2
1 parent 9c6aa3e commit cf681a8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/dist/changelog.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Changes in version 3.2 RC2 (2012-11-26)
1111
* DefaultListableBeanFactory avoids wide/interleaved metadata locks to avoid deadlock potential (SPR-10020)
1212
* DefaultListableBeanFactory avoids singletonObjects lock wherever possible for non-singleton performance (SPR-9819)
1313
* 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)
1416
* @Lazy and @DependsOn not marked as @Inherited anymore - only supported on actual bean types (SPR-9589, SPR-9476)
1517
* AsyncAnnotationBean/MethodValidation/PersistenceExceptionTranslationPostProcessor cache eligible beans (SPR-7328)
1618
* 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)
1921
* added "transactionAware" bean property to EhCacheCacheManager and JCacheCacheManager (SPR-9966)
2022
* moved "cache.ehcache" and "cache.jcache" packages from spring-context to spring-context-support module
2123
* 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
2325
* deprecated ExpressionEvaluationUtils, turning off Spring's own JSP expression support in favor of JSP 2.0
2426
* deprecated EJB 2.x implementation class hierarchy in "ejb.support" package
2527
* deprecated DefaultAnnotationHandlerMapping and AnnotationMethodHandlerAdapter/ExceptionResolver (SPR-10005)
28+
* Hibernate 4 support independently compiled against Hibernate 4.1, avoiding the use of reflection (SPR-10039)
2629
* added integration with Tiles 3 (SPR-8825)
2730

2831

0 commit comments

Comments
 (0)