gharris1727 commented on code in PR #13733:
URL: https://github.com/apache/kafka/pull/13733#discussion_r1202806994


##########
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/isolation/DelegatingClassLoaderTest.java:
##########
@@ -22,6 +22,7 @@
 import org.junit.rules.TemporaryFolder;
 
 import java.io.File;
+import java.io.IOException;

Review Comment:
   There's one more leaked classloader, in 
testLoadingMixOfValidAndInvalidPlugins if you want to fix that as well.
   I don't see these warnings as relevant, since this is test code. But I won't 
stop you from adding the try-with-resources.



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