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 359d3da3 Fix BigIntegerValidator minValue(), maxValue(), and 
processParsedValue() for out of Long range values (#397).
359d3da3 is described below

commit 359d3da3f4eafb7935025f877a38232dc50ca899
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 13 14:34:37 2026 +0000

    Fix BigIntegerValidator minValue(), maxValue(), and processParsedValue()
    for out of Long range values (#397).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index eecf5680..80e8ac1d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="fix" dev="ggregory" due-to="Gary Gregory, 
sahvx655-wq">Removing a country code from an IBANValidator now removes 
associated "other" codes (#386).</action>
     <action type="fix" dev="ggregory" due-to="Gary Gregory, 
sahvx655-wq">DoubleValidator and FloatValidator now treat special symbols 
consistently (#388).</action>
     <action type="fix" dev="ggregory" due-to="Gary Gregory, sahvx655-wq">Fix 
long range check in GenericTypeValidator.formatLong (#387).</action>
+    <action type="fix" dev="ggregory" due-to="Gary Gregory, sahvx655-wq">Fix 
BigIntegerValidator minValue(), maxValue(), and processParsedValue() for out of 
Long range values (#397).</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