wxbty opened a new pull request, #12020:
URL: https://github.com/apache/dubbo/pull/12020
## What is the purpose of the change
Start dubbo-demo-spring-boot error, qos&metrics is not available.
```java
java.lang.ClassNotFoundException:
org.apache.dubbo.qos.protocol.QosProtocolWrapper
at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
at org.apache.dubbo.common.utils.ClassUtils.forName(ClassUtils.java:259)
at org.apache.dubbo.common.utils.ClassUtils.forName(ClassUtils.java:210)
at
org.apache.dubbo.config.utils.ConfigValidationUtils.checkQosDependency(ConfigValidationUtils.java:501)
at
org.apache.dubbo.config.utils.ConfigValidationUtils.validateApplicationConfig(ConfigValidationUtils.java:495)
```
## Brief changelog
1、add qos dep
2、remove unuse
## Verifying this change
Start dubbo-demo-spring-boot success and qos available.
--
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]