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 a7863899 DoubleValidator and FloatValidator now treat special symbols
consistently (#388).
a7863899 is described below
commit a78638999c18ae857e087f1d6bdbeb931763df03
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 5 19:35:44 2026 -0400
DoubleValidator and FloatValidator now treat special symbols
consistently (#388).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a0d0649c..787ea19e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Sahana Surendra Bogar, Gary
Gregory" issue="VALIDATOR-508">Reject signed hex group in
InetAddressValidator.isValidInet6Address(String) #379.</action>
<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>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 92 to 101 #377.</action>