Add compatible module and rename groupId to org.apache.dubbo#1952
Add compatible module and rename groupId to org.apache.dubbo#1952beiwei30 merged 15 commits intoapache:masterfrom
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-testto make sure unit-test and integration-test pass.