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 04365e544 Find NaN in ArrayUtils.lastIndexOf for double and float
arrays (#1718).
04365e544 is described below
commit 04365e544f536fd67e6f6dcb2ca8e18c70fcf00b
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 20 11:02:06 2026 +0000
Find NaN in ArrayUtils.lastIndexOf for double and float arrays (#1718).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c2e09d420..2ee7758f7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -196,6 +196,7 @@ java.lang.NullPointerException: Cannot invoke
<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>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix silent int overflow in Fraction.getFraction(double)
(#1717).</action>
+ <action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Find NaN in ArrayUtils.lastIndexOf for double and float arrays
(#1718).</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>