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

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


    from ad930224 Workaround for https://github.com/siom79/japicmp/issues/265 
no longer needed
     new 72dfb535 Reuse existing methods
     new 834adcb7 Better use of Stream and Map APIs
     new 9323ea8c Sort members
     new aec0a326 Bump junit-jupiter from 5.9.0 to 5.9.1

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |   2 +-
 .../org/apache/commons/text/AlphabetConverter.java |  29 ++-
 .../apache/commons/text/ExtendedMessageFormat.java |   7 +-
 .../java/org/apache/commons/text/StrBuilder.java   |  25 +--
 .../org/apache/commons/text/TextStringBuilder.java |   9 +-
 .../org/apache/commons/text/diff/EditScript.java   |   4 +-
 .../text/lookup/InterpolatorStringLookup.java      |   9 +-
 .../commons/text/lookup/StringLookupFactory.java   | 212 ++++++++++-----------
 .../apache/commons/text/similarity/Counter.java    |   9 +-
 .../text/similarity/IntersectionSimilarity.java    |  32 ++--
 .../commons/text/similarity/RegexTokenizer.java    |   2 +-
 .../text/translate/AggregateTranslator.java        |   8 +-
 .../commons/text/translate/EntityArrays.java       |   8 +-
 ...ubstitutorWithInterpolatorStringLookupTest.java |  36 ++--
 .../text/lookup/StringLookupFactoryTest.java       | 196 +++++++++----------
 15 files changed, 273 insertions(+), 315 deletions(-)

Reply via email to