Hi,
I am trying to use pf4j-update for a demonstration to
1) detect and read plugins runtime (i.e. when they are added to the plugins folder after the server has started). Is pf4j-update right for this?
I am trying this example for a simple spring boot application with 2 dummy plugins. The plugins are detected when the server is started. I then tried with a single plugin on server start and then tried adding a newer plugin to the folder later. I also updated plugin.json. Are these the only changes required?
Do I need to write the code from UpdateTest in a Daemon thread to be able to keep detecting the folder? Or is this taken care of by the Updatemanager?
Thanks,
Sonali