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 5b727e4e Reject over-length codes in ISSNCheckDigit (#426).
5b727e4e is described below
commit 5b727e4e755dc6ba17128493f2669a0b97e9d5b4
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 17 13:32:28 2026 -0700
Reject over-length codes in ISSNCheckDigit (#426).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2b744579..9cb31cf3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -106,6 +106,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Allow
userinfo before a bracketed IPv6 host in isValidAuthority (#421).</action>
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Reject trailing characters in strict date validation (#425).</action>
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Reject leading and trailing label hyphens in DomainValidator
unicodeToASCII (#424).</action>
+ <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Reject over-length codes in ISSNCheckDigit (#426).</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>