You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Emmanuel Lecharny <el...@gmail.com> on 2010/09/22 00:55:44 UTC

[VOTE] MINA 2.0.0 take 3 !

Hi,

After Alain found that there were some missing ASL headers in the last 
released version, the latest vote has been reverted, and I just released 
MINA again (after having checked that we don't have any missing ASL.20 
header - rat will of course complain because .settings files don't 
contain such headers. That also means we have to add .settings into 
svn:ignore for 2.0.1). So, let's resume :

The last version of MINA (2.0.0) has been released for the third time :) !
Here are the complete release notes from JIRA:


    Bug

    * [DIRMINA-539 <https://issues.apache.org/jira/browse/DIRMINA-539>]
      - NioDatagramConnector doesn't takes the TrafficClass value set to
      his DatagramSessionConfig
    * [DIRMINA-650 <https://issues.apache.org/jira/browse/DIRMINA-650>]
      - Mina server does not recieve all data sent by client using
      SSLSocketFactory
    * [DIRMINA-678 <https://issues.apache.org/jira/browse/DIRMINA-678>]
      - NioProcessor 100% CPU usage on Linux (epoll selector bug)
    * [DIRMINA-679 <https://issues.apache.org/jira/browse/DIRMINA-679>]
      - NullPointerException in ProtocolCodecFilter.filterWrite
    * [DIRMINA-684 <https://issues.apache.org/jira/browse/DIRMINA-684>]
      - NullPointerException when opening socket to localhost
    * [DIRMINA-711 <https://issues.apache.org/jira/browse/DIRMINA-711>]
      - Adding some logs in the chain make the MDCFilter tests to fail
    * [DIRMINA-720 <https://issues.apache.org/jira/browse/DIRMINA-720>]
      - Hardware Flow Control Disables Serial Port on Windows Platform
    * [DIRMINA-732 <https://issues.apache.org/jira/browse/DIRMINA-732>]
      - Session Idle events never comes in sessions managed by
      NioDatagramAcceptor
    * [DIRMINA-733 <https://issues.apache.org/jira/browse/DIRMINA-733>]
      - The profile method in the ProfilerTimerFilter can caused more
      methods to be profiled than intended.
    * [DIRMINA-742 <https://issues.apache.org/jira/browse/DIRMINA-742>]
      - When session is closed, DefaultIoFilterChain is in deadlock.
    * [DIRMINA-746 <https://issues.apache.org/jira/browse/DIRMINA-746>]
      - DefaultSocketSessionConfig.setReceiveBufferSize(...) throws
      NullPointerException
    * [DIRMINA-748 <https://issues.apache.org/jira/browse/DIRMINA-748>]
      - CachedBufferAllocator does not free buffers when
      maxCachedBufferSize=0
    * [DIRMINA-749 <https://issues.apache.org/jira/browse/DIRMINA-749>]
      - Cannot have more than one CODEC in the chain
    * [DIRMINA-753 <https://issues.apache.org/jira/browse/DIRMINA-753>]
      - Some writes observed to stall until select times out
    * [DIRMINA-755 <https://issues.apache.org/jira/browse/DIRMINA-755>]
      - IoConnectot.dispose blocks forever
    * [DIRMINA-760 <https://issues.apache.org/jira/browse/DIRMINA-760>]
      - Client fails to detect disconnection
    * [DIRMINA-762 <https://issues.apache.org/jira/browse/DIRMINA-762>]
      - WARN org.apache.mina.core.service.IoProcessor - Create a new
      selector. Selected is 0, delta = 0
    * [DIRMINA-763 <https://issues.apache.org/jira/browse/DIRMINA-763>]
      - Errors with Datagram when running tests on linux
    * [DIRMINA-764 <https://issues.apache.org/jira/browse/DIRMINA-764>]
      - DDOS possible in only a few seconds...
    * [DIRMINA-770 <https://issues.apache.org/jira/browse/DIRMINA-770>]
      - Remove all the new NullPointerException()
    * [DIRMINA-771 <https://issues.apache.org/jira/browse/DIRMINA-771>]
      - Calling NioSocketSession.toString() causes java.lang.Error
    * [DIRMINA-777 <https://issues.apache.org/jira/browse/DIRMINA-777>]
      - IoSessionConfig.setUseReadOperation(true) doesn't seem to work
    * [DIRMINA-778 <https://issues.apache.org/jira/browse/DIRMINA-778>]
      - TextLineDecoder not thread safe?
    * [DIRMINA-779 <https://issues.apache.org/jira/browse/DIRMINA-779>]
      - SSLHandler can re-order data that it reads
    * [DIRMINA-782 <https://issues.apache.org/jira/browse/DIRMINA-782>]
      - Combination of SslFilter & FileRegionWriteFilter causes
      messageSent events to be lost
    * [DIRMINA-784 <https://issues.apache.org/jira/browse/DIRMINA-784>]
      - Error with MDCInjectionFilter on Windows


    Improvement

    * [DIRMINA-593 <https://issues.apache.org/jira/browse/DIRMINA-593>]
      - Javadoc & documentation for org/apache/mina/filter/reqres
    * [DIRMINA-682 <https://issues.apache.org/jira/browse/DIRMINA-682>]
      - We need a better documentation for the ExecutorFilter [was
      :Writing more than one message will block until the
      MessageReceived as been fully proceced]
    * [DIRMINA-707 <https://issues.apache.org/jira/browse/DIRMINA-707>]
      - Add sendfile support to APR transport
    * [DIRMINA-751 <https://issues.apache.org/jira/browse/DIRMINA-751>]
      - IoBuffer.normalizeCapacity improvement
    * [DIRMINA-754 <https://issues.apache.org/jira/browse/DIRMINA-754>]
      - Javadoc omission in IoFilterChain#fireMessageSent()
    * [DIRMINA-761 <https://issues.apache.org/jira/browse/DIRMINA-761>]
      - how to shutdown a mina application
    * [DIRMINA-780 <https://issues.apache.org/jira/browse/DIRMINA-780>]
      - Writing null objects to the Session should raise an Exception


    Task

    * [DIRMINA-477 <https://issues.apache.org/jira/browse/DIRMINA-477>]
      - Update page about differences between 1.x and 2.x
    * [DIRMINA-575 <https://issues.apache.org/jira/browse/DIRMINA-575>]
      - Add the missing Javadoc, add some comments
    * [DIRMINA-681 <https://issues.apache.org/jira/browse/DIRMINA-681>]
      - Strange CPU peak occuring at fixed interval when several
      thousand connections active
    * [DIRMINA-708 <https://issues.apache.org/jira/browse/DIRMINA-708>]
      - Unbound thread growth on discovery attempts : Improve documentation
    * [DIRMINA-756 <https://issues.apache.org/jira/browse/DIRMINA-756>]
      - Bump up the used jars
    * [DIRMINA-757 <https://issues.apache.org/jira/browse/DIRMINA-757>]
      - Add an entry in FAQ explaining how to correctly close a session
      and dispose the connector
    * [DIRMINA-759 <https://issues.apache.org/jira/browse/DIRMINA-759>]
      - Replace JUnit 3.8 constructions with JUnit 4.7 annotations
    * [DIRMINA-795 <https://issues.apache.org/jira/browse/DIRMINA-795>]
      - Rework the release process

Here's the Jira link for this version if you'd like to review issues in 
more details:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10670&styleName=Html&version=12313701 


A temporary tag has been created (it can be removed if the vote is not 
approved):
http://svn.apache.org/viewvc/mina/tags/2.0.0/
The svn revision is : 
http://svn.apache.org/viewvc?view=revision&revision=999668

The newly approved Nexus has been used for the preparation of this 
release and all final artifacts are stored in a staging repository:
https://repository.apache.org/content/repositories/orgapachemina-004/


The distributions are available for download on :
https://repository.apache.org/content/repositories/orgapachemina-004/org/apache/mina/mina-parent/2.0.0/

Let's vote again :
[ ] +1 | Release MINA 2.0.0
[ ] ±0 | Abstain
[ ] -1 | Do*NOT*  release MINA 2.0.0

-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com


Re: [VOTE] MINA 2.0.0 take 3 !

Posted by Guillaume Nodet <gn...@gmail.com>.
+1

On Wed, Sep 22, 2010 at 00:55, Emmanuel Lecharny <el...@gmail.com> wrote:
>
> Hi,
>
> After Alain found that there were some missing ASL headers in the last
> released version, the latest vote has been reverted, and I just released
> MINA again (after having checked that we don't have any missing ASL.20
> header - rat will of course complain because .settings files don't contain
> such headers. That also means we have to add .settings into svn:ignore for
> 2.0.1). So, let's resume :
>
> The last version of MINA (2.0.0) has been released for the third time :) !
> Here are the complete release notes from JIRA:
>
>
>   Bug
>
>   * [DIRMINA-539 <https://issues.apache.org/jira/browse/DIRMINA-539>]
>     - NioDatagramConnector doesn't takes the TrafficClass value set to
>     his DatagramSessionConfig
>   * [DIRMINA-650 <https://issues.apache.org/jira/browse/DIRMINA-650>]
>     - Mina server does not recieve all data sent by client using
>     SSLSocketFactory
>   * [DIRMINA-678 <https://issues.apache.org/jira/browse/DIRMINA-678>]
>     - NioProcessor 100% CPU usage on Linux (epoll selector bug)
>   * [DIRMINA-679 <https://issues.apache.org/jira/browse/DIRMINA-679>]
>     - NullPointerException in ProtocolCodecFilter.filterWrite
>   * [DIRMINA-684 <https://issues.apache.org/jira/browse/DIRMINA-684>]
>     - NullPointerException when opening socket to localhost
>   * [DIRMINA-711 <https://issues.apache.org/jira/browse/DIRMINA-711>]
>     - Adding some logs in the chain make the MDCFilter tests to fail
>   * [DIRMINA-720 <https://issues.apache.org/jira/browse/DIRMINA-720>]
>     - Hardware Flow Control Disables Serial Port on Windows Platform
>   * [DIRMINA-732 <https://issues.apache.org/jira/browse/DIRMINA-732>]
>     - Session Idle events never comes in sessions managed by
>     NioDatagramAcceptor
>   * [DIRMINA-733 <https://issues.apache.org/jira/browse/DIRMINA-733>]
>     - The profile method in the ProfilerTimerFilter can caused more
>     methods to be profiled than intended.
>   * [DIRMINA-742 <https://issues.apache.org/jira/browse/DIRMINA-742>]
>     - When session is closed, DefaultIoFilterChain is in deadlock.
>   * [DIRMINA-746 <https://issues.apache.org/jira/browse/DIRMINA-746>]
>     - DefaultSocketSessionConfig.setReceiveBufferSize(...) throws
>     NullPointerException
>   * [DIRMINA-748 <https://issues.apache.org/jira/browse/DIRMINA-748>]
>     - CachedBufferAllocator does not free buffers when
>     maxCachedBufferSize=0
>   * [DIRMINA-749 <https://issues.apache.org/jira/browse/DIRMINA-749>]
>     - Cannot have more than one CODEC in the chain
>   * [DIRMINA-753 <https://issues.apache.org/jira/browse/DIRMINA-753>]
>     - Some writes observed to stall until select times out
>   * [DIRMINA-755 <https://issues.apache.org/jira/browse/DIRMINA-755>]
>     - IoConnectot.dispose blocks forever
>   * [DIRMINA-760 <https://issues.apache.org/jira/browse/DIRMINA-760>]
>     - Client fails to detect disconnection
>   * [DIRMINA-762 <https://issues.apache.org/jira/browse/DIRMINA-762>]
>     - WARN org.apache.mina.core.service.IoProcessor - Create a new
>     selector. Selected is 0, delta = 0
>   * [DIRMINA-763 <https://issues.apache.org/jira/browse/DIRMINA-763>]
>     - Errors with Datagram when running tests on linux
>   * [DIRMINA-764 <https://issues.apache.org/jira/browse/DIRMINA-764>]
>     - DDOS possible in only a few seconds...
>   * [DIRMINA-770 <https://issues.apache.org/jira/browse/DIRMINA-770>]
>     - Remove all the new NullPointerException()
>   * [DIRMINA-771 <https://issues.apache.org/jira/browse/DIRMINA-771>]
>     - Calling NioSocketSession.toString() causes java.lang.Error
>   * [DIRMINA-777 <https://issues.apache.org/jira/browse/DIRMINA-777>]
>     - IoSessionConfig.setUseReadOperation(true) doesn't seem to work
>   * [DIRMINA-778 <https://issues.apache.org/jira/browse/DIRMINA-778>]
>     - TextLineDecoder not thread safe?
>   * [DIRMINA-779 <https://issues.apache.org/jira/browse/DIRMINA-779>]
>     - SSLHandler can re-order data that it reads
>   * [DIRMINA-782 <https://issues.apache.org/jira/browse/DIRMINA-782>]
>     - Combination of SslFilter & FileRegionWriteFilter causes
>     messageSent events to be lost
>   * [DIRMINA-784 <https://issues.apache.org/jira/browse/DIRMINA-784>]
>     - Error with MDCInjectionFilter on Windows
>
>
>   Improvement
>
>   * [DIRMINA-593 <https://issues.apache.org/jira/browse/DIRMINA-593>]
>     - Javadoc & documentation for org/apache/mina/filter/reqres
>   * [DIRMINA-682 <https://issues.apache.org/jira/browse/DIRMINA-682>]
>     - We need a better documentation for the ExecutorFilter [was
>     :Writing more than one message will block until the
>     MessageReceived as been fully proceced]
>   * [DIRMINA-707 <https://issues.apache.org/jira/browse/DIRMINA-707>]
>     - Add sendfile support to APR transport
>   * [DIRMINA-751 <https://issues.apache.org/jira/browse/DIRMINA-751>]
>     - IoBuffer.normalizeCapacity improvement
>   * [DIRMINA-754 <https://issues.apache.org/jira/browse/DIRMINA-754>]
>     - Javadoc omission in IoFilterChain#fireMessageSent()
>   * [DIRMINA-761 <https://issues.apache.org/jira/browse/DIRMINA-761>]
>     - how to shutdown a mina application
>   * [DIRMINA-780 <https://issues.apache.org/jira/browse/DIRMINA-780>]
>     - Writing null objects to the Session should raise an Exception
>
>
>   Task
>
>   * [DIRMINA-477 <https://issues.apache.org/jira/browse/DIRMINA-477>]
>     - Update page about differences between 1.x and 2.x
>   * [DIRMINA-575 <https://issues.apache.org/jira/browse/DIRMINA-575>]
>     - Add the missing Javadoc, add some comments
>   * [DIRMINA-681 <https://issues.apache.org/jira/browse/DIRMINA-681>]
>     - Strange CPU peak occuring at fixed interval when several
>     thousand connections active
>   * [DIRMINA-708 <https://issues.apache.org/jira/browse/DIRMINA-708>]
>     - Unbound thread growth on discovery attempts : Improve documentation
>   * [DIRMINA-756 <https://issues.apache.org/jira/browse/DIRMINA-756>]
>     - Bump up the used jars
>   * [DIRMINA-757 <https://issues.apache.org/jira/browse/DIRMINA-757>]
>     - Add an entry in FAQ explaining how to correctly close a session
>     and dispose the connector
>   * [DIRMINA-759 <https://issues.apache.org/jira/browse/DIRMINA-759>]
>     - Replace JUnit 3.8 constructions with JUnit 4.7 annotations
>   * [DIRMINA-795 <https://issues.apache.org/jira/browse/DIRMINA-795>]
>     - Rework the release process
>
> Here's the Jira link for this version if you'd like to review issues in more
> details:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10670&styleName=Html&version=12313701
>
> A temporary tag has been created (it can be removed if the vote is not
> approved):
> http://svn.apache.org/viewvc/mina/tags/2.0.0/
> The svn revision is :
> http://svn.apache.org/viewvc?view=revision&revision=999668
>
> The newly approved Nexus has been used for the preparation of this release
> and all final artifacts are stored in a staging repository:
> https://repository.apache.org/content/repositories/orgapachemina-004/
>
>
> The distributions are available for download on :
> https://repository.apache.org/content/repositories/orgapachemina-004/org/apache/mina/mina-parent/2.0.0/
>
> Let's vote again :
> [ ] +1 | Release MINA 2.0.0
> [ ] ą0 | Abstain
> [ ] -1 | Do*NOT*  release MINA 2.0.0
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Re: [VOTE] MINA 2.0.0 take 3 !

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
+1 (yay!)

Regards,
Alan

On Sep 21, 2010, at 3:55 PM, Emmanuel Lecharny wrote:

> 
> Hi,
> 
> After Alan found that there were some missing ASL headers in the last released version, the latest vote has been reverted, and I just released MINA again (after having checked that we don't have any missing ASL.20 header - rat will of course complain because .settings files don't contain such headers. That also means we have to add .settings into svn:ignore for 2.0.1). So, let's resume :
> 
> The last version of MINA (2.0.0) has been released for the third time :) !
> Here are the complete release notes from JIRA:
> 
> 
>   Bug
> 
>   * [DIRMINA-539 <https://issues.apache.org/jira/browse/DIRMINA-539>]
>     - NioDatagramConnector doesn't takes the TrafficClass value set to
>     his DatagramSessionConfig
>   * [DIRMINA-650 <https://issues.apache.org/jira/browse/DIRMINA-650>]
>     - Mina server does not recieve all data sent by client using
>     SSLSocketFactory
>   * [DIRMINA-678 <https://issues.apache.org/jira/browse/DIRMINA-678>]
>     - NioProcessor 100% CPU usage on Linux (epoll selector bug)
>   * [DIRMINA-679 <https://issues.apache.org/jira/browse/DIRMINA-679>]
>     - NullPointerException in ProtocolCodecFilter.filterWrite
>   * [DIRMINA-684 <https://issues.apache.org/jira/browse/DIRMINA-684>]
>     - NullPointerException when opening socket to localhost
>   * [DIRMINA-711 <https://issues.apache.org/jira/browse/DIRMINA-711>]
>     - Adding some logs in the chain make the MDCFilter tests to fail
>   * [DIRMINA-720 <https://issues.apache.org/jira/browse/DIRMINA-720>]
>     - Hardware Flow Control Disables Serial Port on Windows Platform
>   * [DIRMINA-732 <https://issues.apache.org/jira/browse/DIRMINA-732>]
>     - Session Idle events never comes in sessions managed by
>     NioDatagramAcceptor
>   * [DIRMINA-733 <https://issues.apache.org/jira/browse/DIRMINA-733>]
>     - The profile method in the ProfilerTimerFilter can caused more
>     methods to be profiled than intended.
>   * [DIRMINA-742 <https://issues.apache.org/jira/browse/DIRMINA-742>]
>     - When session is closed, DefaultIoFilterChain is in deadlock.
>   * [DIRMINA-746 <https://issues.apache.org/jira/browse/DIRMINA-746>]
>     - DefaultSocketSessionConfig.setReceiveBufferSize(...) throws
>     NullPointerException
>   * [DIRMINA-748 <https://issues.apache.org/jira/browse/DIRMINA-748>]
>     - CachedBufferAllocator does not free buffers when
>     maxCachedBufferSize=0
>   * [DIRMINA-749 <https://issues.apache.org/jira/browse/DIRMINA-749>]
>     - Cannot have more than one CODEC in the chain
>   * [DIRMINA-753 <https://issues.apache.org/jira/browse/DIRMINA-753>]
>     - Some writes observed to stall until select times out
>   * [DIRMINA-755 <https://issues.apache.org/jira/browse/DIRMINA-755>]
>     - IoConnectot.dispose blocks forever
>   * [DIRMINA-760 <https://issues.apache.org/jira/browse/DIRMINA-760>]
>     - Client fails to detect disconnection
>   * [DIRMINA-762 <https://issues.apache.org/jira/browse/DIRMINA-762>]
>     - WARN org.apache.mina.core.service.IoProcessor - Create a new
>     selector. Selected is 0, delta = 0
>   * [DIRMINA-763 <https://issues.apache.org/jira/browse/DIRMINA-763>]
>     - Errors with Datagram when running tests on linux
>   * [DIRMINA-764 <https://issues.apache.org/jira/browse/DIRMINA-764>]
>     - DDOS possible in only a few seconds...
>   * [DIRMINA-770 <https://issues.apache.org/jira/browse/DIRMINA-770>]
>     - Remove all the new NullPointerException()
>   * [DIRMINA-771 <https://issues.apache.org/jira/browse/DIRMINA-771>]
>     - Calling NioSocketSession.toString() causes java.lang.Error
>   * [DIRMINA-777 <https://issues.apache.org/jira/browse/DIRMINA-777>]
>     - IoSessionConfig.setUseReadOperation(true) doesn't seem to work
>   * [DIRMINA-778 <https://issues.apache.org/jira/browse/DIRMINA-778>]
>     - TextLineDecoder not thread safe?
>   * [DIRMINA-779 <https://issues.apache.org/jira/browse/DIRMINA-779>]
>     - SSLHandler can re-order data that it reads
>   * [DIRMINA-782 <https://issues.apache.org/jira/browse/DIRMINA-782>]
>     - Combination of SslFilter & FileRegionWriteFilter causes
>     messageSent events to be lost
>   * [DIRMINA-784 <https://issues.apache.org/jira/browse/DIRMINA-784>]
>     - Error with MDCInjectionFilter on Windows
> 
> 
>   Improvement
> 
>   * [DIRMINA-593 <https://issues.apache.org/jira/browse/DIRMINA-593>]
>     - Javadoc & documentation for org/apache/mina/filter/reqres
>   * [DIRMINA-682 <https://issues.apache.org/jira/browse/DIRMINA-682>]
>     - We need a better documentation for the ExecutorFilter [was
>     :Writing more than one message will block until the
>     MessageReceived as been fully proceced]
>   * [DIRMINA-707 <https://issues.apache.org/jira/browse/DIRMINA-707>]
>     - Add sendfile support to APR transport
>   * [DIRMINA-751 <https://issues.apache.org/jira/browse/DIRMINA-751>]
>     - IoBuffer.normalizeCapacity improvement
>   * [DIRMINA-754 <https://issues.apache.org/jira/browse/DIRMINA-754>]
>     - Javadoc omission in IoFilterChain#fireMessageSent()
>   * [DIRMINA-761 <https://issues.apache.org/jira/browse/DIRMINA-761>]
>     - how to shutdown a mina application
>   * [DIRMINA-780 <https://issues.apache.org/jira/browse/DIRMINA-780>]
>     - Writing null objects to the Session should raise an Exception
> 
> 
>   Task
> 
>   * [DIRMINA-477 <https://issues.apache.org/jira/browse/DIRMINA-477>]
>     - Update page about differences between 1.x and 2.x
>   * [DIRMINA-575 <https://issues.apache.org/jira/browse/DIRMINA-575>]
>     - Add the missing Javadoc, add some comments
>   * [DIRMINA-681 <https://issues.apache.org/jira/browse/DIRMINA-681>]
>     - Strange CPU peak occuring at fixed interval when several
>     thousand connections active
>   * [DIRMINA-708 <https://issues.apache.org/jira/browse/DIRMINA-708>]
>     - Unbound thread growth on discovery attempts : Improve documentation
>   * [DIRMINA-756 <https://issues.apache.org/jira/browse/DIRMINA-756>]
>     - Bump up the used jars
>   * [DIRMINA-757 <https://issues.apache.org/jira/browse/DIRMINA-757>]
>     - Add an entry in FAQ explaining how to correctly close a session
>     and dispose the connector
>   * [DIRMINA-759 <https://issues.apache.org/jira/browse/DIRMINA-759>]
>     - Replace JUnit 3.8 constructions with JUnit 4.7 annotations
>   * [DIRMINA-795 <https://issues.apache.org/jira/browse/DIRMINA-795>]
>     - Rework the release process
> 
> Here's the Jira link for this version if you'd like to review issues in more details:
> 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10670&styleName=Html&version=12313701 
> 
> A temporary tag has been created (it can be removed if the vote is not approved):
> http://svn.apache.org/viewvc/mina/tags/2.0.0/
> The svn revision is : http://svn.apache.org/viewvc?view=revision&revision=999668
> 
> The newly approved Nexus has been used for the preparation of this release and all final artifacts are stored in a staging repository:
> https://repository.apache.org/content/repositories/orgapachemina-004/
> 
> 
> The distributions are available for download on :
> https://repository.apache.org/content/repositories/orgapachemina-004/org/apache/mina/mina-parent/2.0.0/
> 
> Let's vote again :
> [ ] +1 | Release MINA 2.0.0
> [ ] ±0 | Abstain
> [ ] -1 | Do*NOT*  release MINA 2.0.0
> 
> -- 
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
> 


Re: [VOTE] MINA 2.0.0 take 3 !

Posted by Julien Vermillard <jv...@archean.fr>.
+1

Le Wed, 22 Sep 2010 00:55:44 +0200,
Emmanuel Lecharny <el...@gmail.com> a écrit :

> 
> Hi,
> 
> After Alain found that there were some missing ASL headers in the
> last released version, the latest vote has been reverted, and I just
> released MINA again (after having checked that we don't have any
> missing ASL.20 header - rat will of course complain because .settings
> files don't contain such headers. That also means we have to
> add .settings into svn:ignore for 2.0.1). So, let's resume :
> 
> The last version of MINA (2.0.0) has been released for the third
> time :) ! Here are the complete release notes from JIRA:
> 
> 
>     Bug
> 
>     * [DIRMINA-539
> <https://issues.apache.org/jira/browse/DIRMINA-539>]
>       - NioDatagramConnector doesn't takes the TrafficClass value set
> to his DatagramSessionConfig
>     * [DIRMINA-650
> <https://issues.apache.org/jira/browse/DIRMINA-650>]
>       - Mina server does not recieve all data sent by client using
>       SSLSocketFactory
>     * [DIRMINA-678
> <https://issues.apache.org/jira/browse/DIRMINA-678>]
>       - NioProcessor 100% CPU usage on Linux (epoll selector bug)
>     * [DIRMINA-679
> <https://issues.apache.org/jira/browse/DIRMINA-679>]
>       - NullPointerException in ProtocolCodecFilter.filterWrite
>     * [DIRMINA-684
> <https://issues.apache.org/jira/browse/DIRMINA-684>]
>       - NullPointerException when opening socket to localhost
>     * [DIRMINA-711
> <https://issues.apache.org/jira/browse/DIRMINA-711>]
>       - Adding some logs in the chain make the MDCFilter tests to fail
>     * [DIRMINA-720
> <https://issues.apache.org/jira/browse/DIRMINA-720>]
>       - Hardware Flow Control Disables Serial Port on Windows Platform
>     * [DIRMINA-732
> <https://issues.apache.org/jira/browse/DIRMINA-732>]
>       - Session Idle events never comes in sessions managed by
>       NioDatagramAcceptor
>     * [DIRMINA-733
> <https://issues.apache.org/jira/browse/DIRMINA-733>]
>       - The profile method in the ProfilerTimerFilter can caused more
>       methods to be profiled than intended.
>     * [DIRMINA-742
> <https://issues.apache.org/jira/browse/DIRMINA-742>]
>       - When session is closed, DefaultIoFilterChain is in deadlock.
>     * [DIRMINA-746
> <https://issues.apache.org/jira/browse/DIRMINA-746>]
>       - DefaultSocketSessionConfig.setReceiveBufferSize(...) throws
>       NullPointerException
>     * [DIRMINA-748
> <https://issues.apache.org/jira/browse/DIRMINA-748>]
>       - CachedBufferAllocator does not free buffers when
>       maxCachedBufferSize=0
>     * [DIRMINA-749
> <https://issues.apache.org/jira/browse/DIRMINA-749>]
>       - Cannot have more than one CODEC in the chain
>     * [DIRMINA-753
> <https://issues.apache.org/jira/browse/DIRMINA-753>]
>       - Some writes observed to stall until select times out
>     * [DIRMINA-755
> <https://issues.apache.org/jira/browse/DIRMINA-755>]
>       - IoConnectot.dispose blocks forever
>     * [DIRMINA-760
> <https://issues.apache.org/jira/browse/DIRMINA-760>]
>       - Client fails to detect disconnection
>     * [DIRMINA-762
> <https://issues.apache.org/jira/browse/DIRMINA-762>]
>       - WARN org.apache.mina.core.service.IoProcessor - Create a new
>       selector. Selected is 0, delta = 0
>     * [DIRMINA-763
> <https://issues.apache.org/jira/browse/DIRMINA-763>]
>       - Errors with Datagram when running tests on linux
>     * [DIRMINA-764
> <https://issues.apache.org/jira/browse/DIRMINA-764>]
>       - DDOS possible in only a few seconds...
>     * [DIRMINA-770
> <https://issues.apache.org/jira/browse/DIRMINA-770>]
>       - Remove all the new NullPointerException()
>     * [DIRMINA-771
> <https://issues.apache.org/jira/browse/DIRMINA-771>]
>       - Calling NioSocketSession.toString() causes java.lang.Error
>     * [DIRMINA-777
> <https://issues.apache.org/jira/browse/DIRMINA-777>]
>       - IoSessionConfig.setUseReadOperation(true) doesn't seem to work
>     * [DIRMINA-778
> <https://issues.apache.org/jira/browse/DIRMINA-778>]
>       - TextLineDecoder not thread safe?
>     * [DIRMINA-779
> <https://issues.apache.org/jira/browse/DIRMINA-779>]
>       - SSLHandler can re-order data that it reads
>     * [DIRMINA-782
> <https://issues.apache.org/jira/browse/DIRMINA-782>]
>       - Combination of SslFilter & FileRegionWriteFilter causes
>       messageSent events to be lost
>     * [DIRMINA-784
> <https://issues.apache.org/jira/browse/DIRMINA-784>]
>       - Error with MDCInjectionFilter on Windows
> 
> 
>     Improvement
> 
>     * [DIRMINA-593
> <https://issues.apache.org/jira/browse/DIRMINA-593>]
>       - Javadoc & documentation for org/apache/mina/filter/reqres
>     * [DIRMINA-682
> <https://issues.apache.org/jira/browse/DIRMINA-682>]
>       - We need a better documentation for the ExecutorFilter [was
>       :Writing more than one message will block until the
>       MessageReceived as been fully proceced]
>     * [DIRMINA-707
> <https://issues.apache.org/jira/browse/DIRMINA-707>]
>       - Add sendfile support to APR transport
>     * [DIRMINA-751
> <https://issues.apache.org/jira/browse/DIRMINA-751>]
>       - IoBuffer.normalizeCapacity improvement
>     * [DIRMINA-754
> <https://issues.apache.org/jira/browse/DIRMINA-754>]
>       - Javadoc omission in IoFilterChain#fireMessageSent()
>     * [DIRMINA-761
> <https://issues.apache.org/jira/browse/DIRMINA-761>]
>       - how to shutdown a mina application
>     * [DIRMINA-780
> <https://issues.apache.org/jira/browse/DIRMINA-780>]
>       - Writing null objects to the Session should raise an Exception
> 
> 
>     Task
> 
>     * [DIRMINA-477
> <https://issues.apache.org/jira/browse/DIRMINA-477>]
>       - Update page about differences between 1.x and 2.x
>     * [DIRMINA-575
> <https://issues.apache.org/jira/browse/DIRMINA-575>]
>       - Add the missing Javadoc, add some comments
>     * [DIRMINA-681
> <https://issues.apache.org/jira/browse/DIRMINA-681>]
>       - Strange CPU peak occuring at fixed interval when several
>       thousand connections active
>     * [DIRMINA-708
> <https://issues.apache.org/jira/browse/DIRMINA-708>]
>       - Unbound thread growth on discovery attempts : Improve
> documentation
>     * [DIRMINA-756
> <https://issues.apache.org/jira/browse/DIRMINA-756>]
>       - Bump up the used jars
>     * [DIRMINA-757
> <https://issues.apache.org/jira/browse/DIRMINA-757>]
>       - Add an entry in FAQ explaining how to correctly close a
> session and dispose the connector
>     * [DIRMINA-759
> <https://issues.apache.org/jira/browse/DIRMINA-759>]
>       - Replace JUnit 3.8 constructions with JUnit 4.7 annotations
>     * [DIRMINA-795
> <https://issues.apache.org/jira/browse/DIRMINA-795>]
>       - Rework the release process
> 
> Here's the Jira link for this version if you'd like to review issues
> in more details:
> 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10670&styleName=Html&version=12313701 
> 
> 
> A temporary tag has been created (it can be removed if the vote is
> not approved):
> http://svn.apache.org/viewvc/mina/tags/2.0.0/
> The svn revision is : 
> http://svn.apache.org/viewvc?view=revision&revision=999668
> 
> The newly approved Nexus has been used for the preparation of this 
> release and all final artifacts are stored in a staging repository:
> https://repository.apache.org/content/repositories/orgapachemina-004/
> 
> 
> The distributions are available for download on :
> https://repository.apache.org/content/repositories/orgapachemina-004/org/apache/mina/mina-parent/2.0.0/
> 
> Let's vote again :
> [ ] +1 | Release MINA 2.0.0
> [ ] ±0 | Abstain
> [ ] -1 | Do*NOT*  release MINA 2.0.0
> 


-- 
Julien Vermillard

Archean Technologies
http://www.archean.fr

Re: [VOTE] MINA 2.0.0 take 3 !

Posted by Ashish <pa...@gmail.com>.
+1 :) (with fingers crossed)

Big Thanks to Emmanuel :)

On Wed, Sep 22, 2010 at 4:25 AM, Emmanuel Lecharny <el...@gmail.com> wrote:
>
> Hi,
>
> After Alain found that there were some missing ASL headers in the last
> released version, the latest vote has been reverted, and I just released
> MINA again (after having checked that we don't have any missing ASL.20
> header - rat will of course complain because .settings files don't contain
> such headers. That also means we have to add .settings into svn:ignore for
> 2.0.1). So, let's resume :
>
> The last version of MINA (2.0.0) has been released for the third time :) !
> Here are the complete release notes from JIRA:
>
>
>   Bug
>
>   * [DIRMINA-539 <https://issues.apache.org/jira/browse/DIRMINA-539>]
>     - NioDatagramConnector doesn't takes the TrafficClass value set to
>     his DatagramSessionConfig
>   * [DIRMINA-650 <https://issues.apache.org/jira/browse/DIRMINA-650>]
>     - Mina server does not recieve all data sent by client using
>     SSLSocketFactory
>   * [DIRMINA-678 <https://issues.apache.org/jira/browse/DIRMINA-678>]
>     - NioProcessor 100% CPU usage on Linux (epoll selector bug)
>   * [DIRMINA-679 <https://issues.apache.org/jira/browse/DIRMINA-679>]
>     - NullPointerException in ProtocolCodecFilter.filterWrite
>   * [DIRMINA-684 <https://issues.apache.org/jira/browse/DIRMINA-684>]
>     - NullPointerException when opening socket to localhost
>   * [DIRMINA-711 <https://issues.apache.org/jira/browse/DIRMINA-711>]
>     - Adding some logs in the chain make the MDCFilter tests to fail
>   * [DIRMINA-720 <https://issues.apache.org/jira/browse/DIRMINA-720>]
>     - Hardware Flow Control Disables Serial Port on Windows Platform
>   * [DIRMINA-732 <https://issues.apache.org/jira/browse/DIRMINA-732>]
>     - Session Idle events never comes in sessions managed by
>     NioDatagramAcceptor
>   * [DIRMINA-733 <https://issues.apache.org/jira/browse/DIRMINA-733>]
>     - The profile method in the ProfilerTimerFilter can caused more
>     methods to be profiled than intended.
>   * [DIRMINA-742 <https://issues.apache.org/jira/browse/DIRMINA-742>]
>     - When session is closed, DefaultIoFilterChain is in deadlock.
>   * [DIRMINA-746 <https://issues.apache.org/jira/browse/DIRMINA-746>]
>     - DefaultSocketSessionConfig.setReceiveBufferSize(...) throws
>     NullPointerException
>   * [DIRMINA-748 <https://issues.apache.org/jira/browse/DIRMINA-748>]
>     - CachedBufferAllocator does not free buffers when
>     maxCachedBufferSize=0
>   * [DIRMINA-749 <https://issues.apache.org/jira/browse/DIRMINA-749>]
>     - Cannot have more than one CODEC in the chain
>   * [DIRMINA-753 <https://issues.apache.org/jira/browse/DIRMINA-753>]
>     - Some writes observed to stall until select times out
>   * [DIRMINA-755 <https://issues.apache.org/jira/browse/DIRMINA-755>]
>     - IoConnectot.dispose blocks forever
>   * [DIRMINA-760 <https://issues.apache.org/jira/browse/DIRMINA-760>]
>     - Client fails to detect disconnection
>   * [DIRMINA-762 <https://issues.apache.org/jira/browse/DIRMINA-762>]
>     - WARN org.apache.mina.core.service.IoProcessor - Create a new
>     selector. Selected is 0, delta = 0
>   * [DIRMINA-763 <https://issues.apache.org/jira/browse/DIRMINA-763>]
>     - Errors with Datagram when running tests on linux
>   * [DIRMINA-764 <https://issues.apache.org/jira/browse/DIRMINA-764>]
>     - DDOS possible in only a few seconds...
>   * [DIRMINA-770 <https://issues.apache.org/jira/browse/DIRMINA-770>]
>     - Remove all the new NullPointerException()
>   * [DIRMINA-771 <https://issues.apache.org/jira/browse/DIRMINA-771>]
>     - Calling NioSocketSession.toString() causes java.lang.Error
>   * [DIRMINA-777 <https://issues.apache.org/jira/browse/DIRMINA-777>]
>     - IoSessionConfig.setUseReadOperation(true) doesn't seem to work
>   * [DIRMINA-778 <https://issues.apache.org/jira/browse/DIRMINA-778>]
>     - TextLineDecoder not thread safe?
>   * [DIRMINA-779 <https://issues.apache.org/jira/browse/DIRMINA-779>]
>     - SSLHandler can re-order data that it reads
>   * [DIRMINA-782 <https://issues.apache.org/jira/browse/DIRMINA-782>]
>     - Combination of SslFilter & FileRegionWriteFilter causes
>     messageSent events to be lost
>   * [DIRMINA-784 <https://issues.apache.org/jira/browse/DIRMINA-784>]
>     - Error with MDCInjectionFilter on Windows
>
>
>   Improvement
>
>   * [DIRMINA-593 <https://issues.apache.org/jira/browse/DIRMINA-593>]
>     - Javadoc & documentation for org/apache/mina/filter/reqres
>   * [DIRMINA-682 <https://issues.apache.org/jira/browse/DIRMINA-682>]
>     - We need a better documentation for the ExecutorFilter [was
>     :Writing more than one message will block until the
>     MessageReceived as been fully proceced]
>   * [DIRMINA-707 <https://issues.apache.org/jira/browse/DIRMINA-707>]
>     - Add sendfile support to APR transport
>   * [DIRMINA-751 <https://issues.apache.org/jira/browse/DIRMINA-751>]
>     - IoBuffer.normalizeCapacity improvement
>   * [DIRMINA-754 <https://issues.apache.org/jira/browse/DIRMINA-754>]
>     - Javadoc omission in IoFilterChain#fireMessageSent()
>   * [DIRMINA-761 <https://issues.apache.org/jira/browse/DIRMINA-761>]
>     - how to shutdown a mina application
>   * [DIRMINA-780 <https://issues.apache.org/jira/browse/DIRMINA-780>]
>     - Writing null objects to the Session should raise an Exception
>
>
>   Task
>
>   * [DIRMINA-477 <https://issues.apache.org/jira/browse/DIRMINA-477>]
>     - Update page about differences between 1.x and 2.x
>   * [DIRMINA-575 <https://issues.apache.org/jira/browse/DIRMINA-575>]
>     - Add the missing Javadoc, add some comments
>   * [DIRMINA-681 <https://issues.apache.org/jira/browse/DIRMINA-681>]
>     - Strange CPU peak occuring at fixed interval when several
>     thousand connections active
>   * [DIRMINA-708 <https://issues.apache.org/jira/browse/DIRMINA-708>]
>     - Unbound thread growth on discovery attempts : Improve documentation
>   * [DIRMINA-756 <https://issues.apache.org/jira/browse/DIRMINA-756>]
>     - Bump up the used jars
>   * [DIRMINA-757 <https://issues.apache.org/jira/browse/DIRMINA-757>]
>     - Add an entry in FAQ explaining how to correctly close a session
>     and dispose the connector
>   * [DIRMINA-759 <https://issues.apache.org/jira/browse/DIRMINA-759>]
>     - Replace JUnit 3.8 constructions with JUnit 4.7 annotations
>   * [DIRMINA-795 <https://issues.apache.org/jira/browse/DIRMINA-795>]
>     - Rework the release process
>
> Here's the Jira link for this version if you'd like to review issues in more
> details:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10670&styleName=Html&version=12313701
>
> A temporary tag has been created (it can be removed if the vote is not
> approved):
> http://svn.apache.org/viewvc/mina/tags/2.0.0/
> The svn revision is :
> http://svn.apache.org/viewvc?view=revision&revision=999668
>
> The newly approved Nexus has been used for the preparation of this release
> and all final artifacts are stored in a staging repository:
> https://repository.apache.org/content/repositories/orgapachemina-004/
>
>
> The distributions are available for download on :
> https://repository.apache.org/content/repositories/orgapachemina-004/org/apache/mina/mina-parent/2.0.0/
>
> Let's vote again :
> [ ] +1 | Release MINA 2.0.0
> [ ] ą0 | Abstain
> [ ] -1 | Do*NOT*  release MINA 2.0.0
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>



-- 
thanks
ashish

Blog: http://www.ashishpaliwal.com/blog
My Photo Galleries: http://www.pbase.com/ashishpaliwal

Re: [VOTE] MINA 2.0.0 take 3 !

Posted by Niklas Gustavsson <ni...@protocol7.com>.
On Wed, Sep 22, 2010 at 12:55 AM, Emmanuel Lecharny <el...@gmail.com> wrote:
> [X] +1 | Release MINA 2.0.0

/niklas

Re: [VOTE] MINA 2.0.0 take 3 !

Posted by Alex Karasulu <ak...@apache.org>.
On Wed, Sep 22, 2010 at 1:55 AM, Emmanuel Lecharny <el...@gmail.com>wrote:

> Let's vote again :
> [X] +1 | Release MINA 2.0.0
>

-- 
Alex Karasulu
My Blog :: http://www.jroller.com/akarasulu/
Apache Directory Server :: http://directory.apache.org
Apache MINA :: http://mina.apache.org
To set up a meeting with me: http://tungle.me/AlexKarasulu

Re: [RESULT][VOTE] MINA 2.0.0 -> releasing officially

Posted by Emmanuel Lecharny <el...@gmail.com>.
  On 9/26/10 3:47 AM, Alex Xin wrote:
> Hi guys
>
> I'm trying to download latest release 2.0.0 from mina.apache.org, but the
> download link don't work for me. Are there anything wrong?
Mirrors are not yet updated. It may take 24 h more or less.


-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com


Re: [RESULT][VOTE] MINA 2.0.0 -> releasing officially

Posted by Alex Xin <xi...@gmail.com>.
Hi guys

I'm trying to download latest release 2.0.0 from mina.apache.org, but the
download link don't work for me. Are there anything wrong?

Thank you


On Sun, Sep 26, 2010 at 1:25 AM, Alex Karasulu <ak...@apache.org> wrote:

> On Sat, Sep 25, 2010 at 2:35 PM, Emmanuel Lécharny <elecharny@apache.org
> >wrote:
>
> >  Hi guys,
> >
> > I have updated the site, exported it, added the news, moved the bin into
> > the download area, I hope everything is ok, just tell me if there is
> > something missing.
> >
> > I'm going to send the annoncement on sunday if there is no problem.
> >
>
> Great job and,
> Thanks Emmanuel!
>
> --
> Alex Karasulu
> My Blog :: http://www.jroller.com/akarasulu/
> Apache Directory Server :: http://directory.apache.org
> Apache MINA :: http://mina.apache.org
> To set up a meeting with me: http://tungle.me/AlexKarasulu
>

Re: [RESULT][VOTE] MINA 2.0.0 -> releasing officially

Posted by Alex Karasulu <ak...@apache.org>.
On Sat, Sep 25, 2010 at 2:35 PM, Emmanuel Lécharny <el...@apache.org>wrote:

>  Hi guys,
>
> I have updated the site, exported it, added the news, moved the bin into
> the download area, I hope everything is ok, just tell me if there is
> something missing.
>
> I'm going to send the annoncement on sunday if there is no problem.
>

Great job and,
Thanks Emmanuel!

-- 
Alex Karasulu
My Blog :: http://www.jroller.com/akarasulu/
Apache Directory Server :: http://directory.apache.org
Apache MINA :: http://mina.apache.org
To set up a meeting with me: http://tungle.me/AlexKarasulu

[RESULT][VOTE] MINA 2.0.0 -> releasing officially

Posted by Emmanuel Lécharny <el...@apache.org>.
  Hi guys,

I have updated the site, exported it, added the news, moved the bin into 
the download area, I hope everything is ok, just tell me if there is 
something missing.

I'm going to send the annoncement on sunday if there is no problem.

Enjoy !

-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com


Re: [RESULT][VOTE] MINA 2.0.0

Posted by Niklas Gustavsson <ni...@protocol7.com>.
On Fri, Sep 24, 2010 at 5:39 PM, Emmanuel Lecharny <el...@gmail.com> wrote:
>  This is it !
>
> The vote is now officially closed, and we have a 2.0.0 !

Woho! Again, thanks for the work on this!

/niklas

Re: [RESULT][VOTE] MINA 2.0.0

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
Congrats!

Regards,
Pierre-Arnaud

On 24 sept. 2010, at 17:39, Emmanuel Lecharny wrote:

> This is it !
> 
> The vote is now officially closed, and we have a 2.0.0 !
> 
> +1 : 8 bindings and one unbinding
> 
> I will push the release this week-end. Send champagne to Paris !
> 
> -- 
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
> 


[RESULT][VOTE] MINA 2.0.0

Posted by Emmanuel Lecharny <el...@gmail.com>.
  This is it !

The vote is now officially closed, and we have a 2.0.0 !

+1 : 8 bindings and one unbinding

I will push the release this week-end. Send champagne to Paris !

-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com


Re: [VOTE] MINA 2.0.0 take 3 !

Posted by Mark Webb <el...@gmail.com>.
+1

On Wed, Sep 22, 2010 at 8:21 AM, Maarten Bosteels
<mb...@gmail.com> wrote:
> +1
>
> Maarten
>
> On Wed, Sep 22, 2010 at 9:52 AM, Emmanuel Lecharny <el...@gmail.com>wrote:
>
>>
>>  [X] +1 | Release MINA 2.0.0
>>>>
>>>
>> my vote, btw.
>>
>>
>> --
>> Regards,
>> Cordialement,
>> Emmanuel Lécharny
>> www.iktek.com
>>
>>
>

Re: [VOTE] MINA 2.0.0 take 3 !

Posted by Maarten Bosteels <mb...@gmail.com>.
+1

Maarten

On Wed, Sep 22, 2010 at 9:52 AM, Emmanuel Lecharny <el...@gmail.com>wrote:

>
>  [X] +1 | Release MINA 2.0.0
>>>
>>
> my vote, btw.
>
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
>

Re: [VOTE] MINA 2.0.0 take 3 !

Posted by Emmanuel Lecharny <el...@gmail.com>.
>> [X] +1 | Release MINA 2.0.0

my vote, btw.

-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com


Re: [VOTE] MINA 2.0.0 take 3 !

Posted by Jeff Genender <jg...@apache.org>.
+1

Jeff


On Sep 21, 2010, at 4:55 PM, Emmanuel Lecharny wrote:

> 
> Hi,
> 
> After Alain found that there were some missing ASL headers in the last released version, the latest vote has been reverted, and I just released MINA again (after having checked that we don't have any missing ASL.20 header - rat will of course complain because .settings files don't contain such headers. That also means we have to add .settings into svn:ignore for 2.0.1). So, let's resume :
> 
> The last version of MINA (2.0.0) has been released for the third time :) !
> Here are the complete release notes from JIRA:
> 
> 
>   Bug
> 
>   * [DIRMINA-539 <https://issues.apache.org/jira/browse/DIRMINA-539>]
>     - NioDatagramConnector doesn't takes the TrafficClass value set to
>     his DatagramSessionConfig
>   * [DIRMINA-650 <https://issues.apache.org/jira/browse/DIRMINA-650>]
>     - Mina server does not recieve all data sent by client using
>     SSLSocketFactory
>   * [DIRMINA-678 <https://issues.apache.org/jira/browse/DIRMINA-678>]
>     - NioProcessor 100% CPU usage on Linux (epoll selector bug)
>   * [DIRMINA-679 <https://issues.apache.org/jira/browse/DIRMINA-679>]
>     - NullPointerException in ProtocolCodecFilter.filterWrite
>   * [DIRMINA-684 <https://issues.apache.org/jira/browse/DIRMINA-684>]
>     - NullPointerException when opening socket to localhost
>   * [DIRMINA-711 <https://issues.apache.org/jira/browse/DIRMINA-711>]
>     - Adding some logs in the chain make the MDCFilter tests to fail
>   * [DIRMINA-720 <https://issues.apache.org/jira/browse/DIRMINA-720>]
>     - Hardware Flow Control Disables Serial Port on Windows Platform
>   * [DIRMINA-732 <https://issues.apache.org/jira/browse/DIRMINA-732>]
>     - Session Idle events never comes in sessions managed by
>     NioDatagramAcceptor
>   * [DIRMINA-733 <https://issues.apache.org/jira/browse/DIRMINA-733>]
>     - The profile method in the ProfilerTimerFilter can caused more
>     methods to be profiled than intended.
>   * [DIRMINA-742 <https://issues.apache.org/jira/browse/DIRMINA-742>]
>     - When session is closed, DefaultIoFilterChain is in deadlock.
>   * [DIRMINA-746 <https://issues.apache.org/jira/browse/DIRMINA-746>]
>     - DefaultSocketSessionConfig.setReceiveBufferSize(...) throws
>     NullPointerException
>   * [DIRMINA-748 <https://issues.apache.org/jira/browse/DIRMINA-748>]
>     - CachedBufferAllocator does not free buffers when
>     maxCachedBufferSize=0
>   * [DIRMINA-749 <https://issues.apache.org/jira/browse/DIRMINA-749>]
>     - Cannot have more than one CODEC in the chain
>   * [DIRMINA-753 <https://issues.apache.org/jira/browse/DIRMINA-753>]
>     - Some writes observed to stall until select times out
>   * [DIRMINA-755 <https://issues.apache.org/jira/browse/DIRMINA-755>]
>     - IoConnectot.dispose blocks forever
>   * [DIRMINA-760 <https://issues.apache.org/jira/browse/DIRMINA-760>]
>     - Client fails to detect disconnection
>   * [DIRMINA-762 <https://issues.apache.org/jira/browse/DIRMINA-762>]
>     - WARN org.apache.mina.core.service.IoProcessor - Create a new
>     selector. Selected is 0, delta = 0
>   * [DIRMINA-763 <https://issues.apache.org/jira/browse/DIRMINA-763>]
>     - Errors with Datagram when running tests on linux
>   * [DIRMINA-764 <https://issues.apache.org/jira/browse/DIRMINA-764>]
>     - DDOS possible in only a few seconds...
>   * [DIRMINA-770 <https://issues.apache.org/jira/browse/DIRMINA-770>]
>     - Remove all the new NullPointerException()
>   * [DIRMINA-771 <https://issues.apache.org/jira/browse/DIRMINA-771>]
>     - Calling NioSocketSession.toString() causes java.lang.Error
>   * [DIRMINA-777 <https://issues.apache.org/jira/browse/DIRMINA-777>]
>     - IoSessionConfig.setUseReadOperation(true) doesn't seem to work
>   * [DIRMINA-778 <https://issues.apache.org/jira/browse/DIRMINA-778>]
>     - TextLineDecoder not thread safe?
>   * [DIRMINA-779 <https://issues.apache.org/jira/browse/DIRMINA-779>]
>     - SSLHandler can re-order data that it reads
>   * [DIRMINA-782 <https://issues.apache.org/jira/browse/DIRMINA-782>]
>     - Combination of SslFilter & FileRegionWriteFilter causes
>     messageSent events to be lost
>   * [DIRMINA-784 <https://issues.apache.org/jira/browse/DIRMINA-784>]
>     - Error with MDCInjectionFilter on Windows
> 
> 
>   Improvement
> 
>   * [DIRMINA-593 <https://issues.apache.org/jira/browse/DIRMINA-593>]
>     - Javadoc & documentation for org/apache/mina/filter/reqres
>   * [DIRMINA-682 <https://issues.apache.org/jira/browse/DIRMINA-682>]
>     - We need a better documentation for the ExecutorFilter [was
>     :Writing more than one message will block until the
>     MessageReceived as been fully proceced]
>   * [DIRMINA-707 <https://issues.apache.org/jira/browse/DIRMINA-707>]
>     - Add sendfile support to APR transport
>   * [DIRMINA-751 <https://issues.apache.org/jira/browse/DIRMINA-751>]
>     - IoBuffer.normalizeCapacity improvement
>   * [DIRMINA-754 <https://issues.apache.org/jira/browse/DIRMINA-754>]
>     - Javadoc omission in IoFilterChain#fireMessageSent()
>   * [DIRMINA-761 <https://issues.apache.org/jira/browse/DIRMINA-761>]
>     - how to shutdown a mina application
>   * [DIRMINA-780 <https://issues.apache.org/jira/browse/DIRMINA-780>]
>     - Writing null objects to the Session should raise an Exception
> 
> 
>   Task
> 
>   * [DIRMINA-477 <https://issues.apache.org/jira/browse/DIRMINA-477>]
>     - Update page about differences between 1.x and 2.x
>   * [DIRMINA-575 <https://issues.apache.org/jira/browse/DIRMINA-575>]
>     - Add the missing Javadoc, add some comments
>   * [DIRMINA-681 <https://issues.apache.org/jira/browse/DIRMINA-681>]
>     - Strange CPU peak occuring at fixed interval when several
>     thousand connections active
>   * [DIRMINA-708 <https://issues.apache.org/jira/browse/DIRMINA-708>]
>     - Unbound thread growth on discovery attempts : Improve documentation
>   * [DIRMINA-756 <https://issues.apache.org/jira/browse/DIRMINA-756>]
>     - Bump up the used jars
>   * [DIRMINA-757 <https://issues.apache.org/jira/browse/DIRMINA-757>]
>     - Add an entry in FAQ explaining how to correctly close a session
>     and dispose the connector
>   * [DIRMINA-759 <https://issues.apache.org/jira/browse/DIRMINA-759>]
>     - Replace JUnit 3.8 constructions with JUnit 4.7 annotations
>   * [DIRMINA-795 <https://issues.apache.org/jira/browse/DIRMINA-795>]
>     - Rework the release process
> 
> Here's the Jira link for this version if you'd like to review issues in more details:
> 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10670&styleName=Html&version=12313701 
> 
> A temporary tag has been created (it can be removed if the vote is not approved):
> http://svn.apache.org/viewvc/mina/tags/2.0.0/
> The svn revision is : http://svn.apache.org/viewvc?view=revision&revision=999668
> 
> The newly approved Nexus has been used for the preparation of this release and all final artifacts are stored in a staging repository:
> https://repository.apache.org/content/repositories/orgapachemina-004/
> 
> 
> The distributions are available for download on :
> https://repository.apache.org/content/repositories/orgapachemina-004/org/apache/mina/mina-parent/2.0.0/
> 
> Let's vote again :
> [ ] +1 | Release MINA 2.0.0
> [ ] ±0 | Abstain
> [ ] -1 | Do*NOT*  release MINA 2.0.0
> 
> -- 
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>