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 f2b8c2e19 CollectionUtils.collate(Iterable, Iterable, Comparator, 
boolean) does not remove duplicate null elements when includeDuplicates is 
false (#715).
f2b8c2e19 is described below

commit f2b8c2e198e37130a077d44512a0466db91e9134
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 18 06:57:49 2026 -0700

    CollectionUtils.collate(Iterable, Iterable, Comparator, boolean) does
    not remove duplicate null elements when includeDuplicates is false
    (#715).
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ec165e974..3d607dfc3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,7 +24,6 @@
   <body>
   <release version="4.6.0" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
     <!-- FIX -->
-    <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">CollectionUtils.collate(Iterable, Iterable, Comparator, boolean) does 
not remove duplicate null elements when includeDuplicates is false.</action>
     <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">DualHashBidiMap, DualLinkedHashBidiMap, and DualTreeBidiMap entrySet() 
Map.Entry.setValue(Object) returns the new value instead of the previous 
value.</action>
     <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">AbstractMapBag and AbstractMapMultiSet.add(Object, int) overflow the 
size and element count past Integer.MAX_VALUE.</action>
     <action type="fix" dev="ggregory" due-to="Naveed 
Khan">CompositeCollection, CompositeSet, CompositeMap, AbstractMultiValuedMap 
and AbstractMultiSet size() overflow int when the total exceeds 
Integer.MAX_VALUE.</action>
@@ -85,6 +84,7 @@
     <action type="fix" dev="ggregory" due-to="sankalp suman, Gary Gregory" 
issue="COLLECTIONS-714">PatriciaTrie ignores trailing null characters in keys 
(#712).</action>
     <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Flat3Map entrySet().remove(Object) removes a mapping when only the key 
matches, ignoring the entry value (#714).</action>
     <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">SetUniqueList and ListOrderedSet leave the backing collection 
inconsistent when add(int, Object) or addAll(int, Collection) is called with an 
out-of-range index.</action>
+    <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">CollectionUtils.collate(Iterable, Iterable, Comparator, boolean) does 
not remove duplicate null elements when includeDuplicates is false 
(#715).</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