aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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