-
guqing opened pull request #4589 in halo-dev/halo
What type of PR is this?
/kind feature
/milestone 2.10.x
/area coreWhat this PR does / why we need it:
支持在开发模式下通过 JAR 运行插件
从此版本开始 BasePlugin 的子类建议使用 BasePlugin(PluginContext context) 构造函数,而不要使用之前的 BasePlugin(PluginWrapper wrapper) 构造函数。
how to test it?
- 测试开发模式下配置的
halo.plugin.fixed-plugin-path
插件是否正确运行 - 测试开发模式下通过 JAR 包安装插件是否正确运行
- 测试生产模式下是否能通过项目目录的方式运行插件,期望是生产模式不可以运行生产模式的插件
- 测试开发模式和生产模式的插件卸载功能是否正确
Which issue(s) this PR fixes:
Fixes #2908
Does this PR introduce a user-facing change?
支持在开发模式下通过 JAR 运行插件
- 测试开发模式下配置的
-
guqing created branch feature/plugin-runtime in guqing/halo
guqing/halo
✍ 一款优秀的开源博客发布应用。
-
guqing commented on issue #2908 in halo-dev/halo
-
guqing created a review on pull request #4551 in halo-dev/halo
-
guqing commented on issue #4443 in halo-dev/halo
-
guqing commented on issue #4443 in halo-dev/halo
-
guqing commented on issue #4585 in halo-dev/halo
-
guqing created a review on pull request #254 in halo-dev/docs
-
guqing pushed to feature/notification in guqing/halo
-
guqing pushed to fix/article-slug in GodlessLiu/halo