You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NmsClassLoader currently just iterates over the contents of the plugin jar and only adjusts the classes contained there. This means that other JARs or classes in the classpath of the PluginClassLoader are ignored.
It should be considered to iterate over the URLs of the PluginClassLoader and preload all appropriate classes.
I still have to look into the consequences of this in terms of duplicate class loading.
The text was updated successfully, but these errors were encountered:
NmsClassLoader
currently just iterates over the contents of the plugin jar and only adjusts the classes contained there. This means that other JARs or classes in the classpath of the PluginClassLoader are ignored.It should be considered to iterate over the URLs of the PluginClassLoader and preload all appropriate classes.
I still have to look into the consequences of this in terms of duplicate class loading.
The text was updated successfully, but these errors were encountered: