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 e1c1dac0 Compare exact values in BigInteger and BigDecimal Number
range checks (#404).
e1c1dac0 is described below
commit e1c1dac0cab1e9df5b17bcd9b709695cca8c6088
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 20 12:16:42 2026 +0000
Compare exact values in BigInteger and BigDecimal Number range checks
(#404).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2813145e..66bbbad3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -85,6 +85,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="sahvx655-wq">Fix ISIN
country-code check using untrimmed input (#399).</action>
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Use
compareTo() in BigIntegerValidator.minValue() (#400).</action>
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Compare Exact value in BigDecimalValidator min/max range checks
(#401).</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory,
sahvx655-wq">Compare exact values in BigInteger and BigDecimal Number range
checks (#404).</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>