Skip to content

Commit

Permalink
DomainValidator: Changes from 2024121700
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Dec 17, 2024
1 parent ccd75c0 commit 99bf386
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="1.10.0" date="YYYY-MM-DD" description="This is a maintenance and bug fix release; requires Java 8.">
<!-- FIX -->
<action type="update" dev="sebb">DomainValidator: Changes from 2024121700, Last Updated Tue Dec 17 07:07:01 2024 UTC.</action>
<action type="update" dev="ggregory" due-to="Johannes Weberhofer">Fix order of actual and expected parameters in assertEquals() #246.</action>
<action type="update" dev="ggregory" due-to="Johannes Weberhofer">InetAddressValidator does not need its instance variable, so uses a touch less memory.</action>
<!-- ADD -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ private static class LazyHolder { // IODH

// WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search
private static final String[] GENERIC_TLDS = {
// Taken from Version 2024040200, Last Updated Tue Apr 2 07:07:02 2024 UTC
// Taken from:
// Version 2024121700, Last Updated Tue Dec 17 07:07:01 2024 UTC
"aaa", // aaa American Automobile Association, Inc.
"aarp", // aarp AARP
// "abarth", // abarth Fiat Chrysler Automobiles N.V.
Expand Down Expand Up @@ -447,7 +448,7 @@ private static class LazyHolder { // IODH
"cuisinella", // cuisinella SALM S.A.S.
"cymru", // cymru Nominet UK
"cyou", // cyou Beijing Gamease Age Digital Technology Co., Ltd.
"dabur", // dabur Dabur India Limited
// "dabur", // dabur Dabur India Limited
"dad", // dad Charleston Road Registry Inc.
"dance", // dance United TLD Holdco Ltd.
"data", // data Dish DBS Corporation
Expand Down Expand Up @@ -901,7 +902,7 @@ private static class LazyHolder { // IODH
"nagoya", // nagoya GMO Registry, Inc.
"name", // name VeriSign Information Services, Inc.
// "nationwide", // nationwide Nationwide Mutual Insurance Company
"natura", // natura NATURA COSMÉTICOS S.A.
// "natura", // natura NATURA COSMÉTICOS S.A.
"navy", // navy United TLD Holdco Ltd.
"nba", // nba NBA REGISTRY, LLC
"nec", // nec NEC Corporation
Expand Down Expand Up @@ -1119,7 +1120,7 @@ private static class LazyHolder { // IODH
"sfr", // sfr Societe Francaise du Radiotelephone - SFR
"shangrila", // shangrila Shangri‐La International Hotel Management Limited
"sharp", // sharp Sharp Corporation
"shaw", // shaw Shaw Cablesystems G.P.
// "shaw", // shaw Shaw Cablesystems G.P.
"shell", // shell Shell Information Technology International Inc
"shia", // shia Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
"shiksha", // shiksha Afilias Limited
Expand Down

0 comments on commit 99bf386

Please sign in to comment.