Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #297 | Decebal Suiu | 2019-03-11 | 1 | -1/+1 |
* | Fix #297 | Decebal Suiu | 2019-03-11 | 1 | -1/+1 |
* | Check no plugin with same pluginId is loaded (#287) | Dmitry Timofeev | 2019-03-02 | 2 | -22/+109 |
* | Add small javadoc | Decebal Suiu | 2019-03-02 | 1 | -0/+2 |
* | Document thread safety of PluginManagers (#288) | Dmitry Timofeev | 2019-03-01 | 2 | -0/+4 |
* | Document where the pluginId comes from (#279) | Dmitry Timofeev | 2019-02-13 | 4 | -15/+16 |
* | Formatting | Decebal Suiu | 2019-01-11 | 5 | -17/+23 |
* | Optional plugin dependencies (#270) | Andreas Rudolph | 2019-01-11 | 8 | -4/+388 |
* | ServiceProviderExtensionFinder should scan the whole classpath (#273) | Andreas Rudolph | 2019-01-05 | 2 | -8/+19 |
* | explicitly configure extension points for an extension (#265) | Andreas Rudolph | 2019-01-03 | 3 | -13/+101 |
* | Polishing (extract duplicate code in internal method, remove unneeded null ch... | Decebal Suiu | 2018-12-28 | 2 | -36/+31 |
* | load extensions from plugin libraries (#262) | Andreas Rudolph | 2018-12-28 | 2 | -18/+25 |
* | Adds ability to configure plugin directory (#256) | Michael Ruocco | 2018-12-03 | 1 | -1/+4 |
* | Resolve #209 | Decebal Suiu | 2018-11-25 | 1 | -3/+8 |
* | Fix #252 | Decebal Suiu | 2018-11-25 | 1 | -1/+1 |
* | Fix #248 | Decebal Suiu | 2018-11-23 | 2 | -8/+39 |
* | Remove useless throws exception | Decebal Suiu | 2018-11-22 | 1 | -1/+1 |
* | Fix #250 | Decebal Suiu | 2018-11-22 | 1 | -1/+1 |
* | Resolve #242 | Decebal Suiu | 2018-10-20 | 2 | -2/+18 |
* | Allow a way to query all extension classes for a given plugin (#233) | dustContributor | 2018-07-24 | 2 | -0/+14 |
* | Add tests for SingletonExtensionFactory | Decebal Suiu | 2018-07-20 | 1 | -0/+45 |
* | Fix typo | Decebal Suiu | 2018-07-19 | 1 | -1/+1 |
* | Add SingletonExtensionFactory (see #232) | Decebal Suiu | 2018-07-19 | 1 | -0/+56 |
* | Fix error in getFileSystem | Decebal Suiu | 2018-07-09 | 1 | -8/+6 |
* | Improve the logging | Decebal Suiu | 2018-07-09 | 1 | -1/+2 |
* | Prevent FileSystemAlreadyExistsException (#229) | Decebal Suiu | 2018-07-09 | 1 | -3/+12 |
* | Tabs to spaces | Decebal Suiu | 2018-07-07 | 19 | -194/+194 |
* | Formatting, rename fields refactoring, add comments | Decebal Suiu | 2018-06-17 | 8 | -219/+178 |
* | Fix #223 | Decebal Suiu | 2018-06-17 | 2 | -40/+87 |
* | Correct the class passed to DefaultPluginFactory's logger (#222) | Lee Jenkins | 2018-06-12 | 1 | -1/+1 |
* | Improving development mode experience for Gradle users #195 (#221) | Shawn Sherwood | 2018-06-01 | 2 | -2/+31 |
* | Improve DevelopmentPluginClasspath according #195 (#219) | Decebal Suiu | 2018-05-25 | 2 | -25/+55 |
* | Add aliases to the runtime modes | Decebal Suiu | 2018-05-24 | 1 | -14/+19 |
* | Fix unit test | Decebal Suiu | 2018-05-16 | 1 | -4/+4 |
* | Resolve #218 | Decebal Suiu | 2018-05-16 | 3 | -3/+46 |
* | Formatting | Decebal Suiu | 2018-04-30 | 3 | -21/+21 |
* | Fixes #206 (#210) | Shirish Pandharikar | 2018-04-05 | 1 | -2/+0 |
* | License header update, #171 (#205) | Bala Raman | 2018-03-27 | 91 | -91/+91 |
* | Fix unit test | Decebal Suiu | 2018-03-19 | 1 | -7/+6 |
* | Resolve #199 | Decebal Suiu | 2018-03-19 | 5 | -17/+8 |
* | Resolve #203 | Decebal Suiu | 2018-03-17 | 1 | -1/+1 |
* | Fix #202 | Decebal Suiu | 2018-03-17 | 2 | -0/+16 |
* | Add support for parent first loading strategy | Decebal Suiu | 2018-02-07 | 3 | -52/+111 |
* | Resolve #200 | Decebal Suiu | 2018-02-03 | 2 | -3/+5 |
* | Add RESOLVED as plugin state | Decebal Suiu | 2018-01-29 | 2 | -4/+28 |
* | Add LoggingPluginStateListener as listener in DefaultPluginManager only for d... | Decebal Suiu | 2018-01-28 | 3 | -2/+43 |
* | Before start a plugin check if the plugin is resolved | Decebal Suiu | 2018-01-27 | 1 | -0/+5 |
* | Improve VersionManager (prepare pf4j-update release) | Decebal Suiu | 2018-01-27 | 7 | -27/+59 |
* | Formatting | Decebal Suiu | 2018-01-23 | 1 | -1/+1 |
* | close JarFile stream after getManifest (#197) | Hao Xiang | 2018-01-23 | 1 | -2/+2 |