You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/10/09 18:50:56 UTC

svn commit: r1843325 - /tomcat/trunk/res/checkstyle/org-import-control.xml

Author: markt
Date: Tue Oct  9 18:50:56 2018
New Revision: 1843325

URL: http://svn.apache.org/viewvc?rev=1843325&view=rev
Log:
Modify import controls so they do not overlap which prevents the reversal of deny/allow ordering from causing failures in Gump which uses the latest Checkstyle code

Modified:
    tomcat/trunk/res/checkstyle/org-import-control.xml

Modified: tomcat/trunk/res/checkstyle/org-import-control.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/checkstyle/org-import-control.xml?rev=1843325&r1=1843324&r2=1843325&view=diff
==============================================================================
--- tomcat/trunk/res/checkstyle/org-import-control.xml (original)
+++ tomcat/trunk/res/checkstyle/org-import-control.xml Tue Oct  9 18:50:56 2018
@@ -79,7 +79,7 @@
       <disallow pkg="org\.apache\.catalina(?!\.tribes).*" regex="true"/>
       <disallow pkg="org.apache.coyote"/>
       <disallow pkg="org.apache.naming"/>
-      <disallow pkg="org.apache.tomcat"/>
+      <disallow pkg="org\.apache\.tomcat(?!\.util\.json).*" regex="true"/>
       <allow pkg="org.apache.catalina.tribes"/>
       <subpackage name="membership">
         <subpackage name="cloud">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org