This is an automated email from the ASF dual-hosted git repository.
ggregory 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 d8c946e0d [LANG-1786] Map deprecated TimeZone short IDs and avoid JRE
WARNINGs to the console #1483
d8c946e0d is described below
commit d8c946e0d5940fac9b30bc5b392602855c81682d
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 7 11:36:53 2025 -0500
[LANG-1786] Map deprecated TimeZone short IDs and avoid JRE WARNINGs to the
console #1483
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c4e1006ca..def09190d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="mayuming, Gary
Gregory">Fix typo in StringUtils.trunctate() IllegalArgumentException message
and test assertion messages.</action>
<action type="fix" dev="ggregory" due-to="mayuming, Gary
Gregory">Fix test fixture in
ReflectionDiffBuilderTest.testTransientFieldDifference() #1464.</action>
<action issue="LANG-1789" type="fix" dev="ggregory" due-to="Hylke van der
Schaaf, Gary Gregory">NullPointerException when generating
NoSuchMethodException in MethodUtils.</action>
+ <action issue="LANG-1786" type="fix" dev="ggregory" due-to="Daniel
Migowski, Gary Gregory, Lenny Primak">Map deprecated TimeZone short IDs and
avoid JRE WARNINGs to the console #1483.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add SystemProperties.getPath(String, Supplier<Path>).</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add JavaVersion.JAVA_25.</action>