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 dad2ff61e TransformIterator now fail-fast on a null Iterator (#686).
dad2ff61e is described below

commit dad2ff61e516a601da8179708959263e38af8d68
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 19 14:30:14 2026 +0000

    TransformIterator now fail-fast on a null Iterator (#686).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d631a8bc5..4c334d631 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,7 @@
     <action type="fix" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory" 
issue="COLLECTIONS-890">TransformIterator throws NullPointerException when its 
transformer is null.</action>
     <action type="fix" dev="ggregory" due-to="Maxim Safronov, Gary Gregory" 
issue="COLLECTIONS-878">MapUtils.invertMap() improves HashMap construction 
(#652).</action>
     <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Validate 
order and uniqueness invariants in decorator readObject() (#684).</action>
+    <action type="fix" dev="ggregory" due-to="Gary Gregory">TransformIterator 
now fail-fast on a null Iterator (#686).</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