Skip to content

Commit 5b2cd76

Browse files
committed
Final preparations for 3.2 GA
1 parent c55446d commit 5b2cd76

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

src/dist/changelog.txt

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,22 @@ http://www.springsource.org
66
Changes in version 3.2 GA (2012-12-12)
77
--------------------------------------
88

9-
* upgraded build and test suite to Joda-Time 2.1, Groovy 1.8.8, JRuby 1.6.5, JUnit 4.11
10-
* spring-test module again depends on junit:junit for JUnit 4.11 (10044)
11-
* reworked Hibernate 4 support to avoid reflection, also adding unit tests for Hibernate 4
9+
* spring-test module again depends on junit:junit for JUnit 4.11 (SPR-10044)
10+
* upgraded Spring Framework build and test suite to Joda-Time 2.1, Groovy 1.8.8, JRuby 1.6.5
1211
* checked compatibility of Spring's Velocity support with Velocity 1.7 and Velocity Tools 2.0
1312
* checked compatibility of Spring's JasperReports support with JasperReports 5.0
14-
* deprecated Apache iBATIS support in favor of native Spring support in MyBatis
13+
* added unit tests for Hibernate 4
14+
* deprecated Apache iBATIS support in favor of native Spring support in Mybatis
15+
* deprecated JSF 1.1 VariableResolver implementations in favor of Spring-provided ELResolvers
1516
* deprecated BeanReferenceFactoryBean and CommonsLogFactoryBean
17+
* DeprecatedBeanWarner detects deprecated FactoryBean classes and always logs user-specified bean type
18+
* fixed CGLIB proxy class leaks through further equals/hashCode implementations in Spring AOP pointcuts (SPR-8008)
19+
* ConfigurationClassPostProcessor consistently uses ClassLoader, not loading core JDK classes via ASM (SPR-10058)
1620
* DefaultMessageListenerContainer allows for concurrent subscription consumers on WebLogic/ActiveMQ (SPR-10037)
17-
* ResourceDatabasePopulator now supports comments within SQL statements (SPR-10075)
18-
* JdbcTestUtils now supports comments within SQL statements (SPR-9982)
21+
* tx timeouts for JPA translate to "javax.persistence.query.timeout" only (for EclipseLink compatibility; SPR-10068)
22+
* ResourceDatabasePopulator and JdbcTestUtils now support comments within SQL statements (SPR-10075, SPR-9982)
23+
* AbstractCachingViewResolver uses a cache limit of 1024 by default, avoiding overflow for redirect URLs (SPR-10065)
24+
* fixed HierarchicalUriComponents equals implementation (SPR-10088)
1925

2026

2127
Changes in version 3.2 RC2 (2012-11-27)
@@ -105,7 +111,7 @@ Changes in version 3.2 RC1 (2012-11-04)
105111
* use concurrent cache to improve performance of GenericTypeResolver (SPR-8701)
106112
* cache and late resolve annotations on bean properties to improve performance (SPR-9166)
107113
* allow PropertyResolver implementations to ignore unresolvable ${placeholders} (SPR-9569)
108-
* AllEncompassingFormHttpMessageConverter now adds XML/JSON converters for individual mime parts (SPR-10055)
114+
* FormHttpMessageConverter now adds Jackson JSON converters if available on the classpath (SPR-10055)
109115

110116
Changes in version 3.2 M2 (2012-09-11)
111117
--------------------------------------

0 commit comments

Comments
 (0)