This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
from 13d93944f [LANG-1824] Fix Strings.replace overflow on large
replacements (#1716)
new 0cd35067e Sort members.
new 581ce79c4 [LANG-1824] Fix Strings.replace overflow on large
replacements (#1716).
The 2 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:
src/changes/changes.xml | 1 +
.../java/org/apache/commons/lang3/StringUtils.java | 24 ++++----
.../java/org/apache/commons/lang3/Strings.java | 62 +++++++++-----------
.../org/apache/commons/lang3/ArrayUtilsTest.java | 36 ++++++------
.../commons/lang3/StringUtilsAbbreviateTest.java | 66 +++++++++++-----------
.../java/org/apache/commons/lang3/StringsTest.java | 55 ++++++++++++++----
.../apache/commons/lang3/text/WordUtilsTest.java | 16 +++---
.../lang3/time/DurationFormatUtilsTest.java | 64 ++++++++++-----------
8 files changed, 174 insertions(+), 150 deletions(-)