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 2b175f629 Keep ExtendedMessageFormat from rejecting a quoted format
style (#1744).
2b175f629 is described below
commit 2b175f6297e57709e7e51bdee28a04eaac0fd995
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 7 06:35:27 2026 -0400
Keep ExtendedMessageFormat from rejecting a quoted format style (#1744).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ed0d18afa..b713ec600 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -221,6 +221,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Reject hex letters in NumericEntityUnescaper decimal scan
(#1739).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Keep FastDateParser numeric parse from throwing on int overflow
(#1741).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Keep FastDateParser.parse error message intact for Japanese imperial
locale (#1743).</action>
+ <action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Keep ExtendedMessageFormat from rejecting a quoted format style
(#1744).</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>