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 2020/01/09 06:50:33 UTC

[commons-dbutils] branch release updated (36a328e -> 9be04e5)

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

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


    from 36a328e  Update NOTICE to 2020
     add c2c387c  Update release notes to accumulate starting with version 1.6
     add c156d3f  Revert javadoc because the methods wrap but don't inherit
     add f45b0e1  Bump RC version
     add 9be04e5  DBUTILS-143 Use try-with-resources for all prepareConnection calls Remove closing of connection by private methods that are wrapped in convience methods

No new revisions were added by this update.

Summary of changes:
 RELEASE-NOTES.txt                                  |  90 +-
 pom.xml                                            |   2 +-
 src/changes/changes.xml                            |   3 +
 src/changes/release-notes.vm                       |   2 +-
 .../commons/dbutils/BaseResultSetHandler.java      | 932 ++++++++++++++++-----
 .../org/apache/commons/dbutils/QueryRunner.java    | 129 +--
 .../apache/commons/dbutils/QueryRunnerTest.java    |  11 +-
 7 files changed, 877 insertions(+), 292 deletions(-)