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 393041977337737ada243e430b97e5f532075e08 Author: Gary Gregory <[email protected]> AuthorDate: Mon Jun 15 11:11:03 2026 +0000 Compare CAS and EC check digit against validated code, not raw input (#398). --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b0950c7d..f0e45091 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -79,7 +79,8 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory, sahvx655-wq">Fix long range check in GenericTypeValidator.formatLong (#387).</action> <action type="fix" dev="ggregory" due-to="Gary Gregory, sahvx655-wq">Fix BigIntegerValidator minValue(), maxValue(), and processParsedValue() for out of Long range values (#397).</action> <action type="fix" dev="ggregory" due-to="Mauricio Bento, Gary Gregory">Add missing tests for ValidatorUtils.replace and ValidatorUtils.copyMap (#396)..</action> - <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Fix RegexValidator.validate() returning null for a valid match (#395)..</action> + <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Fix RegexValidator.validate() returning null for a valid match (#395).</action> + <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Compare CAS and EC check digit against validated code, not raw input (#398).</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>
