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
commit 31253fefffb4410266191d57d5340bd276bc8b99 Author: Gary Gregory <[email protected]> AuthorDate: Sat Jun 27 13:33:58 2026 +0000 Fix integer overflow in SetOperations.cosineSimilarity (#693). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 47df5db0c..b66c78cf2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,6 +61,7 @@ <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Reject non-positive maxSize in LRUMap.doReadObject() (#690).</action> <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Document non-atomic merge semantics for BloomFilter (#695).</action> <action type="fix" dev="ggregory" due-to="Vasiliy Mikhailov, Gary Gregory">Fix AbstractMapBag.retainAll removing all copies when the other bag has more (#692).</action> + <action type="fix" dev="ggregory" due-to="Vasiliy Mikhailov, Gary Gregory">Fix integer overflow in SetOperations.cosineSimilarity (#693).</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>
