| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge remote-tracking branch 'origin/master' | Decebal Suiu | 2017-12-16 | 5 | -151/+228 |
|\ |
|
| * | Refactoring to make PluginDescriptor more usable (#180) | Josiah Haswell | 2017-11-01 | 4 | -150/+227 |
| * | @Override should not change method signature (#178) | Kristof | 2017-10-26 | 1 | -1/+1 |
* | | Fix #184 | Decebal Suiu | 2017-12-16 | 1 | -1/+1 |
|/ |
|
* | Emit warning instead of error when plugin root is not present (#176) | Sergey Tyurin | 2017-10-13 | 1 | -1/+1 |
* | Improve public API of Extention* classes (#175) | Sergey Tyurin | 2017-10-12 | 3 | -33/+14 |
* | Remove JarPluginManager | Decebal Suiu | 2017-10-05 | 4 | -73/+43 |
* | Add CompoundPluginLoader | Decebal Suiu | 2017-10-05 | 6 | -26/+145 |
* | Add CompoundPluginDescriptorFinder (#172) | Decebal Suiu | 2017-10-04 | 11 | -115/+236 |
* | Open a new extension (protected method) point in PropertiesPluginDescriptorFi... | Decebal Suiu | 2017-09-27 | 1 | -2/+6 |
* | Change root package from ro.fortsoft.pf4j to org.pf4j (#168) | Decebal Suiu | 2017-09-20 | 64 | -96/+95 |
* | Merge remote-tracking branch 'origin/master' | Decebal Suiu | 2017-09-07 | 1 | -3/+3 |
|\ |
|
| * | add some javadoc so people don't wonder if this will throw exception or retur... | Nicholas DiPiazza | 2017-08-11 | 1 | -3/+3 |
* | | Fix #161 | Decebal Suiu | 2017-09-07 | 1 | -10/+20 |
* | | Cosmetics | Decebal Suiu | 2017-09-07 | 2 | -40/+45 |
|/ |
|
* | Minor javadoc fix | Decebal Suiu | 2017-08-01 | 1 | -11/+14 |
* | Update some code to Java 7 | Decebal Suiu | 2017-07-28 | 2 | -28/+14 |
* | Close the input stream after read it and remove redundant util method | Decebal Suiu | 2017-07-28 | 1 | -49/+26 |
* | Possible fix for #156 | Decebal Suiu | 2017-07-28 | 3 | -12/+17 |
* | Add VersionManager abstractization (breaking change) (#155) | Decebal Suiu | 2017-07-12 | 9 | -44/+124 |
* | Refactor ManifestPluginDescriptorFinder to allow custom managing of V… (#154) | COLLIGNON Thomas | 2017-07-06 | 1 | -1/+12 |
* | Add javadoc for DependencyResolver class | Decebal Suiu | 2017-06-29 | 1 | -0/+9 |
* | Enforce dependencies versions (#150) | Decebal Suiu | 2017-06-24 | 8 | -138/+333 |
* | Minor improvements | Decebal Suiu | 2017-04-20 | 4 | -4/+5 |
* | Add constructors with varargs in PippoException | Decebal Suiu | 2017-04-20 | 2 | -0/+19 |
* | Refactor requires validation, Fixes #142 (#144) | Jan Høydahl | 2017-04-20 | 2 | -21/+30 |
* | New LoadPluginsTest (#141) | Jan Høydahl | 2017-04-06 | 2 | -10/+28 |
* | Unzip plugin zip file in loadPluginFromPath() (#140) | Jan Høydahl | 2017-04-06 | 4 | -42/+66 |
* | Ability to get pluginsRoot from PluginManager (#139) | Jan Høydahl | 2017-04-05 | 1 | -0/+5 |
* | Remove unused imports | Decebal Suiu | 2017-04-04 | 1 | -2/+1 |
* | Refactor of requires in PluginDescriptor (breaking change) (#138) | Jan Høydahl | 2017-04-04 | 2 | -20/+20 |
* | The requires Expression does not print well, instead we get the className. Th... | Jan Høydahl | 2017-04-03 | 2 | -3/+13 |
* | Delete plugin zip on uninstall (#136) | Jan Høydahl | 2017-04-03 | 2 | -1/+30 |
* | `deletePlugin(id)` which is called by `UpdateManager.uninstallPlugin(id)` fai... | Jan Høydahl | 2017-04-03 | 4 | -29/+33 |
* | getVersion() use wrong class for calculating PF4J version (#134) | Jan Høydahl | 2017-04-03 | 1 | -1/+1 |
* | Fix bug in loadJars() (#131) | Jan Høydahl | 2017-04-01 | 3 | -14/+13 |
* | Refactor validation of PluginDescriptors (#130) | Jan Høydahl | 2017-04-01 | 3 | -42/+23 |
* | Support for adding license information to the plugins (plugin.license), e.g. ... | Jan Høydahl | 2017-03-30 | 3 | -3/+20 |
* | Adding parsing of plugin.description and plugin.requires to the properties fi... | Jan Høydahl | 2017-03-30 | 1 | -0/+12 |
* | Add 'Custom PluginManager' section in readme | Decebal Suiu | 2017-03-08 | 1 | -1/+1 |
* | Add JarPluginManager, PluginLoader, AbstractPluginManager | Decebal Suiu | 2017-02-22 | 24 | -1152/+1366 |
* | reset file format | 艾少波 | 2017-02-17 | 1 | -1/+1 |
* | Reactivate protection against the issues similar with #97 | Decebal Suiu | 2017-02-16 | 2 | -0/+106 |
* | Fix #116 | Decebal Suiu | 2016-11-17 | 2 | -6/+4 |
* | Add inheritance support on Extension annot | Emmanuel Lecomte | 2016-09-14 | 1 | -0/+2 |
* | Rename logExtensions() to debugExtensions() | Decebal Suiu | 2016-08-22 | 3 | -11/+13 |
* | Return a list of all extensions from a plugin and optional for an extension p... | Decebal Suiu | 2016-08-11 | 8 | -96/+216 |
* | #107 | Decebal Suiu | 2016-08-10 | 2 | -2/+10 |
* | Minor modification | Decebal Suiu | 2016-07-02 | 1 | -1/+1 |
* | Remove class loaders checking | Decebal Suiu | 2016-07-02 | 2 | -15/+1 |