Is pf4j-update not n use anymore?
Assuming that the last version of pf4j-update is 2.0.0, what version of pf4j is compatible?
I tried the 3.0.x but they do not read update correctly according to the example provided.
getLastPluginRelease() is not found in latest version.Is pf4j-update not n use anymore?
Thank you for the prompt response! Am desperately trying to implement this feature and see how it works in my code.Just another question,I am following the mechanism demonstrated in https://github.com/pf4j/pf4j-update but I believe the api updateManager.getLastPluginRelease(plugin.id) is no longer present anymore.
<dependency>
<groupId>org.pf4j</groupId>
<artifactId>pf4j-update</artifactId>
<version>2.0.0</version>
</dependency>