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 2800e0298 Reject non-positive entry count in bag/multiset doReadObject
(#679).
2800e0298 is described below
commit 2800e029895274ee2651a4b545122c3c2a3a2cde
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 14 12:24:09 2026 +0000
Reject non-positive entry count in bag/multiset doReadObject (#679).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e346f8b9f..7c99d3ff2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,7 @@
<action type="fix" dev="ggregory" due-to="Partha Protim Paul"
issue="COLLECTIONS-886">[javadoc] CompositeSet.addComposited(Set) does not
throw NullPointerException when null is passed #675.</action>
<action type="fix" dev="ggregory" due-to="Partha Paul, Gary Gregory"
issue="COLLECTIONS-887">ConcurrentReferenceHashMap.remove(key), remove(key,
value), replace(key, value), and replace(key, oldValue, newValue) throw
NullPointerException inconsistently.</action>
<action type="fix" dev="ggregory" due-to="Marc Carter, Gary Gregory"
issue="COLLECTIONS-888">PatriciaTrie incompatible with Java 21 (JEP 431
Sequenced Collections).</action>
+ <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Reject
non-positive entry count in bag/multiset doReadObject (#679).</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>