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 8c4deb834 TimeZones.GMT is a mutable public static final field (#1666)
new 38f7109f4 Merge branch 'master' of
https://[email protected]/apache/commons-lang.git
8c4deb834 is described below
commit 8c4deb83471987bd4e8a489e4c423ed911610d5a
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 21 07:24:31 2026 -0400
TimeZones.GMT is a mutable public static final field (#1666)
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 142880a8e..07ad46522 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -163,6 +163,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">DateUtils.parseDateWithLeniency() doesn't reset its
time zone (#1660).</action>
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">FormattableUtils.append re-parses literal output as
format string (#1661).</action>
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">ClassUtils.getShortClassName(String) can throw
NoClassDefFoundError on malformed inner classes (#1665).</action>
+ <action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">TimeZones.GMT is a mutable public static final field
(#1666).</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>