You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by zh...@apache.org on 2021/09/27 08:52:12 UTC

[dubbo-go] branch 1.5 updated (3c2aaf3 -> 9be6479)

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

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


    from 3c2aaf3  upgrade hessian2 to v1.9.3 (#1445)
     new df89ca6  up:nacos client 优化
     new 9a00ed0  add: nacos params
     new 6025135  fmt
     new 0e3d626  fmt
     new 196d3c0  up go sum file
     new 5f59ca1  更新关闭方法
     new d0cc593  add:constant param time
     new 4f78b0b  修改注释
     new 05034bb  获取client添加锁
     new d3d437b  up:更新key规范
     new e9530e5  up:参数优化
     new 33d0282  merge
     new 9be6479  Merge pull request #1479 from zhaoyunxing92/nacos-param

The 7568 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/constant/default.go          |   3 +
 common/constant/key.go              |  45 +++++-----
 common/url.go                       |   9 ++
 config/config_center_config.go      |   2 +-
 config/remote_config.go             |  24 +++++-
 config_center/nacos/client.go       | 164 ++++++------------------------------
 config_center/nacos/client_test.go  |  56 +++++-------
 config_center/nacos/facade.go       |  52 ++----------
 config_center/nacos/impl.go         |  26 +++---
 config_center/nacos/impl_test.go    | 115 ++++++-------------------
 config_center/nacos/listener.go     |   2 +-
 metadata/report/nacos/report.go     |  12 +--
 registry/nacos/listener.go          |  25 +++---
 registry/nacos/registry.go          |  73 ++--------------
 registry/nacos/registry_test.go     |  15 ++--
 registry/nacos/service_discovery.go |  26 +++---
 remoting/nacos/builder.go           | 126 ++++++++++++++-------------
 remoting/nacos/builder_test.go      |  87 +++++++++++++++++++
 18 files changed, 347 insertions(+), 515 deletions(-)