This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a change to branch feat/use-commons-xml
in repository https://gitbox.apache.org/repos/asf/commons-text.git
from b1eca27f Cover the malformed system identifier branch of
PathFenceResolver
add 14657580 Compare characters by value in DamerauLevenshteinDistance
(#770)
add ad7bce75 Compare characters by value in DamerauLevenshteinDistance
(#770).
add d14377dd [test] Bump org.graalvm.js:js from 25.0.2 to 25.3.4.1 on Java
22 and up.
add 8f11af0b Bump net.bytebuddy:byte-buddy from 1.18.10 to 1.18.13
add a6cbba81 Move profile from Java 22 to 25 (LTS) boundary.
add 81de4f7a StringMatcher.isMatch(CharSequence, int, int, int) forwards
bufferEnd as bufferStart (#768)
add 8917fae0 Typo
add 5d882dca StringMatcher.isMatch(CharSequence, int, int, int) forwards
bufferEnd as bufferStart (#768).
add 9c9a0047 Bump org.apache.commons:commons-parent from 104 to 105.
add f85ff9b6 Merge branch 'master' into feat/use-commons-xml
No new revisions were added by this update.
Summary of changes:
pom.xml | 12 +--
src/changes/changes.xml | 13 ++-
.../apache/commons/text/matcher/StringMatcher.java | 2 +-
.../similarity/DamerauLevenshteinDistance.java | 8 +-
.../commons/text/matcher/StringMatcherTest.java | 106 +++++++++++++++++++++
.../similarity/DamerauLevenshteinDistanceTest.java | 20 +++-
6 files changed, 144 insertions(+), 17 deletions(-)
create mode 100644
src/test/java/org/apache/commons/text/matcher/StringMatcherTest.java