Skip to content

Commit 10c0e8a

Browse files
committed
Final changelog entries for 3.2.3
1 parent b6e20a4 commit 10c0e8a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/dist/changelog.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,23 @@ Changes in version 3.2.3 (2013-05-17)
88

99
* compatibility with OpenJDK 8 for target 1.5/1.6/1.7 compiled Spring Framework 3.2.x applications (SPR-9639)
1010
* compatibility with OSGI-style use of generics in source code that got compiled to 1.4 byte code (SPR-10559)
11-
* HibernateJpaDialect support for Hibernate 4.2 as JPA provider (SPR-10395)
1211
* fixed regression with type detection for child bean definitions (SPR-10374)
1312
* fixed configuration class overriding in terms of superclasses (SPR-10546)
1413
* minimized ASM usage during configuration class processing (SPR-10292)
1514
* added public "getName()" accessor to MethodReference (SPR-10422)
1615
* fixed ReflectiveMethodResolver to avoid potential UnsupportedOperationException on sort (SPR-10392)
1716
* JdbcTemplate defensively uses JDBC 3.0 getParameterType call for Oracle driver compatibility (SPR-10385)
1817
* introduced public ArgumentPreparedStatementSetter and ArgumentTypePreparedStatementSetter classes (SPR-10375)
18+
* HibernateJpaDialect supports Hibernate 4.2 as a JPA provider now (SPR-10395)
1919
* fixed Jaxb2Marshaller's partial unmarshalling feature to consistently apply to all sources (SPR-10282)
2020
* ContentNegotiationManager properly handles HttpMessageConverter checking for Accept header "*/*" (SPR-10513)
21-
* ServletContextResourcePatternResolver supports Tomcat-style "foo#bar.war" deployment unit names (SPR-10471)
2221
* SimpleMappingExceptionResolver prefers longer mapping expression in case of same exception depth (SPR-9639)
23-
* fixed regression with JSP form tag prepending the context/servlet path (broke use for Portlets; SPR-10382)
22+
* ServletContextResourcePatternResolver supports Tomcat-style "foo#bar.war" deployment unit names (SPR-10471)
23+
* fixed potential deadlock with DeferredResult timeout handling on Tomcat (SPR-10485)
2424
* fixed regression with ResourceHttpMessageConverter accidentally not closing underlying files (SPR-10460)
25+
* fixed regression with JSP form tag prepending the context/servlet path (broke use for Portlets; SPR-10382)
26+
* added "jsonPrefix" property to MappingJackson(2)JsonView, allowing for a custom prefix (SPR-10567)
27+
* changed MappingJackson(2)JsonView's "writeContent" template method to include "jsonPrefix" String (SPR-10567)
2528

2629

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

0 commit comments

Comments
 (0)