Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Enforce dependencies versions (#150) | Decebal Suiu | 2017-06-24 | 9 | -138/+474 | |
| | ||||||
* | Updated gradle demo dependencies and switched from System.out.println to ↵ | Michael "Lyze" Weinberger | 2017-06-19 | 9 | -33/+48 | |
| | | | | slf4j.log (#149) | |||||
* | Kotlin plugin example added and README updated for Kotlin. (#146) | Anindya Chatterjee | 2017-06-09 | 4 | -1/+105 | |
| | ||||||
* | Add version 1.3.0 in changelog | Decebal Suiu | 2017-05-03 | 1 | -1/+12 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | Decebal Suiu | 2017-05-03 | 8 | -16/+16 | |
| | ||||||
* | [maven-release-plugin] prepare release release-1.3.0release-1.3.0 | Decebal Suiu | 2017-05-03 | 8 | -16/+16 | |
| | ||||||
* | Update CHANGELOG.md | Decebal Suiu | 2017-05-03 | 1 | -4/+18 | |
| | ||||||
* | 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 | 7 | -29/+119 | |
| | ||||||
* | Add more unit tests | Decebal Suiu | 2017-04-06 | 6 | -6/+319 | |
| | ||||||
* | New LoadPluginsTest (#141) | Jan Høydahl | 2017-04-06 | 6 | -11/+253 | |
| | ||||||
* | Unzip plugin zip file in loadPluginFromPath() (#140) | Jan Høydahl | 2017-04-06 | 5 | -42/+131 | |
| | ||||||
* | 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 | 5 | -29/+38 | |
| | ||||||
* | The requires Expression does not print well, instead we get the className. ↵ | Jan Høydahl | 2017-04-03 | 3 | -3/+14 | |
| | | | | This fix adds a `requiresString` to PluginInfo. (#137) | |||||
* | Delete plugin zip on uninstall (#136) | Jan Høydahl | 2017-04-03 | 3 | -1/+34 | |
| | ||||||
* | `deletePlugin(id)` which is called by `UpdateManager.uninstallPlugin(id)` ↵ | Jan Høydahl | 2017-04-03 | 5 | -30/+38 | |
| | | | | failed since the `PluginRepository.deletePluginPath()` call used `Files.deleteIfExists(path)` which is not able to delete recursively. (#135) | |||||
* | 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 | 5 | -14/+20 | |
| | | | | | Fix bug in load-jars which would not detect jars from lib/ if Path is not absolute Add slf4j-simple logger in test scope for some logging from tests Convert some File usage to Path | |||||
* | Refactor validation of PluginDescriptors (#130) | Jan Høydahl | 2017-04-01 | 6 | -87/+83 | |
| | ||||||
* | Merge pull request #133 from cominvent/plugin-license | Decebal Suiu | 2017-03-31 | 5 | -3/+24 | |
|\ | | | | | Support for adding license information to the plugins | |||||
| * | Support for adding license information to the plugins (plugin.license), e.g. ↵ | Jan Høydahl | 2017-03-30 | 5 | -3/+24 | |
|/ | | | | Apache-2.0 or MIT | |||||
* | Merge pull request #129 from cominvent/properties-descriptor-finder | Decebal Suiu | 2017-03-30 | 2 | -0/+204 | |
|\ | | | | | Properties Descriptor finder bug fixes and a test | |||||
| * | 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 | 2 | -0/+189 | |
|/ | | | | finder, and added a test | |||||
* | Update README.md | Decebal Suiu | 2017-03-17 | 1 | -1/+1 | |
| | ||||||
* | Add 'Custom PluginManager' section in readme | Decebal Suiu | 2017-03-08 | 2 | -1/+54 | |
| | ||||||
* | Update README.md | Decebal Suiu | 2017-03-07 | 1 | -1/+1 | |
| | ||||||
* | Add version 1.2.0 in changelog | Decebal Suiu | 2017-03-03 | 1 | -1/+12 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | Decebal Suiu | 2017-03-03 | 8 | -16/+16 | |
| | ||||||
* | [maven-release-plugin] prepare release release-1.2.0release-1.2.0 | Decebal Suiu | 2017-03-03 | 8 | -16/+16 | |
| | ||||||
* | Update readme | Decebal Suiu | 2017-03-03 | 1 | -38/+39 | |
| | ||||||
* | Update changelog | Decebal Suiu | 2017-03-03 | 1 | -1/+8 | |
| | ||||||
* | Merge pull request #128 from decebals/jar_plugin_manager | Decebal Suiu | 2017-02-26 | 30 | -1247/+1502 | |
|\ | | | | | Add JarPluginManager, PluginLoader, AbstractPluginManager | |||||
| * | Add JarPluginManager, PluginLoader, AbstractPluginManager | Decebal Suiu | 2017-02-22 | 30 | -1247/+1502 | |
|/ | ||||||
* | Merge pull request #125 from ShaoboAi/master | Decebal Suiu | 2017-02-17 | 1 | -1/+1 | |
|\ | | | | | Fix NPE | |||||
| * | reset file format | 艾少波 | 2017-02-17 | 1 | -1/+1 | |
|/ | ||||||
* | Fix previous commit | Decebal Suiu | 2017-02-16 | 2 | -4/+2 | |
| | ||||||
* | Reactivate protection against the issues similar with #97 | Decebal Suiu | 2017-02-16 | 4 | -2/+110 | |
| | ||||||
* | Merge pull request #124 from lyze237/master | Decebal Suiu | 2017-02-16 | 2 | -9/+9 | |
|\ | | | | | Added compileOnly to "api" dependencies in plugins. | |||||
| * | Added compileOnly to "api" dependencies in plugins. | Michael Weinberger | 2017-02-16 | 2 | -9/+9 | |
|/ | | | | Same as: https://github.com/decebals/pf4j/blob/master/demo/api/pom.xml#L32 | |||||
* | Merge pull request #122 from lyze237/master | Decebal Suiu | 2017-02-16 | 6 | -12/+27 | |
|\ | | | | | Updated pf4j to newest version. | |||||
| * | Forgot to update api to latest version. | Michael Weinberger | 2017-02-16 | 2 | -14/+16 | |
| | | | | | | | | Replaced deprecated << operator with doLast. | |||||
| * | Updated pf4j library to the newest version. | Michael Weinberger | 2017-02-16 | 5 | -9/+22 | |
|/ | | | | | Fixed compliation errors. Added "copyPlugins" gradle task which copies all plugins into the proper directory. | |||||
* | Merge remote-tracking branch 'origin/master' | Decebal Suiu | 2016-11-17 | 0 | -0/+0 | |
|\ | ||||||
| * | [maven-release-plugin] prepare for next development iteration | Decebal Suiu | 2016-11-17 | 8 | -16/+16 | |
| | | ||||||
| * | [maven-release-plugin] prepare release release-1.1.1release-1.1.1 | Decebal Suiu | 2016-11-17 | 8 | -16/+16 | |
| | | ||||||
* | | Add version 1.1.1 in changelog | Decebal Suiu | 2016-11-17 | 1 | -1/+14 | |
|/ |