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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 5dd287cd2 Reject invalid load factor in hashed/reference map 
doReadObject (#691).
5dd287cd2 is described below

commit 5dd287cd2850e30968713b330641e6ae36aaf5ef
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 23 19:02:42 2026 +0000

    Reject invalid load factor in hashed/reference map doReadObject (#691).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2bc865a4f..ddecd39fe 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,6 +58,7 @@
     <action type="fix" dev="ggregory" due-to="Gary Gregory">TransformIterator 
now fail-fast on a null Iterator (#686).</action>
     <action type="fix" dev="ggregory" due-to="sankalp suman, Ben Manes" 
issue="COLLECTIONS-884">[COLLECTIONS-884] Fix JUnit 5 test discovery for Map 
EntrySet and Values views (#689).</action>
     <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Reject 
non-positive maxSize in LRUMap.doReadObject() (#690).</action>
+    <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Reject 
invalid load factor in hashed/reference map doReadObject (#691).</action>
     <!-- ADD -->
     <action type="add" dev="ggregory" due-to="Gary Gregory">Add generics to 
UnmodifiableIterator for the wrapped type.</action>
     <action type="add" dev="ggregory" due-to="Gary Gregory">Add a Maven 
benchmark profile for JMH.</action>

Reply via email to