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/29 11:33:03 UTC

[dubbo-go] branch 3.0 updated (7b9caa1 -> ed40217)

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

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


    from 7b9caa1  build(deps): bump github.com/emicklei/go-restful/v3 from 3.5.2 to 3.7.0 (#1487)
     new 5f9998a  add application registry
     new 7c8c2cc  fmt
     new 60b85ab  add properties cofig resolver
     new dfe8011  fix:application nil
     new 25667db  fix:application nil
     new ed40217  Merge pull request #1493 from zhaoyunxing92/registry-application

The 8096 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:
 config/config_loader_options.go         |  2 +
 config/config_resolver.go               | 58 ++++++++++++++++++++++
 config/parsers/properties/properties.go | 88 +++++++++++++++++++++++++++++++++
 config/service_config.go                | 15 +++---
 4 files changed, 156 insertions(+), 7 deletions(-)
 create mode 100644 config/config_resolver.go
 create mode 100644 config/parsers/properties/properties.go