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 737ab8d6f [COLLECTIONS-884] Fix JUnit 5 test discovery for Map
EntrySet and Values views (#689).
737ab8d6f is described below
commit 737ab8d6fb471fb544a90373860d5210114c600b
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 20 16:46:56 2026 +0000
[COLLECTIONS-884] Fix JUnit 5 test discovery for Map EntrySet and Values
views (#689).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1db10ee3f..9543e0ca4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,6 +56,7 @@
<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>
+ <action type="fix" dev="ggregory" due-to="sankalp suman, Ben Manes"
issue="COLLECTIONS-884">[COLLECTIONS-884] Fix JUnit 5 test discovery for Map
EntrySet and Values views (#689).</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>