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 cd9c09ac9 [COLLECTIONS-894] TreeBag documentation should explicitly
warn about infinite loop as a result of concurrent writes (#707).
cd9c09ac9 is described below
commit cd9c09ac9150292c7f54fc20e0b1c77ef6616fc3
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 10 08:29:02 2026 -0400
[COLLECTIONS-894] TreeBag documentation should explicitly warn about
infinite loop as a result of concurrent writes (#707).
---
src/changes/changes.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fc2b8d80b..17d574879 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,7 +72,8 @@
<action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Remove
stale keys in OrderedProperties compute and merge (#702).</action>
<action type="fix" dev="ggregory" due-to="sankalp suman, Gary Gregory"
issue="COLLECTIONS-776">Fix expiration bypass in PassiveExpiringMap when
wrapped in SynchronizedMap (#694).</action>
<action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Fix
MapUtils.getIntValue(Map, K, Function) returning a byte (#704).</action>
- <action type="fix" dev="ggregory" due-to="Paul King, Gary Gregory"
issue="COLLECTIONS-893">Bring (Collection compliant) MultiSet family to
(non-compliant) Bag parity (#703)</action>
+ <action type="fix" dev="ggregory" due-to="Paul King, Gary Gregory"
issue="COLLECTIONS-893">Bring (Collection compliant) MultiSet family to
(non-compliant) Bag parity (#703).</action>
+ <action type="fix" dev="ggregory" due-to="Paul King, Sol Thiessen, Gary
Gregory" issue="COLLECTIONS-894">TreeBag documentation should explicitly warn
about infinite loop as a result of concurrent writes (#707).</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>