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 am building a system where it requires someone to be able to add/remove, just adding the plugins in a specific folder. All plugin systems should detect that and work without refreshing or rebuilding the jars.
Currently, we have to rebuild the plugins, need to add updated plugins into our plugin container, and re-run that container to detect the changes.
Could you please suggest some ways to achieve this?