You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gi...@apache.org on 2021/12/27 14:27:01 UTC

[commons-dbutils] branch dependabot/maven/junit-junit-4.13.2 updated (7d6da62 -> b18956d)

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

github-bot pushed a change to branch dependabot/maven/junit-junit-4.13.2
in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git.


 discard 7d6da62  Bump junit from 4.13.1 to 4.13.2
     add fc2eaed  Typo.
     add 486e524  Add SpotBugs exclusion.
     add d81b49a  No need to nest in else.
     add 6db03d6  Tidy up top level dir
     add 4f7c34b  More files moved from top level
     add 4ef2754  Dummy change
     add 6a437b6  Revert Dummy change
     add 6671cd7  Add GitHub code of conduct page that points to the Apache page.
     add 424cfa2  Replace GitHub build for Java 15 with Java 16 and drop Java 16-ea.
     add c3db1e6  Update `actions/setup-java` to v2.
     add 84ab548  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-dbutils
     add 96d6a12  Replace Java 15 with Java 16 in Travis CI.
     add 0ec111e  Use StringBuilder instead of StringBuffer.
     add 12fa402  AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as Eclipse Temurin.
     add 39b907d  Update GitHub build from Java 16 to 17.
     add 95a787c  Bump actions/checkout from 2.3.4 to 2.4.0 (#93)
     add 4548eaa  Bump actions/checkout from 2.3.4 to 2.4.0 #93.
     add 589a8a9  Update SpotBugs for Java 17.
     add b18956d  Bump junit from 4.13.1 to 4.13.2

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   (7d6da62)
            \
             N -- N -- N   refs/heads/dependabot/maven/junit-junit-4.13.2 (b18956d)

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/maven.yml                        | 15 ++++-----
 .travis.yml                                        |  2 +-
 SECURITY.md => CODE_OF_CONDUCT.md                  |  2 +-
 pom.xml                                            | 39 +++++++++++++++++-----
 src/changes/changes.xml                            | 13 +++++---
 src/main/assembly/src.xml                          |  3 --
 .../commons/dbutils/AbstractQueryRunner.java       |  2 +-
 .../org/apache/commons/dbutils/BeanProcessor.java  |  5 ++-
 .../handlers/properties/DatePropertyHandler.java   |  4 +--
 .../resources/checkstyle/checkstyle-header.txt     |  0
 .../checkstyle/checkstyle-suppressions.xml         |  0
 .../site/resources/checkstyle/checkstyle.xml       |  0
 .../site/resources/pmd/pmd-ruleset.xml             |  0
 .../site/resources/spotbugs/sb-excludes.xml        |  8 ++++-
 .../org/apache/commons/dbutils/MockResultSet.java  | 12 ++++---
 .../commons/dbutils/MockResultSetMetaData.java     | 18 ++++++----
 .../wrappers/SqlNullCheckedResultSetTest.java      | 24 ++++++++-----
 17 files changed, 93 insertions(+), 54 deletions(-)
 copy SECURITY.md => CODE_OF_CONDUCT.md (83%)
 rename license-header.txt => src/site/resources/checkstyle/checkstyle-header.txt (100%)
 rename checkstyle-suppressions.xml => src/site/resources/checkstyle/checkstyle-suppressions.xml (100%)
 rename checkstyle.xml => src/site/resources/checkstyle/checkstyle.xml (100%)
 rename pmd-ruleset.xml => src/site/resources/pmd/pmd-ruleset.xml (100%)
 rename sb-excludes.xml => src/site/resources/spotbugs/sb-excludes.xml (83%)