Release Notes - MINA - Version 2.0.0-M4 --------------------------------------- Bug
* [DIRMINA-597] - AbstractIoAcceptor.toString() blocks when invoked from IoServiceListener.serviceActivated() * [DIRMINA-626] - Compilation Error in org.apache.mina.transport.serial.DefaultSerialSessionConfig * [DIRMINA-633] - ProrocolCodecFilter does not swallow the complete received buffer
Improvement
* [DIRMINA-608] - Move stats out of the IoService API * [DIRMINA-614] - Make TextLineDecoder extensible * [DIRMINA-615] - Improved support for custom NioProcessors * [DIRMINA-620] - IoSession has superfluous close() methods * [DIRMINA-630] - CRLF constants for LineDelimiter
Apache MINA 2.0.0-M4 版本发布
Release Notes - MINA - Version 2.0.0-M4
---------------------------------------
Bug
* [DIRMINA-597] - AbstractIoAcceptor.toString() blocks when invoked
from IoServiceListener.serviceActivated()
* [DIRMINA-626] - Compilation Error in
org.apache.mina.transport.serial.DefaultSerialSessionConfig
* [DIRMINA-633] - ProrocolCodecFilter does not swallow the complete
received buffer
Improvement
* [DIRMINA-608] - Move stats out of the IoService API
* [DIRMINA-614] - Make TextLineDecoder extensible
* [DIRMINA-615] - Improved support for custom NioProcessors
* [DIRMINA-620] - IoSession has superfluous close() methods
* [DIRMINA-630] - CRLF constants for LineDelimiter
New Feature
* [DIRMINA-415] - Proxy support
* [DIRMINA-478] - GzipFilter
* [DIRMINA-519] - BufferingFilter