This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
from 1d6b35ff2 Merge branch 'master' of https://github.com/apache/dubbo-go
add eae6b16c6 build(deps): bump google.golang.org/protobuf from 1.28.0 to
1.28.1 (#2004)
add 9334da05f fix: more invokers with different path (#2000)
add 9d88f3186 fix PolarisServiceWatcher bug (#1988)
add 55ac4ce97 build(deps): bump go.opentelemetry.io/otel/trace from 1.8.0
to 1.9.0 (#2010)
add 5eba073e8 build(deps): bump go.opentelemetry.io/otel from 1.8.0 to
1.9.0 (#2013)
add 88d2f1be3 build(deps): bump github.com/nacos-group/nacos-sdk-go (#2012)
add 57055dc4d fix(shotdown):fix shotdown InternalSignal default value
add aab693f42 test(shutdown):add shutdown internal signal test
add bad8cf799 Merge pull request #2003 from zhaoyunxing92/default
add 267036aeb [Ftr] Enhance ServiceDefinition in MetadataService (#1963)
add 797ee2476 ignore goenv
add 0630c8bc6 Merge branch 'master' of https://github.com/apache/dubbo-go
No new revisions were added by this update.
Summary of changes:
.gitignore | 1 +
cluster/cluster/available/cluster_invoker_test.go | 13 +-
cluster/cluster/broadcast/cluster_invoker_test.go | 14 +-
cluster/cluster/failback/cluster_test.go | 8 +-
cluster/cluster/failfast/cluster_test.go | 6 +-
cluster/cluster/failsafe/cluster_test.go | 6 +-
cluster/cluster/forking/cluster_test.go | 10 +-
cluster/cluster/zoneaware/cluster_interceptor.go | 3 +-
cluster/cluster/zoneaware/cluster_invoker_test.go | 2 +-
cluster/router/chain/chain.go | 14 +-
cluster/router/tag/router.go | 1 -
cluster/router/tag/router_test.go | 6 +-
common/url.go | 11 +-
config/graceful_shutdown.go | 2 +-
config/graceful_shutdown_config.go | 13 +-
config/graceful_shutdown_config_test.go | 16 +-
go.mod | 8 +-
go.sum | 19 +-
metadata/definition/definition.go | 53 ++-
metadata/definition/definition_test.go | 2 +
metadata/service/local/service.go | 2 +-
metadata/service/local/service_test.go | 9 +-
metadata/service/remote/service.go | 2 +-
metadata/service/remote/service_test.go | 10 +-
registry/polaris/core.go | 59 ++--
registry/zookeeper/service_discovery_test.go | 391 +++++++---------------
26 files changed, 329 insertions(+), 352 deletions(-)