Hi everyone, According to the official Dubbo documentation, the original text is as follows: 3.2-to-3.3-compatibility-guide<https://cn.dubbo.apache.org/en/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/version/3.2-to-3.3-compatibility-guide/> Q1: What Starters are available in Dubbo 3.3.x? Below is a list of starters provided by the official Dubbo community (version 3.3.0+) for quick use in Spring Boot applications: dubbo-spring-boot-starter: Manages core Dubbo dependencies for recognizing application.properties or application.yml configurations starting with Dubbo, and scans annotations like @DubboService. dubbo-spring-boot-starter3: Manages core Dubbo dependencies, same as dubbo-spring-boot-starter, supports Spring Boot 3.2.
If my Spring Boot version is 3.5, then I should use dubbo-spring-boot-starter3, right? However, I cannot find this dependency in the Maven Central Repository.
