snehashisp commented on code in PR #16984: URL: https://github.com/apache/kafka/pull/16984#discussion_r1873908658
########## connect/runtime/src/main/java/org/apache/kafka/connect/util/PluginVersionUtils.java: ########## @@ -0,0 +1,30 @@ +package org.apache.kafka.connect.util; + +import org.apache.kafka.connect.runtime.isolation.Plugins; +import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException; +import org.apache.maven.artifact.versioning.VersionRange; + +public class PluginVersionUtils { + + private static Plugins plugins = null; + + public static void setPlugins(Plugins plugins) { + PluginVersionUtils.plugins = plugins; Review Comment: yes, this is now unnecessary will remove -- 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