feat:update dubbo to 3.0.2.1,change alibaba to apache#1094
feat:update dubbo to 3.0.2.1,change alibaba to apache#1094leizhiyuan wants to merge 5 commits intosofastack:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1094 +/- ##
============================================
+ Coverage 69.25% 69.26% +0.01%
Complexity 827 827
============================================
Files 410 410
Lines 17859 17859
Branches 2761 2761
============================================
+ Hits 12368 12370 +2
+ Misses 4066 4065 -1
+ Partials 1425 1424 -1
Continue to review full report at Codecov.
|
Haiyoung
left a comment
There was a problem hiding this comment.
dubbo 3.0之后,变更了服务注册的方式,直接升级到3.0大版本,会不会有其他不兼容的feature
| @Test | ||
| //同步调用,走服务注册中心 | ||
| public void testRegistrySync() { | ||
| System.setProperty(ConfigKeys.DUBBO_CONFIG_IGNORE_DUPLICATED_INTERFACE, "true"); |
There was a problem hiding this comment.
It is best to restore the System properties settings after this test case is completed
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
already bump dubbo to 3.1.8 by #1356 |
Motivation:
update dubbo version
Modification:
update dubbo 3.0.2.1
update zk version
fix some local test when use dubbo 3.0.2.1
Result:
Fixes ##1065
If there is no issue then describe the changes introduced by this PR.