OmniaGM commented on code in PR #13201: URL: https://github.com/apache/kafka/pull/13201#discussion_r1358472785
########## checkstyle/import-control.xml: ########## @@ -286,6 +289,8 @@ <allow pkg="net.sourceforge.argparse4j" /> <allow pkg="org.apache.log4j" /> <allow pkg="kafka.test" /> + <allow pkg="scala.collection" /> + <allow pkg="scala.compat" /> Review Comment: not any more I needed them at some point while converting from scala to java but didn't review the allowed list -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org