You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2020/09/05 03:29:21 UTC

[dubbo-go] branch develop updated (4c483e0 -> 6388c4a)

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

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


    from 4c483e0  Merge pull request #730 from YongHaoWu/remove-unnecessary-statement
     new cadae7b  format
     new 941e69d  format
     new 1708b41  fix bug
     new 60f9822  format
     new 96d0f79  format
     new 09fa354  format
     new f8434c3  format
     new 6707cdc  Merge branch 'develop' into read
     new c1e9b84  format
     new 763b436  fix bug
     new 6388c4a  Merge pull request #722 from dubbo-x/read

The 2800 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:
 common/rpc_service.go                              |  2 +-
 config/config_loader.go                            | 10 ++---
 config/consumer_config.go                          |  4 +-
 config/provider_config.go                          |  6 +--
 config/service_config.go                           | 47 ++++++++++------------
 metadata/service/exporter/configurable/exporter.go |  1 -
 protocol/jsonrpc/jsonrpc_protocol.go               |  2 +-
 protocol/jsonrpc/server.go                         |  8 ++--
 .../protocolwrapper/protocol_filter_wrapper.go     | 14 +++----
 registry/protocol/protocol.go                      | 17 ++++----
 registry/registry.go                               | 34 ++++++++++------
 11 files changed, 70 insertions(+), 75 deletions(-)