You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2019/03/08 17:22:03 UTC

[hbase] branch branch-2.2 updated: HBASE-21990 puppycrawl checkstyle dtds 404... moved to sourceforge ADDENDUM -- dtds moved location. See https://github.com/checkstyle/checkstyle/issues/6478

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

stack pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new bd35f7c  HBASE-21990 puppycrawl checkstyle dtds 404... moved to sourceforge ADDENDUM -- dtds moved location. See https://github.com/checkstyle/checkstyle/issues/6478
bd35f7c is described below

commit bd35f7c27b20789d2df0bd834def6ba999e222ee
Author: stack <st...@apache.org>
AuthorDate: Fri Mar 8 08:49:06 2019 -0800

    HBASE-21990 puppycrawl checkstyle dtds 404... moved to sourceforge
    ADDENDUM -- dtds moved location. See
    https://github.com/checkstyle/checkstyle/issues/6478
---
 .../src/main/resources/hbase/checkstyle-suppressions.xml           | 7 -------
 hbase-checkstyle/src/main/resources/hbase/checkstyle.xml           | 7 ++++---
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml b/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml
index 33b4f68..5546e03 100644
--- a/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml
+++ b/hbase-checkstyle/src/main/resources/hbase/checkstyle-suppressions.xml
@@ -3,13 +3,6 @@
     "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
     "https://checkstyle.org/dtds/suppressions_1_2.dtd">
 <!--
-  TODO Update to use the message suppression filter once we can update
-  to checkstyle 8.6+
-<!DOCTYPE suppressions PUBLIC
-    "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
-    "https://checkstyle.org/dtds/suppressions_1_2.dtd">
--->
-  <!--
 /**
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
diff --git a/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml b/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
index 746bd11..2001ae7 100644
--- a/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
+++ b/hbase-checkstyle/src/main/resources/hbase/checkstyle.xml
@@ -1,7 +1,8 @@
 <?xml version="1.0"?>
-<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
-  "http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd">
-  <!--
+<!DOCTYPE module PUBLIC
+  "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
+  "https://checkstyle.org/dtds/configuration_1_3.dtd" >
+<!--
 /**
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file