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 30f0781de [LANG-1810] Deprecate SOFT_MAX_ARRAY_LENGTH in favor of
MAX_ARRAY_LENGTH #1559
30f0781de is described below
commit 30f0781de81c57654740e653e74e757e720939ba
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 10 23:01:59 2026 -0500
[LANG-1810] Deprecate SOFT_MAX_ARRAY_LENGTH in favor of
MAX_ARRAY_LENGTH #1559
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 56bb33eec..f44747c44 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -96,6 +96,7 @@ The <action> type attribute can be add,update,fix,remove.
<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 issue="LANG-1810" type="add" dev="ggregory" due-to="Yelim Koo,
Gary Gregory">Deprecate SOFT_MAX_ARRAY_LENGTH in favor of MAX_ARRAY_LENGTH
#1559.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 94
#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>