且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

高性能 Java 网络框架 Apache MINA 2.0.14

更新时间:2021-11-01 05:13:19

Apache MINA 2.0.14 发布了,该版本主要是 bug 修复,包括:

Some closing session remaining in this state forever, leading to a leak

A vulnerability when using OGNL

Session weren't close immediately, leading to some cases where some messages could still be sent

详情可查阅【发行说明】

Apache MINA(Multipurpose Infrastructure for Network Applications) 是 Apache 组织一个较新的项目,它为开发高性能和高可用性的网络应用程序提供了非常便利的框架。当前发行的 MINA 版本支持基于 Java NIO 技术的 TCP/UDP 应用程序开发、串口通讯程序(只在最新的预览版中提供),MINA 所支持的功能也在进一步的扩展中。

文章转载自 开源中国社区[http://www.oschina.net]