You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by th...@apache.org on 2019/12/29 06:08:08 UTC

[commons-dbutils] 08/09: Update changes for the next release.

This is an automated email from the ASF dual-hosted git repository.

thecarlhall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git

commit 6579e80e76519bf0df03bd3fccd9b5de4fb4024f
Author: Carl Hall <th...@apache.org>
AuthorDate: Sat Dec 28 22:04:00 2019 -0800

    Update changes for the next release.
---
 src/changes/changes.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c1ed13f..9eaca99 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,7 +44,19 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
 
-    <release version="2.0" date="2017-MM-DD" description="New features and bug fixes.">
+    <release version="2.0" date="2020-01-DD" description="New features and bug fixes.">
+      <action dev="thecarlhall" type="update">
+        [BREAKING] Reduced visibility of data source to private in parent of QueryRunner. This has been deprecated since 2012 in rev=c500789f.
+      </action>
+      <action due-to="thecarlhall" type="update">
+        Java 1.7 now required. clirr, checkstyle, and spotbugs configured as part of default build.
+      </action>
+      <action dev="thecarlhall" type="fix">
+        Always copy Date, Time, Timestamp on get and set in SqlNullCheckedResultSet.
+      </action>
+      <action dev="thecarlhall" type="add" due-to="rewerma">
+        Add @Column annotation to hint the field name instead of dissecting the get method name.
+      </action>
       <action dev="ggregory" type="update" issue="DBUTILS-135" due-to="hdevalke">
         BeanProcessor is not thread safe since [DBUTILS-124].
       </action>