-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
[DUBBO-3537]: dubbox升级dubbo版本的兼容性问题 #3996
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3996 +/- ##
============================================
- Coverage 63.66% 63.65% -0.01%
+ Complexity 566 565 -1
============================================
Files 748 748
Lines 32309 32311 +2
Branches 5134 5135 +1
============================================
- Hits 20569 20568 -1
- Misses 9381 9382 +1
- Partials 2359 2361 +2
Continue to review full report at Codecov.
|
合入该 PR 后,Dubbox 和 Dubbo 就可以兼容了吗? @beiwei30 |
@satansk 要做到和dubbox兼容,恐怕还有一个地方需要做,dubbox直接修改了原生rpc协议编码 |
我们使用的方案,可供大家参考实现,自定义SPI扩展Codec2,DubboCountCodec,DubboCodec |
@morisenmen 如果在META-INF/dubbo/internal下面配置扩展[com.alibaba.dubbo/ore.apacha.dubbo].remoting.Codec2 |
What is the purpose of the change
fix #3537
Brief changelog
XXXXX
Verifying this change
XXXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[Dubbo-XXX] Fix UnknownException when host config not exist #XXX
. Each commit in the pull request should have a meaningful subject line and body.mvn clean install -DskipTests=false
&mvn clean test-compile failsafe:integration-test
to make sure unit-test and integration-test pass.