Repository: commons-dbcp Updated Branches: refs/heads/master 54803f1ab -> 5d8fe878f
Prepare for Version 2.5.0. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/5d8fe878 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/5d8fe878 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/5d8fe878 Branch: refs/heads/master Commit: 5d8fe878fa85928f6363329c9770fc0de32c0e44 Parents: 54803f1 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Thu Jul 12 10:01:04 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Thu Jul 12 10:01:04 2018 -0600 ---------------------------------------------------------------------- RELEASE-NOTES.txt | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/5d8fe878/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 63bf800..311688b 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,4 +1,41 @@ Apache Apache Commons DBCP + Version 2.5.0 + RELEASE NOTES + +The Apache Commons DBCP team is pleased to announce the release of Apache Apache Commons DBCP 2.5.0-SNAPSHOT. + +Apache Commons DBCP software implements Database Connection Pooling. + +This is a minor release, including bug fixes and enhancements. + +Changes in this version include: + +New features: +o DBCP-506: Support JDBC 4.2. Thanks to Gary Gregory. +o DBCP-479: Support default schema in configuration. Thanks to Guillaume Husta, Gary Gregory. + +Fixed Bugs: +o DBCP-508: Prepared statement keys should take a Connection's schema into account. Thanks to Gary Gregory. +o DBCP-512: Avoid exceptions when closing a connection in mutli-threaded use case. Thanks to Gary Gregory. + +Changes: +o DBCP-505: Update Java requirement from version 7 to 8. Thanks to Gary Gregory. +o DBCP-427: Examines 'SQLException's thrown by underlying connections or statements for fatal (disconnection) errors. Thanks to Vladimir Konkov, Phil Steitz, Gary Gregory. +o DBCP-507: Change default for fail-fast connections from false to true. Thanks to Vladimir Konkov, Phil Steitz, Gary Gregory. +o DBCP-504: Increase test coverage. Thanks to Bruno P. Kinoshita. +o DBCP-510: Update Apache Commons Pool from 2.5.0 to 2.6.0. Thanks to Gary Gregory. + + +For complete information on Apache Commons DBCP, including instructions on how to submit bug reports, +patches, or suggestions for improvement, see the Apache Apache Commons DBCP website: + +http://commons.apache.org/dbcp/ + +----------------------------------------------------------------------------- + +Download page: http://commons.apache.org/dbcp/download_dbcp.cgi + + Apache Apache Commons DBCP Version 2.4.0 RELEASE NOTES @@ -34,7 +71,6 @@ patches, or suggestions for improvement, see the Apache Apache Commons DBCP webs http://commons.apache.org/dbcp/ - ----------------------------------------------------------------------------- Apache Apache Commons DBCP