Ares_xue
Ares_xue
应用接口使用了`jackson`的`ObjectMapper`,其内部序列化使用了反射机制:  反射时`jvm`会创建`sun.reflect.DelegatingClassLoader`。 在流量高峰时,   大量的`sun.reflect.DelegatingClassLoader`实例涌入, 因为流量较大内存较小流量刚接进来时即发生了`gc`。  因为`gc`会把对象给清理掉,然后`get`方法内的`while`循环一直找不到`eq`的对象,循环出不来, 最终形成了死循环逐渐耗尽`CPU`。 现场最后形成这样的堆栈信息: 
I want to get the configuration information in batches and the newly added api when the configuration does not exist, but I can't find it now.
 knife4j.enable=false时@ComponentScan依然会生效,注册一些我并不需要的bean,希望能优化成只有knife4j.enable=true时@ComponentScan才生效
the properties of rocketmq_group_get_latency already expired, should use rocketmq_group_diff
### Which Issue(s) This PR Fixes Fixes #7758 ### Brief Description merge check message and compress message,ensure compression before validation
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have searched the...
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [x] I have searched the [release notes](https://github.com/apache/dubbo/releases) of this repository and...
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [x] I have searched the [release notes](https://github.com/apache/dubbo/releases) of this repository and...
### Which version of ShardingSphere did you use? 5.4.1 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-JDBC ### Expected behavior When ModShardingAlgorithm is used and zeroPadding is true...
## What is the purpose of the change Specify the jsr310 time format based on the configuration when generic invoke ## Verifying this change org.apache.dubbo.spring.boot.context.event.Jsr310ConverterApplicationListenerTest