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 cfd1065af Range.readObject() does not re-assert the
comparator/ordering invariant (#1686).
cfd1065af is described below
commit cfd1065afb0168983b7f1e18c663336f349fba36
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 3 09:06:24 2026 -0400
Range.readObject() does not re-assert the comparator/ordering invariant
(#1686).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d29ff23ac..be706c286 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -174,6 +174,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Make the StopWatch more reliable for tracking nanos, adjust suspend
test (#1677).</action>
<action issue="LANG-1801" type="fix" dev="ggregory" due-to="Zhongxin Yan,
Gary Gregory">RandomStringUtils.random() does not strictly validate start and
end (#1682).</action>
<action type="fix" dev="ggregory" due-to="alhuda, Gary
Gregory">Fix CharSequenceUtils.lastIndexOf for supplementary code points
#1684.</action>
+ <action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">Range.readObject() does not re-assert the
comparator/ordering invariant (#1686).</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>