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 5e48178b Reject invalid ISBN-10 in convertToISBN1 (#434).
5e48178b is described below
commit 5e48178be522a24d36befa6fb89c7abb28c6ea75
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 28 15:41:14 2026 -0400
Reject invalid ISBN-10 in convertToISBN1 (#434).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5ae8181e..80adb3c3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,6 +70,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix SpotBugs
USO_UNSAFE_METHOD_SYNCHRONIZATION in DomainValidator.</action>
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Reject under-length codes in SedolCheckDigit (#435).</action>
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">UrlValidator compare the file scheme case-insensitively in isValid
(#433).</action>
+ <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Reject invalid ISBN-10 in convertToISBN1 (#434).</action>
<!-- ADD -->
<!-- UPDATE -->
</release>