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 d7823c1ea Fix nextKey skipping a key and throwing for keys not in the
map (#728).
d7823c1ea is described below
commit d7823c1eade26d4fa4cd6f212e75cbac071ccf05
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 29 17:39:38 2026 -0400
Fix nextKey skipping a key and throwing for keys not in the map (#728).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bffd0fdd2..5530ec2dc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,7 @@
<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>
+ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix
nextKey skipping a key and throwing for keys not in the map (#728).</action>
<!-- ADD -->
<!-- UPDATE -->
</release>