This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
commit 2d65b844b5d21cccad35c9166327f82a1ecdf84e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 31 11:11:03 2024 -0400 Tests in org.apache.commons.collections4.multimap should not depend on map iteration order, see also #429. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index dd1593160..8ac3a40da 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -206,6 +206,9 @@ <action dev="ggregory" type="fix" due-to="Gary Gregory"> Deprecate IterableUtils 0-argument constructor. </action> + <action issue="COLLECTIONS-850" dev="ggregory" type="fix" due-to="Gary Gregory, Anirudh Madhavan"> + Tests in org.apache.commons.collections4.multimap should not depend on map iteration order, see also #429. + </action> <!-- ADD --> <action issue="COLLECTIONS-843" dev="ggregory" type="add" due-to="Claude Warren, Alex Herbert, Gary Gregory"> Implement Layered Bloom filter #402.