239 Commits (74d9637f403e6b2e1db950c62463e05bf2cbc969)

Author SHA1 Message Date
  Emmanuel Lecomte c01f9726b1 Add inheritance support on Extension annot 7 years ago
  Decebal Suiu 0e218315ad Rename logExtensions() to debugExtensions() 7 years ago
  Decebal Suiu f595eb5dfa Return a list of all extensions from a plugin and optional for an extension point 7 years ago
  Decebal Suiu d6f9ccb119 #107 7 years ago
  Decebal Suiu 89e2131d5f Minor modification 8 years ago
  Decebal Suiu a163a7457c Remove class loaders checking 8 years ago
  Decebal Suiu b40e1638ad Add useful log messages 8 years ago
  decebal f67d85feed Improve debugging for no extensions found 8 years ago
  decebal c79986c72e Minor improvement 8 years ago
  decebal 33a49849b7 Change class loaders order on trace debug 8 years ago
  decebal f79c200c21 Resolve #97 and keep #98 safe 8 years ago
  Decebal Suiu fbf096655c Fix #99 8 years ago
  Decebal Suiu 02e3f8988d Fix #98 8 years ago
  Decebal Suiu 33706d534c Add helper DefaultExtensionFinder.addServiceProviderExtensionFinder 8 years ago
  Decebal Suiu a866af8224 Try to create a defense for the issues similar with #97 8 years ago
  Decebal Suiu 1a00fbd0af Modifier "public" is redundant for interface methods 8 years ago
  Decebal Suiu 1cef2c61ca Fix warning 8 years ago
  Decebal Suiu 75fe625df1 Remove dezactivate ServiceProviderExtensionFinder from DefaultExtensionFinder 8 years ago
  Decebal Suiu 1b623fcf25 Minor code improvement 8 years ago
  Decebal Suiu 0295f2caa3 Possible fix for #91 8 years ago
  Decebal Suiu f02840a603 Fix typo 8 years ago
  Decebal Suiu 332a0ae264 Fix string format placeholder 8 years ago
  Decebal Suiu 32b8a03e76 Rename note() to info() 8 years ago
  Decebal Suiu d4be2b1a50 Add some note messages in ExtensionAnnotationProcessor 8 years ago
  Decebal Suiu 7d211deed0 Little clean in code 8 years ago
  Decebal Suiu 093694f2d8 Log with trace level on PluginClassLoader 8 years ago
  Bruno Harbulot a029a100a5 Fixing debugging statement. 8 years ago
  Bruno Harbulot ecf2d73fd5 Fix issue with listing files from the jar file in readPluginsStorages(). 8 years ago
  Decebal Suiu 35f2e37960 fix wildcard imports 8 years ago
  Alexander Horuzhiy 51adfb7c74 Change Java 8 newBufferedReader method to be compiled on Java 7 8 years ago
  Alexander Horuzhiy a6b782623d Remove Java 8 dependency 8 years ago
  Alexander Horuzhiy e73f1a46f2 Fix issue with listing files from the Jar file. Work with Jar's like with external file system using NIO. 8 years ago
  Decebal Suiu 494d0fed21 Plugable ExtensionStorage in ExtensionAnnotationProcessor (via processor options and system properties) 8 years ago
  Decebal Suiu ea9521ed58 Remove unused util class 8 years ago
  Decebal Suiu 49560c13b8 Back to extensions.idx storage (maybe temporary) because it's more tested 8 years ago
  Decebal Suiu ec60800452 Use PluginClassLoader.findResource instead of getResource 8 years ago
  Decebal Suiu 6533d2258c Remove isExtensionPoint check in AbstractExtensionFinder so a Service from a ServiceProvider is seen as an extension point 8 years ago
  Decebal Suiu 07392518f8 Fix a bug related to extension HowdyGreeting is not visible on getExtensions() 8 years ago
  Decebal Suiu 479e1cb3dc fix a stupid bug 8 years ago
  Decebal Suiu 342825b1ef improve *ExtensionStorage.read methods, remove comments and whitespaces 8 years ago
  Decebal Suiu 6a666aa419 use META-INF/services storage by default 8 years ago
  Decebal Suiu 0dd5e53dff Add getExtensionFactory in PluginManager interface 8 years ago
  Decebal Suiu 400e0f74bd Pull method DefaultPluginManager.whichPlugin() to PluginManager 8 years ago
  Decebal Suiu ce19eb6ce7 fix #84 8 years ago
  Decebal Suiu 35ff0f5936 In development mode hide plugins/target (is not a plugin) 8 years ago
  Decebal Suiu 730be40b10 Add NameFileFilter and OrFileFilter 8 years ago
  Decebal Suiu 63b9917619 Add constructor with vararg and make addFileFilter method fluent in AndFileFilter 8 years ago
  Decebal Suiu 24dd110c9e Format the license header 8 years ago
  Decebal Suiu add3cb7357 fix #83 8 years ago
  Decebal Suiu c7d6a98d99 make PluginManager available in Plugin via PluginWrapper 8 years ago