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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 82252aa9c Account for duplicate values in ObjectUtils.median() (#1715).
82252aa9c is described below
commit 82252aa9c2634b319302129f4b367439b2dd4f13
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 18 15:59:14 2026 +0000
Account for duplicate values in ObjectUtils.median() (#1715).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 12de50d02..d51a15e3b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -194,6 +194,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Drop trailing empty token from splitByWholeSeparator (#1710).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix indexOfDifference splitting a surrogate pair (#1713).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix int mask sign extension in BitField long methods (#1711).</action>
+ <action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Account for duplicate values in ObjectUtils.median() (#1715).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add JavaVersion.JAVA_27.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add SystemUtils.IS_JAVA_27.</action>