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

remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 0290c90916 Update with the current classnames
0290c90916 is described below

commit 0290c90916bffb0fdfbee9e8e6ffcbc8f0afba96
Author: remm <r...@apache.org>
AuthorDate: Tue Oct 24 09:57:42 2023 +0200

    Update with the current classnames
---
 res/checkstyle/checkstyle.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/res/checkstyle/checkstyle.xml b/res/checkstyle/checkstyle.xml
index 4e8b76c358..2817223348 100644
--- a/res/checkstyle/checkstyle.xml
+++ b/res/checkstyle/checkstyle.xml
@@ -59,9 +59,16 @@
     <module name="IllegalInstantiation"/>
 
     <!-- Imports -->
-    <module name="AvoidStarImport"/>
+    <module name="AvoidStarImport">
+        <property name="excludes" 
value="org.apache.tomcat.util.openssl.openssl_h.*"/>
+        <property name="excludes" 
value="org.apache.tomcat.util.openssl.openssl_h_Compatibility.*"/>
+        <property name="excludes" 
value="org.apache.tomcat.util.openssl.openssl_h_Macros.*"/>
+    </module>
     <module name="AvoidStaticImport">
         <property name="excludes" 
value="org.apache.catalina.startup.SimpleHttpClient.CRLF"/>
+        <property name="excludes" 
value="org.apache.tomcat.util.openssl.openssl_h.*"/>
+        <property name="excludes" 
value="org.apache.tomcat.util.openssl.openssl_h_Compatibility.*"/>
+        <property name="excludes" 
value="org.apache.tomcat.util.openssl.openssl_h_Macros.*"/>
         <property name="excludes" value="org.hamcrest.MatcherAssert.*"/>
         <property name="excludes" value="org.hamcrest.core.IsInstanceOf.*"/>
     </module>


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

Reply via email to