Skip to content

Commit 76f870c

Browse files
committed
Final preparations for 3.2.3 release
1 parent 6153157 commit 76f870c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/dist/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Changes in version 3.2.3 (2013-05-17)
1515
* fixed ReflectiveMethodResolver to avoid potential UnsupportedOperationException on sort (SPR-10392)
1616
* JdbcTemplate defensively uses JDBC 3.0 getParameterType call for Oracle driver compatibility (SPR-10385)
1717
* introduced public ArgumentPreparedStatementSetter and ArgumentTypePreparedStatementSetter classes (SPR-10375)
18+
* fixed BeanPropertyRowMapper to only prefix actual upper-case letters with underscores (SPR-10547)
1819
* HibernateJpaDialect supports Hibernate 4.2 as a JPA provider now (SPR-10395)
1920
* fixed Jaxb2Marshaller's partial unmarshalling feature to consistently apply to all sources (SPR-10282)
2021
* ContentNegotiationManager properly handles HttpMessageConverter checking for Accept header "*/*" (SPR-10513)

src/dist/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Spring Framework version ${version}
2-
================================================================================
2+
==================================================================================
33

44
To find out what has changed since any earlier releases, see 'docs/changelog.txt'.
55

0 commit comments

Comments
 (0)