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


The following commit(s) were added to refs/heads/master by this push:
     new c5797089 NumberConverter.toNumber(Class, Number): Preserve float and 
double magnitude when converting to BigInteger (#438).
c5797089 is described below

commit c5797089debef3ffbcc51d1400d503a1fe1085cc
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 1 17:54:11 2026 -0400

    NumberConverter.toNumber(Class, Number): Preserve float and double
    magnitude when converting to BigInteger (#438).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e17c936d..b95bd7bc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,6 +59,7 @@
       <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Clear descriptor caches when bean introspectors change (#435).</action>
       <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Reject out-of-range SQL date/time fields in DateTimeConverter.toDate 
(#436).</action>
       <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Skip static methods in FluentPropertyBeanIntrospector and mapped 
lookup (#437).</action>
+      <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">NumberConverter.toNumber(Class, Number): Preserve float and double 
magnitude when converting to BigInteger (#438).</action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Gary Gregory">Use varargs for 
org.apache.commons.beanutils2.MethodUtils.getAccessibleMethod(Class, String, 
Class...), and remove last argument variants using Class[] and Class.</action>
       <action type="add" dev="ggregory" due-to="SethFalco, Melloware, Gary 
Gregory">Add Instant converter and improve enum converter #49.</action>

Reply via email to