This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch dev-metadata
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git.
from 0242852 Remove duplicate ut classes
add b4db875 Update several documentation links (#2354)
add 5f8adf0 Enable checkstyle and rat plugin for travis CI (#2393)
add 86d7347 typo: prvoiderService->providerService;
connectSkiped->connectSkipped (#2396)
add ff373a7 New ascii logo. (#2395)
add a3e4593 Merge pull request #2360, add xml configuration for graceful
shutdown on ApplicationConfig level.
add 2ae2f58 Merge pull request #2378, add unit test for
HeaderExchanngeChannel.
add 87b4c1e if to switch case (#2399)
add 7f926d9 Minor code refactoring (#2428)
add 3bdc316 replace Random with ThreadLocalRandom (#2433)
add 96cdf13 update README (#2448)
add ff36fb0 Readme (#2449)
add d173e84 [Dubbo-2413] Fix StreamUtils resource leak (#2414)
add ec66820 fix typo (#2458)
new 75853a8 Merge branch 'master' into dev-metadata
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 2 +-
README.md | 59 ++++-
.../apache/dubbo/rpc/cluster/RouterFactory.java | 3 +-
.../cluster/configurator/AbstractConfigurator.java | 5 +-
.../loadbalance/LeastActiveLoadBalance.java | 8 +-
.../rpc/cluster/loadbalance/RandomLoadBalance.java | 8 +-
.../cluster/support/AbstractClusterInvoker.java | 5 +-
.../cluster/support/FailbackClusterInvoker.java | 5 +-
.../cluster/support/FailfastClusterInvoker.java | 8 +-
.../cluster/support/FailoverClusterInvoker.java | 4 +-
.../rpc/cluster/support/ForkingClusterInvoker.java | 7 +-
.../cluster/support/ForkingClusterInvokerTest.java | 22 +-
.../dubbo/common/compiler/support/ClassUtils.java | 66 ++---
.../org/apache/dubbo/common/io/StreamUtils.java | 6 +
.../apache/dubbo/common/io/StreamUtilsTest.java | 47 +++-
.../org/apache/dubbo/config/ApplicationConfig.java | 13 +
.../org/apache/dubbo/config/ReferenceConfig.java | 8 +-
.../src/main/resources/META-INF/compat/dubbo.xsd | 6 +
.../org/apache/dubbo/qos/server/DubboLogo.java | 16 +-
.../apache/dubbo/registry/redis/RedisRegistry.java | 12 +-
.../org/apache/dubbo/remoting/Transporter.java | 6 +-
.../support/header/HeaderExchangeChannelTest.java | 284 +++++++++++++++++++++
.../exchange/support/header/MockChannel.java | 4 +
.../java/org/apache/dubbo/rpc/InvokerListener.java | 3 +-
.../hessian/HttpClientConnectionFactory.java | 3 -
pom.xml | 15 +-
26 files changed, 484 insertions(+), 141 deletions(-)
create mode 100644
dubbo-remoting/dubbo-remoting-api/src/test/java/org/apache/dubbo/remoting/exchange/support/header/HeaderExchangeChannelTest.java