589 次代码提交 (0652d7945db4ec0b10fea03e2949cc1960d05992)
 

作者 SHA1 备注 提交日期
  Decebal Suiu 1efed171be Minor javadoc fix 7 年前
  Decebal Suiu f5f5587e96 Update some code to Java 7 7 年前
  Decebal Suiu 6e15379429 Close the input stream after read it and remove redundant util method 7 年前
  Decebal Suiu c7a95d5ea0 Possible fix for #156 7 年前
  Decebal Suiu c9bdd98e6d Add VersionManager abstractization (breaking change) (#155) 7 年前
  COLLIGNON Thomas 49bd1f5996 Refactor ManifestPluginDescriptorFinder to allow custom managing of V… (#154) 7 年前
  Decebal Suiu 84c856b359 Add javadoc for DependencyResolver class 7 年前
  Decebal Suiu 617508ffb5 Enforce dependencies versions (#150) 7 年前
  Michael "Lyze" Weinberger a9c70ff19a Updated gradle demo dependencies and switched from System.out.println to slf4j.log (#149) 7 年前
  Anindya Chatterjee 443191d0cc Kotlin plugin example added and README updated for Kotlin. (#146) 7 年前
  Decebal Suiu 7f4c67ae6f Add version 1.3.0 in changelog 7 年前
  Decebal Suiu c6f1615d19 [maven-release-plugin] prepare for next development iteration 7 年前
  Decebal Suiu 2d60ec726d [maven-release-plugin] prepare release release-1.3.0 7 年前
  Decebal Suiu ea2905ea99 Update CHANGELOG.md 7 年前
  Decebal Suiu 9d19554c99 Minor improvements 7 年前
  Decebal Suiu 5279f74095 Add constructors with varargs in PippoException 7 年前
  Jan Høydahl d20ed779de Refactor requires validation, Fixes #142 (#144) 7 年前
  Decebal Suiu 0a0513b663 Add more unit tests 7 年前
  Jan Høydahl 28e716c71e New LoadPluginsTest (#141) 7 年前
  Jan Høydahl 39ef17a075 Unzip plugin zip file in loadPluginFromPath() (#140) 7 年前
  Jan Høydahl c9f98de8ff Ability to get pluginsRoot from PluginManager (#139) 7 年前
  Decebal Suiu 1c85f2ccb4 Remove unused imports 7 年前
  Jan Høydahl 287e6a3ee2 Refactor of requires in PluginDescriptor (breaking change) (#138) 7 年前
  Jan Høydahl edbb541b86 The requires Expression does not print well, instead we get the className. This fix adds a `requiresString` to PluginInfo. (#137) 7 年前
  Jan Høydahl f4ddddc61b Delete plugin zip on uninstall (#136) 7 年前
  Jan Høydahl a77245a0da `deletePlugin(id)` which is called by `UpdateManager.uninstallPlugin(id)` failed since the `PluginRepository.deletePluginPath()` call used `Files.deleteIfExists(path)` which is not able to delete recursively. (#135) 7 年前
  Jan Høydahl 042fec5a7d getVersion() use wrong class for calculating PF4J version (#134) 7 年前
  Jan Høydahl aef9d3a486 Fix bug in loadJars() (#131) 7 年前
  Jan Høydahl 9f284467b3 Refactor validation of PluginDescriptors (#130) 7 年前
  Decebal Suiu d7d1eec24e Merge pull request #133 from cominvent/plugin-license 7 年前
  Jan Høydahl 54dda05946 Support for adding license information to the plugins (plugin.license), e.g. Apache-2.0 or MIT 7 年前
  Decebal Suiu c6aa1f1a82 Merge pull request #129 from cominvent/properties-descriptor-finder 7 年前
  Jan Høydahl 26cbed53d9 Added copyright 7 年前
  Jan Høydahl 047b8d9c75 Adding parsing of plugin.description and plugin.requires to the properties finder, and added a test 7 年前
  Decebal Suiu e9126c4d35 Update README.md 7 年前
  Decebal Suiu d3c7747fe2 Add 'Custom PluginManager' section in readme 7 年前
  Decebal Suiu 0c22cac100 Update README.md 7 年前
  Decebal Suiu bc4c8d48ff Add version 1.2.0 in changelog 7 年前
  Decebal Suiu 1d29ddde15 [maven-release-plugin] prepare for next development iteration 7 年前
  Decebal Suiu d6a225c67b [maven-release-plugin] prepare release release-1.2.0 7 年前
  Decebal Suiu fab8ae2a6f Update readme 7 年前
  Decebal Suiu 37ec735cb3 Update changelog 7 年前
  Decebal Suiu 002f1e3957 Merge pull request #128 from decebals/jar_plugin_manager 7 年前
  Decebal Suiu d7f245e511 Add JarPluginManager, PluginLoader, AbstractPluginManager 7 年前
  Decebal Suiu c82df37f67 Merge pull request #125 from ShaoboAi/master 7 年前
  艾少波 a2d25030f1 reset file format 7 年前
  Decebal Suiu e19e7c1c73 Fix previous commit 7 年前
  Decebal Suiu e8d5b8eebf Reactivate protection against the issues similar with #97 7 年前
  Decebal Suiu 8bb6410957 Merge pull request #124 from lyze237/master 7 年前
  Michael Weinberger 0f61cbe5b8 Added compileOnly to "api" dependencies in plugins. 7 年前