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/08 04:16:43 UTC

[dubbo-go] branch develop updated (4fa45b5 -> dd2c0a9)

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 4fa45b5  Merge pull request #119 from fangyincheng/develop
     new 14900d2  Mod: add contribution readme
     new 6971ecc  fix: java exception & typed list support for hessian
     new 52ad4e6  fix: java exception & unit test
     new 302923f  fix: import group for third lib
     new 93163ea  Merge pull request #120 from wongoo/fix-hessian2
     new b6bbe67  Merge branch 'master' of https://github.com/apache/dubbo-go
     new 5cd0d98  Mrg:merge master
     new 00e2933  Imp:improve config & update getty & add connect timeout
     new dd1c82c  Mod:change timer to wheel
     new dd2c0a9  Merge pull request #123 from fangyincheng/develop

The 493 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:
 README.md                                          |   6 ++
 README_CN.md                                       |   4 +
 common/logger/logger.go                            |   5 +-
 config/config_loader.go                            |  16 +--
 config/config_loader_test.go                       |   8 +-
 config/consumer_config.go                          |   3 +-
 config/provider_config.go                          |   2 +-
 config/reference_config.go                         |   5 +-
 config/service_config.go                           |   6 +-
 config/testdata/consumer_config.yml                |   1 -
 .../testdata/consumer_config_with_configcenter.yml |   1 -
 config/testdata/provider_config.yml                |   1 -
 examples/dubbo/go-client/profiles/dev/client.yml   |   1 -
 .../dubbo/go-client/profiles/release/client.yml    |   1 -
 examples/dubbo/go-client/profiles/test/client.yml  |   1 -
 examples/dubbo/go-server/profiles/dev/server.yml   |   1 -
 .../dubbo/go-server/profiles/release/server.yml    |   1 -
 examples/dubbo/go-server/profiles/test/server.yml  |   1 -
 .../profiles/dev/client.yml                        |   1 -
 .../profiles/release/client.yml                    |   1 -
 .../profiles/test/client.yml                       |   1 -
 .../profiles/dev/server.yml                        |   1 -
 .../profiles/release/server.yml                    |   1 -
 .../profiles/test/server.yml                       |   1 -
 examples/jsonrpc/go-client/profiles/dev/client.yml |  24 -----
 .../jsonrpc/go-client/profiles/release/client.yml  |  24 -----
 .../jsonrpc/go-client/profiles/test/client.yml     |  24 -----
 go.mod                                             |   4 +-
 go.sum                                             |  10 +-
 protocol/dubbo/client.go                           | 119 ++++++---------------
 protocol/dubbo/client_test.go                      |  18 +++-
 protocol/dubbo/codec.go                            |   2 -
 protocol/dubbo/config.go                           |  29 +----
 protocol/dubbo/dubbo_invoker_test.go               |   4 +
 protocol/dubbo/dubbo_protocol.go                   |   6 +-
 protocol/dubbo/pool.go                             |  24 +++--
 36 files changed, 111 insertions(+), 247 deletions(-)