Skip to content
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

Sycn with master #3

Merged
merged 46 commits into from
Mar 28, 2020
Merged

Sycn with master #3

merged 46 commits into from
Mar 28, 2020

Conversation

laddcn
Copy link
Owner

@laddcn laddcn commented Mar 28, 2020

What is the purpose of the change

XXXXX

Brief changelog

XXXXX

Verifying this change

XXXXX

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a GITHUB_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GITHUB issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [Dubbo-XXX] Fix UnknownException when host config not exist #XXX. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
  • Run mvn clean install -DskipTests=false & mvn clean test-compile failsafe:integration-test to make sure unit-test and integration-test pass.
  • If this contribution is large, please follow the Software Donation Guide.

haiyang1985 and others added 30 commits February 24, 2020 11:56
* distinguish getUrl and getConsumerUrl from Directory
…erface (#5801)

* Polish /#5745 : Increasing the stack size in the start.sh

* Polish /#5297 : Only one of the multiple registration centers using nacos can register

* Polish /#5442 : VERSION_KEY和GROUP_KEY为空时,注册到NACOS的服务名与alibaba实现不一致,导致无法消费

* Polish /#5442 : Merge upstream/master

* Polish /apache/dubbo##5239 : Mock字段注入异常

* Polish /apache/dubbo##5239 : Mock字段注入异常

* Polish /#5770 : Removing the interinal JDK API from FileSystemDynamicConfiguration

* Polish /#5771 : [Enhancement] Refactor the APT test-cases implementation of dubbo-metadata-processor in Java 9+

* Bugfix for the test-cases

* Polish /#5779 : Rename the local variables

* Add FieldUtils

* Polish /#5795 : [Feature] To support the application choose the preferred network interface

* Polish /#5442 : VERSION_KEY和GROUP_KEY为空时,注册到NACOS的服务名与alibaba实现不一致,导致无法消费
…ked twice when using Spring (#5814)

* fix issue 5813, prevent destroyAll method of DubboShutdownHook being invoke twice when using Spring

* fix issue 5813
…ing invoked twice when using Spring (#5814)" (#5818)

This reverts commit 5194791.
* Add more test case for NacosMetadataReport

* Modify codes

* Modify comments

* Add more test case and modify codes

* Modify codes
@laddcn laddcn merged commit fb6d441 into laddcn:master Mar 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.