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 b21a7e15 Preserve fractional bound in BigIntegerValidator range checks
(#407).
b21a7e15 is described below
commit b21a7e154edea16f225a7781799624ed856cab96
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 22 14:07:14 2026 +0000
Preserve fractional bound in BigIntegerValidator range checks (#407).
---
src/changes/changes.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b55e20e6..f19a990d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -84,11 +84,12 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="sahvx655-wq">Prevent URL path
traversal bypass via percent encoding in UrlValidator (#383).</action>
<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="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>
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Reject non-ASCII hex digits in isValidInet6Address (#403).</action>
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Accept IPv4-embedded IPv6 addresses in UrlValidator (#405).</action>
- <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Preserve exact value in BigDecimal and BigInteger validate
(#406)..</action>
+ <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Preserve exact value in BigDecimal and BigInteger validate
(#406).</action>
+ <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Preserve fractional bound in BigIntegerValidator range checks
(#407).</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>