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 d8b8d0655 Fix Strings.CI.indexOf() returning out-of-range index for 
empty search (#1737).
d8b8d0655 is described below

commit d8b8d0655b00a8d34129bd935a217857636cd841
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 30 13:25:08 2026 +0000

    Fix Strings.CI.indexOf() returning out-of-range index for empty search
    (#1737).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cb532c19b..619eb972b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -214,6 +214,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix NumberUtils min/max varargs dropping the sign of zero 
(#1733).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Handle supplementary code points in StringUtils.splitByCharacterType() 
(#1734).</action>
     <action issue="LANG-1828" type="fix" dev="ggregory" due-to="Dhruv 
Aggarwal, Gary Gregory">Fix OOM in StringUtils.leftPad/rightPad when size is 
Integer.MIN_VALUE (#1736).</action>
+    <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix Strings.CI.indexOf() returning out-of-range index for empty search 
(#1737).</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