Apache MINA 2.0.0-M5 版本发布

等了N久Apache mina 终于发布新版本了,这次是m4的升级版 Mina 2.0.0 - M5。

这个版本主要是修复上一个版本的bug.

Bug

  • [DIRMINA-626] - Compilation Error in org.apache.mina.transport.serial.DefaultSerialSessionConfig
  • [DIRMINA-646] - More than required data sent on serial port through serial transport
  • [DIRMINA-647] - WriteFuture.isWritten() never returns true even when data is actually sent on the serial port using serial transport
  • [DIRMINA-648] - Typo in LoggingFilter-API
  • [DIRMINA-652] - Socks5LogicHandler.encodeProxyRequestPacket(final SocksProxyRequest request) should check that the result of request.getEndpointAddress() is resolved before using it
  • [DIRMINA-653] - IoSession.write not thread-safe? Loosing messages under heavy multi-threaded write on same session.
  • [DIRMINA-658] - BufferedWriteFilter does not pass session closed or exception caught events up the filter chain
  • [DIRMINA-664] - EMPTY_* IoBuffer constants can be made mutable and cause data errors
  • [DIRMINA-665] - AbstractIoSession#getId() can cause collisions which lead to sessionClosed calls without sessionCreated
  • [DIRMINA-667] - NioDatagramConnector.newHandle leaks DatagramChannels on bind exception
  • [DIRMINA-674] - Mina xbean module requires mina-core for compile scope
  • [DIRMINA-675] - Duplicate data from decoder
  • [DIRMINA-676] - ObjectMBean throws NullPointerException when accessing non-existing attributes
  • [DIRMINA-677] - AbstractIoSession sometimes throws java.lang.Error in toString()

Improvement

  • [DIRMINA-594] - Javadoc & documentation for APR transport
  • [DIRMINA-605] - Add documentation for using and building serial port connection
  • [DIRMINA-644] - OSGi exported packages should contain the mina version
  • [DIRMINA-649] - The OSGi exported packages should contain the version number of the package

New Feature

  • [DIRMINA-520] - DemuxingIoHandler for SingleSessionIoHandlers

Task

  • [DIRMINA-32] - Revise JavaDoc, PPT, and Tutorial

下载地址:http://mina.apache.org/downloads.html

你可能感兴趣的:(Apache MINA 2.0.0-M5 版本发布)