Hi All,
This discussion is about merging apache/dubbo-spring-boot-project into apache/dubbo project. The code of dubbo spring-boot is relatively small[1], but its processing logic is very close to the dubbo-config-spring module. Separating the two projects is prone to version compatibility issues[2], and it also increases the work of development and testing [3]. The benefits of the merger can be foreseen: 1. Simplify the testing workflow (github actions) of apache/dubbo & apache/dubbo-samples. 2. There is no need to release dubbo-spring-boot-* separately to avoid the problem of component version mismatch 3. The development and testing related to dubbo spring is more efficient. Any ideas? [1] https://github.com/apache/dubbo-spring-boot-project [2] https://github.com/apache/dubbo/issues/7347 [3] https://github.com/apache/dubbo/blob/master/.github/workflows/build-and-test.yml https://github.com/apache/dubbo-samples/blob/master/.github/workflows/dubbo-2.yml Gong Dewei
