Apache MINA 1.0.6 and 1.1.3 Released

Apache MINA 1.0.6 and 1.1.3 (Java 5 port of 1.0.6) have been released on October 2nd, 2007. The new releases contain several bug fixes of the bugs found in the previous releases. They are available in the download page.

Changes in 1.0.6 and 1.1.3 since 1.0.5 and 1.1.2::

  • 5 Bug fixes
    • [DIRMINA-305] - SocketIoProcessor is biased to write operations.
    • [DIRMINA-421] - ProtocolEncoder.dispose() is called for every encode() call for UDP
    • [DIRMINA-431] - Deadlock in VmPipe mode
    • [DIRMINA-436] - DemuxingProtocolCodecFactory doesn't reset the current MessageDecoder when NOT_OK is returned.
    • [DIRMINA-437] - AccessControlException on 127.0.01 when using Mina in an Applet
  • 2 Improvements
    • [DIRMINA-429] - AbstractIoFilterChain.doWrite slows as outstanding writes increase
    • [DIRMINA-430] - IoSession.getScheduledWriteBytes() slows with size of queue
  • 1 Task
    • [DIRMINA-425] - Upgrade to SLF4J 1.4.3.
Added by Trustin Lee, last edited by Trustin Lee on Oct 17, 2007  (view change)