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 6c7b28b4a EventListenerSupport.readObject(ObjectInputStream) should
validate constructor invariants (#1695).
6c7b28b4a is described below
commit 6c7b28b4aee6f7b55148430087f370be0fbece31
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 8 17:00:58 2026 -0400
EventListenerSupport.readObject(ObjectInputStream) should validate
constructor invariants (#1695).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5088868fd..29304a2c2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -181,6 +181,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix LookupTranslator code point consumption for supplementary keys
(#1691).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Re-assert CharRange start <= end invariant in readObject
(#1693).</action>
<action type="fix" dev="ggregory" due-to="Gary
Gregory">FluentBitSet.readObject(ObjectInputStream) should validate constructor
invariants (#1694).</action>
+ <action type="fix" dev="ggregory" due-to="Gary
Gregory">EventListenerSupport.readObject(ObjectInputStream) should validate
constructor invariants (#1695).</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>