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

gharris pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ab60bce090c KAFKA-15239: Fix ThroughputThrottler import-control 
(#14188)
ab60bce090c is described below

commit ab60bce090c37a1dbddb32fc9875d1a7f9109e60
Author: Greg Harris <[email protected]>
AuthorDate: Thu Aug 10 16:53:49 2023 -0700

    KAFKA-15239: Fix ThroughputThrottler import-control (#14188)
    
    Reviewers: Chris Egerton <[email protected]>
---
 checkstyle/import-control.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/checkstyle/import-control.xml b/checkstyle/import-control.xml
index 8148de598fa..3fea3ebb701 100644
--- a/checkstyle/import-control.xml
+++ b/checkstyle/import-control.xml
@@ -570,6 +570,8 @@
       <allow pkg="javax.ws.rs" />
       <allow pkg="org.apache.http"/>
       <allow pkg="org.eclipse.jetty.util"/>
+      <!-- for tests -->
+      <allow pkg="org.apache.kafka.server.util" />
     </subpackage>
 
     <subpackage name="json">
@@ -589,6 +591,7 @@
 
     <subpackage name="tools">
       <allow pkg="org.apache.kafka.connect" />
+      <allow pkg="org.apache.kafka.server.util" />
       <allow pkg="com.fasterxml.jackson" />
     </subpackage>
 

Reply via email to