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 440aa821c Do not mutate the input map in SwitchClosure.switchClosure, 
ClosureUtils.switchMapClosure and TransformerUtils.switchMapTransformer (#700).
440aa821c is described below

commit 440aa821c372acec3dea6f0de5cd55763a096525
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 2 12:22:14 2026 +0000

    Do not mutate the input map in SwitchClosure.switchClosure,
    ClosureUtils.switchMapClosure and TransformerUtils.switchMapTransformer
    (#700).
---
 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 ad12f961a..bf44f0ae4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,7 +64,7 @@
     <action type="fix" dev="ggregory" due-to="Vasiliy Mikhailov, Gary 
Gregory">Fix integer overflow in SetOperations.cosineSimilarity (#693).</action>
     <action type="fix" dev="ggregory" due-to="Vasiliy Mikhailov, Gary 
Gregory">Validate deserialized size in CircularFifoQueue.readObject 
(#678).</action>
     <action type="fix" dev="ggregory" due-to="Vasiliy Mikhailov, Gary 
Gregory">Do not mutate the input map in SwitchTransformer.switchTransformer 
(#696).</action>
-    <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Do 
not mutate the input map in SwitchClosure.switchClosure, 
ClosureUtils.switchMapClosure and 
TransformerUtils.switchMapTransformer.</action>
+    <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Do 
not mutate the input map in SwitchClosure.switchClosure, 
ClosureUtils.switchMapClosure and TransformerUtils.switchMapTransformer 
(#700).</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