|
1 | 1 | SPRING FRAMEWORK CHANGELOG
|
2 | 2 | ===========================
|
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) |
4 | 31 |
|
5 | 32 |
|
6 | 33 | Changes in version 3.2.5 (2013-11-06)
|
|
0 commit comments