aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Plugable ExtensionStorage in ExtensionAnnotationProcessor (via processor opti...Decebal Suiu2016-01-141-4/+42
* 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
* 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
* 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
* 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-216-31/+174
* 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
* 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
* | fix for #53Decebal Suiu2015-07-201-38/+40
|/