summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix profile nameMário Franco2015-05-271-1/+1
| |
| * Fix build on JDK 1.8Mário Franco2015-05-271-2/+11
|/
* Merge pull request #33 from stiXits/masterDecebal Suiu2015-03-0221-0/+383
|\ | | | | Demo build configuration with gradle
| * unified plugin-provider with pluginpropertiesStix2015-03-012-2/+2
| |
| * minor fixesStix2015-03-015-20/+25
| |
| * added base filesStix2015-03-0121-0/+378
|/
* Update README.mdDecebal Suiu2014-09-051-2/+1
|
* Update README.mdDecebal Suiu2014-09-051-1/+1
|
* specify that PluginClassLoader is a Parent Last ClassLoader - it loads the ↵Decebal Suiu2014-09-052-1/+4
| | | | classes from the plugin's jars before delegating to the parent class loader
* Merge pull request #22 from ggsjyoon/patch-1Decebal Suiu2014-09-041-1/+1
|\ | | | | Fixed typos in README.md
| * Fixed typos in README.mdSJ.Yoon2014-09-041-1/+1
|/
* Update README.mdDecebal Suiu2014-09-031-4/+5
|
* defense for #21Decebal Suiu2014-08-241-3/+7
|
* Update README.mdDecebal Suiu2014-08-191-1/+1
|
* try to improve logging for DefaultExtensionFinderDecebal Suiu2014-08-071-3/+5
|
* update .gitignoreDecebal Suiu2014-08-061-1/+2
|
* Update README.mdDecebal Suiu2014-07-311-2/+2
|
* [maven-release-plugin] prepare for next development iterationDecebal Suiu2014-07-308-16/+16
|
* [maven-release-plugin] prepare release release-0.9.0release-0.9.0Decebal Suiu2014-07-308-16/+16
|
* try to resolve issue #20Decebal Suiu2014-07-159-96/+278
|
* Update README.mdDecebal Suiu2014-06-271-0/+1
|
* add 'How to build' section in readmeDecebal Suiu2014-06-231-0/+14
|
* Update README.mdDecebal Suiu2014-06-161-1/+6
|
* Update README.mdDecebal Suiu2014-06-161-4/+5
|
* fix a broken link in readmeDecebal Suiu2014-06-111-1/+1
|
* Merge remote-tracking branch 'origin/master'Decebal Suiu2014-06-111-0/+7
|\
| * Update README.mdDecebal Suiu2014-06-041-1/+1
| |
| * Update README.mdDecebal Suiu2014-06-041-1/+1
| |
| * Update README.mdDecebal Suiu2014-06-041-1/+1
| |
| * Update README.mdDecebal Suiu2014-06-041-0/+7
| |
* | load extensions from classpath; before this commit only plugins can declare ↵Decebal Suiu2014-06-116-31/+138
|/ | | | extensions
* fix an issue that occurs when the plugin developer put the pf4j jar in the ↵Decebal Suiu2014-06-021-9/+9
| | | | plugin's lib folder (or not declare the pf4j dependency with scope provided in pom.xml)
* minor changeDecebal Suiu2014-06-021-1/+1
|
* add info message about pf4j version and the runtime modeDecebal Suiu2014-04-231-3/+2
|
* add version in DefaultPluginManagerDecebal Suiu2014-04-232-0/+22
|
* add dispose method in PluginClassLoaderDecebal Suiu2014-04-232-5/+23
|
* Update README.mdDecebal Suiu2014-04-151-14/+12
|
* Merge branch 'master' of https://github.com/decebals/pf4jDecebal Suiu2014-04-158-15/+15
|\
| * [maven-release-plugin] prepare for next development iterationDecebal Suiu2014-04-158-16/+16
| |
| * [maven-release-plugin] prepare release release-0.8.0release-0.8.0Decebal Suiu2014-04-158-16/+16
| |
* | update readmeDecebal Suiu2014-04-151-0/+38
|/
* update slf4j to 1.7.5Decebal Suiu2014-04-143-30/+23
|
* rename PluginVersion to VersionDecebal Suiu2014-04-147-55/+54
|
* Merge pull request #15 from gitblit/requiresDecebal Suiu2014-04-145-6/+97
|\ | | | | Add an optional requires manifest value
| * Move requires logic to isPluginValid(PluginWrapper), rename default version ↵James Moger2014-04-143-26/+35
| | | | | | | | to ZERO
| * Add an optional requires manifest valueJames Moger2014-04-125-5/+87
|/ | | | | | | | | | | | | | As integrators of pf4j evovle their extension APIs it will become a requirement to specify a minimum system version for loading plugins. Loading & starting a newer plugin on an older system could result in runtime failures due to method signature changes or other class differences. This change adds a manifest attribute to specify a 'requires' version which is a minmum system version. It also introduces a method to specify the system version of the plugin manager and logic to disable plugins on load if the system version is too old. This works for both loadPlugins() and loadPlugin().
* Merge pull request #13 from gitblit/descriptionDecebal Suiu2014-04-122-20/+39
|\ | | | | Add an optional description to the manifest
| * Add an optional description to the manifestJames Moger2014-04-122-20/+39
| |
* | Merge pull request #12 from gitblit/fix_loglevelDecebal Suiu2014-04-121-1/+1
|\ \ | |/ |/| Change log level of a debug message from warn to debug
| * Change log level of a debug message from warn to debugJames Moger2014-04-121-1/+1
|/