Skip to content

Commit 612eba6

Browse files
author
Phillip Webb
committed
Update changelog
1 parent 7a3dd2a commit 612eba6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/dist/changelog.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.spring.io
44

55

6+
Changes in version 3.2.10 (2014-07-15)
7+
-------------------------------------
8+
9+
restored backward compatibility in RestTemplate's messageConverters (SPR-11962)
10+
consistent declaration of private static final logger variables (SPR-11905)
11+
fixed documentation links (SPR-11935)
12+
allow HttpHeaders to return getAllow() if it was previously set to an empty collection (SPR-11917)
13+
improved performance of ReflectionUtils.isCglibRenamedMethod (SPR-11894)
14+
provide compatibility with Java 8 (SPR-11979, SPR-11889)
15+
fixed MBeanExportConfiguration.SpecificPlatform issue (SPR-11877)
16+
allow manually registered transaction manager to be recognized by qualifiedBeanOfType (SPR-11915)
17+
fixed misleading exception message for using JPA with custom IsolationLevels (SPR-8325)
18+
prevented Objects created by FactoryBeans from being processed multiple times by BeanPostProcessors if beans are created lazily (SPR-11937)
19+
fixed performance regression for custom autowireBean calls with many properties (SPR-11875)
20+
fixed ReflectionUtils slow down application startup on WebSphere (SPR-11882)
21+
revisit class cache in CachedIntrospectionResults (SPR-11867)
22+
fixed JBoss EAP 5.1.1 VFS compatibility (SPR-11887)
23+
fixed various Portlet issues (SPR-11295, SPR-11816)
24+
removed shared state from URIComponentsBuilder across calls of .build() (SPR-11885)
25+
improved unclear error message on BeanPostProcessor returning null (SPR-11951)
26+
fixed isGlobalRollbackOnly always returns 'false' with WebSphereUOWTransactionManager (SPR-11876)
27+
28+
629
Changes in version 3.2.9 (2014-05-20)
730
-------------------------------------
831

0 commit comments

Comments
 (0)