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

好机会 #2

Merged
merged 277 commits into from
Apr 17, 2021
Merged

好机会 #2

merged 277 commits into from
Apr 17, 2021

Conversation

aswl8225
Copy link
Owner

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 30 commits September 28, 2020 14:09
update that weights and how to judge the index depend on offset

Co-authored-by: yangmengle <yangmengle>
…rovider token check, the token value called by consumer will be printed out in the exception information (#6800)
* fix #6444 NPE

* agin ci

* del DubboProtocol#getSharedClient locks.remove(key)
* The AbstractClient close operation is the same as the connect and disconnect operations, and is protected by the lock, which reduces the probability of uncertainty due to operation conflicts; the connect operation first determines the close state of the client. If the client is closed, the client does not need to be reconnected.

* The judgment conditions of strengthening connect and close methods

Co-authored-by: Xin Wang <xin.victorwang@gmail.com>
Fixed typo, grammatical, punctuations, and semantic coherence to improve readability and content quality.
Fixed typo, grammatical, punctuations, and semantic coherence to improve readability and content quality.

Signed-off-by: Aditya Kumar Roy <akroy@umass.edu>
Co-authored-by: tangtong <alan1@sfmail.sf-express.com>
Co-authored-by: xuekg <xuekg@dcholdings.com>
Xstarfct and others added 28 commits April 11, 2021 03:01
Co-authored-by: Xstarfct <fanchuantao@mistong.com>
…7326)

* fix Use @SPI's wrapper method to report a null pointer exception bug. see #7176.

(cherry picked from commit df6d6ad)

* fix #7176 Use @SPI's wrapper method to report a null pointer exception bug

* recover wildcard import

* delete issue link

* add new spi interface.

* fix testActivateComparator test case.

Co-authored-by: xiaoheng <xiaoyu>
Co-authored-by: Xin Wang <xin.victorwang@gmail.com>
* simplify OptionUtil#prefixEndOf

* remove Unused import
Co-authored-by: Zhengxi Li <zli89@illinois.edu>
* Update AbstractConfig.java

Hidden the important password information to avoid be printed in plain text into the logger file

* Update AbstractConfig.java

change == to equals
…lled,which is not converted to injvm protocol at this time. (#7365)
* Update EchoServiceTest.java

* optimization of the generic

Co-authored-by: me <zhouxi0106@gmail.com>
* fix #7518 Optimize some code related to consul

* Optimize some code related to consul

* Optimize some code related to consul

* Optimize some code related to consul

* Optimize some code related to consul
* fix repeat adding parameters to the URL

* Update ConfigParser.java

* fix adding parameters to url repeatedly
Co-authored-by: changwenbo <changwenbo@xiaomi.com>
…creation of object. (#7543)

Co-authored-by: lihaoyue002 <lihaoyue002@ke.com>
* Issue #7349 - Fix the build on ARM64 CPU architecture

Update embedded-redis and embedded-consul to newer versions which have native binaries for aarch64
Re-introduce TravisCI as a build tool only for ARM64. It will run as a cron job every night

* Issue #7408 - Set the scope of groovy-xml in the dependencyManagement section

Inline the version so that it is not forgotten to be removed when the dependency is removed with the upgrade to embedded-consul:2.2.1

See pszymczyk/embedded-consul#114

* Update embedded-redis to 0.10.0

* DUBBO-7349 Upgrade Embedded-Consul to 2.2.1

* DUBBO-7349 Add scope=test to all occurrences of embedded-[redis|consul]
* add ClusterRules LoadbalanceRules to dubbo common

* asf header ,remove author

* keep original logic

* remove no used packge

* remove no used package in test
Co-authored-by: wb-zhp01041513 <wb-zhp01041513@alibaba-inc.com>
@aswl8225 aswl8225 merged commit 912fdb7 into aswl8225:master Apr 17, 2021
@aswl8225
Copy link
Owner Author

任天堂让他

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.