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 fdc855e Split out factory code out of BasicDataSource in small factory classes. This helps reduce the size and complexity of BasicDataSource and fixes a Checkstyle violation for the class being too big. new 1e99873 Catch up with recent commits. new a26c248 [DBCP-549] Make org.apache.commons.dbcp2.AbandonedTrace.removeTrace(AbandonedTrace) null-safe. new ba4ab03 [DBCP-550] java.util.IllegalFormatException while building a message for a SQLFeatureNotSupportedException in Jdbc41Bridge.getObject(ResultSet,String,Class) 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 | 24 ++++++++++++++++++++++ .../org/apache/commons/dbcp2/AbandonedTrace.java | 14 ++++++++++++- .../apache/commons/dbcp2/DelegatingResultSet.java | 4 ++-- .../org/apache/commons/dbcp2/Jdbc41Bridge.java | 2 +- .../commons/dbcp2/PoolableCallableStatement.java | 8 ++------ .../commons/dbcp2/PoolablePreparedStatement.java | 8 ++------ 6 files changed, 44 insertions(+), 16 deletions(-)