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 8c01d5a6e Synchronize forEach() in SynchronizedCollection (#720).
8c01d5a6e is described below

commit 8c01d5a6eb79583895ae35203250c0287bfafba5
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 1 07:52:46 2026 -0400

    Synchronize forEach() in SynchronizedCollection (#720).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7375247d2..cb1f5874a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -88,6 +88,7 @@
     <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Reject remove on the Unmodifiable map from SplitMapUtils.readableMap 
(#718).</action>
     <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Keep 
OrderedProperties keySet and values in sync with the map (#719).</action>
     <action type="fix" dev="ggregory" due-to="Daniele, THE_ZAID, Gary Gregory" 
issue="COLLECTIONS-859">Clarify ambiguous @return Javadoc in 
PredicateUtils.</action>
+    <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Synchronize forEach() in SynchronizedCollection (#720).</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