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 e605b5863 Add MultiValuedMap.inverted() #665
e605b5863 is described below
commit e605b5863156d9c15e17ccc01cb5a1df7b33fcb1
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Dec 19 14:20:29 2025 -0500
Add MultiValuedMap.inverted() #665
---
src/changes/changes.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3ccd92dac..8ffe49634 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -41,10 +41,11 @@
<action type="fix" dev="ggregory" due-to="Gary Gregory" >Fix
SortedProperties.stringPropertyNames() returned an unsorted Set.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory" >Fix
SortedProperties.forEach() called its consumer out of order.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT
plugin console warnings.</action>
- <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix malformed
Javadoc comments.</action>
+ <action type="fix" dev="ggregory" due-to="Paul King, Gary Gregory,
Sebb">Add MultiValuedMap.inverted() #665.</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>
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add a Maven
benchmark profile for JMH.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 81 to 93 #612, #645,
#662, #663.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.google.guava:guava-testlib from 33.3.1-jre to 33.5.0-jre #644.</action>