File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Changes in version 3.2.3 (2013-05-17)
15
15
* fixed ReflectiveMethodResolver to avoid potential UnsupportedOperationException on sort (SPR-10392)
16
16
* JdbcTemplate defensively uses JDBC 3.0 getParameterType call for Oracle driver compatibility (SPR-10385)
17
17
* introduced public ArgumentPreparedStatementSetter and ArgumentTypePreparedStatementSetter classes (SPR-10375)
18
+ * fixed BeanPropertyRowMapper to only prefix actual upper-case letters with underscores (SPR-10547)
18
19
* HibernateJpaDialect supports Hibernate 4.2 as a JPA provider now (SPR-10395)
19
20
* fixed Jaxb2Marshaller's partial unmarshalling feature to consistently apply to all sources (SPR-10282)
20
21
* ContentNegotiationManager properly handles HttpMessageConverter checking for Accept header "*/*" (SPR-10513)
Original file line number Diff line number Diff line change 1
1
Spring Framework version ${version}
2
- ================================================================================
2
+ ==================================================================================
3
3
4
4
To find out what has changed since any earlier releases, see 'docs/changelog.txt'.
5
5
You can’t perform that action at this time.
0 commit comments