Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement PluginClassLoader.getResources (#336) (#337) | Sebastian Lövdahl | 2019-09-04 | 2 | -6/+268 |
| | |||||
* | Resolve #335 | Decebal Suiu | 2019-08-05 | 1 | -6/+43 |
| | |||||
* | Improve testing of #335 | Decebal Suiu | 2019-08-05 | 1 | -6/+10 |
| | |||||
* | Convert PluginException in PluginRuntimeException and use unchecked exceptions | Decebal Suiu | 2019-06-08 | 8 | -14/+14 |
| | |||||
* | 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 |
| | |||||
* | Revert commit 40846fa (Rename PluginRepository.getPluginPaths to ↵ | Decebal Suiu | 2019-05-13 | 3 | -17/+17 |
| | | | | getPluginsPaths) | ||||
* | Improve #307 (add support for development mode) | decebals | 2019-05-03 | 3 | -30/+68 |
| | |||||
* | 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 | 2 | -11/+20 |
| | |||||
* | Improve #292 | Decebal Suiu | 2019-04-20 | 3 | -13/+13 |
| | |||||
* | Add pluginClass getter in PluginZip and PluginJar | Decebal Suiu | 2019-04-15 | 4 | -28/+69 |
| | |||||
* | Resolve #311 | Decebal Suiu | 2019-04-15 | 2 | -13/+60 |
| | |||||
* | Rename PluginRepository.getPluginPaths to getPluginsPaths | Decebal Suiu | 2019-04-14 | 1 | -15/+15 |
| | |||||
* | Improve readability | Decebal Suiu | 2019-04-13 | 5 | -199/+155 |
| | |||||
* | Add constants for properties names | Decebal Suiu | 2019-04-12 | 1 | -34/+35 |
| | |||||
* | Improve readability of PropertiesPluginDescriptorFinderTest | Decebal Suiu | 2019-04-12 | 1 | -73/+64 |
| | |||||
* | Clean tests | Decebal Suiu | 2019-04-12 | 2 | -21/+5 |
| | |||||
* | Add PluginJar | Decebal Suiu | 2019-04-12 | 1 | -0/+114 |
| | |||||
* | Add possibility to add extra properties | Decebal Suiu | 2019-04-12 | 1 | -7/+21 |
| | |||||
* | Migrate to JUnit 5 | Decebal Suiu | 2019-03-20 | 19 | -225/+209 |
| | |||||
* | Fix deprecated class | Decebal Suiu | 2019-03-13 | 1 | -4/+9 |
| | |||||
* | 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 |
| |