aofall opened a new issue, #229:
URL: https://github.com/apache/dubbo-spi-extensions/issues/229

   例如 dubbo-api-docs-annotations 只有1.0.0,而 dubbo-cluster-specify-address-dubbo3 
却有 1.0.2,建议像dubbo仓库那样统一版本。
   
   ```
   <dependency>
       <groupId>org.apache.dubbo.extensions</groupId>
       <artifactId>dubbo-api-docs-annotations</artifactId>
       <version>1.0.0</version>
   </dependency>
   <dependency>
       <groupId>org.apache.dubbo.extensions</groupId>
       <artifactId>dubbo-cluster-specify-address-dubbo3</artifactId>
       <version>1.0.2</version>
   </dependency>
   ```
   
   
   另外还有一个问题,各个不同的子模块引用了dubbo3不同版本的依赖,有dubbo3.1的,也有dubbo3.2的,这个也需要统一,目前测试如果全局升级到 
dubbo 3.2 部分模块需要同步改造 3.2 的写法


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to