- Updated release notes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/tags/DBUTILS_2_0_RC1@1457544 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/83d65e39 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/83d65e39 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/83d65e39 Branch: refs/heads/2_0 Commit: 83d65e39ce5ac4ad11f9cfc1294386936b0b2de2 Parents: b5e15de Author: Bill Speirs <[email protected]> Authored: Sun Mar 17 19:51:32 2013 +0000 Committer: Bill Speirs <[email protected]> Committed: Sun Mar 17 19:51:32 2013 +0000 ---------------------------------------------------------------------- RELEASE-NOTES.txt | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/83d65e39/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 33ca394..13fdbf8 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,31 +1,24 @@ Apache Commons DbUtils - Version 1.5 + Version 2.0 RELEASE NOTES -The Commons DbUtils team is pleased to announce the release of Commons DbUtils 1.5 +The Commons DbUtils team is pleased to announce the release of Commons DbUtils 2.0 The Apache Commons-DbUtils package is a set of Java utility classes for easing JDBC development. -Bugfixes and addition of BeanMapHandler +Complete re-write of QueryRunner to use a fluent API and provide named bindings. +*Note: This version is NOT backwards compatible with 1.x versions. Changes in this version include: New features: -o DBUTILS-67: Added BeanMapHandler Thanks to Michael Osipov. +o DBUTILS-105: Add Named Parameter Support Fixed Bugs: -o DBUTILS-93: Source assembly artifact fails to build a site because of missing pmd-ruleset.xml Thanks to Stevo Slavic. -o DBUTILS-84: BeanProcessor method processColumn should take SQLXML in consideration Thanks to Tiago Cavaleiro. -o DBUTILS-73: Added a fixed Locale (Locale.ENGLISH) to all toLowerCase calls in BasicRowProcessor Thanks to Sebb. Changes: -o DBUTILS-94: Provide test coverage for org.apache.commons.dbutils.DbUtils Thanks to Benedikt Ritter. -o DBUTILS-91: Enhance BasicRowProcessor to have row mapping easier to configure Thanks to Stevo Slavic. -o Updated pom.xml: Java 1.6 now required, clirr and compiler plugin removed Thanks to wspeirs. -o DBUTILS-77: Updated documentation to better reflect the use of pmdKnownBroken -o DBUTILS-66: Added generics to ScalarHandler, ColumnHandler, and KeyedHandler Thanks to Michael Osipov. For complete information on Commons DbUtils, including instructions on how to submit bug reports,
