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 2019/07/03 08:37:48 UTC

[dubbo-go] branch develop updated (bd297e8 -> d59c087)

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 bd297e8  Rem: delete gostd
     new 1178d9a  Fix: do not copy sync.Map
     new e894ce1  Ftr: allow user set custom params to register to registry
     new e89f362  Fix:base_config.go setFieldValue bug
     new d7e948e  Fix: unit test TestListener in listener_test.go
     new 1b03177  avoid negative wg counter
     new dc37621  fmt.Println -> logger.Info
     new 8ddbea6  go fmt
     new a4078d1  Merge pull request #118 from dubbo-x/fix
     new cc1f089  Fix:can not need children id
     new d59c087  Merge pull request #117 from hxmhlt/config_params

The 479 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/config/environment.go        | 17 ++++++++++++----
 config/base_config.go               | 40 +++++++++++++++++++++----------------
 config/config_loader_test.go        |  1 +
 config/reference_config.go          | 31 ++++++++++++++++------------
 config/reference_config_test.go     |  4 ++++
 config/registry_config.go           |  4 ++--
 config/service_config.go            | 27 +++++++++++++++----------
 config/testdata/consumer_config.yml |  3 +++
 registry/zookeeper/registry_test.go |  4 ++--
 remoting/zookeeper/listener.go      |  2 +-
 remoting/zookeeper/listener_test.go | 17 ++++++++++------
 11 files changed, 94 insertions(+), 56 deletions(-)