You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/18 10:29:17 UTC

[GitHub] [dubbo-spi-extensions] xlq20080808 opened a new issue, #173: dubbo-serialization-kryo:1.0.0中依赖的dubbo-common-extensions为SNAPSHOT版本

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

   模块:dubbo-serialization-kryo
   版本:1.0.0
   dubbo官方文档中使用kryo要求添加依赖,版本为1.0.0
   而maven官方仓库中该版本依赖的dubbo-common-extensions为SNAPSHOT版本
   <img width="1068" alt="image" src="https://user-images.githubusercontent.com/33999699/202680003-e23a4b4e-9ff7-40df-abb9-82c38c8321cb.png">
   为什么上传到maven官方仓库的版本还依赖SNAPSHOT版本的包呢?
   maven官方库中没有该SNAPSHOT包,拉取该包会报错
   `Could not find artifact org.apache.dubbo.extensions:dubbo-common-extensions:jar:3.0.0-SNAPSHOT`
   
   
   


-- 
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-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


Re: [I] dubbo-serialization-kryo:1.0.0中依赖的dubbo-common-extensions为SNAPSHOT版本 [dubbo-spi-extensions]

Posted by "aofall (via GitHub)" <gi...@apache.org>.
aofall commented on issue #173:
URL: https://github.com/apache/dubbo-spi-extensions/issues/173#issuecomment-2045271573

   dubbo-spi-extensions has been released the version of 3.2.0, compatible with Dubbo 3.2.x
   You can find the extension in maven central repository what you need and try it.
   
   ```
   <dependency>
       <groupId>org.apache.dubbo.extensions</groupId>
       <artifactId>dubbo-serialization-kryo</artifactId>
       <version>3.2.0</version>
   </dependency>
   ```
   
   https://central.sonatype.com/artifact/org.apache.dubbo.extensions/dubbo-serialization-kryo


-- 
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-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org