Author: wspeirs
Date: Fri May 10 19:43:34 2013
New Revision: 1481159
URL: http://svn.apache.org/r1481159
Log:
Merged changes from RC1
Modified:
commons/proper/dbutils/branches/2_0/ (props changed)
commons/proper/dbutils/branches/2_0/RELEASE-NOTES.txt
commons/proper/dbutils/branches/2_0/src/main/java/org/apache/commons/dbutils2/handlers/AbstractListHandler.java
(props changed)
Propchange: commons/proper/dbutils/branches/2_0/
------------------------------------------------------------------------------
Merged /commons/proper/dbutils/tags/DBUTILS_2_0_RC1:r1457535-1481158
Modified: commons/proper/dbutils/branches/2_0/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/dbutils/branches/2_0/RELEASE-NOTES.txt?rev=1481159&r1=1481158&r2=1481159&view=diff
==============================================================================
--- commons/proper/dbutils/branches/2_0/RELEASE-NOTES.txt (original)
+++ commons/proper/dbutils/branches/2_0/RELEASE-NOTES.txt Fri May 10 19:43:34
2013
@@ -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,
Propchange:
commons/proper/dbutils/branches/2_0/src/main/java/org/apache/commons/dbutils2/handlers/AbstractListHandler.java
------------------------------------------------------------------------------
Merged
/commons/proper/dbutils/tags/DBUTILS_2_0_RC1/src/main/java/org/apache/commons/dbutils2/handlers/AbstractListHandler.java:r1457535-1481158