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 30d26477b support new triple tls (#2852)
add 0095bb039 Update NOTICE to 2025 (#2863)
add 6f906d082 Multi registry verification and Use LoadOrStore instead
(#2862)
add ff45d605a fix: when nacos subscribe all service names can not get new
add sevice (#2859)
add 69e8ae1fa fix: 修复 err != nil 判断位置错误导致可能 panic 的 bug (#2874)
add 0551a83b2 delete conf parser type (#2865)
add 2d6472213 fix: getty client configuration could not be set (#2872)
No new revisions were added by this update.
Summary of changes:
NOTICE | 2 +-
config/config_resolver.go | 6 --
config/parsers/properties/properties.go | 88 -----------------------
config/parsers/properties/properties_test.go | 42 -----------
config/root_config.go | 32 +++++++++
loader.go | 8 +--
registry/nacos/listener.go | 3 +-
registry/nacos/registry.go | 103 ++++++++++++++++++---------
registry/protocol/protocol.go | 15 ++--
remoting/getty/getty_client.go | 3 +-
remoting/getty/getty_server.go | 3 +-
remoting/getty/readwriter.go | 16 ++---
12 files changed, 122 insertions(+), 199 deletions(-)
delete mode 100644 config/parsers/properties/properties.go
delete mode 100644 config/parsers/properties/properties_test.go