Dubbo 2.6.2 现已正式发布。
该版本包含了一些重要的改进:
- Hessian-lite 序列化:为了兼容性,恢复本地序列化 #1413
- Asset transfer to ASF,包括 pom, license, DISCLAIMER 等 #1491
- 引入新的调度政策:EagerThreadpool, #1568
- 将监视器数据从组和版本分离 #1407
- 增强 Spring Boot #1611
- 增强 Gaceful shutdown
- Remove exporter destroy logic in AnnotationBean.
- Waiting for registry notification on consumer side by checking channel state.
- 简化 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>
转自 https://www.oschina.net/news/96849/dubbo-2-6-2-released