-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to 3.1.10 #1062
update to 3.1.10 #1062
Conversation
…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 <fengjun.zfj@antgroup.com> (cherry picked from commit d1c277f)
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 3.1.x #1062 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 167 167
Lines 6980 6980
Branches 1030 1030
=====================================
Misses 6980 6980 ☔ View full report in Codecov by Sentry. |
No description provided.