summaryrefslogtreecommitdiffstats
path: root/pf4j/src
Commit message (Collapse)AuthorAgeFilesLines
* Allow inspection of disabled plugins by not stopping resource loadingJames Moger2014-04-092-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 changesDecebal Suiu2014-04-098-53/+186
|
* use PluginState.DISABLE instead of PluginManger.isPluginDisabled()Decebal Suiu2014-04-084-47/+21
|
* added support for PluginManager.getExtensionClassNames(String pluginId) and ↵Decebal Suiu2014-04-087-131/+220
| | | | simplify enable/disable plugin
* a first version related to enable-disable pluginDecebal Suiu2014-04-076-58/+209
|
* Implement loading a single plugin archiveJames Moger2014-04-044-635/+691
|
* Simplify changes per reviewJames Moger2014-04-041-9/+7
|
* Implement delete pluginJames Moger2014-04-033-22/+104
|
* Merge pull request #3 from gitblit/stop_pluginDecebal Suiu2014-04-033-60/+186
|\ | | | | Add support for starting, stopping, and unloading a plugin
| * Add method to unload a plugin and it's dependenciesJames Moger2014-04-023-8/+59
| |
| * Add methods to start & stop a single plugin and it's dependenciesJames Moger2014-04-022-52/+127
| |
* | adopt semantic versioning for pluginDecebal Suiu2014-04-012-89/+51
| |
* | make PluginException visible from outside (public)Decebal Suiu2014-03-311-1/+1
| |
* | check that a java type is an ExtensionPointDecebal Suiu2014-03-311-8/+19
|/
* fix a minor message format in loggingDecebal Suiu2014-03-311-1/+1
|
* add possibility to override extension creation in DefaultExtensionFinderDecebal Suiu2013-10-101-8/+40
|
* remove sezpoz dependencyDecebal Suiu2013-10-106-88/+227
|
* add RuntimeMode with DEVELOPMENT and DEPLOYMENT values and working on ↵Decebal Suiu2013-10-036-397/+573
| | | | DEVELOPMENT mode
* add debug messages for PropertiesPluginDescriptorFinderDecebal Suiu2013-09-261-1/+9
|
* add debug message for lookup plugins directoryDecebal Suiu2013-09-261-1/+2
|
* add PluginClasspath - now you can add any classes and lib directories to ↵Decebal Suiu2013-09-257-187/+325
| | | | plugin classpath
* add support hidden filter for plugins directory (.svn, .cvs, ...)Decebal Suiu2013-09-259-83/+219
|
* add args to logging codeDecebal Suiu2013-09-056-25/+26
|
* add support for enabled (whitelist) plugins and disabled (blacklist) pluginsDecebal Suiu2013-02-222-30/+105
|
* factory method pattern for PluginDescriptorFinder and ExtensionFinderDecebal Suiu2013-02-201-10/+11
|
* fix a issue with PluginClassLoader and javax. packageDecebal Suiu2013-02-201-2/+5
|
* minor changesDecebal Suiu2013-02-195-37/+37
|
* plugin descriptor from a properties fileDecebal Suiu2013-02-194-9/+136
|
* added PluginStateDecebal Suiu2012-11-195-45/+106
|
* stop started plugin in reverse orderDecebal Suiu2012-11-132-1/+3
|
* fix a bug related to plugin dependencyDecebal Suiu2012-11-132-6/+16
|
* remove commons-lang dependencyDecebal Suiu2012-11-133-40/+39
|
* stop only started pluginsDecebal Suiu2012-11-131-6/+1
|
* added more methods in PluginManagerDecebal Suiu2012-11-136-3/+52
|
* work on plugin dependecyDecebal Suiu2012-11-0710-127/+246
|
* prepare for maven central repositoryDecebal Suiu2012-10-1624-32/+35
|
* first commitDecebal Suiu2012-10-1124-0/+2013