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-text.git
The following commit(s) were added to refs/heads/master by this push:
new 6a06b28b [TEXT-242] StringSubstitutorReader can now substitute
variables with a suffix longer than two characters (#764).
6a06b28b is described below
commit 6a06b28bc8837fa10967d9b90ac210e6af8fa285
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Aug 4 15:56:43 2026 -0400
[TEXT-242] StringSubstitutorReader can now substitute variables with a
suffix longer than two characters (#764).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d1bac173..9e8af0ad 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="alhuda, Gary Gregory">Match
String case folding in TextStringBuilder.equalsIgnoreCase (#762).</action>
<action type="fix" dev="ggregory" due-to="Javid Khan, Gary
Gregory">Return null for malformed input in UrlDecoderStringLookup
(#749).</action>
<action type="fix" dev="ggregory" issue="TEXT-241" due-to="Javid Khan,
Gary Gregory">TextStringBuilder.lastIndexOf("") and StrBuilder.lastIndexOf("")
return incorrect index for empty string (size - 1 instead of size)
(#763).</action>
+ <action type="fix" dev="ggregory" issue="TEXT-242" due-to="Maksym
Korshun">StringSubstitutorReader can now substitute variables with a suffix
longer than one characters (#764).</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 103.</action>