-
Notifications
You must be signed in to change notification settings - Fork 26.5k
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
Add compatible module and rename groupId to org.apache.dubbo #1952
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1952 +/- ##
===========================================
- Coverage 50.47% 49.4% -1.08%
+ Complexity 4746 4585 -161
===========================================
Files 518 548 +30
Lines 25424 24805 -619
Branches 4560 4394 -166
===========================================
- Hits 12834 12256 -578
- Misses 10641 10676 +35
+ Partials 1949 1873 -76
Continue to review full report at Codecov.
|
hi, package com.alibaba.dubbo.registry; import com.alibaba.dubbo.common.URL; /** @deprecated */
} |
@beiwei30 @diecui1202 Hope to see the answer. |
What is the purpose of the change
Add compatible module and rename groupId to org.apache.dubbo
Brief changelog
Verifying this change
All unit cases are pass
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
&mvn clean test-compile failsafe:integration-test
to make sure unit-test and integration-test pass.