This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
from d9bcee35 Bump to next development version
add 313efa94 Remove @SuppressWarnings
add b9b0bc94 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-dbcp.git
add e52de7b4 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-dbcp.git
add a37da57b Bump github/codeql-action from 2.21.4 to 2.21.5 (#300)
add b7d74a53 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-dbcp.git
add f3154077 Update DTD
add 377cd1b0 Merge branch 'release'
add 3cae6d29 Remove obsolete entries and add new ones
add 4eae239f Add entry for next release
add 63f733b1 Bump h2 from 2.2.220 to 2.2.222.
add 7f3223d2 Add comment
add a9813c9d Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-dbcp.git
add 80e76e5b Bump commons-parent from 60 to 62
add 229655d9 Bump actions/checkout from 3.6.0 to 4.0.0 (#302)
add ddc43dc7 Bump actions/upload-artifact from 3.1.2 to 3.1.3 (#304)
add 40f0813b Bump actions/cache from 3.3.1 to 3.3.2 (#303)
add 3be287a0 Bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.9 (#301)
add 632462f5 Bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.9 #301
add a7755dbd Sort members
add f53d8970 Remove trailing whitespace
add 70ad0fb5 Build and fill list in one go
add c437f2ef Bump github/codeql-action from 2.21.5 to 2.21.7 (#305)
add b1cac4aa Bump github/codeql-action from 2.21.7 to 2.21.8 (#306)
add 36e53ded Bump actions/setup-java from 3.12.0 to 3.13.0 (#307)
add 44992c8e Bump com.h2database:h2 from 2.2.222 to 2.2.224 (#308)
add 87d0dbf4 Bump com.h2database:h2 from 2.2.222 to 2.2.224 #308
add 4e2d1557 ignore vscode cruft.
add 9475689c Eliminate no longer existing files and add files needed for
site build.
add 13e98b27 Clean up changes XML.
add 54545d65 Bump github/codeql-action from 2.21.8 to 2.21.9 (#311)
add 63accb4a Bump actions/checkout from 4.0.0 to 4.1.0 (#310)
add 6f7ec821 Bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0
add fddf0ae6 Remove commons.releaseManagerName and
commons.releaseManagerKey
add 13272281 Format XML
add fc767bbc Use Checkstyle to validate import order
add a86e2247 Bump commons-parent
add 230a66d0 Make private static classes final
add b9391ea3 Normalize mvn invocation on GitHub
add b19f20f8 Bump github/codeql-action from 2.21.9 to 2.22.2 (#315)
add e253df3b Bump ossf/scorecard-action from 2.2.0 to 2.3.0 (#314)
add 63d0efaf Add Java 21 build to GitHub
add 7d984da6 Update comment
add c5342327 Camel-case parameter names
add 423f9d5e Bump github/codeql-action from 2.22.2 to 2.22.3 (#316)
add 00ef90cc Bump actions/checkout from 4.1.0 to 4.1.1 (#317)
add 5934d0ec Specify encoding
add a7d5ca41 Fix up GHA badges
add 831f9b06 Remove Subversion tags
add fced9384 Add DataSourceMXBean.getUserName() and deprecate getUsername()
add 36d74a41 Bump jakarta.transaction:jakarta.transaction-api from 1.3.1
to 1.3.3
add 40986ebe Static is never null or empty.
add 7f418833 Update call sites of deprecated APIs from Apache Commons Pool
add f8233282 Update call sites of deprecated APIs from Apache Commons Pool
add c7e6989f Update call sites of deprecated APIs from Apache Commons Pool
add 4e6a616c Update call sites of deprecated APIs from Apache Commons Pool
add 988816f2 Update call sites of deprecated APIs from Apache Commons Pool
add 6ed19288 Javadoc
add 97be8b47 Add missing @Deprecated
add 320c62fd Prepare for the next release candidate
add e57ce3cf Update POM version for Apache Commons DBCP release 2.11.0
No new revisions were added by this update.
Summary of changes:
.github/workflows/codeql-analysis.yml | 10 +-
.github/workflows/coverage.yml | 8 +-
.github/workflows/maven.yml | 12 +-
.github/workflows/scorecards-analysis.yml | 8 +-
.gitignore | 1 +
README.md | 82 ++----
RELEASE-NOTES.txt | 31 ++
pom.xml | 20 +-
src/changes/changes.xml | 18 +-
src/changes/release-notes.vm | 1 +
src/conf/checkstyle.xml | 319 +++++++++------------
src/main/assembly/src-tar-gz.xml | 8 +-
src/main/assembly/src-zip.xml | 12 +-
.../org/apache/commons/dbcp2/AbandonedTrace.java | 2 +-
.../org/apache/commons/dbcp2/BasicDataSource.java | 108 +++----
.../commons/dbcp2/BasicDataSourceFactory.java | 24 +-
.../commons/dbcp2/BasicDataSourceMXBean.java | 2 +-
.../commons/dbcp2/ConnectionFactoryFactory.java | 2 +-
.../org/apache/commons/dbcp2/DataSourceMXBean.java | 12 +
.../commons/dbcp2/DelegatingPreparedStatement.java | 42 +--
.../apache/commons/dbcp2/PoolableConnection.java | 64 ++---
.../apache/commons/dbcp2/PoolingDataSource.java | 2 +-
src/main/java/org/apache/commons/dbcp2/Utils.java | 2 +-
.../dbcp2/cpdsadapter/DriverAdapterCPDS.java | 6 +-
.../dbcp2/datasources/InstanceKeyDataSource.java | 2 +-
.../dbcp2/datasources/PerUserPoolDataSource.java | 18 +-
.../dbcp2/datasources/SharedPoolDataSource.java | 4 +-
.../dbcp2/managed/BasicManagedDataSource.java | 2 +-
src/site/xdoc/download_dbcp.xml | 26 +-
src/site/xdoc/mail-lists.xml | 38 ++-
src/site/xdoc/release-notes-1.1.xml | 1 -
src/site/xdoc/release-notes-1.2.1.xml | 1 -
src/site/xdoc/release-notes-1.2.xml | 1 -
.../org/apache/commons/dbcp2/StackMessageLog.java | 15 +-
.../apache/commons/dbcp2/TestBasicDataSource.java | 44 +--
.../commons/dbcp2/TestBasicDataSourceFactory.java | 1 +
.../commons/dbcp2/TestBasicDataSourceMXBean.java | 14 +-
.../apache/commons/dbcp2/TestConnectionPool.java | 10 +-
.../dbcp2/TestDataSourceConnectionFactory.java | 2 +-
.../commons/dbcp2/TestDelegatingStatement.java | 2 +-
.../commons/dbcp2/TestPoolableConnection.java | 48 ++--
.../dbcp2/cpdsadapter/TestDriverAdapterCPDS.java | 2 +-
.../datasources/TestCPDSConnectionFactory.java | 16 +-
.../datasources/TestInstanceKeyDataSource.java | 2 +-
.../datasources/TestPerUserPoolDataSource.java | 122 ++++----
.../datasources/TestSharedPoolDataSource.java | 57 ++--
.../commons/dbcp2/managed/TestLocalXaResource.java | 4 +-
.../dbcp2/managed/TestManagedConnection.java | 4 +-
.../managed/TestManagedConnectionCachedState.java | 2 +-
.../dbcp2/managed/TestTransactionContext.java | 2 +-
50 files changed, 593 insertions(+), 643 deletions(-)