aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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 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
* 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-2456-309/+456
* fix #83Decebal Suiu2015-12-231-1/+4
* [maven-release-plugin] prepare for next development iterationDecebal Suiu2015-11-191-2/+2
* [maven-release-plugin] prepare release release-0.11.0release-0.11.0Decebal Suiu2015-11-191-2/+2
* 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
* make DefaultExtensionFinder testableDecebal Suiu2015-09-251-28/+43
* 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
* 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
* Added ManifestPluginDescriptorFinder testsMário Franco2015-09-094-0/+119
* Added one more fail test to DefaultExtensionFactoryMário Franco2015-09-092-0/+39
* Added one more fail test to DefaultPluginFactoryMário Franco2015-09-091-0/+18
* added possibility to overwrite DefaultPluginManager (see #66)Decebal Suiu2015-09-082-2/+2
* [maven-release-plugin] prepare for next development iterationDecebal Suiu2015-08-111-2/+2
* [maven-release-plugin] prepare release release-0.10.0release-0.10.0Decebal Suiu2015-08-111-2/+2
* fix #63Decebal Suiu2015-08-062-24/+19
* fix #60Decebal Suiu2015-07-211-10/+18
* Clean up the testsMário Franco2015-07-215-38/+3
* Added tests for DefaultExtensionFactoryMário Franco2015-07-212-0/+76
* Add another fail testMário Franco2015-07-212-0/+50
* Added tests for DefaultPluginFactory and multiple improvementsMário Franco2015-07-217-31/+180
* Added failed validationMário Franco2015-07-201-0/+2
* Added test for DefaultPluginRepositoryMário Franco2015-07-201-0/+86
* Added Test for PluginStatusProviderMário Franco2015-07-202-3/+148
* Prepare unit test coverage on Travis and CoverallsMário Franco2015-07-201-1/+1
* fix wildcard importDecebal Suiu2015-07-201-6/+17
* Merge pull request #55 from lightglitch/masterDecebal Suiu2015-07-201-1/+1
|\
| * Stop leafs firstMário Franco2015-07-201-1/+1