| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #391 | Decebal Suiu | 2020-08-10 | 1 | -1/+1 |
* | Fix for #377 and minor fixes found by Sonar lint (#388) | Valeriy Kucherenko | 2020-07-24 | 7 | -55/+65 |
* | Fix for problem with file lock on Windows platform. Introduce unloadPlugins m... | Valeriy Kucherenko | 2020-07-17 | 3 | -0/+18 |
* | Little formatting | Decebal Suiu | 2020-07-17 | 2 | -27/+34 |
* | Deprecate PluginClassLoader with parentFirst as parameter | Decebal Suiu | 2020-07-17 | 1 | -1/+3 |
* | Better Customization for PluginClassLoader (#385) | asafbennatan | 2020-07-17 | 2 | -98/+140 |
* | Fix wrong logical condition (optional dependencies are always skipped) (#386) | Valeriy Kucherenko | 2020-07-17 | 3 | -36/+35 |
* | parent first class loading is protected by ClassCastException instead of Clas... | asafbennatan | 2020-07-09 | 1 | -1/+1 |
* | sort files using last modified as long, preventing downcasting errors (#376) | ThatGamerBlue | 2020-05-25 | 2 | -2/+3 |
* | Switch to Log4j2 | Decebal Suiu | 2020-04-22 | 2 | -20/+27 |
* | Little optimization | Decebal Suiu | 2020-04-22 | 1 | -2/+3 |
* | Eliminate some redundant checks | Decebal Suiu | 2020-04-22 | 1 | -2/+2 |
* | Fix #371 | Decebal Suiu | 2020-04-21 | 1 | -1/+2 |
* | Fix #363 | Decebal Suiu | 2020-04-21 | 3 | -3/+43 |
* | Add test for findExtensionAnnotation (preparation for #363) | Decebal Suiu | 2020-04-21 | 3 | -6/+60 |
* | Improve annotation processor error messages (#370) | GunoH | 2020-03-10 | 1 | -2/+4 |
* | PluginClassLoader does not resolve classpath resources from plugin dependenci... | Lee David Painter | 2020-02-20 | 3 | -19/+199 |
* | Check proper list for debug logging (#366) | GunoH | 2020-02-11 | 1 | -1/+1 |
* | Failed plugin state added. When plugin failed to start previous state was kep... | radeklos | 2020-02-04 | 3 | -5/+27 |
* | Throw IOException if `mkdirs()` fails while unpacking ZIP file (#359) (#362) | Sebastian Lövdahl | 2020-01-13 | 2 | -21/+41 |
* | Improve readability | Decebal Suiu | 2019-12-20 | 2 | -75/+28 |
* | Remove unneeded methods | Decebal Suiu | 2019-12-20 | 2 | -18/+14 |
* | Resolve #355 | decebals | 2019-12-11 | 1 | -1/+8 |
* | Add test (deleteJarPlugin) in DefaultPluginManagerTest that replicates the is... | decebals | 2019-12-11 | 1 | -0/+35 |
* | adds equals/hashCode to some data classes (#352) | Cameron Fieber | 2019-12-04 | 4 | -0/+62 |
* | Support any interface as an ExtensionPoint (#350) | Decebal Suiu | 2019-11-16 | 2 | -7/+32 |
* | Small refactoring | Decebal Suiu | 2019-11-15 | 4 | -4/+6 |
* | Fix flaky test DefaultPluginRepositoryTest.testGetPluginArchive | Decebal Suiu | 2019-11-15 | 1 | -1/+2 |
* | Found extensions when using decorated annotations (#348) | Decebal Suiu | 2019-11-15 | 4 | -39/+121 |
* | Ad more tests in ExtensionAnnotationProcessorTest | Decebal Suiu | 2019-11-14 | 2 | -13/+111 |
* | Add more defense in ExtensionAnnotationProcessor (error message if something ... | Decebal Suiu | 2019-11-13 | 1 | -0/+2 |
* | Move static method in superclass | Decebal Suiu | 2019-11-13 | 3 | -42/+22 |
* | Add javadoc | Decebal Suiu | 2019-11-13 | 4 | -0/+14 |
* | Add IDEA classpath for Development mode (#323) | Hank | 2019-09-05 | 1 | -0/+8 |
* | Implement PluginClassLoader.getResources (#336) (#337) | Sebastian Lövdahl | 2019-09-04 | 3 | -6/+288 |
* | Resolve #335 | Decebal Suiu | 2019-08-05 | 3 | -19/+113 |
* | Improve testing of #335 | Decebal Suiu | 2019-08-05 | 1 | -6/+10 |
* | Make AbstractPluginManager fields protected to allow better control in custom... | Johannes Schüth | 2019-07-12 | 1 | -17/+17 |
* | Make PluginWrapper#setPluginState and PluginWrapper#setPluginFactory public t... | Johannes Schüth | 2019-07-10 | 1 | -2/+2 |
* | Modified org.pf4j.PluginState to an enum (#328) | MacTrophy | 2019-07-02 | 1 | -21/+19 |
* | Convert PluginException in PluginRuntimeException and use unchecked exceptions | Decebal Suiu | 2019-06-08 | 29 | -103/+105 |
* | Fix FileSystemException in windows on plugin delete (#322) | hazemkmammu | 2019-06-05 | 1 | -8/+16 |
* | Polishing #321 | decebals | 2019-06-04 | 1 | -44/+48 |
* | Recreate FileSystemException in windows on plugin delete (#321) | hazemkmammu | 2019-06-04 | 1 | -0/+69 |
* | Improve PluginJar, add ClassDataProvider concept | Decebal Suiu | 2019-05-31 | 7 | -6/+170 |
* | Add JarPluginManagerTest | decebals | 2019-05-30 | 1 | -0/+80 |
* | Improve PluginZip | decebals | 2019-05-30 | 1 | -2/+18 |
* | Improve PluginJar | decebals | 2019-05-30 | 1 | -6/+23 |
* | Add constructors in JarPluginManager | decebals | 2019-05-30 | 1 | -0/+10 |
* | Revert commit 40846fa (Rename PluginRepository.getPluginPaths to getPluginsPa... | Decebal Suiu | 2019-05-13 | 8 | -30/+30 |