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 9c2383e0 [VALIDATOR-508] DomainValidator ICAAN Revocation for .redstone
9c2383e0 is described below

commit 9c2383e05eac00a66bd7800f80efd69c00254aaa
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 3 07:10:46 2026 -0500

    [VALIDATOR-508] DomainValidator ICAAN Revocation for .redstone
    
    https://www.iana.org/reports/tld-transfer/20250826-redstone
---
 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 b4310835..1cce9981 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,6 +71,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="fix" dev="ggregory" due-to="Gary Gregory" 
issue="VALIDATOR-505">DomainValidator ICAAN .lancaster Registry Agreement - 
Terminated: 
https://www.icann.org/en/registry-agreements/terminated/lancaster.</action>
     <action type="fix" dev="ggregory" due-to="Gary Gregory" 
issue="VALIDATOR-506">DomainValidator ICAAN Revocation for .lipsy: 
https://www.iana.org/reports/tld-transfer/20250227-lipsy.</action>
     <action type="fix" dev="ggregory" due-to="Gary Gregory" 
issue="VALIDATOR-507">DomainValidator ICAAN Revocation for .pramerica" 
https://www.iana.org/reports/tld-transfer/20250516-pramerica.</action>
+    <action type="fix" dev="ggregory" due-to="Gary Gregory" 
issue="VALIDATOR-508">DomainValidator ICAAN Revocation for .redstone: 
https://www.iana.org/reports/tld-transfer/20250826-redstone.</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 40ad2fd6..fa878cfb 100644
--- a/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
+++ b/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
@@ -1046,7 +1046,8 @@ public class DomainValidator implements Serializable {
         "realty", // realty Fegistry, LLC
         "recipes", // recipes Grand Island, LLC
         "red", // red Afilias Limited
-        "redstone", // redstone Redstone Haute Couture Co., Ltd.
+// [VALIDATOR-508] DomainValidator ICAAN Revocation for .redstone: 
https://www.iana.org/reports/tld-transfer/20250826-redstone
+//        "redstone", // redstone Redstone Haute Couture Co., Ltd.
         "redumbrella", // redumbrella Travelers TLD, LLC
         "rehab", // rehab United TLD Holdco Ltd.
         "reise", // reise Foggy Way, LLC

Reply via email to