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 f0ef31b68 Clamp size() int overflow in composite and multi-valued 
classes (#710).
f0ef31b68 is described below

commit f0ef31b687d1ca15c1a1487d34de5c81ae193920
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 10 10:34:33 2026 -0400

    Clamp size() int overflow in composite and multi-valued classes (#710).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b4b85fa88..d4ddb86b7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -78,6 +78,7 @@
     <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>
+    <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Clamp 
size() int overflow in composite and multi-valued classes (#710).</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>

Reply via email to