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

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

commit a337fec4ce58ed03c416b5af03f593edb26f0a00
Merge: 26d00b880 4824978ec
Author: Gary D. Gregory <[email protected]>
AuthorDate: Thu Jul 24 08:20:56 2025 -0400

    Merge branch 'master' of 
https://[email protected]/apache/commons-lang.git

 src/changes/changes.xml                            |    1 +
 .../apache/commons/lang3/CharSequenceUtils.java    |   89 +-
 .../java/org/apache/commons/lang3/ObjectUtils.java |  591 ++-
 .../java/org/apache/commons/lang3/StringUtils.java | 4049 ++++++++++----------
 .../java/org/apache/commons/lang3/Strings.java     |  270 +-
 .../commons/lang3/mutable/MutableDouble.java       |   32 +-
 .../apache/commons/lang3/mutable/MutableFloat.java |   34 +-
 7 files changed, 2421 insertions(+), 2645 deletions(-)

diff --cc src/changes/changes.xml
index 92d21cfc8,df5f0526a..d2a4e53fd
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@@ -55,9 -55,9 +55,10 @@@ The <action> type attribute can be add,
      <action                   type="fix" dev="ggregory" due-to="Scott 
Parish">[javadoc] Strings::equalsAny: CI doc string should show it's 
insensitive #1416.</action>
      <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Reduce spurious failures in org.apache.commons.lang3.ArrayUtilsTest 
methods that test ArrayUtils.shuffle() methods.</action>
      <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">General Javadoc improvements.</action>
+     <action issue="LANG-1780" type="fix" dev="ggregory" due-to="tza">Fix 
Strings Javadoc #1419.</action>
      <!-- ADD -->
      <!-- UPDATE -->
 +    <action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump 
org.apache.commons:commons-text from 1.13.1 to 1.14.0.</action>
    </release>
    <release version="3.18.0" date="2025-07-06" description="This is a feature 
and maintenance release. Java 8 or later is required.">
      <!-- FIX -->

Reply via email to