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
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,11 @@
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
36
<actiontype="fix"dev="pkarwasz"due-to="Piotr P. Karwasz, Joerg Budischewski"issue="COLLECTIONS-722">Improve IteratorUtils.chainedIterator() performance.</action>
37
+
<actiontype="fix"dev="ggregory"due-to="Gary Gregory, PMD">Fix UselessOverridingMethod in org.apache.commons.collections4.properties.PropertiesFactory.</action>
37
38
<!-- ADD -->
38
39
<actiontype="add"dev="ggregory"due-to="Gary Gregory">Add generics to UnmodifiableIterator for the wrapped type.</action>
39
40
<!-- UPDATE -->
40
-
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 84 #612.</action>
41
+
<actiontype="update"dev="ggregory"due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 87 #612.</action>
41
42
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump com.google.guava:guava-testlib from 33.3.1-jre to 33.4.8-jre.</action>
42
43
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump PMD from 7.8.0 to 7.13.0 (now inherited from parent POM).</action>
43
44
<actiontype="update"dev="ggregory"due-to="Gary Gregory">Bump org.easymock:easymock from 5.5.0 to 5.6.0 #617.</action>
0 commit comments