RPC 服务框架 Dubbo 2.5.10 和 2.6.1 发布,Bug 修复

转载自https://www.oschina.net/news/94353/dubbo-2-5-10-and-2-6-1-released

Dubbo 2.5.10 和 2.6.1 已发布。

Dubbo 2.6.1 是改变结构后首次发布的版本,此前我们曾报道过,Dubbo 2.6.0 已合并当当网提供的 Dubbox 分支。

而 2.5.10 主要是修复了 bug:

  • TimeUnit convert error in FutureAdapter, #1303.

  • Provider side failed to invoke service when deployed in docker, #1289.

  • Hessian serialization problem with types: short and byte, #1232.

  • Remove isdestrory() check in registry, make sure unregister works when shutdown, #1313

  • Reference annotation support annotate on annotation type

Maven

<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>dubbo</artifactId>
    <version>2.6.1</version>
</dependency>

源码下载:https://github.com/alibaba/dubbo/releases

相关链接

猜你喜欢

转载自blog.csdn.net/ystyaoshengting/article/details/84620670