From 612eba67288c1e92cb610ca5616d161ebb444310 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 15 Jul 2014 15:52:39 -0700 Subject: [PATCH] Update changelog --- src/dist/changelog.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 3bb76cd8ce8..586c8586e9c 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -3,6 +3,29 @@ SPRING FRAMEWORK CHANGELOG http://www.spring.io +Changes in version 3.2.10 (2014-07-15) +------------------------------------- + +restored backward compatibility in RestTemplate's messageConverters (SPR-11962) +consistent declaration of private static final logger variables (SPR-11905) +fixed documentation links (SPR-11935) +allow HttpHeaders to return getAllow() if it was previously set to an empty collection (SPR-11917) +improved performance of ReflectionUtils.isCglibRenamedMethod (SPR-11894) +provide compatibility with Java 8 (SPR-11979, SPR-11889) +fixed MBeanExportConfiguration.SpecificPlatform issue (SPR-11877) +allow manually registered transaction manager to be recognized by qualifiedBeanOfType (SPR-11915) +fixed misleading exception message for using JPA with custom IsolationLevels (SPR-8325) +prevented Objects created by FactoryBeans from being processed multiple times by BeanPostProcessors if beans are created lazily (SPR-11937) +fixed performance regression for custom autowireBean calls with many properties (SPR-11875) +fixed ReflectionUtils slow down application startup on WebSphere (SPR-11882) +revisit class cache in CachedIntrospectionResults (SPR-11867) +fixed JBoss EAP 5.1.1 VFS compatibility (SPR-11887) +fixed various Portlet issues (SPR-11295, SPR-11816) +removed shared state from URIComponentsBuilder across calls of .build() (SPR-11885) +improved unclear error message on BeanPostProcessor returning null (SPR-11951) +fixed isGlobalRollbackOnly always returns 'false' with WebSphereUOWTransactionManager (SPR-11876) + + Changes in version 3.2.9 (2014-05-20) -------------------------------------