BrdgYin opened a new issue, #5603: URL: https://github.com/apache/shenyu/issues/5603
### Question /** * Gets plugin file. * * @param path the path * @return the plugin jar file. */ public static File getPluginFile(final String path) { String pluginPath = getPluginPath(path); return new File(pluginPath); } -- 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: notifications-unsubscr...@shenyu.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org