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 dc4d1c92c Do not register a value collection until an add succeeds
(#717).
dc4d1c92c is described below
commit dc4d1c92c2c68d1e7b74d20e73991f751eec64f1
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 22 10:05:02 2026 -0400
Do not register a value collection until an add succeeds (#717).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3a60c217f..f208dafa6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -82,6 +82,7 @@
<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>
+ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Do
not register a value collection until an add succeeds (#717).</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>