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 c47b2fab5 Fix StrBuilder.lastIndexOf(String) start index for an empty 
search (#1759).
c47b2fab5 is described below

commit c47b2fab58d72383ab39db02452020d219eebc29
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 30 05:53:13 2026 -0400

    Fix StrBuilder.lastIndexOf(String) start index for an empty search
    (#1759).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 03c7059f7..9d21b6704 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -252,6 +252,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add CharUtils isHex(int), isAsciiNumeric(int), isOctal(int) 
(#1685).</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add and use Instants.toInstant(Instant[, Instant]) (#1690).</action>
     <action issue="LANG-1833" type="add" dev="ggregory" due-to="Maksym 
Korshun">Handle ParsePosition index beyond source string length cleanly 
(#1757).</action>
+    <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix StrBuilder.lastIndexOf(String) start index for an empty search 
(#1759).</action>
     <!-- UPDATE -->
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 103 
#1498.</action>
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory">[test] Bump org.apache.commons:commons-text from 1.14.0 to 
1.15.0.</action>

Reply via email to