-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Fixed several bugs about motan rpc plugin #4934
Conversation
1.Upgraded motan support to the latest stable version 2.Fixed an issue where motan generalization calls failed when arguments were java primitive types or custom types 3.Fixed the motan registry hard coding issue and supported the configuration extension 4.Fixed the schema.sql syntax problem in h2 database scenario
Codecov Report
@@ Coverage Diff @@
## master #4934 +/- ##
=========================================
Coverage 63.94% 63.94%
- Complexity 8529 8532 +3
=========================================
Files 1208 1208
Lines 35900 35903 +3
Branches 3220 3220
=========================================
+ Hits 22957 22959 +2
- Misses 11088 11090 +2
+ Partials 1855 1854 -1
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
please check CI |
oracle/pg/og don't change? |
pls check ci |
done |
Is this need to update upgrade sqls ? @coderDylan |
Yes, mainly insert plugin_handle ...Because the plugin adds new configuration parameters,multiple registries are supported |
pls add my wechat yijia1949 |
1.Upgraded motan rpc support to the latest stable version
2.Fixed an issue where motan generalization calls failed when arguments were java primitive types or custom types
3.Fixed the motan registry hard coding issue and supported the configuration extension
4.Fixed the schema.sql syntax problem in h2 database scenario