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 68a3c306d [COLLECTIONS-714] PatriciaTrie ignores trailing null
characters in keys (#712).
68a3c306d is described below
commit 68a3c306d81dffe5bad59443dba3a7f5513178f4
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 15 17:19:16 2026 -0400
[COLLECTIONS-714] PatriciaTrie ignores trailing null characters in keys
(#712).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9c0408fff..5ec0369b1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -82,6 +82,7 @@
<action type="fix" dev="ggregory" due-to="Paul King, Gary Gregory"
issue="COLLECTIONS-895">Deprecate the Bag family in favor of the MultiSet
family (#709).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Clamp
size() int overflow in composite and multi-valued classes (#710).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix
AbstractDualBidiMap.MapEntry.setValue returning new value (#711).</action>
+ <action type="fix" dev="ggregory" due-to="sankalp suman, Gary Gregory"
issue="COLLECTIONS-714">PatriciaTrie ignores trailing null characters in keys
(#712).</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>