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 101894671 Document non-atomic merge semantics for BloomFilter (#695).
new 0cf09633b Merge branch 'master' of
https://github.com/apache/commons-collections.git
101894671 is described below
commit 101894671c8830f915c4c03d6b9512f7f0034a2a
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 27 00:34:57 2026 +0000
Document non-atomic merge semantics for BloomFilter (#695).
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ddecd39fe..d7fee36f3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,7 +58,7 @@
<action type="fix" dev="ggregory" due-to="Gary Gregory">TransformIterator
now fail-fast on a null Iterator (#686).</action>
<action type="fix" dev="ggregory" due-to="sankalp suman, Ben Manes"
issue="COLLECTIONS-884">[COLLECTIONS-884] Fix JUnit 5 test discovery for Map
EntrySet and Values views (#689).</action>
<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">Reject
invalid load factor in hashed/reference map doReadObject (#691).</action>
+ <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Document
non-atomic merge semantics for BloomFilter (#695).</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>