]> source.dussan.org Git - pf4j.git/log
pf4j.git
8 years agoUpdate CHANGELOG.md
Decebal Suiu [Fri, 29 Jan 2016 12:42:28 +0000 (14:42 +0200)]
Update CHANGELOG.md

8 years ago[maven-release-plugin] prepare for next development iteration
Decebal Suiu [Fri, 29 Jan 2016 12:11:16 +0000 (14:11 +0200)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release release-0.12.0 release-0.12.0
Decebal Suiu [Fri, 29 Jan 2016 12:11:11 +0000 (14:11 +0200)]
[maven-release-plugin] prepare release release-0.12.0

8 years agoAdd properties to exclude demo from deploy, javadoc, etc
Decebal Suiu [Thu, 21 Jan 2016 14:57:01 +0000 (16:57 +0200)]
Add properties to exclude demo from deploy, javadoc, etc

8 years agofix wildcard imports
Decebal Suiu [Mon, 18 Jan 2016 20:07:10 +0000 (22:07 +0200)]
fix wildcard imports

8 years agoMerge pull request #87 from horuzhiy/master
Decebal Suiu [Mon, 18 Jan 2016 19:55:39 +0000 (21:55 +0200)]
Merge pull request #87 from horuzhiy/master

Fix issue "URI is not hierarchical" when working with extensions jar's

8 years agoChange Java 8 newBufferedReader method to be compiled on Java 7 87/head
Alexander Horuzhiy [Mon, 18 Jan 2016 15:34:39 +0000 (16:34 +0100)]
Change Java 8 newBufferedReader method to be compiled on Java 7

8 years agoRemove Java 8 dependency
Alexander Horuzhiy [Mon, 18 Jan 2016 15:31:54 +0000 (16:31 +0100)]
Remove Java 8 dependency

8 years agoFix issue with listing files from the Jar file. Work with Jar's like with external...
Alexander Horuzhiy [Mon, 18 Jan 2016 15:25:39 +0000 (16:25 +0100)]
Fix issue with listing files from the Jar file. Work with Jar's like with external file system using NIO.

8 years agoAdd 'ServiceLoader interoperability' section in readme
Decebal Suiu [Thu, 14 Jan 2016 13:49:58 +0000 (15:49 +0200)]
Add 'ServiceLoader interoperability' section in readme

8 years agoPlugable ExtensionStorage in ExtensionAnnotationProcessor (via processor options...
Decebal Suiu [Thu, 14 Jan 2016 12:44:54 +0000 (14:44 +0200)]
Plugable ExtensionStorage in ExtensionAnnotationProcessor (via processor options and system properties)

8 years agoAdd changelog
Decebal Suiu [Wed, 13 Jan 2016 13:58:36 +0000 (15:58 +0200)]
Add changelog

8 years agoMerge pull request #85 from decebals/service_provider
Decebal Suiu [Wed, 13 Jan 2016 09:10:43 +0000 (11:10 +0200)]
Merge pull request #85 from decebals/service_provider

Extension storage based on Java Service Provider (META-INf/services)

8 years agoAdd SNAPSHOT maven repository
Decebal Suiu [Wed, 6 Jan 2016 11:39:48 +0000 (13:39 +0200)]
Add SNAPSHOT maven repository

8 years agoRemove unused util class 85/head
Decebal Suiu [Tue, 5 Jan 2016 13:34:14 +0000 (15:34 +0200)]
Remove unused util class

8 years agoBack to extensions.idx storage (maybe temporary) because it's more tested
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

8 years agoUse PluginClassLoader.findResource instead of getResource
Decebal Suiu [Tue, 5 Jan 2016 13:21:52 +0000 (15:21 +0200)]
Use PluginClassLoader.findResource instead of getResource

8 years agoRemove isExtensionPoint check in AbstractExtensionFinder so a Service from a ServiceP...
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

8 years agoFix a bug related to extension HowdyGreeting is not visible on getExtensions()
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()

8 years agoadd HowdyGreeting in demo, a Greeting service implementation declared via Java Servic...
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)

8 years agofix a stupid bug
Decebal Suiu [Mon, 4 Jan 2016 13:49:55 +0000 (15:49 +0200)]
fix a stupid bug

8 years agoimprove *ExtensionStorage.read methods, remove comments and whitespaces
Decebal Suiu [Mon, 4 Jan 2016 10:00:33 +0000 (12:00 +0200)]
improve *ExtensionStorage.read methods, remove comments and whitespaces

8 years agouse META-INF/services storage by default
Decebal Suiu [Mon, 4 Jan 2016 07:42:17 +0000 (09:42 +0200)]
use META-INF/services storage by default

8 years agoFix link
Decebal Suiu [Wed, 30 Dec 2015 03:21:36 +0000 (05:21 +0200)]
Fix link

8 years agoAdd section `Default/System extension` in readme
Decebal Suiu [Wed, 30 Dec 2015 03:19:39 +0000 (05:19 +0200)]
Add section `Default/System extension` in readme

8 years agoAdd a little description for each external (separate repository) PF4J extensions
Decebal Suiu [Mon, 28 Dec 2015 20:54:46 +0000 (22:54 +0200)]
Add a little description for each external (separate repository) PF4J extensions

8 years agoAdd getExtensionFactory in PluginManager interface
Decebal Suiu [Mon, 28 Dec 2015 20:35:34 +0000 (22:35 +0200)]
Add  getExtensionFactory in PluginManager interface

8 years agoPull method DefaultPluginManager.whichPlugin() to PluginManager
Decebal Suiu [Sat, 26 Dec 2015 21:36:24 +0000 (23:36 +0200)]
Pull method DefaultPluginManager.whichPlugin() to PluginManager

8 years agofix #84
Decebal Suiu [Sat, 26 Dec 2015 21:16:35 +0000 (23:16 +0200)]
fix #84

8 years agoRemove unnecessary line
Decebal Suiu [Thu, 24 Dec 2015 08:24:57 +0000 (10:24 +0200)]
Remove unnecessary line

8 years agoIn development mode hide plugins/target (is not a plugin)
Decebal Suiu [Thu, 24 Dec 2015 07:26:32 +0000 (09:26 +0200)]
In development mode hide plugins/target (is not a plugin)

8 years agoAdd NameFileFilter and OrFileFilter
Decebal Suiu [Thu, 24 Dec 2015 07:23:40 +0000 (09:23 +0200)]
Add NameFileFilter and OrFileFilter

8 years agoAdd constructor with vararg and make addFileFilter method fluent in AndFileFilter
Decebal Suiu [Thu, 24 Dec 2015 07:23:05 +0000 (09:23 +0200)]
Add constructor with vararg and make addFileFilter method fluent in AndFileFilter

8 years agoFormat the license header
Decebal Suiu [Thu, 24 Dec 2015 05:55:02 +0000 (07:55 +0200)]
Format the license header

8 years agofix #83
Decebal Suiu [Wed, 23 Dec 2015 19:09:00 +0000 (21:09 +0200)]
fix #83

8 years ago[maven-release-plugin] prepare for next development iteration
Decebal Suiu [Thu, 19 Nov 2015 14:30:09 +0000 (16:30 +0200)]
[maven-release-plugin] prepare for next development iteration

8 years ago[maven-release-plugin] prepare release release-0.11.0 release-0.11.0
Decebal Suiu [Thu, 19 Nov 2015 14:30:03 +0000 (16:30 +0200)]
[maven-release-plugin] prepare release release-0.11.0

8 years agoupdate maven-release-plugin to 2.5.3
Decebal Suiu [Thu, 19 Nov 2015 14:28:02 +0000 (16:28 +0200)]
update maven-release-plugin to 2.5.3

9 years agomake PluginManager available in Plugin via PluginWrapper
Decebal Suiu [Wed, 7 Oct 2015 11:07:08 +0000 (14:07 +0300)]
make PluginManager available in Plugin via PluginWrapper

9 years agominor changes
Decebal Suiu [Tue, 6 Oct 2015 08:27:53 +0000 (11:27 +0300)]
minor changes

9 years agouse FileUtils.writeLines
Decebal Suiu [Tue, 6 Oct 2015 08:22:51 +0000 (11:22 +0300)]
use FileUtils.writeLines

9 years agofix #78
Decebal Suiu [Tue, 6 Oct 2015 08:09:25 +0000 (11:09 +0300)]
fix #78

9 years agofix typo
Decebal Suiu [Sat, 3 Oct 2015 17:31:53 +0000 (20:31 +0300)]
fix typo

9 years agomake DefaultExtensionFinder testable
Decebal Suiu [Fri, 25 Sep 2015 14:48:45 +0000 (17:48 +0300)]
make DefaultExtensionFinder testable

9 years agoMerge pull request #72 from decebals/plugin_descriptor_finder
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)

9 years agofix tests after improve PluginDescriptorFinder 72/head
Decebal Suiu [Tue, 22 Sep 2015 12:42:39 +0000 (15:42 +0300)]
fix tests after improve PluginDescriptorFinder

9 years agoimprove PluginDescriptorFinder implementations (see #70)
Decebal Suiu [Fri, 18 Sep 2015 12:02:37 +0000 (15:02 +0300)]
improve PluginDescriptorFinder implementations (see #70)

9 years agomake more fields protected in DefaultPluginManager
Decebal Suiu [Thu, 17 Sep 2015 10:42:21 +0000 (13:42 +0300)]
make more fields protected in DefaultPluginManager

9 years agoremove unused import
Decebal Suiu [Thu, 17 Sep 2015 08:54:50 +0000 (11:54 +0300)]
remove unused import

9 years agoremove unused import
Decebal Suiu [Thu, 17 Sep 2015 08:52:20 +0000 (11:52 +0300)]
remove unused import

9 years agoMerge pull request #61 from lightglitch/unit-tests
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

9 years agoGenerate Manifest content for testing 61/head
Mário Franco [Wed, 9 Sep 2015 11:00:01 +0000 (12:00 +0100)]
Generate Manifest content for testing

9 years agoAdded a few more
Mário Franco [Tue, 21 Jul 2015 15:17:23 +0000 (16:17 +0100)]
Added a few more

9 years agoAdded fail on missing plugin id
Mário Franco [Tue, 21 Jul 2015 15:00:24 +0000 (16:00 +0100)]
Added fail on missing plugin id

9 years agoAdded more fail tests
Mário Franco [Tue, 21 Jul 2015 14:55:48 +0000 (15:55 +0100)]
Added more fail tests

9 years agoAdded ManifestPluginDescriptorFinder tests
Mário Franco [Tue, 21 Jul 2015 14:46:54 +0000 (15:46 +0100)]
Added ManifestPluginDescriptorFinder tests

9 years agoAdded one more fail test to DefaultExtensionFactory
Mário Franco [Tue, 21 Jul 2015 13:26:57 +0000 (14:26 +0100)]
Added one more fail test to DefaultExtensionFactory

9 years agoAdded one more fail test to DefaultPluginFactory
Mário Franco [Tue, 21 Jul 2015 13:17:17 +0000 (14:17 +0100)]
Added one more fail test to DefaultPluginFactory

9 years agoadded possibility to overwrite DefaultPluginManager (see #66)
Decebal Suiu [Tue, 8 Sep 2015 11:37:12 +0000 (14:37 +0300)]
added possibility to overwrite DefaultPluginManager (see #66)

9 years ago[maven-release-plugin] prepare for next development iteration
Decebal Suiu [Tue, 11 Aug 2015 15:20:11 +0000 (18:20 +0300)]
[maven-release-plugin] prepare for next development iteration

9 years ago[maven-release-plugin] prepare release release-0.10.0 release-0.10.0
Decebal Suiu [Tue, 11 Aug 2015 15:20:07 +0000 (18:20 +0300)]
[maven-release-plugin] prepare release release-0.10.0

9 years agofix #63
Decebal Suiu [Thu, 6 Aug 2015 13:46:08 +0000 (16:46 +0300)]
fix #63

9 years agofix #60
Decebal Suiu [Tue, 21 Jul 2015 14:05:09 +0000 (17:05 +0300)]
fix #60

9 years agoMerge pull request #59 from lightglitch/unit-tests
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

9 years agoClean up the tests 59/head
Mário Franco [Tue, 21 Jul 2015 13:08:51 +0000 (14:08 +0100)]
Clean up the tests

9 years agoAdded tests for DefaultExtensionFactory
Mário Franco [Tue, 21 Jul 2015 00:18:39 +0000 (01:18 +0100)]
Added tests for DefaultExtensionFactory

9 years agoAdd another fail test
Mário Franco [Tue, 21 Jul 2015 00:10:26 +0000 (01:10 +0100)]
Add another fail test

9 years agoFix versions
Mário Franco [Tue, 21 Jul 2015 00:03:38 +0000 (01:03 +0100)]
Fix versions

9 years agoAdded tests for DefaultPluginFactory and multiple improvements
Mário Franco [Mon, 20 Jul 2015 23:56:30 +0000 (00:56 +0100)]
Added tests for DefaultPluginFactory and multiple improvements

9 years agoMerge pull request #58 from lightglitch/unit-tests
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

9 years agoAdded failed validation 58/head
Mário Franco [Mon, 20 Jul 2015 20:01:04 +0000 (21:01 +0100)]
Added failed validation

9 years agoAdded test for DefaultPluginRepository
Mário Franco [Mon, 20 Jul 2015 19:57:51 +0000 (20:57 +0100)]
Added test for DefaultPluginRepository

9 years agoMerge pull request #57 from lightglitch/unit-tests
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

9 years agoAdded Test for PluginStatusProvider 57/head
Mário Franco [Mon, 20 Jul 2015 18:02:46 +0000 (19:02 +0100)]
Added Test for PluginStatusProvider

9 years agoMerge pull request #56 from lightglitch/unit-tests
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

9 years agoForce travis build 56/head
Mário Franco [Mon, 20 Jul 2015 16:07:07 +0000 (17:07 +0100)]
Force travis build

9 years agoPrepare unit test coverage on Travis and Coveralls
Mário Franco [Mon, 20 Jul 2015 15:58:46 +0000 (16:58 +0100)]
Prepare unit test coverage on Travis and Coveralls

9 years agofix wildcard import
Decebal Suiu [Mon, 20 Jul 2015 13:47:35 +0000 (16:47 +0300)]
fix wildcard import

9 years agoMerge pull request #55 from lightglitch/master
Decebal Suiu [Mon, 20 Jul 2015 13:15:00 +0000 (16:15 +0300)]
Merge pull request #55 from lightglitch/master

Stop leafs first

9 years agofix for #53
Decebal Suiu [Mon, 20 Jul 2015 13:09:54 +0000 (16:09 +0300)]
fix for #53

9 years agoStop leafs first 55/head
Mário Franco [Mon, 20 Jul 2015 12:48:51 +0000 (13:48 +0100)]
Stop leafs first

9 years agoMerge pull request #54 from lightglitch/issue_42
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

9 years agoFix #42 and it's a help for #32 54/head
Mário Franco [Mon, 20 Jul 2015 11:00:03 +0000 (12:00 +0100)]
Fix #42 and it's a help for #32

9 years agomake pluginsDirectory canonical
Decebal Suiu [Thu, 25 Jun 2015 16:49:50 +0000 (19:49 +0300)]
make pluginsDirectory canonical

9 years agofix typo
Decebal Suiu [Thu, 25 Jun 2015 16:36:18 +0000 (19:36 +0300)]
fix typo

9 years agoMerge pull request #44 from lightglitch/versioning
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

9 years agoReplace Version with semver lib 44/head
Mário Franco [Fri, 5 Jun 2015 13:31:31 +0000 (14:31 +0100)]
Replace Version with semver lib

9 years agoMerge pull request #48 from lightglitch/master
Decebal Suiu [Fri, 5 Jun 2015 15:27:15 +0000 (18:27 +0300)]
Merge pull request #48 from lightglitch/master

Fix name in utf

9 years agolittle preparation for #42
Decebal Suiu [Fri, 5 Jun 2015 15:09:17 +0000 (18:09 +0300)]
little preparation for #42

9 years agoFix name in utf 48/head
Mário Franco [Fri, 5 Jun 2015 15:02:13 +0000 (16:02 +0100)]
Fix name in utf

9 years agofix type
Decebal Suiu [Fri, 5 Jun 2015 14:52:51 +0000 (17:52 +0300)]
fix type

9 years agoconvert existing generics to diamond syntax
Decebal Suiu [Fri, 5 Jun 2015 14:50:29 +0000 (17:50 +0300)]
convert existing generics to diamond syntax

9 years agoMerge pull request #47 from lightglitch/master
Decebal Suiu [Fri, 5 Jun 2015 14:26:16 +0000 (17:26 +0300)]
Merge pull request #47 from lightglitch/master

Editor config style applied

9 years agoEditor config style applied 47/head
Mário Franco [Fri, 5 Jun 2015 14:21:32 +0000 (15:21 +0100)]
Editor config style applied

9 years agoadd initial version for .editorconfig (see http://editorconfig.org/)
Decebal Suiu [Fri, 5 Jun 2015 13:29:44 +0000 (16:29 +0300)]
add initial version for .editorconfig (see http://editorconfig.org/)

9 years agoready for travis-ci
Decebal Suiu [Fri, 5 Jun 2015 13:26:55 +0000 (16:26 +0300)]
ready for travis-ci

9 years agoMerge pull request #43 from decebals/plugin-repository
Decebal Suiu [Fri, 5 Jun 2015 12:57:08 +0000 (15:57 +0300)]
Merge pull request #43 from decebals/plugin-repository

review #41

9 years agoreview #41 43/head
Decebal Suiu [Fri, 5 Jun 2015 12:15:25 +0000 (15:15 +0300)]
review #41

9 years agoMerge pull request #40 from lightglitch/plugin-status-provider
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

9 years agoClean PluginStatusProvider api 40/head
Mário Franco [Wed, 27 May 2015 16:18:04 +0000 (17:18 +0100)]
Clean PluginStatusProvider api