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
Fix "URI is not hierarchical" issue
|
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
Fix issue "URI is not hierarchical" when working with extensions jar's
|
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
Extension storage based on Java Service Provider (META-INf/services)
|
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 |
Decebal Suiu
|
add3cb7357
|
fix #83
|
9 years ago |
Decebal Suiu
|
8eb2c195c9
|
[maven-release-plugin] prepare for next development iteration
|
9 years ago |
Decebal Suiu
|
d944d57d43
|
[maven-release-plugin] prepare release release-0.11.0
|
9 years ago |
Decebal Suiu
|
8c2131b03a
|
update maven-release-plugin to 2.5.3
|
9 years ago |
Decebal Suiu
|
c7d6a98d99
|
make PluginManager available in Plugin via PluginWrapper
|
9 years ago |
Decebal Suiu
|
ccd8a0efe5
|
minor changes
|
9 years ago |
Decebal Suiu
|
af4dc9ed42
|
use FileUtils.writeLines
|
9 years ago |
Decebal Suiu
|
57c9474e20
|
fix #78
|
9 years ago |
Decebal Suiu
|
26530ea139
|
fix typo
|
9 years ago |
Decebal Suiu
|
290c1470ed
|
make DefaultExtensionFinder testable
|
9 years ago |
Decebal Suiu
|
8bb9804b42
|
Merge pull request #72 from decebals/plugin_descriptor_finder
improve PluginDescriptorFinder implementations (see #70)
|
9 years ago |