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 b45186a1c Keep FastDateParser.parse error message intact for Japanese
imperial locale (#1743).
b45186a1c is described below
commit b45186a1c0df94cb716316cb82665423bcf382be
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 6 08:10:14 2026 -0400
Keep FastDateParser.parse error message intact for Japanese imperial
locale (#1743).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bcdd38f2d..ed0d18afa 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -220,6 +220,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Keep DurationFormatUtils.lexx() from merging repeated fields split by
a literal (#1738).</action>
<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>
<!-- 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>