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

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


    from 2d6472213 fix: getty client configuration could not be set (#2872)
     add 0ba792a48 fix: update golangci-lint to v2 and fix the issues detected 
by it(#2850) (#2878)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/golangci-lint.yml                |   4 +-
 .golangci.yml                                      | 111 ++++++++++++---------
 client/client.go                                   |   6 +-
 cluster/cluster/interceptor_invoker.go             |   2 +-
 cluster/cluster/zoneaware/cluster_interceptor.go   |   2 +-
 cluster/cluster/zoneaware/cluster_invoker.go       |   4 +-
 cluster/cluster/zoneaware/cluster_invoker_test.go  |   4 +-
 cluster/directory/static/directory.go              |   4 +-
 cluster/router/chain/chain.go                      |   2 +-
 cluster/router/condition/dynamic_router.go         |   2 +-
 cluster/router/condition/matcher/argument.go       |   2 +-
 cluster/router/condition/matcher/attachment.go     |   2 +-
 .../condition/matcher/pattern_value/wildcard.go    |   2 +-
 cluster/router/condition/route.go                  |   8 +-
 cluster/router/script/instance/js_instance_test.go |   6 +-
 cluster/router/script/router.go                    |  10 +-
 common/config/utils.go                             |   2 +-
 config/config_center_config.go                     |   2 +-
 config/config_utils.go                             |   2 +-
 config/graceful_shutdown.go                        |  29 +++---
 config/metadata_config.go                          |   2 +-
 config/options.go                                  |   4 +-
 config/registry_config.go                          |  18 ++--
 config_center/nacos/facade.go                      |   9 +-
 config_center/zookeeper/listener.go                |   2 +-
 filter/adaptivesvc/limiter/hill_climbing.go        |   2 +-
 filter/auth/default_authenticator.go               |   2 +-
 filter/generic/service_filter_test.go              |   4 +-
 filter/otel/trace/filter_test.go                   |  12 +--
 filter/token/filter.go                             |   6 +-
 global/reference_config.go                         |   4 +-
 graceful_shutdown/shutdown.go                      |  30 +++---
 metadata/client_test.go                            |   2 +-
 metadata/report/zookeeper/listener.go              |   2 +-
 options.go                                         |   9 +-
 protocol/dubbo/hessian2/hessian_request.go         |   4 +-
 protocol/dubbo/hessian2/java_class.go              |   2 +-
 protocol/dubbo/impl/hessian.go                     |   6 +-
 protocol/dubbo3/dubbo3_protocol.go                 |   2 +-
 protocol/grpc/codec.go                             |   2 +-
 .../grpc/protoc-gen-dubbo/plugin/dubbo/dubbo.go    |   4 +-
 protocol/jsonrpc/json.go                           |   2 +-
 .../protocolwrapper/protocol_filter_wrapper.go     |   7 +-
 protocol/rest/server/rest_server.go                |  29 +++---
 protocol/rpc_status.go                             |   2 +-
 protocol/triple/triple_protocol/codec.go           |   6 +-
 protocol/triple/triple_protocol/handler_compat.go  |   6 +-
 .../triple_protocol/handler_stream_compat.go       |   1 -
 protocol/triple/triple_protocol/header.go          |  16 +--
 protocol/triple/triple_protocol/protocol_grpc.go   |  10 +-
 registry/base_registry.go                          |   4 +-
 registry/directory/directory.go                    |   8 +-
 registry/directory/directory_test.go               |   2 +-
 registry/etcdv3/service_discovery.go               |   4 +-
 registry/nacos/registry.go                         |   8 +-
 registry/nacos/service_discovery.go                |   3 +-
 registry/options.go                                |   3 +-
 registry/polaris/core.go                           |  53 +++++-----
 registry/polaris/registry.go                       |   1 -
 registry/polaris/service_discovery.go              |   4 +-
 registry/protocol/protocol.go                      |  14 ++-
 .../protocol_ports_metadata_customizer.go          |   2 +-
 .../service_instances_changed_listener_impl.go     |   2 +-
 .../rest/rest_subscribed_urls_synthesizer.go       |   2 +-
 registry/zookeeper/listener.go                     |   2 +-
 registry/zookeeper/registry.go                     |   4 +-
 registry/zookeeper/service_discovery.go            |   3 +-
 remoting/polaris/builder.go                        |   2 +-
 server/options.go                                  |  10 +-
 server/server.go                                   |   5 +-
 70 files changed, 277 insertions(+), 272 deletions(-)

Reply via email to