Merge branch '3.2.x'
* 3.2.x: Update javadoc external links JdbcTemplate etc Removed unnecessary default value of LifecycleGroup.lifecycleBeans Introduced public ArgumentPreparedStatementSetter and ArgumentTypePreparedStatementSetter classes Defensively uses JDBC 3.0 getParameterType call for Oracle driver compatibility Preparations for 3.2.3 Fixed ReflectiveMethodResolver to avoid potential UnsupportedOperationException on sort Fixed Jaxb2Marshaller's partial unmarshalling feature to consistently apply to all sources Update copyright year in reference documentation Conflicts: build.gradle gradle.properties spring-context/src/main/java/org/springframework/context/support/DefaultLifecycleProcessor.java spring-jdbc/src/main/java/org/springframework/jdbc/core/ArgumentPreparedStatementSetter.java spring-jdbc/src/main/java/org/springframework/jdbc/core/ArgumentTypePreparedStatementSetter.java
This commit is contained in:
11
src/dist/changelog.txt
vendored
11
src/dist/changelog.txt
vendored
@@ -3,8 +3,17 @@ SPRING FRAMEWORK CHANGELOG
|
||||
http://www.springsource.org
|
||||
|
||||
|
||||
Changes in version 3.2.3 (2013-05-02)
|
||||
-------------------------------------
|
||||
|
||||
* fixed ReflectiveMethodResolver to avoid potential UnsupportedOperationException on sort (SPR-10392)
|
||||
* fixed Jaxb2Marshaller's partial unmarshalling feature to consistently apply to all sources (SPR-10282)
|
||||
* JdbcTemplate defensively uses JDBC 3.0 getParameterType call for Oracle driver compatibility (SPR-10385)
|
||||
* introduced public ArgumentPreparedStatementSetter and ArgumentTypePreparedStatementSetter classes (SPR-10375)
|
||||
|
||||
|
||||
Changes in version 3.2.2 (2013-03-14)
|
||||
--------------------------------------
|
||||
-------------------------------------
|
||||
|
||||
* official support for Hibernate 4.2 (SPR-10255)
|
||||
* fixed missing inter-dependencies in module POMs (SPR-10218)
|
||||
|
||||
@@ -160,7 +160,7 @@
|
||||
</authorgroup>
|
||||
|
||||
<copyright>
|
||||
<year>2004-2012</year>
|
||||
<year>2004-2013</year>
|
||||
</copyright>
|
||||
|
||||
<legalnotice>
|
||||
|
||||
Reference in New Issue
Block a user