Snow-kal opened a new pull request, #3448: URL: https://github.com/apache/dubbo-go/pull/3448
按照 https://github.com/apache/dubbo-go/issues/3396 的建议 compat.go dubbo_test.go compat_test.go 最后处理 **更改内容:** - 删除根目录 compat.go:移除了新 global / InstanceOptions 配置到旧 config.RootConfig 的兼容转换层。 - 删除根目录 compat_test.go:这个测试文件只覆盖已删除的兼容转换函数。 - 修改 options.go:移除初始化时同步旧 RootConfig 的调用。 - 修改 instance_options_init.go:移除动态配置更新后同步旧 RootConfig 的调用。 - 修改 dubbo_test.go:去掉 legacyconfig / 旧 config 包断言,保留并改其中仍有作用的测试,如 TLS、Tracing等等。 ### Description issue https://github.com/apache/dubbo-go/issues/3396 ### Checklist - [x] I confirm the target branch is `develop` - [x] Code has passed local testing - [x] I have added tests that prove my fix is effective or that my feature works -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
