aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #87 from horuzhiy/masterDecebal Suiu2016-01-181-11/+18
|\
| * Change Java 8 newBufferedReader method to be compiled on Java 7Alexander Horuzhiy2016-01-181-1/+2
| * Remove Java 8 dependencyAlexander Horuzhiy2016-01-181-1/+0
| * Fix issue with listing files from the Jar file. Work with Jar's like with ext...Alexander Horuzhiy2016-01-181-11/+18
|/
* Add 'ServiceLoader interoperability' section in readmeDecebal Suiu2016-01-141-0/+33
* Plugable ExtensionStorage in ExtensionAnnotationProcessor (via processor opti...Decebal Suiu2016-01-141-4/+42
* Add changelogDecebal Suiu2016-01-131-0/+83
* Merge pull request #85 from decebals/service_providerDecebal Suiu2016-01-1314-391/+938
|\
| * Remove unused util classDecebal Suiu2016-01-051-79/+0
| * Back to extensions.idx storage (maybe temporary) because it's more testedDecebal Suiu2016-01-051-23/+2
| * Use PluginClassLoader.findResource instead of getResourceDecebal Suiu2016-01-053-6/+7
| * Remove isExtensionPoint check in AbstractExtensionFinder so a Service from a ...Decebal Suiu2016-01-051-11/+0
| * Fix a bug related to extension HowdyGreeting is not visible on getExtensions()Decebal Suiu2016-01-041-4/+7
| * add HowdyGreeting in demo, a Greeting service implementation declared via Jav...Decebal Suiu2016-01-042-0/+33
| * fix a stupid bugDecebal Suiu2016-01-041-1/+1
| * improve *ExtensionStorage.read methods, remove comments and whitespacesDecebal Suiu2016-01-042-3/+31
| * use META-INF/services storage by defaultDecebal Suiu2016-01-0410-312/+905
* | Add SNAPSHOT maven repositoryDecebal Suiu2016-01-061-0/+17
|/
* Fix linkDecebal Suiu2015-12-301-1/+1
* Add section `Default/System extension` in readmeDecebal Suiu2015-12-301-3/+41
* Add a little description for each external (separate repository) PF4J extensionsDecebal Suiu2015-12-281-63/+85
* Add getExtensionFactory in PluginManager interfaceDecebal Suiu2015-12-283-5/+10
* Pull method DefaultPluginManager.whichPlugin() to PluginManagerDecebal Suiu2015-12-262-3/+7
* fix #84Decebal Suiu2015-12-261-1/+0
* Remove unnecessary lineDecebal Suiu2015-12-241-1/+0
* In development mode hide plugins/target (is not a plugin)Decebal Suiu2015-12-241-5/+11
* Add NameFileFilter and OrFileFilterDecebal Suiu2015-12-242-0/+124
* Add constructor with vararg and make addFileFilter method fluent in AndFileFi...Decebal Suiu2015-12-241-2/+9
* Format the license headerDecebal Suiu2015-12-2466-369/+547
* fix #83Decebal Suiu2015-12-231-1/+4
* [maven-release-plugin] prepare for next development iterationDecebal Suiu2015-11-198-16/+16
* [maven-release-plugin] prepare release release-0.11.0release-0.11.0Decebal Suiu2015-11-198-16/+16
* update maven-release-plugin to 2.5.3Decebal Suiu2015-11-191-1/+1
* make PluginManager available in Plugin via PluginWrapperDecebal Suiu2015-10-072-2/+11
* minor changesDecebal Suiu2015-10-062-9/+7
* use FileUtils.writeLinesDecebal Suiu2015-10-062-16/+18
* fix #78Decebal Suiu2015-10-062-34/+51
* fix typoDecebal Suiu2015-10-031-1/+1
* make DefaultExtensionFinder testableDecebal Suiu2015-09-251-28/+43
* Merge pull request #72 from decebals/plugin_descriptor_finderDecebal Suiu2015-09-232-67/+102
|\
| * fix tests after improve PluginDescriptorFinderDecebal Suiu2015-09-222-3/+12
| * improve PluginDescriptorFinder implementations (see #70)Decebal Suiu2015-09-182-67/+93
|/
* make more fields protected in DefaultPluginManagerDecebal Suiu2015-09-171-17/+17
* remove unused importDecebal Suiu2015-09-171-2/+0
* remove unused importDecebal Suiu2015-09-171-2/+0
* Merge pull request #61 from lightglitch/unit-testsDecebal Suiu2015-09-096-4/+364
|\
| * Generate Manifest content for testingMário Franco2015-09-098-93/+163
| * Added a few moreMário Franco2015-09-093-12/+53
| * Added fail on missing plugin idMário Franco2015-09-092-0/+24
| * Added more fail testsMário Franco2015-09-093-3/+52