Tests in org.apache.commons.collections4.multimap should not depend on

map iteration order, see also #429.
This commit is contained in:
Gary Gregory 2024-03-31 11:11:03 -04:00
parent a6668768bf
commit 2d65b844b5
1 changed files with 3 additions and 0 deletions

View File

@ -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.