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
commit 43041f0d13feedddd1b72043f8b928006d3e4f3d Author: Gary Gregory <[email protected]> AuthorDate: Sat Jun 27 13:26:56 2026 +0000 Fix AbstractMapBag.retainAll removing all copies when the other bag has more (#692). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 75dcfde79..47df5db0c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,6 +60,7 @@ <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">Document non-atomic merge semantics for BloomFilter (#695).</action> + <action type="fix" dev="ggregory" due-to="Vasiliy Mikhailov, Gary Gregory">Fix AbstractMapBag.retainAll removing all copies when the other bag has more (#692).</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>
