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 d9ab06679 Mention JDK 25 LTS as a tested version in the release notes
#1485
d9ab06679 is described below
commit d9ab06679c5b72d1d3b81244254445a18fa23f21
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Nov 11 17:39:28 2025 -0500
Mention JDK 25 LTS as a tested version in the release notes #1485
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 452ff6685..3fa5fa373 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,6 +56,7 @@ The <action> type attribute can be add,update,fix,remove.
<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>
<action issue="LANG-1792" type="fix" dev="ggregory" due-to="Mykhailo Hryb,
Gary Gregory">TypeUtils.toString() skips angle brackets for Class type.</action>
+ <action type="fix" dev="ggregory" due-to="Sebastian
Peters, Gary Gregory">Mention JDK 25 LTS as a tested version in the release
notes #1485.</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>