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 b25983c Bump mockito-core from 3.5.10 to 3.5.11 (#64)
new b4a0c6c Remove trailing whitespace.
new 02526fb No need to create arrays explicitly.
new 72ff233 Reuse Objects.equals().
new d513b4a Use lambdas.
new ad44aea Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-dbcp.git
new 2f51ee4 mockito-core from 3.5.10 to 3.5.11 #64.
The 6 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 | 2 +-
.../commons/dbcp2/BasicDataSourceMXBean.java | 4 +-
.../java/org/apache/commons/dbcp2/PStmtKey.java | 43 ++++------------------
.../commons/dbcp2/PoolableConnectionFactory.java | 6 +--
.../apache/commons/dbcp2/PoolingConnection.java | 20 +++++-----
.../apache/commons/dbcp2/datasources/PoolKey.java | 13 ++-----
.../commons/dbcp2/datasources/UserPassKey.java | 7 +---
.../apache/commons/dbcp2/TestBasicDataSource.java | 6 +--
.../commons/dbcp2/TestBasicDataSourceMXBean.java | 2 +-
.../commons/dbcp2/TestDelegatingConnection.java | 2 +-
.../apache/commons/dbcp2/TestListException.java | 2 +-
.../dbcp2/TestPStmtPoolingBasicDataSource.java | 14 +++----
.../dbcp2/TestParallelCreationWithNoIdle.java | 2 +-
.../datasources/TestSharedPoolDataSource.java | 24 +++++-------
.../dbcp2/managed/TestSynchronizationOrder.java | 2 +-
15 files changed, 53 insertions(+), 96 deletions(-)