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 61e0c0b5 [TEXT-179] StringSubstitutor incorrectly removes the escape 
character in "$${${a}"
61e0c0b5 is described below

commit 61e0c0b58a4e7cde166ba5ccfbc43a2411293d74
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 10 20:16:49 2026 -0400

    [TEXT-179] StringSubstitutor incorrectly removes the escape character in
    "$${${a}"
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e083df93..151b89c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,6 +56,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Javid Khan, Gary 
Gregory">Clear residual buffer chars in TextStringBuilder shrink and clear 
paths #746.</action>
       <action type="fix" dev="ggregory" due-to="Javid Khan, Gary 
Gregory">Validate code point range in NumericEntityUnescaper.translate() 
#747.</action>
       <action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Fix 
StringIndexOutOfBoundsException in CsvUnescaper on lone quote (#748).</action>
+      <action type="fix" dev="ggregory" issue="TEXT-179" due-to="Gary Gregory, 
LeandroAntunes39">[TEXT-179] StringSubstitutor incorrectly removes the escape 
character in "$${${a}".</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 93 to 101.</action>

Reply via email to