블로그 이미지
News and Announcements (at) Apache Software Foundation. 노안돼지
Apache Software Foundation The Apache User Group KLDP From download

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2025/5 »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.

우리는 심플한 서버 공유 프로젝트의 모임이라고도 하지만 오히려 개발자와 사용자간의 커뮤니티라고 생각합니다.

Apache MINA 2.0.0-M5 released

뉴스/소식 | 2009. 4. 20. 13:27 | Posted by 노안돼지


The Apache MINA project team is proud to announce the new Milestone of Apache MINA version 2.0.0-M5, a bug fix release. Next version will be a Release Candidate.

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

The Apache MINA project website includes resources such as introductory presentation slides, tutorials, and examples to help you learn MINA as soon as possible.

The changeLog is provided at the end of this mail

Download :
==========
* http://mina.apache.org/downloads.html

Quick links:
============
* Homepage - http://mina.apache.org/
* FAQ - http://mina.apache.org/faq.html
* Testimonials - http://mina.apache.org/testimonials.html
* Documentation - http://mina.apache.org/documentation.html
* Performance - http://mina.apache.org/performance-test-reports.html


The Apache MINA project team is always open for your feedback.  Please let us know what you think about MINA via our mailing list and support
forum: http://mina.apache.org/contact.html

Thank you !

Release Notes - MINA - Version 2.0.0-M5
---------------------------------------
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


The Apache MINA PMC.

: