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 93c073e27 Keep FastDateParser numeric parse from throwing on int 
overflow (#1741).
93c073e27 is described below

commit 93c073e275e0a059ba7eb37e8aeff91331577fe2
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 14:23:53 2026 -0400

    Keep FastDateParser numeric parse from throwing on int overflow (#1741).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bcc379b5a..bcdd38f2d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -219,6 +219,7 @@ java.lang.NullPointerException: Cannot invoke
     <action issue="LANG-1827" type="fix" dev="ggregory" due-to="Sarankumar 
Baskar, Gary Gregory">Support escaped single quotes ('') in DurationFormatUtils 
format patterns (#1700).</action>
     <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>
     <!-- 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>

Reply via email to