You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by jo...@apache.org on 2020/05/22 15:11:53 UTC

[dubbo-go] branch develop updated (168f944 -> fdf51a1)

This is an automated email from the ASF dual-hosted git repository.

joezou pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.


    from 168f944  Merge pull request #531 from watermelo/featue/optUrlToString
     new 1df1165  feat: fix gitee code analysis shadow err
     new 1800a67  feat: change %s to %+v
     new fdf51a1  Merge pull request #529 from georgehao/feat/issue514-fix-shadow-analysis

The 2075 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:
 .../cluster_impl/available_cluster_invoker_test.go    |  6 +++---
 cluster/cluster_impl/base_cluster_invoker.go          |  1 -
 cluster/cluster_impl/failover_cluster_test.go         |  4 ++--
 cluster/directory/base_directory.go                   |  2 +-
 cluster/directory/base_directory_test.go              |  5 ++---
 cluster/directory/static_directory.go                 |  2 +-
 config/base_config_test.go                            | 15 ++++++++-------
 config/consumer_config.go                             |  3 +--
 config/service_config.go                              |  6 +++---
 filter/filter_impl/hystrix_filter.go                  |  2 +-
 filter/filter_impl/token_filter_test.go               | 12 ++++++------
 protocol/dubbo/listener.go                            |  4 ++--
 protocol/dubbo/pool.go                                | 13 +++++++------
 protocol/jsonrpc/http.go                              |  4 ++--
 protocol/jsonrpc/json.go                              |  8 ++++----
 protocol/jsonrpc/jsonrpc_protocol.go                  |  4 ++--
 protocol/jsonrpc/server.go                            |  6 +++---
 registry/consul/listener.go                           |  3 +--
 registry/kubernetes/listener_test.go                  |  3 +--
 registry/kubernetes/registry_test.go                  |  6 +++---
 registry/nacos/registry_test.go                       | 10 +++++-----
 remoting/zookeeper/client.go                          | 19 ++++++++-----------
 remoting/zookeeper/listener.go                        |  4 +---
 23 files changed, 67 insertions(+), 75 deletions(-)