This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 1b37380457c7245e44541851eea871d24d9e7272 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Oct 12 15:21:18 2020 +0100 Update import rules to catch issues like BZ 64805 https://bz.apache.org/bugzilla/show_bug.cgi?id=64805 --- res/checkstyle/org-import-control.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/checkstyle/org-import-control.xml b/res/checkstyle/org-import-control.xml index c277886..3db9639 100644 --- a/res/checkstyle/org-import-control.xml +++ b/res/checkstyle/org-import-control.xml @@ -40,9 +40,9 @@ <allow pkg="javax.ejb"/> <allow pkg="javax.persistence"/> <allow pkg="javax.servlet"/> + <disallow pkg="org\.apache\.catalina\.ha.*" regex="true"/> + <disallow pkg="org\.apache\.catalina\.tribes.*" regex="true"/> <allow pkg="org.apache.catalina"/> - <disallow pkg="org.apache.catalina.ha"/> - <disallow pkg="org.apache.catalina.tribes"/> <allow pkg="org.apache.coyote"/> <allow pkg="org.apache.juli"/> <allow pkg="org.apache.naming"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org