forked from apache/dubbo
-
Notifications
You must be signed in to change notification settings - Fork 0
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
同步fork代码 #2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… on ApplicationConfig level.
* 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.
… parent ClassLoader (#2447) * 用jarslink做的module隔离,dubbo调用时会抛ClassNotFoundException.经查是ClassLoader不一致。为了严谨,做此修改,以确保Service Interface和Invocation Interface的ClassLoader是同一个。 * invokerInterface非空判断
fix some wording issue.
* update readme * remove uncessary space
* update README * update README to add badges for time to response
* fix stable problem for unit cases * add cache
* add jdk11 to travis ci * Update .travis.yml * upgrade jacoco to support jdk11
* 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
… RpcContext. Fixes #2323
* add AbstractRegistryTest getCacheUrlsTest method * enhance unit test
…id throws java.lang.Exception (#2529) * Condition applicationContext != null is always true * optimization of code
…pring.ServiceBean (#2517)
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
[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-test
to make sure unit-test and integration-test pass.