dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

The following deprecated should appear in user's log file.

Open chickenlj opened this issue 2 years ago • 0 comments

Dubbo version: 3.3.0 SNAPSHOT

2023-07-13 13:44:31.209  WARN 82057 --- [           main] .a.d.c.DeprecatedMethodInvocationCounter :  [DUBBO] Deprecated method invoked. The method is org.apache.dubbo.config.AbstractInterfaceConfig.setModule(ModuleConfig module), dubbo version: 3.3.0-beta.1-SNAPSHOT, current host: 30.221.149.6, error code: 0-99. This may be caused by invocation of deprecated method, go to https://dubbo.apache.org/faq/0/99 to find instructions. 
2023-07-13 13:44:31.209  WARN 82057 --- [           main] .a.d.c.DeprecatedMethodInvocationCounter :  [DUBBO] Deprecated method invoked. The method is org.apache.dubbo.config.AbstractInterfaceConfig.setMonitor(MonitorConfig monitor), dubbo version: 3.3.0-beta.1-SNAPSHOT, current host: 30.221.149.6, error code: 0-99. This may be caused by invocation of deprecated method, go to https://dubbo.apache.org/faq/0/99 to find instructions. 
2023-07-13 13:44:31.215  WARN 82057 --- [           main] .a.d.c.DeprecatedMethodInvocationCounter :  [DUBBO] Deprecated method invoked. The method is org.apache.dubbo.config.AbstractInterfaceConfig.appendMetricsCompatible(Map<String, String> map), dubbo version: 3.3.0-beta.1-SNAPSHOT, current host: 30.221.149.6, error code: 0-99. This may be caused by invocation of deprecated method, go to https://dubbo.apache.org/faq/0/99 to find instructions. 

chickenlj avatar Jul 13 '23 05:07 chickenlj