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 ae1fc705a Fix MapUtils.getIntValue(Map, K, Function) returning a byte
(#704).
ae1fc705a is described below
commit ae1fc705abf54c1b740aaf6b7afb7b09a20bf58c
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 6 12:57:06 2026 -0400
Fix MapUtils.getIntValue(Map, K, Function) returning a byte (#704).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9570715ce..d8c829976 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,6 +71,7 @@
<action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Stop
ExtendedMessageFormat seekNonWs reading past the pattern end (#1740).</action>
<action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Remove
stale keys in OrderedProperties compute and merge (#702).</action>
<action type="fix" dev="ggregory" due-to="sankalp suman, Gary Gregory"
issue="COLLECTIONS-776">Fix expiration bypass in PassiveExpiringMap when
wrapped in SynchronizedMap (#694).</action>
+ <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Fix
MapUtils.getIntValue(Map, K, Function) returning a byte (#704).</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>