This is an automated email from the ASF dual-hosted git repository.

ggregory 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 9d276ce2 [VALIDATOR-503] DomainValidator revocation for .dunlop: 
https://www.iana.org/reports/tld-transfer/20251021-dunlop
9d276ce2 is described below

commit 9d276ce229306636903f47e3ef4ad46485ed7496
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 3 06:44:33 2026 -0500

    [VALIDATOR-503] DomainValidator revocation for .dunlop:
    https://www.iana.org/reports/tld-transfer/20251021-dunlop
---
 src/changes/changes.xml                                                | 1 +
 .../java/org/apache/commons/validator/routines/DomainValidator.java    | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 32275752..4e6cdfc9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,7 @@ The <action> type attribute can be add,update,fix,remove.
     <!-- FIX -->
     <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT 
plugin console warnings.</action>
     <action type="fix" dev="sebb">Fixes to non-final static fields</action>
+    <action type="fix" dev="ggregory" due-to="Gary Gregory" 
issue="VALIDATOR-503">DomainValidator revocation for .dunlop: 
https://www.iana.org/reports/tld-transfer/20251021-dunlop.</action>
     <!-- ADD -->
     <!-- UPDATE -->
     <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 92 to 94 #377.</action>
diff --git 
a/src/main/java/org/apache/commons/validator/routines/DomainValidator.java 
b/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
index 99572e14..8710aaab 100644
--- a/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
+++ b/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
@@ -501,7 +501,8 @@ public class DomainValidator implements Serializable {
         "dtv", // dtv Dish DBS Corporation
         "dubai", // dubai Dubai Smart Government Department
 //        "duck", // duck Johnson Shareholdings, Inc.
-        "dunlop", // dunlop The Goodyear Tire &amp; Rubber Company
+// Revocation Report for .dunlop: 
https://www.iana.org/reports/tld-transfer/20251021-dunlop
+//        "dunlop", // dunlop The Goodyear Tire &amp; Rubber Company
 //        "duns", // duns The Dun &amp; Bradstreet Corporation
         "dupont", // dupont E. I. du Pont de Nemours and Company
         "durban", // durban ZA Central Registry NPC trading as ZA Central 
Registry

Reply via email to