-
Notifications
You must be signed in to change notification settings - Fork 513
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support plugin management and dynamic plugin installation with extens…
…ions (#984) * plugin management for flink poc * support dynamic install plugin * fix SofaArkBootstrap.launch * support dynamic plugin installation * fix plugin export when finding export class * support all plugin are visible for biz * support dynamic biz classpath extension * rm unuse code * ArkLoaderException.cause cache,not use ClassNotFoundException.ex field * getBizUcp只加载依赖的plugin * 1.biz安装支持多版本,版本从params传入,默认使用pom文件中的版本 2.biz的dependent-plugins参数通过params传入 3.plugin支持安装的时候传入name 4.BizFactoryServiceImpl#getBizUcp 这里构造biz的ucp的时候 把所有plugin都add进来了 这里应该是只需要加载biz依赖的plugin 5.ArkClient提供一个checkplugin/biz是否存在的接口 * format * fix ClassLoaderTest * fix ut * fix code review * 默认biz可见全部plugins,sofa.ark.biz.specify.dependent.plugins.enable=true时,指定可见范围 * format * Revert "fix SofaArkBootstrap.launch" This reverts commit 0bbd4e3. * fix ut * format * format --------- Co-authored-by: yuanyuan <[email protected]>
- Loading branch information
1 parent
41fe026
commit d1c277f
Showing
22 changed files
with
882 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.