| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove empty line | Decebal Suiu | 2019-05-03 | 1 | -1/+0 |
* | Remove unneeded method | decebals | 2019-05-03 | 2 | -8/+5 |
* | Improve #307 (add support for development mode) | decebals | 2019-05-03 | 18 | -136/+334 |
* | Extract constants for some strings | decebals | 2019-05-02 | 1 | -7/+5 |
* | Extract constants for some system property namse | decebals | 2019-05-02 | 2 | -6/+9 |
* | Resolve #296 | Decebal Suiu | 2019-05-02 | 2 | -44/+33 |
* | Add DirectedGraphTest | Decebal Suiu | 2019-04-20 | 1 | -0/+98 |
* | Add AbstractPluginManagerTest | Decebal Suiu | 2019-04-20 | 1 | -0/+49 |
* | Improve #292 | Decebal Suiu | 2019-04-20 | 7 | -26/+45 |
* | Improve #292 | Decebal Suiu | 2019-04-20 | 11 | -89/+60 |
* | Add pluginClass getter in PluginZip and PluginJar | Decebal Suiu | 2019-04-15 | 4 | -28/+69 |
* | Improve readability | Decebal Suiu | 2019-04-15 | 1 | -13/+17 |
* | Resolve #311 | Decebal Suiu | 2019-04-15 | 3 | -15/+66 |
* | Resolve #309 | Decebal Suiu | 2019-04-15 | 1 | -1/+7 |
* | Rename PluginRepository.getPluginPaths to getPluginsPaths | Decebal Suiu | 2019-04-14 | 6 | -30/+30 |
* | Improve readability | Decebal Suiu | 2019-04-13 | 5 | -199/+155 |
* | Fix issue (the plugin directory will be deleted anyway in unzip extract method) | Decebal Suiu | 2019-04-13 | 1 | -8/+0 |
* | Add javadoc | Decebal Suiu | 2019-04-13 | 1 | -1/+5 |
* | Add constants for properties names | Decebal Suiu | 2019-04-12 | 2 | -43/+53 |
* | Improve readability of PropertiesPluginDescriptorFinderTest | Decebal Suiu | 2019-04-12 | 1 | -73/+64 |