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/09/23 14:15:31 UTC

[commons-lang] branch dependabot/maven/com.puppycrawl.tools-checkstyle-9.0 updated (2bcd916 -> 90cb31c)

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

github-bot pushed a change to branch dependabot/maven/com.puppycrawl.tools-checkstyle-9.0
in repository https://gitbox.apache.org/repos/asf/commons-lang.git.


 discard 2bcd916  Bump checkstyle from 8.45.1 to 9.0
     add 8efbb7d  No leading underscores in private names.
     add 4ff5e2b  Extract a map method.
     add d268741  "@exception" -> "@throws"
     add f5d9474  Bump junit-bom from 5.7.2 to 5.8.0 (#805)
     add 30bb1e2  Bump junit-bom from 5.7.2 to 5.8.0 #805.
     add 6963582  Bump maven-pmd-plugin from 3.14.0 to 3.15.0 (#802)
     add a2e13c6  Bump maven-pmd-plugin from 3.14.0 to 3.15.0 #802.
     add 90cb31c  Bump checkstyle from 8.45.1 to 9.0

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   (2bcd916)
            \
             N -- N -- N   refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-9.0 (90cb31c)

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                                            |  4 ++--
 src/changes/changes.xml                            |  3 ++-
 .../java/org/apache/commons/lang3/ArrayUtils.java  |  2 +-
 .../java/org/apache/commons/lang3/BitField.java    | 22 +++++++++++-----------
 .../java/org/apache/commons/lang3/StringUtils.java |  6 +++---
 .../org/apache/commons/lang3/builder/IDKey.java    |  8 ++++----
 .../commons/lang3/concurrent/UncheckedFuture.java  | 17 +++++++++++++++--
 .../commons/lang3/text/FormattableUtils.java       |  4 ++--
 .../lang3/text/translate/LookupTranslator.java     | 16 ++++++++--------
 .../lang3/concurrent/UncheckedFutureTest.java      |  7 +++++++
 .../commons/lang3/reflect/MethodUtilsTest.java     |  7 ++++---
 11 files changed, 59 insertions(+), 37 deletions(-)