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 7d49f811 Handle non-finite bounds in BigIntegerValidator range checks
(#414).
7d49f811 is described below
commit 7d49f811fee2df4c163b49e6d426a05393ed1b32
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 3 14:16:34 2026 +0000
Handle non-finite bounds in BigIntegerValidator range checks (#414).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index db643b6b..86332c58 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -95,6 +95,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="sebb" due-to="sahvx655-wq">Fix calculation of
week_of_year and week_of_month to allow for dates that span a year gap
(#408).</action>
<action type="fix" dev="sebb">Fix deprecations in test classes.</action>
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Compare exact values in DoubleValidator range checks (#410).</action>
+ <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Handle non-finite bounds in BigIntegerValidator range checks
(#414).</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>