This is an automated email from the ASF dual-hosted git repository.
Alanxtl pushed a change to branch
dependabot/go_modules/github.com/gorilla/websocket-1.5.3
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
from 5426c8cdb build(deps): bump github.com/gorilla/websocket from 1.4.2 to
1.5.3
add c6a4a61d7 refactor: replace vault jsonutil usage (#3696)
add 422a66ada fix(polaris): resolve nil pointer panic on startup and route
miss (#3303) (#3697)
add 50a884d01 Merge branch 'develop' into
dependabot/go_modules/github.com/gorilla/websocket-1.5.3
No new revisions were added by this update.
Summary of changes:
cluster/cluster/failback/cluster_invoker.go | 3 +
cluster/cluster/failfast/cluster_invoker.go | 4 +
cluster/cluster/failfast/cluster_test.go | 24 ++++
cluster/cluster/failsafe/cluster_invoker.go | 4 +
cluster/router/polaris/router.go | 6 +
.../service_name_mapping.go => dubboutil/json.go} | 43 ++++---
common/dubboutil/json_test.go | 127 +++++++++++++++++++++
go.mod | 2 -
go.sum | 6 -
registry/etcdv3/service_discovery.go | 11 +-
registry/etcdv3/service_discovery_test.go | 37 ++++++
registry/polaris/registry.go | 4 +
.../cmd/testGenCode/template/newApp/go.sum | 3 -
.../cmd/testGenCode/template/newDemo/go.sum | 3 -
.../generator/internal/scaffold/gosum.go | 3 -
15 files changed, 241 insertions(+), 39 deletions(-)
copy common/{extension/service_name_mapping.go => dubboutil/json.go} (55%)
create mode 100644 common/dubboutil/json_test.go