Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add info message about pf4j version and the runtime mode | Decebal Suiu | 2014-04-23 | 1 | -3/+2 | |
| | ||||||
* | add version in DefaultPluginManager | Decebal Suiu | 2014-04-23 | 1 | -0/+14 | |
| | ||||||
* | add dispose method in PluginClassLoader | Decebal Suiu | 2014-04-23 | 2 | -5/+23 | |
| | ||||||
* | update slf4j to 1.7.5 | Decebal Suiu | 2014-04-14 | 1 | -5/+4 | |
| | ||||||
* | rename PluginVersion to Version | Decebal Suiu | 2014-04-14 | 7 | -55/+54 | |
| | ||||||
* | Move requires logic to isPluginValid(PluginWrapper), rename default version ↵ | James Moger | 2014-04-14 | 3 | -26/+35 | |
| | | | | to ZERO | |||||
* | Add an optional requires manifest value | James Moger | 2014-04-12 | 5 | -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/description | Decebal Suiu | 2014-04-12 | 2 | -20/+39 | |
|\ | | | | | Add an optional description to the manifest | |||||
| * | Add an optional description to the manifest | James Moger | 2014-04-12 | 2 | -20/+39 | |
| | | ||||||
* | | Change log level of a debug message from warn to debug | James Moger | 2014-04-12 | 1 | -1/+1 | |
|/ | ||||||
* | Allow disabled plugins to be unloaded and deleted | James Moger | 2014-04-10 | 1 | -6/+7 | |
| | ||||||
* | Allow inspection of disabled plugins by not stopping resource loading | James Moger | 2014-04-09 | 2 | -30/+12 | |
| | | | | | | | | | | | | | | The differences between a DISABLED plugin and a STARTED plugin are: 1. a STARTED plugin has executed Plugin.start(), a DISABLED plugin has not 2. a STARTED plugin may contribute extension instances, a DISABLED plugin may not DISABLED plugins still have valid classloaders and their classes can be manually loaded and explored, but the resource loading - which is important for inspection has been handicapped by the DISABLED check. Instead of preventing loading the extension indexes for DISABLED plugins, the extension finder should only return ExtensionWrappers for STARTED plugins. | |||||
* | add listeners to plugin state changes | Decebal Suiu | 2014-04-09 | 8 | -53/+186 | |
| | ||||||
* | use PluginState.DISABLE instead of PluginManger.isPluginDisabled() | Decebal Suiu | 2014-04-08 | 4 | -47/+21 | |
| | ||||||
* | added support for PluginManager.getExtensionClassNames(String pluginId) and ↵ | Decebal Suiu | 2014-04-08 | 7 | -131/+220 | |
| | | | | simplify enable/disable plugin | |||||
* | a first version related to enable-disable plugin | Decebal Suiu | 2014-04-07 | 6 | -58/+209 | |
| | ||||||
* | Implement loading a single plugin archive | James Moger | 2014-04-04 | 4 | -635/+691 | |
| | ||||||
* | Simplify changes per review | James Moger | 2014-04-04 | 1 | -9/+7 | |
| | ||||||
* | Implement delete plugin | James Moger | 2014-04-03 | 3 | -22/+104 | |
| | ||||||
* | Merge pull request #3 from gitblit/stop_plugin | Decebal Suiu | 2014-04-03 | 3 | -60/+186 | |
|\ | | | | | Add support for starting, stopping, and unloading a plugin | |||||
| * | Add method to unload a plugin and it's dependencies | James Moger | 2014-04-02 | 3 | -8/+59 | |
| | | ||||||
| * | Add methods to start & stop a single plugin and it's dependencies | James Moger | 2014-04-02 | 2 | -52/+127 | |
| | | ||||||
* | | adopt semantic versioning for plugin | Decebal Suiu | 2014-04-01 | 2 | -89/+51 | |
| | | ||||||
* | | make PluginException visible from outside (public) | Decebal Suiu | 2014-03-31 | 1 | -1/+1 | |
| | | ||||||
* | | check that a java type is an ExtensionPoint | Decebal Suiu | 2014-03-31 | 1 | -8/+19 | |
|/ | ||||||
* | fix a minor message format in logging | Decebal Suiu | 2014-03-31 | 1 | -1/+1 | |
| | ||||||
* | add possibility to override extension creation in DefaultExtensionFinder | Decebal Suiu | 2013-10-10 | 1 | -8/+40 | |
| | ||||||
* | remove sezpoz dependency | Decebal Suiu | 2013-10-10 | 6 | -88/+227 | |
| | ||||||
* | add RuntimeMode with DEVELOPMENT and DEPLOYMENT values and working on ↵ | Decebal Suiu | 2013-10-03 | 6 | -397/+573 | |
| | | | | DEVELOPMENT mode | |||||
* | add debug messages for PropertiesPluginDescriptorFinder | Decebal Suiu | 2013-09-26 | 1 | -1/+9 | |
| | ||||||
* | add debug message for lookup plugins directory | Decebal Suiu | 2013-09-26 | 1 | -1/+2 | |
| | ||||||
* | add PluginClasspath - now you can add any classes and lib directories to ↵ | Decebal Suiu | 2013-09-25 | 7 | -187/+325 | |
| | | | | plugin classpath | |||||
* | add support hidden filter for plugins directory (.svn, .cvs, ...) | Decebal Suiu | 2013-09-25 | 9 | -83/+219 | |
| | ||||||
* | add args to logging code | Decebal Suiu | 2013-09-05 | 6 | -25/+26 | |
| | ||||||
* | add support for enabled (whitelist) plugins and disabled (blacklist) plugins | Decebal Suiu | 2013-02-22 | 2 | -30/+105 | |
| | ||||||
* | factory method pattern for PluginDescriptorFinder and ExtensionFinder | Decebal Suiu | 2013-02-20 | 1 | -10/+11 | |
| | ||||||
* | fix a issue with PluginClassLoader and javax. package | Decebal Suiu | 2013-02-20 | 1 | -2/+5 | |
| | ||||||
* | minor changes | Decebal Suiu | 2013-02-19 | 5 | -37/+37 | |
| | ||||||
* | plugin descriptor from a properties file | Decebal Suiu | 2013-02-19 | 4 | -9/+136 | |
| | ||||||
* | added PluginState | Decebal Suiu | 2012-11-19 | 5 | -45/+106 | |
| | ||||||
* | stop started plugin in reverse order | Decebal Suiu | 2012-11-13 | 2 | -1/+3 | |
| | ||||||
* | fix a bug related to plugin dependency | Decebal Suiu | 2012-11-13 | 2 | -6/+16 | |
| | ||||||
* | remove commons-lang dependency | Decebal Suiu | 2012-11-13 | 3 | -40/+39 | |
| | ||||||
* | stop only started plugins | Decebal Suiu | 2012-11-13 | 1 | -6/+1 | |
| | ||||||
* | added more methods in PluginManager | Decebal Suiu | 2012-11-13 | 6 | -3/+52 | |
| | ||||||
* | work on plugin dependecy | Decebal Suiu | 2012-11-07 | 10 | -127/+246 | |
| | ||||||
* | prepare for maven central repository | Decebal Suiu | 2012-10-16 | 24 | -32/+35 | |
| | ||||||
* | first commit | Decebal Suiu | 2012-10-11 | 24 | -0/+2013 | |