C0urante commented on a change in pull request #11572: URL: https://github.com/apache/kafka/pull/11572#discussion_r816159562
########## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/isolation/DelegatingClassLoader.java ########## @@ -232,8 +252,7 @@ private void initPluginLoader(String path) { if (CLASSPATH_NAME.equals(path)) { scanUrlsAndAddPlugins( getParent(), - ClasspathHelper.forJavaClassPath().toArray(new URL[0]), - null Review comment: Thanks, the "unused parameter" warning from my IDE has been bugging me here about this for ages 🙏 -- 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