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 8b2c819e6 [COLLECTIONS-895] Deprecate the Bag family in favor of the
MultiSet family (#709).
8b2c819e6 is described below
commit 8b2c819e679f57f3a843cce177ec939df282df51
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 10 09:50:07 2026 -0400
[COLLECTIONS-895] Deprecate the Bag family in favor of the MultiSet
family (#709).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4347e142a..4efffe41a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -76,6 +76,7 @@
<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>
<action type="fix" dev="ggregory" due-to="Paul King, Gary Gregory"
issue="COLLECTIONS-896">Add TransformedMultiSet plus fill minor gaps for
MultiSet vs. Bags (#708).</action>
+ <action type="fix" dev="ggregory" due-to="Paul King, Gary Gregory"
issue="COLLECTIONS-895">Deprecate the Bag family in favor of the MultiSet
family (#709).</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>