This is an automated email from the ASF dual-hosted git repository.
ggregory 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 1e15aaf10 [COLLECTIONS-888] PatriciaTrie incompatible with Java 21
(JEP 431 Sequenced Collections)
1e15aaf10 is described below
commit 1e15aaf1079a08706816816091d9ce761e6386ba
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 1 11:15:25 2026 -0400
[COLLECTIONS-888] PatriciaTrie incompatible with Java 21 (JEP 431
Sequenced Collections)
---
src/changes/changes.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0d3b12cad..a3a3136b9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,8 +44,8 @@
<action type="fix" dev="ggregory" due-to="Paul King, Gary Gregory,
Sebb">Add MultiValuedMap.inverted() #665.</action>
<action type="fix" dev="ggregory" due-to="John Griffin, Gary Gregory"
issue="COLLECTIONS-885">PatriciaTrie submap and range view operations silently
mutate trie structure resulting in ConcurrentModificationException for any
iterating threads #672.</action>
<action type="fix" dev="ggregory" due-to="Partha Protim Paul"
issue="COLLECTIONS-886">[javadoc] CompositeSet.addComposited(Set) does not
throw NullPointerException when null is passed #675.</action>
- <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="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>
<!-- 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>