nanjiek opened a new pull request, #2942: URL: https://github.com/apache/dubbo-go/pull/2942
application in directory of registry previous depends on config package, this pr replace it with global package. The changes primarily focus on replacing the usage of config.GetRootConfig().Application with ApplicationConfRaw.(*global.ApplicationConfig), removing redundant compatibility processing minor improvements to comments and code clarity are included. In directory still remains the use config package. This is just for the compatible with the use of old config. Cause if we remove it, this filter won't be registered if users use config.GetRootConfig().Applicationto start service. But remove the config from directory to tell the user how to import applicationConfig correctly to register now. -- 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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org