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


The following commit(s) were added to refs/heads/master by this push:
     new ee11326c Handle Float operand in AbstractNumberValidator.toBigDecimal 
(#419).
ee11326c is described below

commit ee11326c8c74049d87a27f3ccc75a0167934478c
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 11 07:25:38 2026 -0400

    Handle Float operand in AbstractNumberValidator.toBigDecimal (#419).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fb153c16..cc499c5a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -101,6 +101,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary 
Gregory">Compare exact bound in AbstractNumberValidator range checks 
(#416).</action>
     <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary 
Gregory">Reject fractional scientific notation in ShortValidator 
(#417).</action>
     <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary 
Gregory">Reject fractional exponent input in BigIntegerValidator 
(#418).</action>
+    <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary 
Gregory">Handle Float operand in AbstractNumberValidator.toBigDecimal 
(#419).</action>
     <!-- ADD -->
     <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use 
CheckDigitException.CheckDigitException(String, Object...) (#389).</action>
     <action type="add" dev="ggregory" due-to="Gary Gregory">Add and use 
ValidatorException.ValidatorException(Throwable). Call sites that previously 
called new ValidatorException(Throwable#getMessage()) now preserve that 
exception (#390).</action>

Reply via email to