File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,15 @@ Changes in version 3.2 GA (2012-12-13)
10
10
* checked compatibility of Spring's Velocity support with Velocity 1.7 and Velocity Tools 2.0
11
11
* checked compatibility of Spring's JasperReports support with JasperReports 5.0
12
12
* 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
15
15
* deprecated BeanReferenceFactoryBean and CommonsLogFactoryBean
16
16
* DeprecatedBeanWarner detects deprecated FactoryBean classes and always logs user-specified bean type
17
17
* fixed CGLIB proxy class leaks through further equals/hashCode implementations in Spring AOP pointcuts (SPR-8008)
18
18
* ConfigurationClassPostProcessor consistently uses ClassLoader, not loading core JDK classes via ASM (SPR-10058)
19
19
* SpEL indexer uses direct access to specific List elements instead of iterating over the Collection (SPR-10035)
20
20
* 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)
21
22
* tx timeouts for JPA translate to "javax.persistence.query.timeout" only (for EclipseLink compatibility; SPR-10068)
22
23
* ResourceDatabasePopulator and JdbcTestUtils now support comments within SQL statements (SPR-10075, SPR-9982)
23
24
* AbstractCachingViewResolver uses a cache limit of 1024 by default, avoiding overflow for redirect URLs (SPR-10065)
You can’t perform that action at this time.
0 commit comments