Skip to content

Commit 5af1c84

Browse files
committed
Preparations for 3.2 RC2
1 parent 52124fa commit 5af1c84

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

src/dist/changelog.txt

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,24 @@ http://www.springsource.org
66
Changes in version 3.2 RC2 (2012-11-26)
77
---------------------------------------
88

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)
912
* DefaultListableBeanFactory avoids singletonObjects lock wherever possible for non-singleton performance (SPR-9819)
1013
* 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)
1115
* AsyncAnnotationBean/MethodValidation/PersistenceExceptionTranslationPostProcessor cache eligible beans (SPR-7328)
1216
* ConfigurableApplicationContext, LobCreator and Client/ServerHttpResponse implement Closeable for Java 7 (SPR-9962)
1317
* 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)
1427

1528

1629
Changes in version 3.2 RC1 (2012-11-04)
@@ -74,8 +87,7 @@ Changes in version 3.2 RC1 (2012-11-04)
7487
* use concurrent cache to improve performance of GenericTypeResolver (SPR-8701)
7588
* cache and late resolve annotations on bean properties to improve performance (SPR-9166)
7689
* 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+
7991

8092
Changes in version 3.2 M2 (2012-09-11)
8193
--------------------------------------

0 commit comments

Comments
 (0)