Apache MINA 2.0.0 正式版发布
时间:2010-09-27 来源:红薯
之前有人提出质疑,MINA项目是否还活着,看到这条新闻,你该放心了。
Apache MINA(Multipurpose Infrastructure for Network Applications) 是 Apache 组织一个较新的项目,它为开发高性能和高可用性的网络应用程序提供了非常便利的框架。当前发行的 MINA 版本支持基于 Java NIO 技术的 TCP/UDP 应用程序开发、串口通讯程序(只在最新的预览版中提供),MINA 所支持的功能也在进一步的扩展中。
下载地址:http://mina.apache.org/downloads.html
除了包含下面的一些改进内容外,主要是bug的修复:
* [DIRMINA-707] - Add sendfile support to APR transport
* [DIRMINA-751] - IoBuffer.normalizeCapacity improvement
* [DIRMINA-754] - Javadoc omission in IoFilterChain#fireMessageSent()
* [DIRMINA-796] - Distribution packages should be named "apache-mina-x.x.x.[zip|tar.gz]
* [DIRMINA-797] - Binary and source packages should be separate files
* [DIRMINA-798] - Sources in distribution packages requires including the "serial" profile to build
详情请看这里。