File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,23 @@ SPRING FRAMEWORK CHANGELOG
3
3
http://www.springsource.org
4
4
5
5
6
- Changes in version 3.2.3 (2013-05-14 )
6
+ Changes in version 3.2.3 (2013-05-17 )
7
7
-------------------------------------
8
8
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)
10
11
* HibernateJpaDialect support for Hibernate 4.2 as JPA provider (SPR-10395)
11
12
* minimized ASM usage during configuration class processing (SPR-10292)
12
13
* added public "getName()" accessor to MethodReference (SPR-10422)
13
14
* fixed ReflectiveMethodResolver to avoid potential UnsupportedOperationException on sort (SPR-10392)
14
15
* JdbcTemplate defensively uses JDBC 3.0 getParameterType call for Oracle driver compatibility (SPR-10385)
15
16
* introduced public ArgumentPreparedStatementSetter and ArgumentTypePreparedStatementSetter classes (SPR-10375)
16
17
* 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)
17
20
* 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)
18
23
19
24
20
25
Changes in version 3.2.2 (2013-03-14)
You can’t perform that action at this time.
0 commit comments