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 36f6fb6c Throw IllegalArgumentException for trailing whitespace in 
ExtendedMessageFormat argument index (#750).
36f6fb6c is described below

commit 36f6fb6ca508d67e100986d0e65b66f719ce4322
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 12 02:08:37 2026 +0000

    Throw IllegalArgumentException for trailing whitespace in
    ExtendedMessageFormat argument index (#750).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b40265df..5f288595 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,6 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
       <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>
+      <action type="fix" dev="ggregory" due-to="Javid Khan">Throw 
IllegalArgumentException for trailing whitespace in ExtendedMessageFormat 
argument index (#750).</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 93 to 102.</action>

Reply via email to