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 a8ee6f4d8 Reject non-positive maxSize in LRUMap.doReadObject() (#690).
a8ee6f4d8 is described below

commit a8ee6f4d8c4b62175a3069af8d0cae600cd63551
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 20 16:51:12 2026 +0000

    Reject non-positive maxSize in LRUMap.doReadObject() (#690).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9543e0ca4..2bc865a4f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,6 +57,7 @@
     <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Validate 
order and uniqueness invariants in decorator readObject() (#684).</action>
     <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>
     <!-- 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