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
I want to have plugins with isolated classloaders on a project I'm working on. To integrate with Jackson, I just need the classes not instantiated objects since there can be several objects of each extension class. The getExtensions methods all already know the classes, so it should be a simple thing to do in the AbstractPluginManager.
The text was updated successfully, but these errors were encountered:
I want to have plugins with isolated classloaders on a project I'm working on. To integrate with Jackson, I just need the classes not instantiated objects since there can be several objects of each extension class. The getExtensions methods all already know the classes, so it should be a simple thing to do in the AbstractPluginManager.
The text was updated successfully, but these errors were encountered: