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

同步fork代码 #2

Merged
merged 62 commits into from
Oct 10, 2018
Merged

同步fork代码 #2

merged 62 commits into from
Oct 10, 2018

Conversation

llxiao
Copy link
Owner

@llxiao llxiao commented Oct 10, 2018

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 filed 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 integration-test in test module.
  • Run mvn clean install -DskipTests & 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.

biyuhao and others added 30 commits August 28, 2018 09:52
* if to switch case

* change try catch block

change try catch block
* Polish. No functional change.

* Remove unnecessary null check.

* Use standard Integer.compareTo().

* Remove unecessary null check.

* Remove unnecessary unboxing.

* Code simplification.

* Remove unnecessary codes.

* Fix typo.

* Wrap the text.

* Fix typo.

* Make the variables private.

* Code simplification.
* update README

* update README
… parent ClassLoader (#2447)

* 用jarslink做的module隔离,dubbo调用时会抛ClassNotFoundException.经查是ClassLoader不一致。为了严谨,做此修改,以确保Service Interface和Invocation Interface的ClassLoader是同一个。

* invokerInterface非空判断
* update readme

* remove uncessary space
* update README

* update README to add badges for time to response
* fix stable problem for unit cases

* add cache
…of 'java.util.date' #2499 (#2500)

* Solve time, timestamp, SQL. Date type conversion problems

* add ut
* add jdk11 to travis ci
* Update .travis.yml
* upgrade jacoco to support jdk11
elmar-chen and others added 29 commits September 18, 2018 10:07
* fix some xsd error

* remove version info from imported spring-beans.xsd (though I do believe
including a version is a better practice).
typo:  leastIndexs->leastIndexes in leastActiveLoadbalance
…2518)

* update README

* #2507: Dubbo 's ExtensionLoader may be can't find custom Extension
* add AbstractRegistryTest getCacheUrlsTest method
* enhance unit test
…id throws java.lang.Exception (#2529)

* Condition  applicationContext != null is always true

* optimization of code
* fix #2533, set timeout to 3000

* change timeout
* Now the select is select a random one when there are several least active invokers and all of them are in warm up.
After this pr, it will select also by weight and warm up.

And fix a bug when two invoker's active is same and weight not same.

* weight test for all the loadBalance.

* optimize typo

* optimize unit test
remove unuse classes.
readd it if it will be used again.
…ettyClient (#2595)

* Fixed a minor issue with doConnect not using getConnectTimeout() in NettyClient

* Fixed some problems with connectTimeout, CONNECT_TIMEOUT_KEY, timeout, and TIMEOUT_KEY being used incorrectly.
Fix incorrect descriptions for dubbo-serialization module.
* update README

*     #2583: ApplicationModel serviceName is not unique
@llxiao llxiao merged commit 9d9003a into llxiao:master Oct 10, 2018
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.