-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SpringCloud项目下提示'org.apache.dubbo.config.annotation.Service' 已经过时了 #6898
Comments
用 org.apache.dubbo.config.annotation.DubboService |
谢谢,都用上了 另外, |
用2.7.8版本的DubboService和DubboReference后,已经明确入坑: 现已把项目回退到2.7.6版本,不过可以2.7.8版本对多IP地址(比如我的电脑有虚拟机网卡地址)优化,对注册IP地址更准确的提取,希望早点出新版! |
@pangshuqiang 我这边 单机状态下 一台提供服务,一台消费, 还是偶尔能复现,不过 2.7.6比2.7.8 好很多 |
IDEA开发工具下,构建spring-cloud项目,
版本:
spring-boot:2.3.4.RELEASE
spring-cloud:Hoxton.SR8
spring-cloud-alibaba:2.2.2.RELEASE
提示:
'org.apache.dubbo.config.annotation.Service' 已经过时了
Inspection info: 不能使用过时的类或方法。 说明:java.net.URLDecoder 中的方法decode(String encodeStr) 这个方法已经过时,应该使用双参数decode(String source, String encode)。接口提供方既然明确是过时接口,那么有义务同时提供新的接口;作为调用方来说,有义务去考证过时方法的新实现是什么。
The text was updated successfully, but these errors were encountered: