You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Carl Hall <th...@apache.org> on 2017/07/22 05:15:11 UTC

[ANNOUNCE] Apache Commons Dbutils 1.7 released!

The Apache Commons DbUtils team is pleased to announce the release of
Apache Commons DbUtils 1.7.  Apache Commons DbUtils is a set of Java
utility classes for easing JDBC development.

This marks the first release in 3 years!  It includes bugfixes and column &
property handlers using Java's native SPI functionality for extensible
datatype handling.

For more details see the release notes at:
http://www.apache.org/dist/commons/dbutils/RELEASE-NOTES.txt

Distribution packages can be downloaded from:
https://commons.apache.org/proper/commons-dbutils/download_lang.cgi

When downloading, please verify signatures using the KEYS file available at:
http://www.apache.org/dist/commons

Maven artifacts are also available in the central Maven repository:

<dependency>
  <groupId>commons-dbutils</groupId>
  <artifactId>commons-dbutils</artifactId>
  <version>1.7</version>
</dependency>

Have fun,
Carl, on behalf of the Apache Commons Community