The Apache Commons project would like to announce the immediate availability of Commons DBCP versions 1.3 and 1.4.
Commons DBCP is a database connection pool. Version 1.4 supports JDBC 4, so requires JDK 1.6. Version 1.3 supports JDBC 3. Applications running under JDK 1.4-1.5 must use DBCP 1.3. Applications running under JDK 1.6 should use DBCP 1.4. Other than support for the added methods in JDBC 4, there is nothing new or different in DBCP 1.4 vs. DBCP 1.3. In addition to support for JDBC 4 in 1.4, both releases contain numerous bug fixes and enhancements. Support for pooling managed connections and callable statements has been added, and several long-standing API consistency and reliability issues have been resolved. A detailed list of changes can be found in the release notes: http://www.apache.org/dist/commons/dbcp/RELEASE-NOTES.txt Commons DBCP depends on Commons Pool. DBCP users are encouraged to upgrade to the latest Commons Pool version - currently 1.5.4. Commons DBCP is available in either binary or source form from the following downloads page: http://commons.apache.org/downloads/download_dbcp.cgi Please verify signatures using the KEYS file available at the above location when downloading the release. For more information on Commons DBCP, visit the project home page: http://commons.apache.org/dbcp Feedback, suggestions for improvement and contributions are always welcome via the Apache Commons mailing lists and issue tracker: http://commons.apache.org/dbcp/mail-lists.html http://commons.apache.org/dbcp/issue-tracking.html Phil Steitz on behalf of the Commons community --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org