262 Commits (08ce60a0d279bff27865b347f015262176efcb90)
 

Author SHA1 Message Date
  Decebal Suiu 08ce60a0d2 [maven-release-plugin] prepare release release-0.12.0 8 years ago
  Decebal Suiu b87f20ee49 Add properties to exclude demo from deploy, javadoc, etc 8 years ago
  Decebal Suiu 35f2e37960 fix wildcard imports 8 years ago
  Decebal Suiu c3afe7ede0 Merge pull request #87 from horuzhiy/master 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 abc4bfa220 Add 'ServiceLoader interoperability' section in readme 8 years ago
  Decebal Suiu 494d0fed21 Plugable ExtensionStorage in ExtensionAnnotationProcessor (via processor options and system properties) 8 years ago
  Decebal Suiu 1ad769d536 Add changelog 8 years ago
  Decebal Suiu 96a649f498 Merge pull request #85 from decebals/service_provider 8 years ago
  Decebal Suiu 03ac519e7c Add SNAPSHOT maven repository 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 ce73b9b61e add HowdyGreeting in demo, a Greeting service implementation declared via Java Service Provider mechanism (META-INF/services) 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 4e33c4b7c8 Fix link 8 years ago
  Decebal Suiu 483b140476 Add section `Default/System extension` in readme 8 years ago
  Decebal Suiu 8b96e77d86 Add a little description for each external (separate repository) PF4J extensions 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 f3913646be Remove unnecessary line 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 8eb2c195c9 [maven-release-plugin] prepare for next development iteration 8 years ago
  Decebal Suiu d944d57d43 [maven-release-plugin] prepare release release-0.11.0 8 years ago
  Decebal Suiu 8c2131b03a update maven-release-plugin to 2.5.3 8 years ago
  Decebal Suiu c7d6a98d99 make PluginManager available in Plugin via PluginWrapper 8 years ago
  Decebal Suiu ccd8a0efe5 minor changes 8 years ago
  Decebal Suiu af4dc9ed42 use FileUtils.writeLines 8 years ago
  Decebal Suiu 57c9474e20 fix #78 8 years ago
  Decebal Suiu 26530ea139 fix typo 8 years ago
  Decebal Suiu 290c1470ed make DefaultExtensionFinder testable 8 years ago
  Decebal Suiu 8bb9804b42 Merge pull request #72 from decebals/plugin_descriptor_finder 8 years ago
  Decebal Suiu 501308b6c8 fix tests after improve PluginDescriptorFinder 8 years ago
  Decebal Suiu f0121fc02a improve PluginDescriptorFinder implementations (see #70) 8 years ago
  Decebal Suiu eefe2341bd make more fields protected in DefaultPluginManager 8 years ago
  Decebal Suiu d41ecf1486 remove unused import 8 years ago
  Decebal Suiu f6954b9ff2 remove unused import 8 years ago
  Decebal Suiu 937a3ff2c0 Merge pull request #61 from lightglitch/unit-tests 8 years ago
  Mário Franco b368a786b0 Generate Manifest content for testing 8 years ago