Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix bug in loadJars() (#131) | Jan Høydahl | 2017-04-01 | 3 | -14/+13 | |
| | | | | | 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 | |
| | ||||||
* | 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 | |||||
* | 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 | |||||
* | Add 'Custom PluginManager' section in readme | Decebal Suiu | 2017-03-08 | 1 | -1/+1 | |
| | ||||||
* | Add JarPluginManager, PluginLoader, AbstractPluginManager | Decebal Suiu | 2017-02-22 | 28 | -1246/+1499 | |
| | ||||||
* | 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 ↵ | Decebal Suiu | 2016-08-11 | 8 | -96/+216 | |
| | | | | point | |||||
* | #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 | |
| | ||||||
* | Add useful log messages | Decebal Suiu | 2016-07-01 | 2 | -2/+6 | |
| | ||||||
* | Improve debugging for no extensions found | decebal | 2016-07-01 | 1 | -6/+19 | |
| | ||||||
* | Minor improvement | decebal | 2016-07-01 | 1 | -7/+3 | |
| | ||||||
* | Change class loaders order on trace debug | decebal | 2016-07-01 | 1 | -3/+3 | |
| | ||||||
* | Resolve #97 and keep #98 safe | decebal | 2016-07-01 | 1 | -9/+6 | |
| | ||||||
* | Fix #99 | Decebal Suiu | 2016-05-11 | 2 | -6/+23 | |
| | ||||||
* | Fix #98 | Decebal Suiu | 2016-04-01 | 1 | -0/+3 | |
| | ||||||
* | Add helper DefaultExtensionFinder.addServiceProviderExtensionFinder | Decebal Suiu | 2016-03-28 | 1 | -0/+9 | |
| | ||||||
* | Try to create a defense for the issues similar with #97 | Decebal Suiu | 2016-03-21 | 1 | -1/+7 | |
| | ||||||
* | Modifier "public" is redundant for interface methods | Decebal Suiu | 2016-03-19 | 8 | -37/+37 | |
| | ||||||
* | Fix warning | Decebal Suiu | 2016-03-19 | 1 | -0/+1 | |
| | ||||||
* | Remove dezactivate ServiceProviderExtensionFinder from DefaultExtensionFinder | Decebal Suiu | 2016-03-19 | 1 | -4/+6 | |
| | ||||||
* | Minor code improvement | Decebal Suiu | 2016-03-19 | 1 | -2/+2 | |
| | ||||||
* | Possible fix for #91 | Decebal Suiu | 2016-02-20 | 2 | -0/+10 | |
| | ||||||
* | Fix typo | Decebal Suiu | 2016-02-20 | 1 | -2/+2 | |
| | ||||||
* | Fix string format placeholder | Decebal Suiu | 2016-02-20 | 1 | -2/+2 | |
| | ||||||
* | Rename note() to info() | Decebal Suiu | 2016-02-20 | 2 | -8/+8 | |
| | ||||||
* | Add some note messages in ExtensionAnnotationProcessor | Decebal Suiu | 2016-02-20 | 1 | -0/+2 | |
| | ||||||
* | Little clean in code | Decebal Suiu | 2016-02-20 | 1 | -7/+0 | |
| | ||||||
* | Log with trace level on PluginClassLoader | Decebal Suiu | 2016-02-20 | 1 | -9/+9 | |
| | ||||||
* | Fixing debugging statement. | Bruno Harbulot | 2016-02-12 | 1 | -1/+1 | |
| | ||||||
* | Fix issue with listing files from the jar file in readPluginsStorages(). | Bruno Harbulot | 2016-02-12 | 1 | -8/+16 | |
| | ||||||
* | fix wildcard imports | Decebal Suiu | 2016-01-18 | 1 | -2/+16 | |
| | ||||||
* | Change Java 8 newBufferedReader method to be compiled on Java 7 | Alexander Horuzhiy | 2016-01-18 | 1 | -1/+2 | |
| | ||||||
* | Remove Java 8 dependency | Alexander Horuzhiy | 2016-01-18 | 1 | -1/+0 | |
| | ||||||
* | Fix issue with listing files from the Jar file. Work with Jar's like with ↵ | Alexander Horuzhiy | 2016-01-18 | 1 | -11/+18 | |
| | | | | external file system using NIO. | |||||
* | Plugable ExtensionStorage in ExtensionAnnotationProcessor (via processor ↵ | Decebal Suiu | 2016-01-14 | 1 | -4/+42 | |
| | | | | options and system properties) | |||||
* | Remove unused util class | Decebal Suiu | 2016-01-05 | 1 | -79/+0 | |
| | ||||||
* | Back to extensions.idx storage (maybe temporary) because it's more tested | Decebal Suiu | 2016-01-05 | 1 | -23/+2 | |
| | ||||||
* | Use PluginClassLoader.findResource instead of getResource | Decebal Suiu | 2016-01-05 | 3 | -6/+7 | |
| | ||||||
* | Remove isExtensionPoint check in AbstractExtensionFinder so a Service from a ↵ | Decebal Suiu | 2016-01-05 | 1 | -11/+0 | |
| | | | | ServiceProvider is seen as an extension point | |||||
* | Fix a bug related to extension HowdyGreeting is not visible on getExtensions() | Decebal Suiu | 2016-01-04 | 1 | -4/+7 | |
| | ||||||
* | fix a stupid bug | Decebal Suiu | 2016-01-04 | 1 | -1/+1 | |
| | ||||||
* | improve *ExtensionStorage.read methods, remove comments and whitespaces | Decebal Suiu | 2016-01-04 | 2 | -3/+31 | |
| |