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 3de90d29a [COLLECTIONS-893] Bring (Collection compliant) MultiSet
family to (non-compliant) Bag parity (#703)
3de90d29a is described below
commit 3de90d29a135bbece9bc12ec009ed3ba472ce2fc
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 9 18:28:22 2026 -0400
[COLLECTIONS-893] Bring (Collection compliant) MultiSet family to
(non-compliant) Bag parity (#703)
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 95effffb0..fc2b8d80b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,7 @@
<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>
<!-- 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>