This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.4.1 in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
discard c70c1d48 Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 add d31669a9 Bump mockito-core from 4.6.1 to 4.7.0 (#208) add 76eaed09 Bump mockito-core from 4.6.1 to 4.7.0 #208 add a23ca4d1 Bump actions/cache from 3.0.7 to 3.0.8 add 5ae58507 Update README to use the default Maven goal add 37f8cb07 Drop README.txt in favor of README.md add db036eb8 Better CodeQL URL add 292c167e Javadoc @see tags do not need to use a FQCN for classes in java.lang add d69e6a51 Use the term "connection string" instead of "url" add 91b367ee Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 (#210) add acd2544c Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #210 add 9573be97 Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (c70c1d48) \ N -- N -- N refs/heads/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.4.1 (9573be97) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/coverage.yml | 2 +- .github/workflows/maven.yml | 2 +- README.md | 212 +++++++-------- README.txt | 16 -- pom.xml | 4 +- src/changes/changes.xml | 7 +- .../org/apache/commons/dbcp2/BasicDataSource.java | 20 +- .../dbcp2/DriverManagerConnectionFactory.java | 296 ++++++++++----------- .../dbcp2/cpdsadapter/DriverAdapterCPDS.java | 26 +- .../datasources/KeyedCPDSConnectionFactory.java | 2 +- 10 files changed, 287 insertions(+), 300 deletions(-) delete mode 100644 README.txt