Browse Source

Final preparations for 3.2.3 release

pull/290/head
Juergen Hoeller 13 years ago
parent
commit
76f870caca
  1. 1
      src/dist/changelog.txt
  2. 2
      src/dist/readme.txt

1
src/dist/changelog.txt vendored

@ -15,6 +15,7 @@ Changes in version 3.2.3 (2013-05-17) @@ -15,6 +15,7 @@ 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)
* fixed BeanPropertyRowMapper to only prefix actual upper-case letters with underscores (SPR-10547)
* 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)

2
src/dist/readme.txt vendored

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
Spring Framework version ${version}
================================================================================
==================================================================================
To find out what has changed since any earlier releases, see 'docs/changelog.txt'.

Loading…
Cancel
Save