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 9ab70dba PerUserPoolDataSource.registerPool() incorrectly replacing a CPDSConnectionFactory into managers map before throwing an IllegalStateException new d368426b Javadoc new 4157240c Add missing Javadoc and missing Javadoc elements The 2 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: .../apache/commons/dbcp2/DelegatingConnection.java | 19 +++- .../apache/commons/dbcp2/PoolableConnection.java | 6 +- .../commons/dbcp2/PoolableConnectionFactory.java | 58 ++++++++-- .../commons/dbcp2/PoolableConnectionMXBean.java | 124 +++++++++++++++++++++ .../apache/commons/dbcp2/PoolingDataSource.java | 5 + .../org/apache/commons/dbcp2/PoolingDriver.java | 15 ++- .../apache/commons/dbcp2/datasources/PoolKey.java | 2 + .../datasources/SharedPoolDataSourceFactory.java | 8 ++ .../managed/PoolableManagedConnectionFactory.java | 2 + 9 files changed, 219 insertions(+), 20 deletions(-)