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 23f7b31ca Harden Range.readObject() to reject bad cached hash code
(#1633)
23f7b31ca is described below
commit 23f7b31ca61982d71ad1f87d90feac8c1082dda7
Author: Gary Gregory <[email protected]>
AuthorDate: Tue May 5 13:43:29 2026 -0400
Harden Range.readObject() to reject bad cached hash code (#1633)
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e7f26c0a7..aab54439e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -136,6 +136,7 @@ java.lang.NullPointerException: Cannot invoke
<action issue="LANG-1823" type="fix" dev="ggregory" due-to="尹茂椿萱, Gary
Gregory">LocaleUtils.toLocale cannot parse valid JDK Locale string containing
'#' #1630.</action>
<action issue="LANG-879" type="fix" dev="ggregory" due-to="Matthew T.
Adams, Gary Gregory">LocaleUtils test fails with new Locale
"ja_JP_JP_#u-ca-japanese" of JDK7.</action>
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">Fix typo in
SystemProperties.JDK_XML_ENTITY_REPLACEMENT_LIMIT (#1631).</action>
+ <action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">Harden Range.readObject() to reject bad cached hash
code (#1633).</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>