Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve #294#294 | Decebal Suiu | 2019-03-12 | 1 | -1/+13 |
| | |||||
* | Check no plugin with same pluginId is loaded (#287) | Dmitry Timofeev | 2019-03-02 | 1 | -9/+84 |
| | |||||
* | Optional plugin dependencies (#270) | Andreas Rudolph | 2019-01-11 | 1 | -1/+20 |
| | |||||
* | Fix #248 | Decebal Suiu | 2018-11-23 | 1 | -7/+10 |
| | |||||
* | Remove useless throws exception | Decebal Suiu | 2018-11-22 | 1 | -1/+1 |
| | |||||
* | Add tests for SingletonExtensionFactory | Decebal Suiu | 2018-07-20 | 1 | -0/+45 |
| | |||||
* | Formatting, rename fields refactoring, add comments | Decebal Suiu | 2018-06-17 | 7 | -210/+171 |
| | |||||
* | Fix #223 | Decebal Suiu | 2018-06-17 | 1 | -29/+82 |
| | |||||
* | Improving development mode experience for Gradle users #195 (#221) | Shawn Sherwood | 2018-06-01 | 1 | -1/+27 |
| | |||||
* | Fix unit test | Decebal Suiu | 2018-05-16 | 1 | -4/+4 |
| | |||||
* | License header update, #171 (#205) | Bala Raman | 2018-03-27 | 24 | -24/+24 |
| | |||||
* | Fix unit test | Decebal Suiu | 2018-03-19 | 1 | -7/+6 |
| | |||||
* | Fix #202 | Decebal Suiu | 2018-03-17 | 1 | -0/+14 |
| | |||||
* | Improve VersionManager (prepare pf4j-update release) | Decebal Suiu | 2018-01-27 | 3 | -10/+15 |
| | |||||
* | Refactoring to make PluginDescriptor more usable (#180) | Josiah Haswell | 2017-11-01 | 3 | -12/+94 |
| | |||||
* | Add CompoundPluginDescriptorFinder (#172) | Decebal Suiu | 2017-10-04 | 10 | -183/+313 |
| | |||||
* | Change root package from ro.fortsoft.pf4j to org.pf4j (#168) | Decebal Suiu | 2017-09-20 | 23 | -84/+84 |
| | |||||
* | Add VersionManager abstractization (breaking change) (#155) | Decebal Suiu | 2017-07-12 | 9 | -71/+110 |
| | |||||
* | Enforce dependencies versions (#150) | Decebal Suiu | 2017-06-24 | 1 | -0/+141 |
| | |||||
* | Refactor requires validation, Fixes #142 (#144) | Jan Høydahl | 2017-04-20 | 4 | -6/+83 |
| | |||||
* | Add more unit tests | Decebal Suiu | 2017-04-06 | 6 | -6/+319 |
| | |||||
* | New LoadPluginsTest (#141) | Jan Høydahl | 2017-04-06 | 3 | -0/+224 |
| | |||||
* | Unzip plugin zip file in loadPluginFromPath() (#140) | Jan Høydahl | 2017-04-06 | 1 | -0/+65 |
| | |||||
* | Refactor of requires in PluginDescriptor (breaking change) (#138) | Jan Høydahl | 2017-04-04 | 2 | -9/+9 |
| | |||||
* | The requires Expression does not print well, instead we get the className. ↵ | Jan Høydahl | 2017-04-03 | 1 | -0/+1 |
| | | | | This fix adds a `requiresString` to PluginInfo. (#137) | ||||
* | Delete plugin zip on uninstall (#136) | Jan Høydahl | 2017-04-03 | 1 | -0/+4 |
| | |||||
* | `deletePlugin(id)` which is called by `UpdateManager.uninstallPlugin(id)` ↵ | Jan Høydahl | 2017-04-03 | 1 | -1/+5 |
| | | | | failed since the `PluginRepository.deletePluginPath()` call used `Files.deleteIfExists(path)` which is not able to delete recursively. (#135) | ||||
* | Refactor validation of PluginDescriptors (#130) | Jan Høydahl | 2017-04-01 | 3 | -45/+60 |
| | |||||
* | Support for adding license information to the plugins (plugin.license), e.g. ↵ | Jan Høydahl | 2017-03-30 | 2 | -0/+4 |
| | | | | Apache-2.0 or MIT | ||||
* | Added copyright | Jan Høydahl | 2017-03-30 | 1 | -0/+15 |
| | |||||
* | Adding parsing of plugin.description and plugin.requires to the properties ↵ | Jan Høydahl | 2017-03-30 | 1 | -0/+177 |
| | | | | finder, and added a test | ||||
* | Add JarPluginManager, PluginLoader, AbstractPluginManager | Decebal Suiu | 2017-02-22 | 4 | -94/+133 |
| | |||||
* | Format the license header | Decebal Suiu | 2015-12-24 | 6 | -9/+6 |
| | |||||
* | minor changes | Decebal Suiu | 2015-10-06 | 2 | -9/+7 |
| | |||||
* | use FileUtils.writeLines | Decebal Suiu | 2015-10-06 | 1 | -15/+17 |
| | |||||
* | fix #78 | Decebal Suiu | 2015-10-06 | 1 | -31/+43 |
| | |||||
* | remove unused import | Decebal Suiu | 2015-09-17 | 1 | -2/+0 |
| | |||||
* | Generate Manifest content for testing | Mário Franco | 2015-09-09 | 8 | -93/+163 |
| | |||||
* | Added a few more | Mário Franco | 2015-09-09 | 2 | -10/+49 |
| | |||||
* | Added fail on missing plugin id | Mário Franco | 2015-09-09 | 2 | -0/+24 |
| | |||||
* | Added more fail tests | Mário Franco | 2015-09-09 | 3 | -3/+52 |
| | |||||
* | Added ManifestPluginDescriptorFinder tests | Mário Franco | 2015-09-09 | 4 | -0/+119 |
| | |||||
* | Added one more fail test to DefaultExtensionFactory | Mário Franco | 2015-09-09 | 2 | -0/+39 |
| | |||||
* | Added one more fail test to DefaultPluginFactory | Mário Franco | 2015-09-09 | 1 | -0/+18 |
| | |||||
* | fix #60 | Decebal Suiu | 2015-07-21 | 1 | -10/+18 |
| | |||||
* | Clean up the tests | Mário Franco | 2015-07-21 | 5 | -38/+3 |
| | |||||
* | Added tests for DefaultExtensionFactory | Mário Franco | 2015-07-21 | 2 | -0/+76 |
| | |||||
* | Add another fail test | Mário Franco | 2015-07-21 | 2 | -0/+50 |
| | |||||
* | Added tests for DefaultPluginFactory and multiple improvements | Mário Franco | 2015-07-21 | 5 | -30/+173 |
| | |||||
* | Added failed validation | Mário Franco | 2015-07-20 | 1 | -0/+2 |
| |