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 e066bd87 Compare exact values in DoubleValidator range checks (#410).
e066bd87 is described below
commit e066bd8751d0c40ab4db736bc334d5fa05ebd5ba
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 2 12:10:17 2026 +0000
Compare exact values in DoubleValidator range checks (#410).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ab1f8fed..db643b6b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -94,6 +94,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="sebb" due-to="sahvx655-wq">range-check the port
for IPv6 hosts in isValidAuthority (#412).</action>
<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>
<!-- 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>