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/08/13 20:53:30 UTC

[commons-lang] branch dependabot/maven/com.puppycrawl.tools-checkstyle-8.45.1 updated (3676710 -> 081a52d)

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-8.45.1
in repository https://gitbox.apache.org/repos/asf/commons-lang.git.


 discard 3676710  Bump checkstyle from 8.43 to 8.45.1
     add ab96fb0  LANG-1667: Allow tests to access java.util classes such as ArrayList in Java 16 (#788)
     add f7fedbf  [LANG-1667] Allow tests to access java.util classes such as ArrayList in Java 16 #788.
     add 47d0046  Add and use ThreadUtils.sleepQuietly(long).
     add 31d5f47  Bump commons.javadoc.version from 3.2.0 to 3.3.0.
     add 0277e39  Bump spotbugs-maven-plugin from 4.2.3 to 4.3.0.
     add 8320a19  Bump checkstyle from 8.43 to 8.44.
     add 081a52d  Bump checkstyle from 8.43 to 8.45.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   (3676710)
            \
             N -- N -- N   refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-8.45.1 (081a52d)

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                                 |  8 ++++++--
 src/main/java/org/apache/commons/lang3/ThreadUtils.java | 17 +++++++++++++++++
 .../commons/lang3/concurrent/TimedSemaphoreTest.java    |  3 ++-
 .../org/apache/commons/lang3/time/StopWatchTest.java    |  4 ++--
 5 files changed, 31 insertions(+), 8 deletions(-)