From a18935dfa1694f932dc670e8f2bdc01864d16c44 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 19 Mar 2013 11:31:09 +0100 Subject: [PATCH] JdbcTemplate etc --- src/dist/changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index dd6d16ae27..f5ba5b533c 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -8,6 +8,8 @@ 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)