You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Mike Heath <mh...@apache.org> on 2008/02/25 19:13:34 UTC

Apache MINA 2.0.0-M1 release

The Apache MINA project is pleased to announce the release of MINA 2.0.0-M1.

Apache MINA is a network application framework which helps users develop
high performance and high scalability network applications easily. It
provides an abstract, event-driven, asynchronous API over various
transports such as TCP/IP and UDP/IP via Java NIO.

The latest release is now available here:

http://mina.apache.org/downloads.html

This release has too many changes and fixed to enumerate in their
entirety.  Some of the key improvements include:

- Simplified and more consistent API
- Ability to share I/O processor threads between multiple servers and/or
clients
- Improved support for streaming files
- Improved String and JMX integration
- Improved logging support
- Framework for simplifying state machine creation and maintenance
- Support for synchronous clients
- OSGi integration

A list of all the resolved issues for this this release is available here:

https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=10670&fixfor=12312171

This is a milestone release and is not yet considered suitable for
production use.  The intent of this release is to showcase the new
modified API and other improvements in MINA.  We hope that developers
will start to use this release and provide feedback.

Thanks,

Apache MINA PMC