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 2e744c30 [VALIDATOR-506] DomainValidator ICAAN Revocation for .lipsy
2e744c30 is described below

commit 2e744c30b5f2c322a2a81ac10c4f236fe891dec0
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 3 07:04:07 2026 -0500

    [VALIDATOR-506] DomainValidator ICAAN Revocation for .lipsy
    
    https://www.iana.org/reports/tld-transfer/20250227-lipsy
---
 src/changes/changes.xml                                                | 3 ++-
 .../java/org/apache/commons/validator/routines/DomainValidator.java    | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f86cb490..524e48e5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,9 +66,10 @@ 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>
+    <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>
     <action type="fix" dev="ggregory" due-to="Gary Gregory" 
issue="VALIDATOR-504">DomainValidator ICAAN .kerrylogistics Registry Agreement 
- Terminated: 
https://www.icann.org/en/registry-agreements/terminated/kerrylogistics.</action>
     <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>
     <!-- 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 d4e43c24..c74dc6b3 100644
--- a/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
+++ b/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
@@ -812,7 +812,8 @@ public class DomainValidator implements Serializable {
         "lincoln", // lincoln Ford Motor Company
         // "linde", // linde Linde Aktiengesellschaft
         "link", // link Uniregistry, Corp.
-        "lipsy", // lipsy Lipsy Ltd
+// [VALIDATOR-506] DomainValidator ICAAN Revocation for .lipsy: 
https://www.iana.org/reports/tld-transfer/20250227-lipsy
+//        "lipsy", // lipsy Lipsy Ltd
         "live", // live United TLD Holdco Ltd.
         "living", // living Lifestyle Domain Holdings, Inc.
 //        "lixil", // lixil LIXIL Group Corporation

Reply via email to