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 539b97a82 [COLLECTIONS-898] AbstractSetTest cannot be used with an
explicitly typed Set (unless it's based on String) (#727).
539b97a82 is described below
commit 539b97a82711a24605d8c88809e61b779269096b
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Aug 25 16:58:43 2026 -0400
[COLLECTIONS-898] AbstractSetTest cannot be used with an explicitly
typed Set (unless it's based on String) (#727).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fad3c28bd..bffd0fdd2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,7 @@
<action type="fix" dev="ggregory" due-to="thomaslantern, Gary
Gregory">[Javadoc] Fix grammar in ArrayStack class Javadoc (#725).</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">General Javadoc
improvements.</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix
AbstractLinkedList addAll returning true for an empty collection
(#726).</action>
+ <action type="fix" dev="ggregory" due-to="Thomas Mortagne, Gary Gregory"
issue="COLLECTIONS-898">AbstractSetTest cannot be used with an explicitly typed
Set (unless it's based on String) (#727).</action>
<!-- ADD -->
<!-- UPDATE -->
</release>