weixsun commented on code in PR #10941: URL: https://github.com/apache/dubbo/pull/10941#discussion_r1027697300
########## dubbo-spring-boot/dubbo-spring-boot-compatible/actuator/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports: ########## @@ -0,0 +1,3 @@ +org.apache.dubbo.spring.boot.actuate.autoconfigure.DubboEndpointAutoConfiguration +org.apache.dubbo.spring.boot.actuate.autoconfigure.DubboHealthIndicatorAutoConfiguration +org.apache.dubbo.spring.boot.actuate.autoconfigure.DubboEndpointMetadataAutoConfiguration Review Comment: @CrazyHZM Don't worry, in Spring Boot 2.7.x, the `AutoConfiguration.imports` and `spring.factories` files will indeed be loaded at the same time, but they will all add to `Set<String> classNames`. details see https://github.com/spring-projects/spring-boot/commit/08022ba86efa294f77574bda07851901b6c2b520 -- 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: notifications-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org