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 181eca75d6681f095e2995b5b494769d423b6b62
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 29 09:33:33 2026 -0400

    Reject remove on the Unmodifiable map from SplitMapUtils.readableMap
    (#718)
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 992147066..09b4e75a3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -85,6 +85,7 @@
     <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Do 
not register a value collection until an add succeeds (#717).</action>
     <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Increment modCount after the bounds check in TreeList add and remove 
(#716).</action>
     <action type="fix" dev="ggregory" due-to="Gary Gregory">Add messages when 
throwing NullPointerException.</action>
+    <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Reject remove on the Unmodifiable map from SplitMapUtils.readableMap 
(#718)</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