diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 3579ea513a..2680a50eeb 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -8,7 +8,6 @@ Changes in version 3.2.3 (2013-05-17) * compatibility with OpenJDK 8 for target 1.5/1.6/1.7 compiled Spring Framework 3.2.x applications (SPR-9639) * compatibility with OSGI-style use of generics in source code that got compiled to 1.4 byte code (SPR-10559) -* HibernateJpaDialect support for Hibernate 4.2 as JPA provider (SPR-10395) * fixed regression with type detection for child bean definitions (SPR-10374) * fixed configuration class overriding in terms of superclasses (SPR-10546) * minimized ASM usage during configuration class processing (SPR-10292) @@ -16,12 +15,16 @@ Changes in version 3.2.3 (2013-05-17) * fixed ReflectiveMethodResolver to avoid potential UnsupportedOperationException on sort (SPR-10392) * JdbcTemplate defensively uses JDBC 3.0 getParameterType call for Oracle driver compatibility (SPR-10385) * introduced public ArgumentPreparedStatementSetter and ArgumentTypePreparedStatementSetter classes (SPR-10375) +* HibernateJpaDialect supports Hibernate 4.2 as a JPA provider now (SPR-10395) * fixed Jaxb2Marshaller's partial unmarshalling feature to consistently apply to all sources (SPR-10282) * ContentNegotiationManager properly handles HttpMessageConverter checking for Accept header "*/*" (SPR-10513) -* ServletContextResourcePatternResolver supports Tomcat-style "foo#bar.war" deployment unit names (SPR-10471) * SimpleMappingExceptionResolver prefers longer mapping expression in case of same exception depth (SPR-9639) -* fixed regression with JSP form tag prepending the context/servlet path (broke use for Portlets; SPR-10382) +* ServletContextResourcePatternResolver supports Tomcat-style "foo#bar.war" deployment unit names (SPR-10471) +* fixed potential deadlock with DeferredResult timeout handling on Tomcat (SPR-10485) * fixed regression with ResourceHttpMessageConverter accidentally not closing underlying files (SPR-10460) +* fixed regression with JSP form tag prepending the context/servlet path (broke use for Portlets; SPR-10382) +* added "jsonPrefix" property to MappingJackson(2)JsonView, allowing for a custom prefix (SPR-10567) +* changed MappingJackson(2)JsonView's "writeContent" template method to include "jsonPrefix" String (SPR-10567) Changes in version 3.2.2 (2013-03-14)