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 d86ec875b Defensively clone the TimeZone in FastDatePrinter and 
FastDateParser (#1795).
d86ec875b is described below

commit d86ec875bdc7676d76c162d393e81db7dee01f2d
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Sep 19 07:33:12 2026 -0700

    Defensively clone the TimeZone in FastDatePrinter and FastDateParser
    (#1795).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0b732f9e8..779773e32 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -286,6 +286,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="alhuda, Gary 
Gregory">Return null for out-of-range offset in FastTimeZone.getGmtTimeZone 
(#1788).</action>
     <action                   type="fix" dev="ggregory" due-to="gaurav kumar 
pandey, Gary Gregory">Fix TypeUtils.toString() recursion and bound handling on 
recursive generic types (#1789).</action>
     <action                   type="fix" dev="ggregory" due-to="尹茂椿萱, 
makarandhinge, Gary Gregory" issue="LANG-1834">Fix Fraction reduction for 
Integer.MIN_VALUE (#1794).</action>
+    <action                   type="fix" dev="ggregory" due-to="alhuda, Gary 
Gregory">Defensively clone the TimeZone in FastDatePrinter and FastDateParser 
(#1795).</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