Skip to content

Commit 0019d68

Browse files
committed
Final preparations for 3.2 GA
1 parent 6b3284f commit 0019d68

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/dist/changelog.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ Changes in version 3.2 GA (2012-12-13)
1010
* checked compatibility of Spring's Velocity support with Velocity 1.7 and Velocity Tools 2.0
1111
* checked compatibility of Spring's JasperReports support with JasperReports 5.0
1212
* added unit tests for Hibernate 4
13-
* deprecated Apache iBATIS support in favor of native Spring support in Mybatis
14-
* deprecated JSF 1.1 VariableResolver implementations in favor of Spring-provided ELResolvers
13+
* deprecated Apache iBATIS support in favor of native Spring support in Mybatis (the iBATIS successor)
14+
* deprecated JSF 1.1 VariableResolver implementations in favor of Spring-provided JSF 1.2 ELResolvers
1515
* deprecated BeanReferenceFactoryBean and CommonsLogFactoryBean
1616
* DeprecatedBeanWarner detects deprecated FactoryBean classes and always logs user-specified bean type
1717
* fixed CGLIB proxy class leaks through further equals/hashCode implementations in Spring AOP pointcuts (SPR-8008)
1818
* ConfigurationClassPostProcessor consistently uses ClassLoader, not loading core JDK classes via ASM (SPR-10058)
1919
* SpEL indexer uses direct access to specific List elements instead of iterating over the Collection (SPR-10035)
2020
* DefaultMessageListenerContainer allows for concurrent subscription consumers on WebLogic/ActiveMQ (SPR-10037)
21+
* DefaultMessageListenerContainer clears resources of paused tasks when shutting down after stop (SPR-10092)
2122
* tx timeouts for JPA translate to "javax.persistence.query.timeout" only (for EclipseLink compatibility; SPR-10068)
2223
* ResourceDatabasePopulator and JdbcTestUtils now support comments within SQL statements (SPR-10075, SPR-9982)
2324
* AbstractCachingViewResolver uses a cache limit of 1024 by default, avoiding overflow for redirect URLs (SPR-10065)

0 commit comments

Comments
 (0)