This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git.
from 35863ae [DBCP-553]
org.apache.commons.dbcp2.PoolablePreparedStatement.passivate() should close ALL
of its resources even when an exception occurs.
new 1918a44 [DBCP-554]
org.apache.commons.dbcp2.PoolableCallableStatement.passivate() should close ALL
of its resources even when an exception occurs.
new e001b18 Format nit.
new 5800833 Extract commons code into new private methods and sort
methods. Remove trailing whitespace. Javadoc.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 3 +
.../apache/commons/dbcp2/DelegatingConnection.java | 3 +-
.../commons/dbcp2/PoolableCallableStatement.java | 21 +-
.../commons/dbcp2/PoolablePreparedStatement.java | 2 +
.../dbcp2/cpdsadapter/DriverAdapterCPDS.java | 675 +++++++++++----------
5 files changed, 367 insertions(+), 337 deletions(-)