380 Commits (443191d0cc75079099278596c686c29d18cf9a01)
 

Author SHA1 Message Date
Decebal Suiu a866af8224 Try to create a defense for the issues similar with #97 9 years ago
Decebal Suiu 9fd95e8f62 Add distributionManagement in pom.xml 9 years ago
Decebal Suiu 1a00fbd0af Modifier "public" is redundant for interface methods 9 years ago
Decebal Suiu 1cef2c61ca Fix warning 9 years ago
Decebal Suiu 75fe625df1 Remove dezactivate ServiceProviderExtensionFinder from DefaultExtensionFinder 9 years ago
Decebal Suiu 1b623fcf25 Minor code improvement 9 years ago
Decebal Suiu 0295f2caa3 Possible fix for #91 9 years ago
Decebal Suiu f02840a603 Fix typo 9 years ago
Decebal Suiu 332a0ae264 Fix string format placeholder 9 years ago
Decebal Suiu 32b8a03e76 Rename note() to info() 9 years ago
Decebal Suiu d4be2b1a50 Add some note messages in ExtensionAnnotationProcessor 9 years ago
Decebal Suiu 7d211deed0 Little clean in code 9 years ago
Decebal Suiu 093694f2d8 Log with trace level on PluginClassLoader 9 years ago
Decebal Suiu 6f0b4b8c6a Merge pull request #89 from harbulot/master 9 years ago
Bruno Harbulot a029a100a5 Fixing debugging statement. 9 years ago
Bruno Harbulot ecf2d73fd5 Fix issue with listing files from the jar file in readPluginsStorages(). 9 years ago
Decebal Suiu fc0eb44426 Update CHANGELOG.md 9 years ago
Decebal Suiu 00dcde1813 [maven-release-plugin] prepare for next development iteration 9 years ago
Decebal Suiu 08ce60a0d2 [maven-release-plugin] prepare release release-0.12.0 9 years ago
Decebal Suiu b87f20ee49 Add properties to exclude demo from deploy, javadoc, etc 9 years ago
Decebal Suiu 35f2e37960 fix wildcard imports 9 years ago
Decebal Suiu c3afe7ede0 Merge pull request #87 from horuzhiy/master 9 years ago
Alexander Horuzhiy 51adfb7c74 Change Java 8 newBufferedReader method to be compiled on Java 7 9 years ago
Alexander Horuzhiy a6b782623d Remove Java 8 dependency 9 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. 9 years ago
Decebal Suiu abc4bfa220 Add 'ServiceLoader interoperability' section in readme 9 years ago
Decebal Suiu 494d0fed21 Plugable ExtensionStorage in ExtensionAnnotationProcessor (via processor options and system properties) 9 years ago
Decebal Suiu 1ad769d536 Add changelog 9 years ago
Decebal Suiu 96a649f498 Merge pull request #85 from decebals/service_provider 9 years ago
Decebal Suiu 03ac519e7c Add SNAPSHOT maven repository 9 years ago
Decebal Suiu ea9521ed58 Remove unused util class 9 years ago
Decebal Suiu 49560c13b8 Back to extensions.idx storage (maybe temporary) because it's more tested 9 years ago
Decebal Suiu ec60800452 Use PluginClassLoader.findResource instead of getResource 9 years ago
Decebal Suiu 6533d2258c Remove isExtensionPoint check in AbstractExtensionFinder so a Service from a ServiceProvider is seen as an extension point 9 years ago
Decebal Suiu 07392518f8 Fix a bug related to extension HowdyGreeting is not visible on getExtensions() 9 years ago
Decebal Suiu ce73b9b61e add HowdyGreeting in demo, a Greeting service implementation declared via Java Service Provider mechanism (META-INF/services) 9 years ago
Decebal Suiu 479e1cb3dc fix a stupid bug 9 years ago
Decebal Suiu 342825b1ef improve *ExtensionStorage.read methods, remove comments and whitespaces 9 years ago
Decebal Suiu 6a666aa419 use META-INF/services storage by default 9 years ago
Decebal Suiu 4e33c4b7c8 Fix link 9 years ago
Decebal Suiu 483b140476 Add section `Default/System extension` in readme 9 years ago
Decebal Suiu 8b96e77d86 Add a little description for each external (separate repository) PF4J extensions 9 years ago
Decebal Suiu 0dd5e53dff Add getExtensionFactory in PluginManager interface 9 years ago
Decebal Suiu 400e0f74bd Pull method DefaultPluginManager.whichPlugin() to PluginManager 9 years ago
Decebal Suiu ce19eb6ce7 fix #84 9 years ago
Decebal Suiu f3913646be Remove unnecessary line 9 years ago
Decebal Suiu 35ff0f5936 In development mode hide plugins/target (is not a plugin) 9 years ago
Decebal Suiu 730be40b10 Add NameFileFilter and OrFileFilter 9 years ago
Decebal Suiu 63b9917619 Add constructor with vararg and make addFileFilter method fluent in AndFileFilter 9 years ago
Decebal Suiu 24dd110c9e Format the license header 9 years ago