RPC 服务框架 Dubbo 2.6.2 正式发布, 包含多项重要改进

  

Dubbo 2.6.2 现已正式发布。

该版本包含了一些重要的改进:

  1. Hessian-lite 序列化:为了兼容性,恢复本地序列化 #1413

  2. Asset transfer to ASF,包括 pom, license, DISCLAIMER 等 #1491

  3. 引入新的调度政策:EagerThreadpool, #1568

  4. 将监视器数据从组和版本分离 #1407

  5. 增强 Spring Boot #1611

  6. 增强 Gaceful shutdown

    • Remove exporter destroy logic in AnnotationBean.

    • Waiting for registry notification on consumer side by checking channel state.

  7. 简化 RpcContext 中的使用者/提供者端检查 #1444.

源码下载:https://github.com/apache/incubator-dubbo/releases/tag/dubbo-2.6.2

Maven

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

猜你喜欢

转载自www.oschina.net/news/96849/dubbo-2-6-2-released