Skip to content

Commit c2d98de

Browse files
author
Phillip Webb
committed
Update changelog
1 parent bf31f71 commit c2d98de

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

src/dist/changelog.txt

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
SPRING FRAMEWORK CHANGELOG
22
===========================
3-
http://www.springsource.org
3+
http://www.spring.io
4+
5+
6+
Changes in version 3.2.6 (2013-12-12)
7+
-------------------------------------
8+
9+
* added Maven bill-of-materials POM
10+
* fixed BeanUtils.copyProperties() issue caused by recently changes to GenericTypeAwarePropertyDescriptor (SPR-11209)
11+
* fixed issue with ServletTestExecutionListener breaking existing code (SPR-11144)
12+
* fixed SpEL ReflectivePropertyAccessor to not consider "is" methods with non boolean returns (SPR-11142)
13+
* support multiple comma-separated values in X-Forwarded-Host header (SPR-11140)
14+
* fixed tests related to java.beans.BeanInfo changes in JDK8-b117 (SPR-11139)
15+
* added synchronization to EhCacheFactoryBean.afterPropertiesSet (SPR-11132)
16+
* fixed dependency injection issue when using ManagedMap or ManagedList in BeanDefinitionParser (SPR-11131)
17+
* fixed support for combining multiple @Cacheable within @Caching annotation (SPR-11124)
18+
* allow autowire qualified scoped-proxy @Bean definitions (SPR-11116)
19+
* fixed type resolution fails for uninitialized factory-method declaration issue (SPR-11112)
20+
* fixed "CglibAopProxy: Unable to proxy method" warning when bean class contains static final method (SPR-11107)
21+
* improved performance for repeated JDBC 3.0 getParameterType calls in StatementCreatorUtils (SPR-11100)
22+
* fixed minor issue with prior fix for CVE 2010-1622 (SPR-11098)
23+
* added mapping for additional Sybase error code to DataIntegrityViolationException (SPR-11097)
24+
* fixed issue with "!profile" selector XML (SPR-11093)
25+
* fixed set statistics issues with EhCache (SPR-11092, SPR-11080)
26+
* fixed classpath scanning issue on private meta-attributes (SPR-11091)
27+
* fixed potential NPE when calling stored procedures (SPR-11076)
28+
* added synchronization to MBeanExporter & MBeanRegistrationSupport (SPR-11002)
29+
* removed integer conversion from JmsListenerContainerParser (SPR-10986)
30+
* fixed @ResourceMapping issue with Portlets (SPR-10791)
431

532

633
Changes in version 3.2.5 (2013-11-06)

0 commit comments

Comments
 (0)