C0urante commented on a change in pull request #10528:
URL: https://github.com/apache/kafka/pull/10528#discussion_r769859525



##########
File path: checkstyle/import-control.xml
##########
@@ -531,6 +529,7 @@
       <allow pkg="org.reflections.util"/>
       <allow pkg="javax.crypto"/>
       <allow pkg="org.eclipse.jetty.util" />
+      <allow pkg="org.apache.kafka.streams.processor.internals.testutil" />

Review comment:
       Yep, good call, thanks for catching this.
   
   I could be wrong but I think the import control logic requires everything to 
be explicitly allowed; don't think there's an explicit restriction on the 
Streams package name.




-- 
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


Reply via email to