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

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


The following commit(s) were added to refs/heads/master by this push:
     new d420ed9fe Fix case-insensitive Strings.replace() dropping 
length-changing matches (#1697).
d420ed9fe is described below

commit d420ed9fed960a0ad4150b74742e1cb939f3a042
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 9 16:31:43 2026 -0400

    Fix case-insensitive Strings.replace() dropping length-changing matches
    (#1697).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b4050c9cf..6c0a3216d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -183,6 +183,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">FluentBitSet.readObject(ObjectInputStream) should validate constructor 
invariants (#1694).</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">EventListenerSupport.readObject(ObjectInputStream) should validate 
constructor invariants (#1695).</action>
     <action                   type="fix" dev="ggregory" due-to="mfg92">Correct 
JavaDoc in Strings.java concerning case-sensitivity (#1696).</action>
+    <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix case-insensitive Strings.replace() dropping length-changing 
matches (#1697).</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add JavaVersion.JAVA_27.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add SystemUtils.IS_JAVA_27.</action>

Reply via email to