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/24 13:43:02 UTC

[commons-lang] branch dependabot/maven/com.github.spotbugs-spotbugs-4.4.0 updated (7c36b80 -> af70a6e)

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


 discard 7c36b80  Bump spotbugs from 4.2.3 to 4.4.0
     add 03edee7  LANG-1669: Fixed issue with parsing certain locales using day periods introduced in OpenJDK 16 and later resolved in OpenJDK 17 (#791)
     add ce477d9  OpenJDK 16 Day Period Parsing #791.
     add be5ff9f  Add BooleanConsumer.
     add 6da824d  LANG-1663: Update documentation to list correct exception for null array parameters (#785)
     add a8f18fc  [LANG-1663] Update documentation to list correct exception for null array parameters #785
     add 7941cfd  Fixing reversed Javadoc descriptions (#781)
     add dfdbbfe  Fixing reversed Javadoc descriptions in StopWatch #781.
     add af70a6e  Bump spotbugs from 4.2.3 to 4.4.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   (7c36b80)
            \
             N -- N -- N   refs/heads/dependabot/maven/com.github.spotbugs-spotbugs-4.4.0 (af70a6e)

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:
 src/changes/changes.xml                            |  4 ++
 ...ilableIntConsumer.java => BooleanConsumer.java} | 35 ++++++-------
 .../org/apache/commons/lang3/math/NumberUtils.java | 27 +++++-----
 .../apache/commons/lang3/time/FastDateParser.java  |  5 +-
 .../org/apache/commons/lang3/time/StopWatch.java   |  8 +--
 .../lang3/function/BooleanConsumerTest.java        | 61 ++++++++++++++++++++++
 6 files changed, 104 insertions(+), 36 deletions(-)
 copy src/main/java/org/apache/commons/lang3/function/{FailableIntConsumer.java => BooleanConsumer.java} (56%)
 create mode 100644 src/test/java/org/apache/commons/lang3/function/BooleanConsumerTest.java