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

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2024/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

 

'mina'에 해당되는 글 7

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

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

Apache FtpServer 1.0.1 released

뉴스/소식 | 2009. 5. 20. 08:17 | Posted by 노안돼지

Apache MINA 프로젝트에서 FtpServer 1.0.1을 릴리즈 하였습니다.

이번 릴리즈는 1.0.0 릴리즈에서 발견된 각종 문제들을 해결하였습니다.
이번 릴리즈는 FtpServer가 동작시 안정성에 대한 문제를 해결한 것이므로, 사용자들은 이 릴리즈로 업그레이드 하시길 바랍니다.

Apache MINA 프로젝트에서는 FtpServer가 독자적으로도 동작하고, 간단한 방법으로 사용자의 응용프로그램에 내장되어 제대로 동작할 수 있도록 하는데 노력을 다하고 있습니다.

따라서, 여러분의 테스트 참여와 관심이 안정적인 릴리즈를 만드는데 도움이 될 수 있습니다.

이 릴리즈는 아래 링크에서 다운받을 수 있습니다.:
http://mina.apache.org/ftpserver/downloads.html

이번 릴리즈에서 변경된 것:
  • Stream closed after statistics is updated for data transfers
  • DefaultFtpServer.suspend() and NioListener.suspend() does not work correctly on Mac OS X
  • NativeFtpFile.equals does not work correctly with different casing on OS X
  • Passive data connections can hang forever and thus block a port
  • Data connection not closed on filter chain exception
  • Ftplet.onConnect() with DISCONNECT returned ignored by server


아래를 주소를 방문하시면 이 릴리즈에 대한 자세한 내용을 확인하실 수 있습니다.
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10571&styleName=Html&version=12313619

:

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.

: