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 44298fe0c Throw IllegalArgumentException for trailing whitespace in
ExtendedMessageFormat argument index (#1701).
44298fe0c is described below
commit 44298fe0c0df0688827bcbf07677c3706de00f88
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 12 02:53:51 2026 +0000
Throw IllegalArgumentException for trailing whitespace in
ExtendedMessageFormat argument index (#1701).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6e4d954b6..6a1791324 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -185,6 +185,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="mfg92">Correct
JavaDoc in Strings.java concerning case-sensitivity (#1696).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix case-insensitive Strings.replace() dropping length-changing
matches (#1697).</action>
<action type="fix" dev="ggregory" due-to="alhudz">Fix
int overflow in StringUtils.midString() and StrBuilder.midString() length
handling (#1699).</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory,
Javid Khan">Throw IllegalArgumentException for trailing whitespace in
ExtendedMessageFormat argument index (#1701).</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>