You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [collections-722] basically 'renovated' stale PR commons-collections/pull/308 from collections-770, ensures that rechaining chainedIterators multiple times now result in a single IteratorChain instance with all picked up underlying iterators, thus avoiding deeply nested imperformant IteratorChain instances. Additionally the UnmodifiableIterator gets a special treatment, so that SetUtils.SetView.iterator() also benefits from this solution. Raised test coverage.
* [collections-722] added 722 to changes.xml
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@
33
33
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Fix exception message in org.apache.commons.collections4.functors.FunctorUtils.validate(Consumer...)</action>
34
34
<actiontype="fix"dev="ggregory"due-to="Gary Gregory">Fix exception message in org.apache.commons.collections4.iterators.UnmodifiableIterator.remove() to match java.util.Iterator.remove().</action>
35
35
<actiontype="fix"dev="pkarwasz"due-to="Piotr P. Karwasz, Joerg Budischewski"issue="COLLECTIONS-838">Calling SetUtils.union on multiple instances of SetView causes JVM to hang</action>
36
+
<actiontype="fix"dev="pkarwasz"due-to="Piotr P. Karwasz, Joerg Budischewski"issue="COLLECTIONS-722">Improve IteratorUtils.chainedIterator() performance.</action>
36
37
<!-- ADD -->
37
38
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add generics to UnmodifiableIterator for the wrapped type.</action>
0 commit comments