@@ -8,20 +8,23 @@ Changes in version 3.2.3 (2013-05-17)
8
8
9
9
* compatibility with OpenJDK 8 for target 1.5/1.6/1.7 compiled Spring Framework 3.2.x applications (SPR-9639)
10
10
* 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)
12
11
* fixed regression with type detection for child bean definitions (SPR-10374)
13
12
* fixed configuration class overriding in terms of superclasses (SPR-10546)
14
13
* minimized ASM usage during configuration class processing (SPR-10292)
15
14
* added public "getName()" accessor to MethodReference (SPR-10422)
16
15
* fixed ReflectiveMethodResolver to avoid potential UnsupportedOperationException on sort (SPR-10392)
17
16
* JdbcTemplate defensively uses JDBC 3.0 getParameterType call for Oracle driver compatibility (SPR-10385)
18
17
* introduced public ArgumentPreparedStatementSetter and ArgumentTypePreparedStatementSetter classes (SPR-10375)
18
+ * HibernateJpaDialect supports Hibernate 4.2 as a JPA provider now (SPR-10395)
19
19
* fixed Jaxb2Marshaller's partial unmarshalling feature to consistently apply to all sources (SPR-10282)
20
20
* ContentNegotiationManager properly handles HttpMessageConverter checking for Accept header "*/*" (SPR-10513)
21
- * ServletContextResourcePatternResolver supports Tomcat-style "foo#bar.war" deployment unit names (SPR-10471)
22
21
* 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)
24
24
* 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)
25
28
26
29
27
30
Changes in version 3.2.2 (2013-03-14)
0 commit comments