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 2022/05/15 23:19:33 UTC

[commons-text] branch dependabot/maven/graalvm.version-22.1.0 updated (5a74b23e -> 7be07de9)

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

github-bot pushed a change to branch dependabot/maven/graalvm.version-22.1.0
in repository https://gitbox.apache.org/repos/asf/commons-text.git


 discard 5a74b23e Bump graalvm.version from 22.0.0.2 to 22.1.0
     add 7de2d9dc Bump commons.pmd-impl.version from 6.44.0 to 6.45.0
     add 2d2c83bc List GitHub actions together
     add f9333fd4 Fix build on Java 8.
     add d30c70c0 [Spotbugs 4.7.0] More precise exception handling, use UncheckedIOException instead of RuntimeException
     add 53f8033f Bump commons-parent from 52 to 53
     add c13ac7a1 Bump commons.javadoc.version from 3.3.0 to 3.4.0
     add 856de8f5 Reorg one entry as a fix.
     add 5fcd46bc Bump commons.jacoco.version 0.8.7 to 0.8.8
     add 8812ac5c Add commment.
     add 11606879 Use compact array notation
     add 19d1cd83 Bump Spotbugs from 4.6.0 to 4.7.0 and fix errors
     add 4b8fc6a4 Bump commons.japicmp.version from 0.15.3 to 0.15.7
     add 7be07de9 Bump graalvm.version from 22.0.0.2 to 22.1.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   (5a74b23e)
            \
             N -- N -- N   refs/heads/dependabot/maven/graalvm.version-22.1.0 (7be07de9)

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:
 checkstyle.xml                                     |  2 --
 pom.xml                                            | 15 +++++++-------
 src/changes/changes.xml                            | 23 +++++++++++-----------
 .../java/org/apache/commons/text/WordUtils.java    |  9 +++++----
 .../commons/text/diff/StringsComparator.java       |  2 +-
 .../commons/text/lookup/ConstantStringLookup.java  |  4 ++--
 .../text/translate/CharSequenceTranslator.java     |  8 +++-----
 .../commons/text/translate/CsvTranslators.java     |  3 +--
 .../jmh/LongestCommonSubsequencePerformance.java   | 21 ++++++++++----------
 9 files changed, 43 insertions(+), 44 deletions(-)