]>
source.dussan.org Git - pf4j.git/log
Decebal Suiu [Tue, 5 Jan 2016 13:34:14 +0000 (15:34 +0200)]
Remove unused util class
Decebal Suiu [Tue, 5 Jan 2016 13:31:31 +0000 (15:31 +0200)]
Back to extensions.idx storage (maybe temporary) because it's more tested
Decebal Suiu [Tue, 5 Jan 2016 13:21:52 +0000 (15:21 +0200)]
Use PluginClassLoader.findResource instead of getResource
Decebal Suiu [Tue, 5 Jan 2016 12:04:50 +0000 (14:04 +0200)]
Remove isExtensionPoint check in AbstractExtensionFinder so a Service from a ServiceProvider is seen as an extension point
Decebal Suiu [Mon, 4 Jan 2016 14:37:10 +0000 (16:37 +0200)]
Fix a bug related to extension HowdyGreeting is not visible on getExtensions()
Decebal Suiu [Mon, 4 Jan 2016 13:54:13 +0000 (15:54 +0200)]
add HowdyGreeting in demo, a Greeting service implementation declared via Java Service Provider mechanism (META-INF/services)
Decebal Suiu [Mon, 4 Jan 2016 13:49:55 +0000 (15:49 +0200)]
fix a stupid bug
Decebal Suiu [Mon, 4 Jan 2016 10:00:33 +0000 (12:00 +0200)]
improve *ExtensionStorage.read methods, remove comments and whitespaces
Decebal Suiu [Mon, 4 Jan 2016 07:42:17 +0000 (09:42 +0200)]
use META-INF/services storage by default
Decebal Suiu [Wed, 30 Dec 2015 03:21:36 +0000 (05:21 +0200)]
Fix link
Decebal Suiu [Wed, 30 Dec 2015 03:19:39 +0000 (05:19 +0200)]
Add section `Default/System extension` in readme
Decebal Suiu [Mon, 28 Dec 2015 20:54:46 +0000 (22:54 +0200)]
Add a little description for each external (separate repository) PF4J extensions
Decebal Suiu [Mon, 28 Dec 2015 20:35:34 +0000 (22:35 +0200)]
Add getExtensionFactory in PluginManager interface
Decebal Suiu [Sat, 26 Dec 2015 21:36:24 +0000 (23:36 +0200)]
Pull method DefaultPluginManager.whichPlugin() to PluginManager
Decebal Suiu [Sat, 26 Dec 2015 21:16:35 +0000 (23:16 +0200)]
fix #84
Decebal Suiu [Thu, 24 Dec 2015 08:24:57 +0000 (10:24 +0200)]
Remove unnecessary line
Decebal Suiu [Thu, 24 Dec 2015 07:26:32 +0000 (09:26 +0200)]
In development mode hide plugins/target (is not a plugin)
Decebal Suiu [Thu, 24 Dec 2015 07:23:40 +0000 (09:23 +0200)]
Add NameFileFilter and OrFileFilter
Decebal Suiu [Thu, 24 Dec 2015 07:23:05 +0000 (09:23 +0200)]
Add constructor with vararg and make addFileFilter method fluent in AndFileFilter
Decebal Suiu [Thu, 24 Dec 2015 05:55:02 +0000 (07:55 +0200)]
Format the license header
Decebal Suiu [Wed, 23 Dec 2015 19:09:00 +0000 (21:09 +0200)]
fix #83
Decebal Suiu [Thu, 19 Nov 2015 14:30:09 +0000 (16:30 +0200)]
[maven-release-plugin] prepare for next development iteration
Decebal Suiu [Thu, 19 Nov 2015 14:30:03 +0000 (16:30 +0200)]
[maven-release-plugin] prepare release release-0.11.0
Decebal Suiu [Thu, 19 Nov 2015 14:28:02 +0000 (16:28 +0200)]
update maven-release-plugin to 2.5.3
Decebal Suiu [Wed, 7 Oct 2015 11:07:08 +0000 (14:07 +0300)]
make PluginManager available in Plugin via PluginWrapper
Decebal Suiu [Tue, 6 Oct 2015 08:27:53 +0000 (11:27 +0300)]
minor changes
Decebal Suiu [Tue, 6 Oct 2015 08:22:51 +0000 (11:22 +0300)]
use FileUtils.writeLines
Decebal Suiu [Tue, 6 Oct 2015 08:09:25 +0000 (11:09 +0300)]
fix #78
Decebal Suiu [Sat, 3 Oct 2015 17:31:53 +0000 (20:31 +0300)]
fix typo
Decebal Suiu [Fri, 25 Sep 2015 14:48:45 +0000 (17:48 +0300)]
make DefaultExtensionFinder testable
Decebal Suiu [Wed, 23 Sep 2015 09:18:55 +0000 (12:18 +0300)]
Merge pull request #72 from decebals/plugin_descriptor_finder
improve PluginDescriptorFinder implementations (see #70)
Decebal Suiu [Tue, 22 Sep 2015 12:42:39 +0000 (15:42 +0300)]
fix tests after improve PluginDescriptorFinder
Decebal Suiu [Fri, 18 Sep 2015 12:02:37 +0000 (15:02 +0300)]
improve PluginDescriptorFinder implementations (see #70)
Decebal Suiu [Thu, 17 Sep 2015 10:42:21 +0000 (13:42 +0300)]
make more fields protected in DefaultPluginManager
Decebal Suiu [Thu, 17 Sep 2015 08:54:50 +0000 (11:54 +0300)]
remove unused import
Decebal Suiu [Thu, 17 Sep 2015 08:52:20 +0000 (11:52 +0300)]
remove unused import
Decebal Suiu [Wed, 9 Sep 2015 12:05:24 +0000 (15:05 +0300)]
Merge pull request #61 from lightglitch/unit-tests
A few more unit tests
Mário Franco [Wed, 9 Sep 2015 11:00:01 +0000 (12:00 +0100)]
Generate Manifest content for testing
Mário Franco [Tue, 21 Jul 2015 15:17:23 +0000 (16:17 +0100)]
Added a few more
Mário Franco [Tue, 21 Jul 2015 15:00:24 +0000 (16:00 +0100)]
Added fail on missing plugin id
Mário Franco [Tue, 21 Jul 2015 14:55:48 +0000 (15:55 +0100)]
Added more fail tests
Mário Franco [Tue, 21 Jul 2015 14:46:54 +0000 (15:46 +0100)]
Added ManifestPluginDescriptorFinder tests
Mário Franco [Tue, 21 Jul 2015 13:26:57 +0000 (14:26 +0100)]
Added one more fail test to DefaultExtensionFactory
Mário Franco [Tue, 21 Jul 2015 13:17:17 +0000 (14:17 +0100)]
Added one more fail test to DefaultPluginFactory
Decebal Suiu [Tue, 8 Sep 2015 11:37:12 +0000 (14:37 +0300)]
added possibility to overwrite DefaultPluginManager (see #66)
Decebal Suiu [Tue, 11 Aug 2015 15:20:11 +0000 (18:20 +0300)]
[maven-release-plugin] prepare for next development iteration
Decebal Suiu [Tue, 11 Aug 2015 15:20:07 +0000 (18:20 +0300)]
[maven-release-plugin] prepare release release-0.10.0
Decebal Suiu [Thu, 6 Aug 2015 13:46:08 +0000 (16:46 +0300)]
fix #63
Decebal Suiu [Tue, 21 Jul 2015 14:05:09 +0000 (17:05 +0300)]
fix #60
Decebal Suiu [Tue, 21 Jul 2015 13:15:06 +0000 (16:15 +0300)]
Merge pull request #59 from lightglitch/unit-tests
A few more unit tests
Mário Franco [Tue, 21 Jul 2015 13:08:51 +0000 (14:08 +0100)]
Clean up the tests
Mário Franco [Tue, 21 Jul 2015 00:18:39 +0000 (01:18 +0100)]
Added tests for DefaultExtensionFactory
Mário Franco [Tue, 21 Jul 2015 00:10:26 +0000 (01:10 +0100)]
Add another fail test
Mário Franco [Tue, 21 Jul 2015 00:03:38 +0000 (01:03 +0100)]
Fix versions
Mário Franco [Mon, 20 Jul 2015 23:56:30 +0000 (00:56 +0100)]
Added tests for DefaultPluginFactory and multiple improvements
Decebal Suiu [Mon, 20 Jul 2015 20:21:43 +0000 (23:21 +0300)]
Merge pull request #58 from lightglitch/unit-tests
Added test for DefaultPluginRepository
Mário Franco [Mon, 20 Jul 2015 20:01:04 +0000 (21:01 +0100)]
Added failed validation
Mário Franco [Mon, 20 Jul 2015 19:57:51 +0000 (20:57 +0100)]
Added test for DefaultPluginRepository
Decebal Suiu [Mon, 20 Jul 2015 19:31:20 +0000 (22:31 +0300)]
Merge pull request #57 from lightglitch/unit-tests
Added Test for PluginStatusProvider
Mário Franco [Mon, 20 Jul 2015 18:02:46 +0000 (19:02 +0100)]
Added Test for PluginStatusProvider
Decebal Suiu [Mon, 20 Jul 2015 16:27:06 +0000 (19:27 +0300)]
Merge pull request #56 from lightglitch/unit-tests
Prepare unit test coverage on Travis and Coveralls
Mário Franco [Mon, 20 Jul 2015 16:07:07 +0000 (17:07 +0100)]
Force travis build
Mário Franco [Mon, 20 Jul 2015 15:58:46 +0000 (16:58 +0100)]
Prepare unit test coverage on Travis and Coveralls
Decebal Suiu [Mon, 20 Jul 2015 13:47:35 +0000 (16:47 +0300)]
fix wildcard import
Decebal Suiu [Mon, 20 Jul 2015 13:15:00 +0000 (16:15 +0300)]
Merge pull request #55 from lightglitch/master
Stop leafs first
Decebal Suiu [Mon, 20 Jul 2015 13:09:54 +0000 (16:09 +0300)]
fix for #53
Mário Franco [Mon, 20 Jul 2015 12:48:51 +0000 (13:48 +0100)]
Stop leafs first
Decebal Suiu [Mon, 20 Jul 2015 11:26:24 +0000 (14:26 +0300)]
Merge pull request #54 from lightglitch/issue_42
Fix #42 and it's a help for #32
Mário Franco [Mon, 20 Jul 2015 11:00:03 +0000 (12:00 +0100)]
Fix #42 and it's a help for #32
Decebal Suiu [Thu, 25 Jun 2015 16:49:50 +0000 (19:49 +0300)]
make pluginsDirectory canonical
Decebal Suiu [Thu, 25 Jun 2015 16:36:18 +0000 (19:36 +0300)]
fix typo
Decebal Suiu [Thu, 25 Jun 2015 16:12:51 +0000 (19:12 +0300)]
Merge pull request #44 from lightglitch/versioning
Replace Version with semver lib
Mário Franco [Fri, 5 Jun 2015 13:31:31 +0000 (14:31 +0100)]
Replace Version with semver lib
Decebal Suiu [Fri, 5 Jun 2015 15:27:15 +0000 (18:27 +0300)]
Merge pull request #48 from lightglitch/master
Fix name in utf
Decebal Suiu [Fri, 5 Jun 2015 15:09:17 +0000 (18:09 +0300)]
little preparation for #42
Mário Franco [Fri, 5 Jun 2015 15:02:13 +0000 (16:02 +0100)]
Fix name in utf
Decebal Suiu [Fri, 5 Jun 2015 14:52:51 +0000 (17:52 +0300)]
fix type
Decebal Suiu [Fri, 5 Jun 2015 14:50:29 +0000 (17:50 +0300)]
convert existing generics to diamond syntax
Decebal Suiu [Fri, 5 Jun 2015 14:26:16 +0000 (17:26 +0300)]
Merge pull request #47 from lightglitch/master
Editor config style applied
Mário Franco [Fri, 5 Jun 2015 14:21:32 +0000 (15:21 +0100)]
Editor config style applied
Decebal Suiu [Fri, 5 Jun 2015 13:29:44 +0000 (16:29 +0300)]
add initial version for .editorconfig (see http://editorconfig.org/)
Decebal Suiu [Fri, 5 Jun 2015 13:26:55 +0000 (16:26 +0300)]
ready for travis-ci
Decebal Suiu [Fri, 5 Jun 2015 12:57:08 +0000 (15:57 +0300)]
Merge pull request #43 from decebals/plugin-repository
review #41
Decebal Suiu [Fri, 5 Jun 2015 12:15:25 +0000 (15:15 +0300)]
review #41
Decebal Suiu [Wed, 27 May 2015 17:10:41 +0000 (20:10 +0300)]
Merge pull request #40 from lightglitch/plugin-status-provider
Add Plugin status provider
Mário Franco [Wed, 27 May 2015 16:18:04 +0000 (17:18 +0100)]
Clean PluginStatusProvider api
Mário Franco [Wed, 27 May 2015 10:01:01 +0000 (11:01 +0100)]
Add Plugin status provider
Decebal Suiu [Wed, 27 May 2015 10:31:29 +0000 (13:31 +0300)]
Merge pull request #39 from lightglitch/fix1.8
Fix build on JDK 1.8
Mário Franco [Wed, 27 May 2015 10:27:39 +0000 (11:27 +0100)]
Fix profile name
Mário Franco [Wed, 27 May 2015 09:06:23 +0000 (10:06 +0100)]
Fix build on JDK 1.8
Decebal Suiu [Mon, 2 Mar 2015 09:44:11 +0000 (11:44 +0200)]
Merge pull request #33 from stiXits/master
Demo build configuration with gradle
Stix [Sun, 1 Mar 2015 16:59:53 +0000 (17:59 +0100)]
unified plugin-provider with pluginproperties
Stix [Sun, 1 Mar 2015 16:50:25 +0000 (17:50 +0100)]
minor fixes
Stix [Sun, 1 Mar 2015 16:24:43 +0000 (17:24 +0100)]
added base files
Decebal Suiu [Fri, 5 Sep 2014 12:18:03 +0000 (15:18 +0300)]
Update README.md
Decebal Suiu [Fri, 5 Sep 2014 12:17:24 +0000 (15:17 +0300)]
Update README.md
Decebal Suiu [Fri, 5 Sep 2014 12:12:41 +0000 (15:12 +0300)]
specify that PluginClassLoader is a Parent Last ClassLoader - it loads the classes from the plugin's jars before delegating to the parent class loader
Decebal Suiu [Thu, 4 Sep 2014 13:54:53 +0000 (16:54 +0300)]
Merge pull request #22 from ggsjyoon/patch-1
Fixed typos in README.md
SJ.Yoon [Thu, 4 Sep 2014 12:48:29 +0000 (08:48 -0400)]
Fixed typos in README.md
Decebal Suiu [Wed, 3 Sep 2014 08:52:45 +0000 (11:52 +0300)]
Update README.md