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 d034b9a1 Fix long range check in GenericTypeValidator.formatLong
(#387).
d034b9a1 is described below
commit d034b9a19ecbbaac8d05ded0691a95b7674d8209
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 6 11:37:45 2026 -0400
Fix long range check in GenericTypeValidator.formatLong (#387).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ee1dd564..2e664f0a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -76,6 +76,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory,
sahvx655-wq">CheckDigit implementations check for input in the alphanumeric
range (#385).</action>
<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>
<!-- 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>