Comven
Comven
DubboHolderListener中onApplicationEvent(ApplicationEvent event)方法启动守护线程是通过event instanceof ContextRefreshedEvent为标准启动的,但是这个判断会导致spring boot都为完全启动,dubbo服务更是还未开始启动就创建一个常驻线程,这样会导致spring启动过程中有其他异常时,程序会一直挂起,不会自动退出,这里个人觉得事件判断应该采用event instanceof ContextRefreshedEvent,这样才能不干扰spring-boot容器的初始化启动。
spring-boot: 2.7.18、3.2.4 shardingsphere-jdbc:5.5.0 The introduction of the 'jackson-dataformat-xml' component dependency in version 5.5 resulted in the JSON returned by the spring boot program being changed to XML format. shardingsphere-jdbc-core-5.4.1 Return...
SCA 2025.0.0.0 version reports an error when closing or restarting the program ``` [2025-10-20 10:48:19,276][ERROR] [479532] - c.a.c.n.r.NacosGracefulShutdownDelegate [ 79]: Error occurred while performing Nacos client graceful shutdown java.lang.NullPointerException: Cannot...