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
commit c07cb7df348dba39ec0e15878c98e31301b408dc Author: Gary Gregory <[email protected]> AuthorDate: Mon Jul 20 13:02:39 2026 -0700 Reject over-length codes in ABA, CUSIP, ISBN-10 and EAN-13 check digits (#427). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e6aef7f8..f0c763b9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -108,6 +108,7 @@ The <action> type attribute can be add,update,fix,remove. <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> <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Reject fractional input in GenericTypeValidator integer helpers (#423).</action> + <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Reject over-length codes in ABA, CUSIP, ISBN-10 and EAN-13 check digits (#427)..</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>
