mdedetrich opened a new pull request, #12780:
URL: https://github.com/apache/kafka/pull/12780

   Currently in Kafka we have a global import-control.xml that is used for both 
main source code and tests. This change move test related allow import rules 
from import-control.xml to import-control-test.xml so that one cannot 
accidentally use test imports in the main Kafka source code.
   
   Note that `import-control-test.xml` is a carbon copy of the current 
`import-test.xml`. There are valid arguments that `import-control-test.xml` 
doesn't need to be so strict with import rules since it only applies for tests 
and it also adds a bit of friction when one needs to modify an import rule 
(will need to add it both to `import-control.xml` and `import-control-test.xml`)


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