Co-authored-by: Howard <danielhuang@tencent.com>
This commit is contained in:
parent
b8c9780c23
commit
75b4af5833
|
@ -567,7 +567,7 @@ public class PluginsService implements ReportingService<PluginsAndModules> {
|
||||||
}
|
}
|
||||||
|
|
||||||
// jar-hell check the bundle against the parent classloader and extended plugins
|
// jar-hell check the bundle against the parent classloader and extended plugins
|
||||||
// the plugin cli does it, but we do it again, in case lusers mess with jar files manually
|
// the plugin cli does it, but we do it again, in case users mess with jar files manually
|
||||||
static void checkBundleJarHell(Set<URL> classpath, Bundle bundle, Map<String, Set<URL>> transitiveUrls) {
|
static void checkBundleJarHell(Set<URL> classpath, Bundle bundle, Map<String, Set<URL>> transitiveUrls) {
|
||||||
// invariant: any plugins this plugin bundle extends have already been added to transitiveUrls
|
// invariant: any plugins this plugin bundle extends have already been added to transitiveUrls
|
||||||
List<String> exts = bundle.plugin.getExtendedPlugins();
|
List<String> exts = bundle.plugin.getExtendedPlugins();
|
||||||
|
|
Loading…
Reference in New Issue