-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat:update dubbo to 3.0.2.1,change alibaba to apache #1094
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.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dubbo 3.0之后,变更了服务注册的方式,直接升级到3.0大版本,会不会有其他不兼容的feature
@@ -42,6 +44,9 @@ | |||
@Test | |||
//同步调用,走服务注册中心 | |||
public void testRegistrySync() { | |||
System.setProperty(ConfigKeys.DUBBO_CONFIG_IGNORE_DUPLICATED_INTERFACE, "true"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.