This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/com.github.spotbugs-spotbugs-4.7.1
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


 discard f60eb3e4 Bump spotbugs from 4.7.0 to 4.7.1
     add 3c9b1e65 Bump maven-pmd-plugin from 3.16.0 to 3.17.0
     add d978d463 Suppress PMD EmptyCatchBlock from ruleset Error Prone
     add 1c09c173 Fix PMD UselessQualifiedThis (Code Style)
     add 1cbcba40 Fix PMD UselessOverridingMethod (Design)
     add d59b4548 Add PMD check to default Maven goal.
     add 316ed1b3 Refactor duplicate code
     add 74ee0145 Bump JaCoCo from 0.8.7 to 0.8.8
     add 52eff23d Bump spotbugs from 4.7.0 to 4.7.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   (f60eb3e4)
            \
             N -- N -- N   
refs/heads/dependabot/maven/com.github.spotbugs-spotbugs-4.7.1 (52eff23d)

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:
 pom.xml                                            |    7 +-
 src/changes/changes.xml                            |   11 +-
 .../apache/commons/dbcp2/DelegatingConnection.java | 2122 ++++++++--------
 .../org/apache/commons/dbcp2/Jdbc41Bridge.java     |  976 +++----
 .../apache/commons/dbcp2/PoolableConnection.java   |  808 +++---
 .../apache/commons/dbcp2/PoolingConnection.java    | 1246 ++++-----
 .../org/apache/commons/dbcp2/PoolingDriver.java    |  520 ++--
 src/main/java/org/apache/commons/dbcp2/Utils.java  |  412 +--
 .../commons/dbcp2/datasources/CharArray.java       |  169 +-
 .../dbcp2/datasources/InstanceKeyDataSource.java   | 2662 ++++++++++----------
 .../datasources/InstanceKeyDataSourceFactory.java  |  696 ++---
 .../dbcp2/datasources/PerUserPoolDataSource.java   | 2636 +++++++++----------
 .../dbcp2/managed/LocalXAConnectionFactory.java    |  758 +++---
 .../commons/dbcp2/managed/ManagedConnection.java   |  656 ++---
 .../dbcp2/managed/SynchronizationAdapter.java}     |   20 +-
 .../commons/dbcp2/managed/TransactionContext.java  |  414 ++-
 .../dbcp2/managed/TestBasicManagedDataSource.java  |  489 ++--
 .../dbcp2/managed/TestManagedDataSourceInTx.java   |  877 ++++---
 18 files changed, 7737 insertions(+), 7742 deletions(-)
 copy src/{test/java/org/apache/commons/dbcp2/TestUtils.java => 
main/java/org/apache/commons/dbcp2/managed/SynchronizationAdapter.java} (69%)

Reply via email to