qianqianling 发表于 2016-10-26 08:47:09

Netty 4.0.40.Final 和 4.1.4.Final 发布

欢迎加入运维网交流群:263444886  
                  Netty 4.0.40.Final 和 4.1.4.Final 发布了,Netty是一个Java开源框架。Netty提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。
  两个版本改进如下:

[*]  Set Recycler DEFAULT_INITIAL_MAX_CAPACITY to a more sane value (#5589)
[*]  Ensure shared capacity is updated correctly when WeakOrderQueue is collected (#5577)
[*]  Ensure WeakOrderQueue can be collected fast enough (#5569)
[*]  Ensure attributes and contained object can be collected as fast as possible (#5575)
  4.1.4.Final 改进:

[*]  Correctly return a retained slice if called SwappedByteBuf.retainedSlice(...) (#5593)
[*]  Allow ndots=0 in DnsNameResolver and search domain (#5571)
  下载地址:http://netty.io/downloads.html
  
页: [1]
查看完整版本: Netty 4.0.40.Final 和 4.1.4.Final 发布