Skip to content

Commit 87ef99d

Browse files
committed
Updated changelog for 3.2.3 release
1 parent 13ca275 commit 87ef99d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/dist/changelog.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,23 @@ SPRING FRAMEWORK CHANGELOG
33
http://www.springsource.org
44

55

6-
Changes in version 3.2.3 (2013-05-14)
6+
Changes in version 3.2.3 (2013-05-17)
77
-------------------------------------
88

9-
* compatibility with OpenJDK 8 for target 1.5/1.6/1.7 compiled Spring 3.2.x applications (SPR-9639)
9+
* compatibility with OpenJDK 8 for target 1.5/1.6/1.7 compiled Spring Framework 3.2.x applications (SPR-9639)
10+
* compatibility with OSGI-style use of generics in source code that got compiled to 1.4 byte code (SPR-10559)
1011
* HibernateJpaDialect support for Hibernate 4.2 as JPA provider (SPR-10395)
1112
* minimized ASM usage during configuration class processing (SPR-10292)
1213
* added public "getName()" accessor to MethodReference (SPR-10422)
1314
* fixed ReflectiveMethodResolver to avoid potential UnsupportedOperationException on sort (SPR-10392)
1415
* JdbcTemplate defensively uses JDBC 3.0 getParameterType call for Oracle driver compatibility (SPR-10385)
1516
* introduced public ArgumentPreparedStatementSetter and ArgumentTypePreparedStatementSetter classes (SPR-10375)
1617
* fixed Jaxb2Marshaller's partial unmarshalling feature to consistently apply to all sources (SPR-10282)
18+
* ContentNegotiationManager properly handles HttpMessageConverter checking for Accept header "*/*" (SPR-10513)
19+
* ServletContextResourcePatternResolver supports Tomcat-style "foo#bar.war" deployment unit names (SPR-10471)
1720
* SimpleMappingExceptionResolver prefers longer mapping expression in case of same exception depth (SPR-9639)
21+
* fixed regression with JSP form tag prepending the context/servlet path (broke use for Portlets; SPR-10382)
22+
* fixed regression with ResourceHttpMessageConverter accidentally not closing underlying files (SPR-10460)
1823

1924

2025
Changes in version 3.2.2 (2013-03-14)

0 commit comments

Comments
 (0)