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

asf-gitbox-commits 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 ff3eadba Update TLDs
ff3eadba is described below

commit ff3eadba317605f6ea504919921f136d10af8b75
Author: Sebb <[email protected]>
AuthorDate: Tue Jun 23 15:52:07 2026 +0100

    Update TLDs
    
    From Version 2026062300, Last Updated Tue Jun 23 07:07:01 2026 UTC
---
 src/changes/changes.xml                                           | 1 +
 .../org/apache/commons/validator/routines/DomainValidator.java    | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1a8b421d..58703544 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -99,6 +99,7 @@ The <action> type attribute can be add,update,fix,remove.
     <!-- UPDATE -->
     <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.apache.commons:commons-parent from 92 to 102 #377.</action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-logging:commons-logging from 1.3.5 to 1.4.0.</action>
+    <action type="update" dev="sebb">DomainValidator: Changes from 2026062300, 
Last Updated Tue Jun 23 07:07:01 2026 UTC.</action>
   </release>
   <release version="1.10.1" date="2025-11-14" description="This is a feature 
and maintenance release. Java 8 or later is required.">
     <!-- FIX -->
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 e65c0fdf..cbbacc99 100644
--- a/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
+++ b/src/main/java/org/apache/commons/validator/routines/DomainValidator.java
@@ -194,8 +194,7 @@ public class DomainValidator implements Serializable {
 
     // WARNING: this array MUST be sorted, otherwise it cannot be searched 
reliably using binary search
     private static final String[] GENERIC_TLDS = {
-        // Taken from:
-        // Version 2025061000, Last Updated Tue Jun 10 07:07:01 2025 UTC
+        // Taken from Version 2026062300, Last Updated Tue Jun 23 07:07:01 
2026 UTC
         "aaa", // aaa American Automobile Association, Inc.
         "aarp", // aarp AARP
         // "abarth", // abarth Fiat Chrysler Automobiles N.V.
@@ -640,7 +639,7 @@ public class DomainValidator implements Serializable {
         "gold", // gold June Edge, LLC
         "goldpoint", // goldpoint YODOBASHI CAMERA CO.,LTD.
         "golf", // golf Lone Falls, LLC
-        "goo", // goo NTT Resonant Inc.
+//        "goo", // goo NTT Resonant Inc.
 //        "goodhands", // goodhands Allstate Fire and Casualty Insurance 
Company
         "goodyear", // goodyear The Goodyear Tire &amp; Rubber Company
         "goog", // goog Charleston Road Registry Inc.
@@ -875,6 +874,7 @@ public class DomainValidator implements Serializable {
         "men", // men Exclusive Registry Limited
         "menu", // menu Wedding TLD2, LLC
 //        "meo", // meo PT Comunicacoes S.A.
+        "merck", // merck Merck Registry Holdings, Inc.
         "merckmsd", // merckmsd MSD Registry Holdings, Inc.
 //        "metlife", // metlife MetLife Services and Solutions, LLC
         "miami", // miami Top Level Domain Holdings Limited
@@ -1335,7 +1335,7 @@ public class DomainValidator implements Serializable {
         "wine", // wine June Station, LLC
         "winners", // winners The TJX Companies, Inc.
         "wme", // wme William Morris Endeavor Entertainment, LLC
-        "wolterskluwer", // wolterskluwer Wolters Kluwer N.V.
+//        "wolterskluwer", // wolterskluwer Wolters Kluwer N.V.
         "woodside", // woodside Woodside Petroleum Limited
         "work", // work Top Level Domain Holdings Limited
         "works", // works Little Dynamite, LLC

Reply via email to