]> source.dussan.org Git - pf4j.git/commit
Add strategy for handling the recovery of a plugin that could not be resolved (#564)
authorDecebal Suiu <decebal.suiu@gmail.com>
Mon, 19 Feb 2024 16:43:24 +0000 (18:43 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2024 16:43:24 +0000 (18:43 +0200)
commit336a5ba35ad2fd88c7acdf9a0ac13afb4a525e31
treee2f6f5a6ce7a7a3db4ab244a9b76e42d28272c71
parentf08629928ac74de49f4f11a90aff76f584079ff0
Add strategy for handling the recovery of a plugin that could not be resolved (#564)
pf4j/src/main/java/org/pf4j/AbstractPluginManager.java
pf4j/src/main/java/org/pf4j/DependencyResolver.java
pf4j/src/main/java/org/pf4j/PluginNotFoundException.java [new file with mode: 0644]
pf4j/src/test/java/org/pf4j/AbstractPluginManagerTest.java
pf4j/src/test/java/org/pf4j/DefaultPluginManagerTest.java