You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by df...@apache.org on 2009/11/04 18:31:14 UTC

svn commit: r832805 - /commons/proper/dbutils/trunk/xdocs/changes.xml

Author: dfabulich
Date: Wed Nov  4 17:31:14 2009
New Revision: 832805

URL: http://svn.apache.org/viewvc?rev=832805&view=rev
Log:
Updated changes.xml for 1.3 release

Modified:
    commons/proper/dbutils/trunk/xdocs/changes.xml

Modified: commons/proper/dbutils/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/xdocs/changes.xml?rev=832805&r1=832804&r2=832805&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/xdocs/changes.xml (original)
+++ commons/proper/dbutils/trunk/xdocs/changes.xml Wed Nov  4 17:31:14 2009
@@ -38,6 +38,17 @@
     <title>Release Notes</title>
   </properties>
   <body>
+    <release version="1.3" date="2009-11-04" description="Adds Java5 generics and varargs">
+      <action dev="dfabulich" type="update" issue="DBUTILS-57">
+        BeanProcessor#mapColumnsToProperties now prefers to use column labels over column names (where aliases are not set, these should be identical)
+      </action>
+      <action dev="dfabulich" type="update" issue="DBUTILS-58">
+        Setting pmdKnownBroken in QueryRunner constructor now completely ignores ParameterMetaData
+      </action>
+      <action dev="dfabulich" type="fix" issue="DBUTILS-60">
+        Fixed error message in QueryRunner#rethrow
+      </action>
+    </release>
     <release version="1.2" date="2009-03-06" description="Another round of fixes; deprecates methods in preparation for varargs in java5">
       <action dev="dfabulich" type="update" issue="DBUTILS-52">
         Removed setDataSource method to guarantee thread safety