Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | compile demo plugins for Java 8 (#302) | Andreas Rudolph | 2019-03-20 | 1 | -9/+0 | |
| | | ||||||
| * | set version number to 3.0.0-SNAPSHOT (#301) | Andreas Rudolph | 2019-03-19 | 8 | -15/+15 | |
| | | ||||||
| * | Provide a module descriptor for Java 9+ (#300) | Andreas Rudolph | 2019-03-19 | 3 | -17/+82 | |
| | | ||||||
| * | Fix deprecated class | Decebal Suiu | 2019-03-13 | 1 | -4/+9 | |
| | | ||||||
| * | Development is done on Java 11 (OpenJDK) | Decebal Suiu | 2019-03-13 | 2 | -7/+3 | |
| | | ||||||
| * | Resolve #294#294 | Decebal Suiu | 2019-03-12 | 2 | -5/+17 | |
| | | ||||||
* | | Fix typo2.x | Decebal Suiu | 2019-05-24 | 1 | -1/+1 | |
|/ | ||||||
* | update to asm library to version 7.1 (#298) | Andreas Rudolph | 2019-03-12 | 1 | -1/+1 | |
| | ||||||
* | 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 | 4 | -22/+130 | |
| | ||||||
* | 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 | |
| | ||||||
* | Improve run-demo scripts | decebals | 2019-02-19 | 3 | -10/+20 | |
| | ||||||
* | Make the project build on Java 11 (#278) | Dmitry Timofeev | 2019-02-13 | 4 | -21/+37 | |
| | ||||||
* | Document where the pluginId comes from (#279) | Dmitry Timofeev | 2019-02-13 | 4 | -15/+16 | |
| | ||||||
* | Add version 2.6.0 to changelog | Decebal Suiu | 2019-02-01 | 1 | -1/+12 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | Decebal Suiu | 2019-02-01 | 8 | -16/+16 | |
| | ||||||
* | [maven-release-plugin] prepare release release-2.6.0release-2.6.0 | Decebal Suiu | 2019-02-01 | 8 | -16/+16 | |
| | ||||||
* | Update changelog | Decebal Suiu | 2019-02-01 | 1 | -0/+17 | |
| | ||||||
* | Remove empty line; add a tiny comment | Decebal Suiu | 2019-01-28 | 1 | -2/+1 | |
| | ||||||
* | configures plugin manager to load "HowdyGreeting" using the services … (#277) | Roberto Franchini | 2019-01-28 | 1 | -1/+13 | |
| | ||||||
* | Fix the plugins in the demo example did not load successfully (#276) | Kaibo Zhou | 2019-01-16 | 1 | -2/+0 | |
| | ||||||
* | add Automatic-Module-Name into pf4j.jar (#275) | Andreas Rudolph | 2019-01-14 | 1 | -0/+11 | |
| | | | Thanks! | |||||
* | Formatting | Decebal Suiu | 2019-01-11 | 5 | -17/+23 | |
| | ||||||
* | Optional plugin dependencies (#270) | Andreas Rudolph | 2019-01-11 | 10 | -4/+395 | |
| | ||||||
* | ServiceProviderExtensionFinder should scan the whole classpath (#273) | Andreas Rudolph | 2019-01-05 | 2 | -8/+19 | |
| | ||||||
* | Add property slf4j.version | Decebal Suiu | 2019-01-04 | 3 | -6/+4 | |
| | ||||||
* | explicitly configure extension points for an extension (#265) | Andreas Rudolph | 2019-01-03 | 3 | -13/+101 | |
| | ||||||
* | update slf4j dependency to version 1.7.25 (#271) | Andreas Rudolph | 2019-01-03 | 1 | -2/+2 | |
| | ||||||
* | Polishing (extract duplicate code in internal method, remove unneeded null ↵ | Decebal Suiu | 2018-12-28 | 2 | -36/+31 | |
| | | | | check) #262 | |||||
* | load extensions from plugin libraries (#262) | Andreas Rudolph | 2018-12-28 | 2 | -18/+25 | |
| | ||||||
* | Remove empty line | Decebal Suiu | 2018-12-13 | 1 | -1/+0 | |
| | ||||||
* | Improve run demo scripts | Decebal Suiu | 2018-12-13 | 2 | -0/+4 | |
| | ||||||
* | Add version 2.5.0 to changelog | Decebal Suiu | 2018-12-12 | 1 | -1/+12 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | Decebal Suiu | 2018-12-11 | 8 | -16/+16 | |
| | ||||||
* | [maven-release-plugin] prepare release release-2.5.0release-2.5.0 | Decebal Suiu | 2018-12-11 | 8 | -16/+16 | |
| | ||||||
* | Update changelog | Decebal Suiu | 2018-12-11 | 1 | -0/+12 | |
| | ||||||
* | 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 | |
| | ||||||
* | Tabs to spaces | Decebal Suiu | 2018-09-19 | 1 | -9/+9 | |
| | ||||||
* | Update changelog; add version 2.4.0 | Decebal Suiu | 2018-08-01 | 1 | -1/+23 | |
| | ||||||
* | Fix version | Decebal Suiu | 2018-08-01 | 8 | -15/+17 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | Decebal Suiu | 2018-08-01 | 8 | -16/+16 | |
| | ||||||
* | [maven-release-plugin] prepare release release-2.4.0release-2.4.0 | Decebal Suiu | 2018-08-01 | 8 | -16/+16 | |
| |