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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new ed50d0232 Fix NumberUtilsTest#testMaxDouble() and testMaxFloat() #4959
ed50d0232 is described below

commit ed50d023241969395adcef8f9385a1f2b9155c0f
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 28 12:39:49 2025 +0000

    Fix NumberUtilsTest#testMaxDouble() and testMaxFloat() #4959
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bb10ea25d..d50573f7c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1794" type="fix" dev="ggregory" due-to="IcoreE">Fix 
Javadoc for RandomUtils.secure(), it incorrectly mentions 
securerandom.strongAlgorithms #1503.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Fix NullPointerException in 
ReflectionDiffBuilder.getExcludeFieldNames() when instance created with 
ReflectionDiffBuilder.ReflectionDiffBuilder(T, T, ToStringStyle).</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Fail-fast for a null DiffBuilder in 
ReflectionDiffBuilder.ReflectionDiffBuilder(DiffBuilder, String[]) instead of 
getting a NullPointerException in ReflectionDiffBuilder instance 
methods.</action>
+    <action                   type="fix" dev="ggregory" due-to="Michael 
Hausegger, Gary Gregory">Fix NumberUtilsTest#testMaxDouble() and testMaxFloat() 
#4959.</action>
     <!-- ADD -->
     <!-- UPDATE -->
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 93 
#1498.</action>

Reply via email to