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 dbcfa38c5 Add JavaVersion.JAVA_28 (#1797)
dbcfa38c5 is described below
commit dbcfa38c5b7d0be4e6dd06a14bb4acfbd3af06ae
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Sep 21 18:39:20 2026 -0400
Add JavaVersion.JAVA_28 (#1797)
Add SystemUtils.IS_JAVA_28.
---
src/changes/changes.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3f89cfc2a..642ec441a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -293,7 +293,7 @@ java.lang.NullPointerException: Cannot invoke
<!-- 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>
- <action type="add" dev="ggregory" due-to="Gary
Gregory">JavaVersion.get(String) now support Java 26 and 27.</action>
+ <action type="add" dev="ggregory" due-to="Gary
Gregory">JavaVersion.get(String) now support Java 26, 27 and 28.</action>
<action issue="LANG-1810" type="add" dev="ggregory" due-to="Yelim Koo,
Gary Gregory">Deprecate ArrayUtils.SOFT_MAX_ARRAY_LENGTH in favor of
SAFE_MAX_ARRAY_LENGTH #1559.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory,
Theodora Anastasia Lazaridou">Add long support to BitField #1561.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add ArrayUtils.getDimensions(Object).</action>
@@ -314,6 +314,8 @@ java.lang.NullPointerException: Cannot invoke
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add ClassUtils.getClassStrict(ClassLoader, String, boolean)
(f020).</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add ClassUtils.getClassStrict(String) (f020).</action>
<action type="add" dev="ggregory" due-to="Gary Gregory,
gaurav kumar pandey">Fix TypeUtils.isAssignable() for wildcards with multiple
upper bounds (#1782).</action>
+ <action type="add" dev="ggregory" due-to="Gary
Gregory">Add JavaVersion.JAVA_28.</action>
+ <action type="add" dev="ggregory" due-to="Gary
Gregory">Add SystemUtils.IS_JAVA_28.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 105
#1498.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">[test] Bump org.apache.commons:commons-text from 1.14.0 to
1.15.0.</action>