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 b76ec29cb Fix putAll(K, Iterable) NPE for null value transformer
(#731).
b76ec29cb is described below
commit b76ec29cbf3b5659de244fe643b4875726a8fa49
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Sep 3 06:58:50 2026 -0400
Fix putAll(K, Iterable) NPE for null value transformer (#731).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3b36ed8d6..34b691150 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,6 +33,7 @@
<action type="fix" dev="ggregory" due-to="Thomas Mortagne, Gary Gregory"
issue="COLLECTIONS-898">AbstractSetTest cannot be used with an explicitly typed
Set (unless it's based on String) (#727).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix
map and bidimap nextKey() skipping a key and throwing for keys not in the map
(#728).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Reset
last element in EnumerationIterator.remove() (#729).</action>
+ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix
putAll(K, Iterable) NPE for null value transformer (#731).</action>
<!-- ADD -->
<!-- UPDATE -->
<!-- REMOVE -->