Skip to content

sync#2

Merged
me0106 merged 12 commits intome0106:masterfrom
apache:master
Mar 12, 2021
Merged

sync#2
me0106 merged 12 commits intome0106:masterfrom
apache:master

Conversation

@me0106
Copy link
Copy Markdown
Owner

@me0106 me0106 commented Mar 12, 2021

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.

horizonzy and others added 12 commits March 10, 2021 14:07
#7352)

* fix #7351 use api, application-level service discovery model startup error

* delete useless imports.
* Didn't judge check in serviceDiscoveryRegistry, it should take over by ReferenceConfig.checkInvokerAvailable

* remove unnecessary import
* [Dubbo-7332] Fix QOS Ready command

Fix QOS Ready command return OK when DubboBootstrap is not ready

* Add setter for ready in DubboBootstrap

* set DubboBootstrap ready to true after ServiceConfig doExport
* super interface shouldn't import sub interface.

* some doc and log info fix.
…ectUtils (#6909)

* extract AccessibleObject.setAccessible(boolean) to ReflectUtils

* modify the unitTest judge logic.

* remove unuseful import

* replace java.lang.reflect.AccessibleObject.setAccessible(boolean) by ReflectUtils.makeAccess
* ssl support load from classpath

* delete no need import

* check dubbo compile bug
* fix deprecated import

* Update EchoServiceTest.java
Co-authored-by: tieqin.lxy <tieqin.lxy@alibaba-inc.com>
* as MergeableClusterInvoker was used, when 'resultList.size() == 1', the resultType of "resultList.iterator().next()" is AppResponse, which would throw an exception of UnsupportedOperationException

* as MergeableClusterInvoker was used, when 'resultList.size() == 1', the resultType of "resultList.iterator().next()" is AppResponse, which would throw an exception of UnsupportedOperationException

Co-authored-by: jerry <jerry@zy.com>
@me0106 me0106 merged commit e7c6e18 into me0106:master Mar 12, 2021
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.

9 participants