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 c7a30f3f0 Fix most Junit 5 nested tests (#681).
c7a30f3f0 is described below
commit c7a30f3f0242cb1a4fe95f7c1024f1faffc11465
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 14 19:25:25 2026 +0000
Fix most Junit 5 nested tests (#681).
While Copilot reveal work still to do, this is much better than what we
had before with tests run going from:
[INFO] Tests run: 8688, Failures: 0, Errors: 0, Skipped: 68
to:
[INFO] Tests run: 13619, Failures: 0, Errors: 0, Skipped: 74
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cd8679106..7cfe79e13 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,7 @@
<action type="fix" dev="ggregory" due-to="Partha Paul, Gary Gregory"
issue="COLLECTIONS-887">ConcurrentReferenceHashMap.remove(key), remove(key,
value), replace(key, value), and replace(key, oldValue, newValue) throw
NullPointerException inconsistently.</action>
<action type="fix" dev="ggregory" due-to="Marc Carter, Gary Gregory"
issue="COLLECTIONS-888">PatriciaTrie incompatible with Java 21 (JEP 431
Sequenced Collections).</action>
<action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Reject
non-positive entry count in bag/multiset doReadObject (#679).</action>
+ <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Fix most
Junit 5 nested tests (#681)..</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>