内容简介:Dubbo 2.6.3 预览版已发布,列出了即将到来的正式版本所包含的更新内容:源码下载:
Dubbo 2.6.3 预览版已发布,列出了即将到来的正式版本所包含的更新内容:
改进/特性
-
Support implicit delivery of attachments from provider to consumer, #889
-
Support inject Spring bean to SPI by bean type, #1837
-
Add generic invoke and attachments support for http&hessian protocol, #1827
-
Get the real methodname to support consistenthash for generic invoke, #1872
-
Remove validation key from provider url on Consumer side, config depedently, #1386
-
Introducing the Bootstrap module as a unified entry for Dubbo startup and resource destruction, #1665
-
Open TCP_NODELAY on Netty 3, #1746
-
Graceful shutdown optimization (unified to the lifecycle to Servlet or Spring), #1820 , #2126
-
Enable thread pool on Consumer side, #2013
-
Support specify proxy type on provide side, #1873
-
Support dbindex in redis, #1831
-
Upgrade tomcat to 8.5.31, #1781
Bug 修复
-
Remove side effects of Dubbo custom loggers on Netty logger, #1717
-
Fix isShutdown() judge of Dubbo biz threadpool always return true, #1426
-
Selection of invoker node under the critical condition of only two nodes, #1759
-
Listener cann't be removed during unsubscribe when use ZK as registry, #1792
-
URL parsing problem when user filed contains '@', #1808
-
Check null in CacheFilter to avoid NPE, #1828
-
Fix potential deadlock in DubboProtocol, #1836
-
Restore the bug that attachment has not been updated in the RpcContext when the Dubbo built-in retry mechanism is triggered, #1453
性能优化
-
ChannelState branch prediction optimization. #1643
-
Optimize AtomicPositiveInteger, less memory and compute cost, #348
-
Introduce embeded Threadlocal to replace the JDK implementation, #1745
Hessian-lite
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Dubbo 2.6.3 预览版发布,分布式 RPC 服务框架
- Zadig v1.0.0 预览版发布,开源分布式持续交付产品
- Easy Scheduler 1.1.0 预览版发布,分布式工作流任务调度系统
- 文件预览 kkFileView v1.1 新增多媒体预览支持等
- 附件在线预览组件 WDA 1.2.6 发布,支持图片预览功能
- html中在线预览pdf文件之pdf在线预览插件
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++程序设计原理与实践
(美)Bjarne Stroustrup / 王刚 等 / 机械工业出版社 / 2010.7 / 108.00元
本书是经典程序设计思想与C++开发实践的完美结合,是C++之父回归校园后对C++编程原理和技巧的全新阐述。书中全面地介绍了程序设计基本原理,包括基本概念、设计和编程技术、语言特性以及标准库等,教你学会如何编写具有输入、输出、计算以及简单图形显示等功能的程序。此外,本书通过对C++思想和历史的讨论、对经典实例(如矩阵运算、文本处理、测试以及嵌入式系统程序设计)的展示,以及对C语言的简单描述,为你呈现......一起来看看 《C++程序设计原理与实践》 这本书的介绍吧!