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 Lécharny <el...@gmail.com> on 2012/08/21 18:02:01 UTC

[VOTE] MINA 2.0.5, take 2

Hi !
This is the second attempt to release new version of MINA. This is a bug 
fix release, we tried to clean a lot of pending issues.

Fixed issues :

  * [DIRMINA-539 <https://issues.apache.org/jira/browse/DIRMINA-539>] - 
NioDatagramConnector doesn't takes the TrafficClass value set to his 
DatagramSessionConfig

  * [DIRMINA-760 <https://issues.apache.org/jira/browse/DIRMINA-760>] - 
Client fails to detect disconnection

  * [DIRMINA-764 <https://issues.apache.org/jira/browse/DIRMINA-764>] - 
DDOS possible in only a few seconds...

  * [DIRMINA-772 <https://issues.apache.org/jira/browse/DIRMINA-772>] - 
First sent message is not garbage collected per session

  * [DIRMINA-777 <https://issues.apache.org/jira/browse/DIRMINA-777>] - 
IoSessionConfig.setUseReadOperation(true) doesn't seem to work

  * [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

  * [DIRMINA-804 <https://issues.apache.org/jira/browse/DIRMINA-804>] - 
NioDatagramAcceptor.unbind does not unbind cleanly

  * [DIRMINA-806 <https://issues.apache.org/jira/browse/DIRMINA-806>] - 
Maven dependencies for mina-integration-* for non-OSGi-users

  * [DIRMINA-817 <https://issues.apache.org/jira/browse/DIRMINA-817>] - 
Packaging is buggy

  * [DIRMINA-829 <https://issues.apache.org/jira/browse/DIRMINA-829>] - 
AbstractIoBuffer.getSlice(int index, int length) has incorrect behavior

  * [DIRMINA-835 <https://issues.apache.org/jira/browse/DIRMINA-835>] - 
IoHandler's sessionCreated and sessionOpened method can receive 
notifications when MINA's internal socket connection built

  * [DIRMINA-840 <https://issues.apache.org/jira/browse/DIRMINA-840>] - 
Logic Error in ByteArrayPool implementation

  * [DIRMINA-842 <https://issues.apache.org/jira/browse/DIRMINA-842>] - 
Crash on Android

  * [DIRMINA-846 <https://issues.apache.org/jira/browse/DIRMINA-846>] - 
AprSocketAcceptor doesn't work and throws IOExceptions many times.

  * [DIRMINA-871 <https://issues.apache.org/jira/browse/DIRMINA-871>]
      - DefaultIoSessionAttributeMap returns the defaultValue parameter 
if no
      entry is found for the specified key, but does not add that new
    key/value pair to the map as specified in the javadocs.

  * [DIRMINA-880 <https://issues.apache.org/jira/browse/DIRMINA-880>] - 
Implementation of SslFilter#isCloseNotify() is incorrect

  * [DIRMINA-886 <https://issues.apache.org/jira/browse/DIRMINA-886>] - 
isBrokenConnection

  * [DIRMINA-887 <https://issues.apache.org/jira/browse/DIRMINA-887>] - 
mutil bind localAddress

  * [DIRMINA-894 <https://issues.apache.org/jira/browse/DIRMINA-894>] - 
java.io.IOException: Broken Pipe infinite loop

  * [DIRMINA-897 <https://issues.apache.org/jira/browse/DIRMINA-897>] - 
atomicity violation bugs because of misusing concurrent collections

  * [DIRMINA-898 <https://issues.apache.org/jira/browse/DIRMINA-898>] -  
A wakeup() is issued in a thread before the target select() is executed.

  * [DIRMINA-900 <https://issues.apache.org/jira/browse/DIRMINA-900>] - 
One MINA 2.0.4 test is failing when run with a 1.7 jdk

Improvement

  * [DIRMINA-593 <https://issues.apache.org/jira/browse/DIRMINA-593>] - 
Javadoc & documentation for org/apache/mina/filter/reqres

  * [DIRMINA-645 <https://issues.apache.org/jira/browse/DIRMINA-645>] - 
SslFilter should start initiating handshake from sesionCreated() rather 
than from onPostAdd()

  * [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-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

  * [DIRMINA-800 <https://issues.apache.org/jira/browse/DIRMINA-800>] - 
Review the Maven files to fix some issues in the release

  * [DIRMINA-825 <https://issues.apache.org/jira/browse/DIRMINA-825>] - 
Add host and port info to BindException thrown by NioSocketAcceptor#open

  * [DIRMINA-847 <https://issues.apache.org/jira/browse/DIRMINA-847>] - 
Entry and Exit action support for Mina state machine

  * [DIRMINA-867 <https://issues.apache.org/jira/browse/DIRMINA-867>] - 
Needs meaningful error message when AbstractIoSession.write called with 
null

  * [DIRMINA-888 <https://issues.apache.org/jira/browse/DIRMINA-888>] - 
Add the ability to get the write queue size like: 
session.getWriterRequestQueue().size();

New Feature

  * [DIRMINA-816 <https://issues.apache.org/jira/browse/DIRMINA-816>] - 
NioSocketConnector missing defaultLocalAddress

Task

  * [DIRMINA-477 <https://issues.apache.org/jira/browse/DIRMINA-477>] - 
Update page about differences between 1.x and 2.x

  * [DIRMINA-681 <https://issues.apache.org/jira/browse/DIRMINA-681>] - 
Strange CPU peak occuring at fixed interval when several thousand 
connections active

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.5/

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-025/

The subversion revision for the tag is : 1375587
http://svn.apache.org/viewvc?rev=1375587&view=rev

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

The binary distributions are avainlable for download on :
http://people.apache.org/~elecharny/

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

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

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


Re: [Result] [VOTE] MINA 2.0.5, take 2

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
Wrong list. ;)

Forwarded to Mina's dev list.

Regards,
Pierre-Arnaud

On 25 août 2012, at 05:42, Emmanuel Lécharny <el...@gmail.com> wrote:

> It's been 4 days since the vote was started, it passes with 3 binding +1 and one non binding +1 :
> 
> Emmanuel, Julien, Niklas (binding)
> Alan (non binding)
> 
> I'll publish everything.
> 
> Thanks !
> 
> -- 
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
> 


Re: [Result] [VOTE] MINA 2.0.5, take 2

Posted by Pierre-Arnaud Marcelot <pa...@marcelot.net>.
Wrong list. ;)

Forwarded to Mina's dev list.

Regards,
Pierre-Arnaud

On 25 août 2012, at 05:42, Emmanuel Lécharny <el...@gmail.com> wrote:

> It's been 4 days since the vote was started, it passes with 3 binding +1 and one non binding +1 :
> 
> Emmanuel, Julien, Niklas (binding)
> Alan (non binding)
> 
> I'll publish everything.
> 
> Thanks !
> 
> -- 
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
> 


[Result] [VOTE] MINA 2.0.5, take 2

Posted by Emmanuel Lécharny <el...@gmail.com>.
It's been 4 days since the vote was started, it passes with 3 binding +1 
and one non binding +1 :

Emmanuel, Julien, Niklas (binding)
Alan (non binding)

I'll publish everything.

Thanks !

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


Re: [VOTE] MINA 2.0.5, take 2

Posted by Emmanuel Lécharny <el...@gmail.com>.
Le 8/22/12 7:53 AM, Alan D. Cabrera a écrit :
> On Aug 21, 2012, at 10:50 PM, Emmanuel Lécharny wrote:
>
>> Le 8/22/12 6:17 AM, Alan D. Cabrera a écrit :
>>> I can't get
>>>
>>> mvn rat:check
>> mvn apache-rat:chack
>
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.8:check (default-cli) on project mina-parent: Too many unapproved licenses: 1 -> [Help 1]
>
Ah, shit, my bad...

The NOTICE-bin.txt has not been excluded from the check... (it does not 
have a ASL header)

Certainly not a blocking error, but something to fix in order not to be 
a problem in the next release...


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


Re: [VOTE] MINA 2.0.5, take 2

Posted by Emmanuel Lécharny <el...@gmail.com>.
Le 8/22/12 7:53 AM, Alan D. Cabrera a écrit :
> On Aug 21, 2012, at 10:50 PM, Emmanuel Lécharny wrote:
>
>> Le 8/22/12 6:17 AM, Alan D. Cabrera a écrit :
>>> I can't get
>>>
>>> mvn rat:check
>> mvn apache-rat:chack
>
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.8:check (default-cli) on project mina-parent: Too many unapproved licenses: 1 -> [Help 1]
Can you provide the target/rat.txt file ?

Also on which package are your running the check ? Is t o the source 
tarball, or on the  checked out sources ?


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


Re: [VOTE] MINA 2.0.5, take 2

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
On Aug 21, 2012, at 10:50 PM, Emmanuel Lécharny wrote:

> Le 8/22/12 6:17 AM, Alan D. Cabrera a écrit :
>> I can't get
>> 
>> mvn rat:check
> mvn apache-rat:chack


[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.8:check (default-cli) on project mina-parent: Too many unapproved licenses: 1 -> [Help 1]



Re: [VOTE] MINA 2.0.5, take 2

Posted by Emmanuel Lécharny <el...@gmail.com>.
Le 8/22/12 6:17 AM, Alan D. Cabrera a écrit :
> I can't get
>
> mvn rat:check
mvn apache-rat:chack


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


Re: [VOTE] MINA 2.0.5, take 2

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
I can't get 

mvn rat:check 

to pass.  Do we care?

I randomly checked signatures and hashes and things look good.


Regards,
Alan

On Aug 21, 2012, at 9:02 AM, Emmanuel Lécharny wrote:

> Hi !
> This is the second attempt to release new version of MINA. This is a bug fix release, we tried to clean a lot of pending issues.
> 
> Fixed issues :
> 
> * [DIRMINA-539 <https://issues.apache.org/jira/browse/DIRMINA-539>] - NioDatagramConnector doesn't takes the TrafficClass value set to his DatagramSessionConfig
> 
> * [DIRMINA-760 <https://issues.apache.org/jira/browse/DIRMINA-760>] - Client fails to detect disconnection
> 
> * [DIRMINA-764 <https://issues.apache.org/jira/browse/DIRMINA-764>] - DDOS possible in only a few seconds...
> 
> * [DIRMINA-772 <https://issues.apache.org/jira/browse/DIRMINA-772>] - First sent message is not garbage collected per session
> 
> * [DIRMINA-777 <https://issues.apache.org/jira/browse/DIRMINA-777>] - IoSessionConfig.setUseReadOperation(true) doesn't seem to work
> 
> * [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
> 
> * [DIRMINA-804 <https://issues.apache.org/jira/browse/DIRMINA-804>] - NioDatagramAcceptor.unbind does not unbind cleanly
> 
> * [DIRMINA-806 <https://issues.apache.org/jira/browse/DIRMINA-806>] - Maven dependencies for mina-integration-* for non-OSGi-users
> 
> * [DIRMINA-817 <https://issues.apache.org/jira/browse/DIRMINA-817>] - Packaging is buggy
> 
> * [DIRMINA-829 <https://issues.apache.org/jira/browse/DIRMINA-829>] - AbstractIoBuffer.getSlice(int index, int length) has incorrect behavior
> 
> * [DIRMINA-835 <https://issues.apache.org/jira/browse/DIRMINA-835>] - IoHandler's sessionCreated and sessionOpened method can receive notifications when MINA's internal socket connection built
> 
> * [DIRMINA-840 <https://issues.apache.org/jira/browse/DIRMINA-840>] - Logic Error in ByteArrayPool implementation
> 
> * [DIRMINA-842 <https://issues.apache.org/jira/browse/DIRMINA-842>] - Crash on Android
> 
> * [DIRMINA-846 <https://issues.apache.org/jira/browse/DIRMINA-846>] - AprSocketAcceptor doesn't work and throws IOExceptions many times.
> 
> * [DIRMINA-871 <https://issues.apache.org/jira/browse/DIRMINA-871>]
>     - DefaultIoSessionAttributeMap returns the defaultValue parameter if no
>     entry is found for the specified key, but does not add that new
>   key/value pair to the map as specified in the javadocs.
> 
> * [DIRMINA-880 <https://issues.apache.org/jira/browse/DIRMINA-880>] - Implementation of SslFilter#isCloseNotify() is incorrect
> 
> * [DIRMINA-886 <https://issues.apache.org/jira/browse/DIRMINA-886>] - isBrokenConnection
> 
> * [DIRMINA-887 <https://issues.apache.org/jira/browse/DIRMINA-887>] - mutil bind localAddress
> 
> * [DIRMINA-894 <https://issues.apache.org/jira/browse/DIRMINA-894>] - java.io.IOException: Broken Pipe infinite loop
> 
> * [DIRMINA-897 <https://issues.apache.org/jira/browse/DIRMINA-897>] - atomicity violation bugs because of misusing concurrent collections
> 
> * [DIRMINA-898 <https://issues.apache.org/jira/browse/DIRMINA-898>] -  A wakeup() is issued in a thread before the target select() is executed.
> 
> * [DIRMINA-900 <https://issues.apache.org/jira/browse/DIRMINA-900>] - One MINA 2.0.4 test is failing when run with a 1.7 jdk
> 
> Improvement
> 
> * [DIRMINA-593 <https://issues.apache.org/jira/browse/DIRMINA-593>] - Javadoc & documentation for org/apache/mina/filter/reqres
> 
> * [DIRMINA-645 <https://issues.apache.org/jira/browse/DIRMINA-645>] - SslFilter should start initiating handshake from sesionCreated() rather than from onPostAdd()
> 
> * [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-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
> 
> * [DIRMINA-800 <https://issues.apache.org/jira/browse/DIRMINA-800>] - Review the Maven files to fix some issues in the release
> 
> * [DIRMINA-825 <https://issues.apache.org/jira/browse/DIRMINA-825>] - Add host and port info to BindException thrown by NioSocketAcceptor#open
> 
> * [DIRMINA-847 <https://issues.apache.org/jira/browse/DIRMINA-847>] - Entry and Exit action support for Mina state machine
> 
> * [DIRMINA-867 <https://issues.apache.org/jira/browse/DIRMINA-867>] - Needs meaningful error message when AbstractIoSession.write called with null
> 
> * [DIRMINA-888 <https://issues.apache.org/jira/browse/DIRMINA-888>] - Add the ability to get the write queue size like: session.getWriterRequestQueue().size();
> 
> New Feature
> 
> * [DIRMINA-816 <https://issues.apache.org/jira/browse/DIRMINA-816>] - NioSocketConnector missing defaultLocalAddress
> 
> Task
> 
> * [DIRMINA-477 <https://issues.apache.org/jira/browse/DIRMINA-477>] - Update page about differences between 1.x and 2.x
> 
> * [DIRMINA-681 <https://issues.apache.org/jira/browse/DIRMINA-681>] - Strange CPU peak occuring at fixed interval when several thousand connections active
> 
> 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.5/
> 
> 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-025/
> 
> The subversion revision for the tag is : 1375587
> http://svn.apache.org/viewvc?rev=1375587&view=rev
> 
> The sources distributions are available for download on :
> https://repository.apache.org/content/repositories/orgapachemina-025/org/apache/mina/mina-parent/2.0.5/
> 
> The binary distributions are avainlable for download on :
> http://people.apache.org/~elecharny/
> 
> Let's vote :
> [ ] +1 | Release MINA 2.0.5
> [ ] ±0 | Abstain
> [ ] -1  | Do*NOT* release MINA 2.0.5
> 
> -- 
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
> 
> -- 
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
> 


Re: [VOTE] MINA 2.0.5, take 2

Posted by Niklas Gustavsson <ni...@protocol7.com>.
On Tue, Aug 21, 2012 at 6:02 PM, Emmanuel Lécharny <el...@gmail.com> wrote:
> [x] +1 | Release MINA 2.0.5

/niklas

Re: [VOTE] MINA 2.0.5, take 2

Posted by Ashish <pa...@gmail.com>.
+1

On Tue, Aug 21, 2012 at 9:32 PM, Emmanuel Lécharny <el...@gmail.com> wrote:
> Hi !
> This is the second attempt to release new version of MINA. This is a bug fix
> release, we tried to clean a lot of pending issues.
>
> Fixed issues :
>
>  * [DIRMINA-539 <https://issues.apache.org/jira/browse/DIRMINA-539>] -
> NioDatagramConnector doesn't takes the TrafficClass value set to his
> DatagramSessionConfig
>
>  * [DIRMINA-760 <https://issues.apache.org/jira/browse/DIRMINA-760>] -
> Client fails to detect disconnection
>
>  * [DIRMINA-764 <https://issues.apache.org/jira/browse/DIRMINA-764>] - DDOS
> possible in only a few seconds...
>
>  * [DIRMINA-772 <https://issues.apache.org/jira/browse/DIRMINA-772>] - First
> sent message is not garbage collected per session
>
>  * [DIRMINA-777 <https://issues.apache.org/jira/browse/DIRMINA-777>] -
> IoSessionConfig.setUseReadOperation(true) doesn't seem to work
>
>  * [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
>
>  * [DIRMINA-804 <https://issues.apache.org/jira/browse/DIRMINA-804>] -
> NioDatagramAcceptor.unbind does not unbind cleanly
>
>  * [DIRMINA-806 <https://issues.apache.org/jira/browse/DIRMINA-806>] - Maven
> dependencies for mina-integration-* for non-OSGi-users
>
>  * [DIRMINA-817 <https://issues.apache.org/jira/browse/DIRMINA-817>] -
> Packaging is buggy
>
>  * [DIRMINA-829 <https://issues.apache.org/jira/browse/DIRMINA-829>] -
> AbstractIoBuffer.getSlice(int index, int length) has incorrect behavior
>
>  * [DIRMINA-835 <https://issues.apache.org/jira/browse/DIRMINA-835>] -
> IoHandler's sessionCreated and sessionOpened method can receive
> notifications when MINA's internal socket connection built
>
>  * [DIRMINA-840 <https://issues.apache.org/jira/browse/DIRMINA-840>] - Logic
> Error in ByteArrayPool implementation
>
>  * [DIRMINA-842 <https://issues.apache.org/jira/browse/DIRMINA-842>] - Crash
> on Android
>
>  * [DIRMINA-846 <https://issues.apache.org/jira/browse/DIRMINA-846>] -
> AprSocketAcceptor doesn't work and throws IOExceptions many times.
>
>  * [DIRMINA-871 <https://issues.apache.org/jira/browse/DIRMINA-871>]
>      - DefaultIoSessionAttributeMap returns the defaultValue parameter if no
>      entry is found for the specified key, but does not add that new
>    key/value pair to the map as specified in the javadocs.
>
>  * [DIRMINA-880 <https://issues.apache.org/jira/browse/DIRMINA-880>] -
> Implementation of SslFilter#isCloseNotify() is incorrect
>
>  * [DIRMINA-886 <https://issues.apache.org/jira/browse/DIRMINA-886>] -
> isBrokenConnection
>
>  * [DIRMINA-887 <https://issues.apache.org/jira/browse/DIRMINA-887>] - mutil
> bind localAddress
>
>  * [DIRMINA-894 <https://issues.apache.org/jira/browse/DIRMINA-894>] -
> java.io.IOException: Broken Pipe infinite loop
>
>  * [DIRMINA-897 <https://issues.apache.org/jira/browse/DIRMINA-897>] -
> atomicity violation bugs because of misusing concurrent collections
>
>  * [DIRMINA-898 <https://issues.apache.org/jira/browse/DIRMINA-898>] -  A
> wakeup() is issued in a thread before the target select() is executed.
>
>  * [DIRMINA-900 <https://issues.apache.org/jira/browse/DIRMINA-900>] - One
> MINA 2.0.4 test is failing when run with a 1.7 jdk
>
> Improvement
>
>  * [DIRMINA-593 <https://issues.apache.org/jira/browse/DIRMINA-593>] -
> Javadoc & documentation for org/apache/mina/filter/reqres
>
>  * [DIRMINA-645 <https://issues.apache.org/jira/browse/DIRMINA-645>] -
> SslFilter should start initiating handshake from sesionCreated() rather than
> from onPostAdd()
>
>  * [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-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
>
>  * [DIRMINA-800 <https://issues.apache.org/jira/browse/DIRMINA-800>] -
> Review the Maven files to fix some issues in the release
>
>  * [DIRMINA-825 <https://issues.apache.org/jira/browse/DIRMINA-825>] - Add
> host and port info to BindException thrown by NioSocketAcceptor#open
>
>  * [DIRMINA-847 <https://issues.apache.org/jira/browse/DIRMINA-847>] - Entry
> and Exit action support for Mina state machine
>
>  * [DIRMINA-867 <https://issues.apache.org/jira/browse/DIRMINA-867>] - Needs
> meaningful error message when AbstractIoSession.write called with null
>
>  * [DIRMINA-888 <https://issues.apache.org/jira/browse/DIRMINA-888>] - Add
> the ability to get the write queue size like:
> session.getWriterRequestQueue().size();
>
> New Feature
>
>  * [DIRMINA-816 <https://issues.apache.org/jira/browse/DIRMINA-816>] -
> NioSocketConnector missing defaultLocalAddress
>
> Task
>
>  * [DIRMINA-477 <https://issues.apache.org/jira/browse/DIRMINA-477>] -
> Update page about differences between 1.x and 2.x
>
>  * [DIRMINA-681 <https://issues.apache.org/jira/browse/DIRMINA-681>] -
> Strange CPU peak occuring at fixed interval when several thousand
> connections active
>
> 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.5/
>
> 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-025/
>
> The subversion revision for the tag is : 1375587
> http://svn.apache.org/viewvc?rev=1375587&view=rev
>
> The sources distributions are available for download on :
> https://repository.apache.org/content/repositories/orgapachemina-025/org/apache/mina/mina-parent/2.0.5/
>
> The binary distributions are avainlable for download on :
> http://people.apache.org/~elecharny/
>
> Let's vote :
> [ ] +1 | Release MINA 2.0.5
> [ ] ±0 | Abstain
> [ ] -1  | Do*NOT* release MINA 2.0.5
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
> --
> 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.5, take 2

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

Jeff

On Aug 24, 2012, at 8:35 AM, Alan D. Cabrera wrote:

> +1 - nonbinding
> 
> 
> Regards,
> Alan
> 
> On Aug 21, 2012, at 9:02 AM, Emmanuel Lécharny wrote:
> 
>> Hi !
>> This is the second attempt to release new version of MINA. This is a bug fix release, we tried to clean a lot of pending issues.
>> 
>> Fixed issues :
>> 
>> * [DIRMINA-539 <https://issues.apache.org/jira/browse/DIRMINA-539>] - NioDatagramConnector doesn't takes the TrafficClass value set to his DatagramSessionConfig
>> 
>> * [DIRMINA-760 <https://issues.apache.org/jira/browse/DIRMINA-760>] - Client fails to detect disconnection
>> 
>> * [DIRMINA-764 <https://issues.apache.org/jira/browse/DIRMINA-764>] - DDOS possible in only a few seconds...
>> 
>> * [DIRMINA-772 <https://issues.apache.org/jira/browse/DIRMINA-772>] - First sent message is not garbage collected per session
>> 
>> * [DIRMINA-777 <https://issues.apache.org/jira/browse/DIRMINA-777>] - IoSessionConfig.setUseReadOperation(true) doesn't seem to work
>> 
>> * [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
>> 
>> * [DIRMINA-804 <https://issues.apache.org/jira/browse/DIRMINA-804>] - NioDatagramAcceptor.unbind does not unbind cleanly
>> 
>> * [DIRMINA-806 <https://issues.apache.org/jira/browse/DIRMINA-806>] - Maven dependencies for mina-integration-* for non-OSGi-users
>> 
>> * [DIRMINA-817 <https://issues.apache.org/jira/browse/DIRMINA-817>] - Packaging is buggy
>> 
>> * [DIRMINA-829 <https://issues.apache.org/jira/browse/DIRMINA-829>] - AbstractIoBuffer.getSlice(int index, int length) has incorrect behavior
>> 
>> * [DIRMINA-835 <https://issues.apache.org/jira/browse/DIRMINA-835>] - IoHandler's sessionCreated and sessionOpened method can receive notifications when MINA's internal socket connection built
>> 
>> * [DIRMINA-840 <https://issues.apache.org/jira/browse/DIRMINA-840>] - Logic Error in ByteArrayPool implementation
>> 
>> * [DIRMINA-842 <https://issues.apache.org/jira/browse/DIRMINA-842>] - Crash on Android
>> 
>> * [DIRMINA-846 <https://issues.apache.org/jira/browse/DIRMINA-846>] - AprSocketAcceptor doesn't work and throws IOExceptions many times.
>> 
>> * [DIRMINA-871 <https://issues.apache.org/jira/browse/DIRMINA-871>]
>>    - DefaultIoSessionAttributeMap returns the defaultValue parameter if no
>>    entry is found for the specified key, but does not add that new
>>  key/value pair to the map as specified in the javadocs.
>> 
>> * [DIRMINA-880 <https://issues.apache.org/jira/browse/DIRMINA-880>] - Implementation of SslFilter#isCloseNotify() is incorrect
>> 
>> * [DIRMINA-886 <https://issues.apache.org/jira/browse/DIRMINA-886>] - isBrokenConnection
>> 
>> * [DIRMINA-887 <https://issues.apache.org/jira/browse/DIRMINA-887>] - mutil bind localAddress
>> 
>> * [DIRMINA-894 <https://issues.apache.org/jira/browse/DIRMINA-894>] - java.io.IOException: Broken Pipe infinite loop
>> 
>> * [DIRMINA-897 <https://issues.apache.org/jira/browse/DIRMINA-897>] - atomicity violation bugs because of misusing concurrent collections
>> 
>> * [DIRMINA-898 <https://issues.apache.org/jira/browse/DIRMINA-898>] -  A wakeup() is issued in a thread before the target select() is executed.
>> 
>> * [DIRMINA-900 <https://issues.apache.org/jira/browse/DIRMINA-900>] - One MINA 2.0.4 test is failing when run with a 1.7 jdk
>> 
>> Improvement
>> 
>> * [DIRMINA-593 <https://issues.apache.org/jira/browse/DIRMINA-593>] - Javadoc & documentation for org/apache/mina/filter/reqres
>> 
>> * [DIRMINA-645 <https://issues.apache.org/jira/browse/DIRMINA-645>] - SslFilter should start initiating handshake from sesionCreated() rather than from onPostAdd()
>> 
>> * [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-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
>> 
>> * [DIRMINA-800 <https://issues.apache.org/jira/browse/DIRMINA-800>] - Review the Maven files to fix some issues in the release
>> 
>> * [DIRMINA-825 <https://issues.apache.org/jira/browse/DIRMINA-825>] - Add host and port info to BindException thrown by NioSocketAcceptor#open
>> 
>> * [DIRMINA-847 <https://issues.apache.org/jira/browse/DIRMINA-847>] - Entry and Exit action support for Mina state machine
>> 
>> * [DIRMINA-867 <https://issues.apache.org/jira/browse/DIRMINA-867>] - Needs meaningful error message when AbstractIoSession.write called with null
>> 
>> * [DIRMINA-888 <https://issues.apache.org/jira/browse/DIRMINA-888>] - Add the ability to get the write queue size like: session.getWriterRequestQueue().size();
>> 
>> New Feature
>> 
>> * [DIRMINA-816 <https://issues.apache.org/jira/browse/DIRMINA-816>] - NioSocketConnector missing defaultLocalAddress
>> 
>> Task
>> 
>> * [DIRMINA-477 <https://issues.apache.org/jira/browse/DIRMINA-477>] - Update page about differences between 1.x and 2.x
>> 
>> * [DIRMINA-681 <https://issues.apache.org/jira/browse/DIRMINA-681>] - Strange CPU peak occuring at fixed interval when several thousand connections active
>> 
>> 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.5/
>> 
>> 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-025/
>> 
>> The subversion revision for the tag is : 1375587
>> http://svn.apache.org/viewvc?rev=1375587&view=rev
>> 
>> The sources distributions are available for download on :
>> https://repository.apache.org/content/repositories/orgapachemina-025/org/apache/mina/mina-parent/2.0.5/
>> 
>> The binary distributions are avainlable for download on :
>> http://people.apache.org/~elecharny/
>> 
>> Let's vote :
>> [ ] +1 | Release MINA 2.0.5
>> [ ] ±0 | Abstain
>> [ ] -1  | Do*NOT* release MINA 2.0.5
>> 
>> -- 
>> Regards,
>> Cordialement,
>> Emmanuel Lécharny
>> www.iktek.com
>> 
>> -- 
>> Regards,
>> Cordialement,
>> Emmanuel Lécharny
>> www.iktek.com
>> 
> 


Re: [VOTE] MINA 2.0.5, take 2

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
+1 - nonbinding


Regards,
Alan

On Aug 21, 2012, at 9:02 AM, Emmanuel Lécharny wrote:

> Hi !
> This is the second attempt to release new version of MINA. This is a bug fix release, we tried to clean a lot of pending issues.
> 
> Fixed issues :
> 
> * [DIRMINA-539 <https://issues.apache.org/jira/browse/DIRMINA-539>] - NioDatagramConnector doesn't takes the TrafficClass value set to his DatagramSessionConfig
> 
> * [DIRMINA-760 <https://issues.apache.org/jira/browse/DIRMINA-760>] - Client fails to detect disconnection
> 
> * [DIRMINA-764 <https://issues.apache.org/jira/browse/DIRMINA-764>] - DDOS possible in only a few seconds...
> 
> * [DIRMINA-772 <https://issues.apache.org/jira/browse/DIRMINA-772>] - First sent message is not garbage collected per session
> 
> * [DIRMINA-777 <https://issues.apache.org/jira/browse/DIRMINA-777>] - IoSessionConfig.setUseReadOperation(true) doesn't seem to work
> 
> * [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
> 
> * [DIRMINA-804 <https://issues.apache.org/jira/browse/DIRMINA-804>] - NioDatagramAcceptor.unbind does not unbind cleanly
> 
> * [DIRMINA-806 <https://issues.apache.org/jira/browse/DIRMINA-806>] - Maven dependencies for mina-integration-* for non-OSGi-users
> 
> * [DIRMINA-817 <https://issues.apache.org/jira/browse/DIRMINA-817>] - Packaging is buggy
> 
> * [DIRMINA-829 <https://issues.apache.org/jira/browse/DIRMINA-829>] - AbstractIoBuffer.getSlice(int index, int length) has incorrect behavior
> 
> * [DIRMINA-835 <https://issues.apache.org/jira/browse/DIRMINA-835>] - IoHandler's sessionCreated and sessionOpened method can receive notifications when MINA's internal socket connection built
> 
> * [DIRMINA-840 <https://issues.apache.org/jira/browse/DIRMINA-840>] - Logic Error in ByteArrayPool implementation
> 
> * [DIRMINA-842 <https://issues.apache.org/jira/browse/DIRMINA-842>] - Crash on Android
> 
> * [DIRMINA-846 <https://issues.apache.org/jira/browse/DIRMINA-846>] - AprSocketAcceptor doesn't work and throws IOExceptions many times.
> 
> * [DIRMINA-871 <https://issues.apache.org/jira/browse/DIRMINA-871>]
>     - DefaultIoSessionAttributeMap returns the defaultValue parameter if no
>     entry is found for the specified key, but does not add that new
>   key/value pair to the map as specified in the javadocs.
> 
> * [DIRMINA-880 <https://issues.apache.org/jira/browse/DIRMINA-880>] - Implementation of SslFilter#isCloseNotify() is incorrect
> 
> * [DIRMINA-886 <https://issues.apache.org/jira/browse/DIRMINA-886>] - isBrokenConnection
> 
> * [DIRMINA-887 <https://issues.apache.org/jira/browse/DIRMINA-887>] - mutil bind localAddress
> 
> * [DIRMINA-894 <https://issues.apache.org/jira/browse/DIRMINA-894>] - java.io.IOException: Broken Pipe infinite loop
> 
> * [DIRMINA-897 <https://issues.apache.org/jira/browse/DIRMINA-897>] - atomicity violation bugs because of misusing concurrent collections
> 
> * [DIRMINA-898 <https://issues.apache.org/jira/browse/DIRMINA-898>] -  A wakeup() is issued in a thread before the target select() is executed.
> 
> * [DIRMINA-900 <https://issues.apache.org/jira/browse/DIRMINA-900>] - One MINA 2.0.4 test is failing when run with a 1.7 jdk
> 
> Improvement
> 
> * [DIRMINA-593 <https://issues.apache.org/jira/browse/DIRMINA-593>] - Javadoc & documentation for org/apache/mina/filter/reqres
> 
> * [DIRMINA-645 <https://issues.apache.org/jira/browse/DIRMINA-645>] - SslFilter should start initiating handshake from sesionCreated() rather than from onPostAdd()
> 
> * [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-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
> 
> * [DIRMINA-800 <https://issues.apache.org/jira/browse/DIRMINA-800>] - Review the Maven files to fix some issues in the release
> 
> * [DIRMINA-825 <https://issues.apache.org/jira/browse/DIRMINA-825>] - Add host and port info to BindException thrown by NioSocketAcceptor#open
> 
> * [DIRMINA-847 <https://issues.apache.org/jira/browse/DIRMINA-847>] - Entry and Exit action support for Mina state machine
> 
> * [DIRMINA-867 <https://issues.apache.org/jira/browse/DIRMINA-867>] - Needs meaningful error message when AbstractIoSession.write called with null
> 
> * [DIRMINA-888 <https://issues.apache.org/jira/browse/DIRMINA-888>] - Add the ability to get the write queue size like: session.getWriterRequestQueue().size();
> 
> New Feature
> 
> * [DIRMINA-816 <https://issues.apache.org/jira/browse/DIRMINA-816>] - NioSocketConnector missing defaultLocalAddress
> 
> Task
> 
> * [DIRMINA-477 <https://issues.apache.org/jira/browse/DIRMINA-477>] - Update page about differences between 1.x and 2.x
> 
> * [DIRMINA-681 <https://issues.apache.org/jira/browse/DIRMINA-681>] - Strange CPU peak occuring at fixed interval when several thousand connections active
> 
> 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.5/
> 
> 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-025/
> 
> The subversion revision for the tag is : 1375587
> http://svn.apache.org/viewvc?rev=1375587&view=rev
> 
> The sources distributions are available for download on :
> https://repository.apache.org/content/repositories/orgapachemina-025/org/apache/mina/mina-parent/2.0.5/
> 
> The binary distributions are avainlable for download on :
> http://people.apache.org/~elecharny/
> 
> Let's vote :
> [ ] +1 | Release MINA 2.0.5
> [ ] ±0 | Abstain
> [ ] -1  | Do*NOT* release MINA 2.0.5
> 
> -- 
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
> 
> -- 
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
> 


Re: [VOTE] MINA 2.0.5, take 2

Posted by Julien Vermillard <jv...@gmail.com>.
looks fine :
+1

Julien

On Tue, Aug 21, 2012 at 6:02 PM, Emmanuel Lécharny <el...@gmail.com> wrote:
> Hi !
> This is the second attempt to release new version of MINA. This is a bug fix
> release, we tried to clean a lot of pending issues.
>
> Fixed issues :
>
>  * [DIRMINA-539 <https://issues.apache.org/jira/browse/DIRMINA-539>] -
> NioDatagramConnector doesn't takes the TrafficClass value set to his
> DatagramSessionConfig
>
>  * [DIRMINA-760 <https://issues.apache.org/jira/browse/DIRMINA-760>] -
> Client fails to detect disconnection
>
>  * [DIRMINA-764 <https://issues.apache.org/jira/browse/DIRMINA-764>] - DDOS
> possible in only a few seconds...
>
>  * [DIRMINA-772 <https://issues.apache.org/jira/browse/DIRMINA-772>] - First
> sent message is not garbage collected per session
>
>  * [DIRMINA-777 <https://issues.apache.org/jira/browse/DIRMINA-777>] -
> IoSessionConfig.setUseReadOperation(true) doesn't seem to work
>
>  * [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
>
>  * [DIRMINA-804 <https://issues.apache.org/jira/browse/DIRMINA-804>] -
> NioDatagramAcceptor.unbind does not unbind cleanly
>
>  * [DIRMINA-806 <https://issues.apache.org/jira/browse/DIRMINA-806>] - Maven
> dependencies for mina-integration-* for non-OSGi-users
>
>  * [DIRMINA-817 <https://issues.apache.org/jira/browse/DIRMINA-817>] -
> Packaging is buggy
>
>  * [DIRMINA-829 <https://issues.apache.org/jira/browse/DIRMINA-829>] -
> AbstractIoBuffer.getSlice(int index, int length) has incorrect behavior
>
>  * [DIRMINA-835 <https://issues.apache.org/jira/browse/DIRMINA-835>] -
> IoHandler's sessionCreated and sessionOpened method can receive
> notifications when MINA's internal socket connection built
>
>  * [DIRMINA-840 <https://issues.apache.org/jira/browse/DIRMINA-840>] - Logic
> Error in ByteArrayPool implementation
>
>  * [DIRMINA-842 <https://issues.apache.org/jira/browse/DIRMINA-842>] - Crash
> on Android
>
>  * [DIRMINA-846 <https://issues.apache.org/jira/browse/DIRMINA-846>] -
> AprSocketAcceptor doesn't work and throws IOExceptions many times.
>
>  * [DIRMINA-871 <https://issues.apache.org/jira/browse/DIRMINA-871>]
>      - DefaultIoSessionAttributeMap returns the defaultValue parameter if no
>      entry is found for the specified key, but does not add that new
>    key/value pair to the map as specified in the javadocs.
>
>  * [DIRMINA-880 <https://issues.apache.org/jira/browse/DIRMINA-880>] -
> Implementation of SslFilter#isCloseNotify() is incorrect
>
>  * [DIRMINA-886 <https://issues.apache.org/jira/browse/DIRMINA-886>] -
> isBrokenConnection
>
>  * [DIRMINA-887 <https://issues.apache.org/jira/browse/DIRMINA-887>] - mutil
> bind localAddress
>
>  * [DIRMINA-894 <https://issues.apache.org/jira/browse/DIRMINA-894>] -
> java.io.IOException: Broken Pipe infinite loop
>
>  * [DIRMINA-897 <https://issues.apache.org/jira/browse/DIRMINA-897>] -
> atomicity violation bugs because of misusing concurrent collections
>
>  * [DIRMINA-898 <https://issues.apache.org/jira/browse/DIRMINA-898>] -  A
> wakeup() is issued in a thread before the target select() is executed.
>
>  * [DIRMINA-900 <https://issues.apache.org/jira/browse/DIRMINA-900>] - One
> MINA 2.0.4 test is failing when run with a 1.7 jdk
>
> Improvement
>
>  * [DIRMINA-593 <https://issues.apache.org/jira/browse/DIRMINA-593>] -
> Javadoc & documentation for org/apache/mina/filter/reqres
>
>  * [DIRMINA-645 <https://issues.apache.org/jira/browse/DIRMINA-645>] -
> SslFilter should start initiating handshake from sesionCreated() rather than
> from onPostAdd()
>
>  * [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-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
>
>  * [DIRMINA-800 <https://issues.apache.org/jira/browse/DIRMINA-800>] -
> Review the Maven files to fix some issues in the release
>
>  * [DIRMINA-825 <https://issues.apache.org/jira/browse/DIRMINA-825>] - Add
> host and port info to BindException thrown by NioSocketAcceptor#open
>
>  * [DIRMINA-847 <https://issues.apache.org/jira/browse/DIRMINA-847>] - Entry
> and Exit action support for Mina state machine
>
>  * [DIRMINA-867 <https://issues.apache.org/jira/browse/DIRMINA-867>] - Needs
> meaningful error message when AbstractIoSession.write called with null
>
>  * [DIRMINA-888 <https://issues.apache.org/jira/browse/DIRMINA-888>] - Add
> the ability to get the write queue size like:
> session.getWriterRequestQueue().size();
>
> New Feature
>
>  * [DIRMINA-816 <https://issues.apache.org/jira/browse/DIRMINA-816>] -
> NioSocketConnector missing defaultLocalAddress
>
> Task
>
>  * [DIRMINA-477 <https://issues.apache.org/jira/browse/DIRMINA-477>] -
> Update page about differences between 1.x and 2.x
>
>  * [DIRMINA-681 <https://issues.apache.org/jira/browse/DIRMINA-681>] -
> Strange CPU peak occuring at fixed interval when several thousand
> connections active
>
> 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.5/
>
> 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-025/
>
> The subversion revision for the tag is : 1375587
> http://svn.apache.org/viewvc?rev=1375587&view=rev
>
> The sources distributions are available for download on :
> https://repository.apache.org/content/repositories/orgapachemina-025/org/apache/mina/mina-parent/2.0.5/
>
> The binary distributions are avainlable for download on :
> http://people.apache.org/~elecharny/
>
> Let's vote :
> [ ] +1 | Release MINA 2.0.5
> [ ] ±0 | Abstain
> [ ] -1  | Do*NOT* release MINA 2.0.5
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
>

Re: [VOTE] MINA 2.0.5, take 2

Posted by Gusti Andika <gu...@gmail.com>.
+1

On 22 Aug 2012 00:02, "Emmanuel Lécharny" <el...@gmail.com> wrote:

Hi !
This is the second attempt to release new version of MINA. This is a bug
fix release, we tried to clean a lot of pending issues.

Fixed issues :

 * [DIRMINA-539
<https://issues.apache.org/**jira/browse/DIRMINA-539<https://issues.apache.org/jira/browse/DIRMINA-539>>]
- NioDatagramConnector doesn't takes the TrafficClass value set to his
DatagramSessionConfig

 * [DIRMINA-760
<https://issues.apache.org/**jira/browse/DIRMINA-760<https://issues.apache.org/jira/browse/DIRMINA-760>>]
- Client fails to detect disconnection

 * [DIRMINA-764
<https://issues.apache.org/**jira/browse/DIRMINA-764<https://issues.apache.org/jira/browse/DIRMINA-764>>]
- DDOS possible in only a few seconds...

 * [DIRMINA-772
<https://issues.apache.org/**jira/browse/DIRMINA-772<https://issues.apache.org/jira/browse/DIRMINA-772>>]
- First sent message is not garbage collected per session

 * [DIRMINA-777
<https://issues.apache.org/**jira/browse/DIRMINA-777<https://issues.apache.org/jira/browse/DIRMINA-777>>]
- IoSessionConfig.**setUseReadOperation(true) doesn't seem to work

 * [DIRMINA-779
<https://issues.apache.org/**jira/browse/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<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<https://issues.apache.org/jira/browse/DIRMINA-784>>]
- Error with MDCInjectionFilter on Windows

 * [DIRMINA-804
<https://issues.apache.org/**jira/browse/DIRMINA-804<https://issues.apache.org/jira/browse/DIRMINA-804>>]
- NioDatagramAcceptor.unbind does not unbind cleanly

 * [DIRMINA-806
<https://issues.apache.org/**jira/browse/DIRMINA-806<https://issues.apache.org/jira/browse/DIRMINA-806>>]
- Maven dependencies for mina-integration-* for non-OSGi-users

 * [DIRMINA-817
<https://issues.apache.org/**jira/browse/DIRMINA-817<https://issues.apache.org/jira/browse/DIRMINA-817>>]
- Packaging is buggy

 * [DIRMINA-829
<https://issues.apache.org/**jira/browse/DIRMINA-829<https://issues.apache.org/jira/browse/DIRMINA-829>>]
- AbstractIoBuffer.getSlice(int index, int length) has incorrect behavior

 * [DIRMINA-835
<https://issues.apache.org/**jira/browse/DIRMINA-835<https://issues.apache.org/jira/browse/DIRMINA-835>>]
- IoHandler's sessionCreated and sessionOpened method can receive
notifications when MINA's internal socket connection built

 * [DIRMINA-840
<https://issues.apache.org/**jira/browse/DIRMINA-840<https://issues.apache.org/jira/browse/DIRMINA-840>>]
- Logic Error in ByteArrayPool implementation

 * [DIRMINA-842
<https://issues.apache.org/**jira/browse/DIRMINA-842<https://issues.apache.org/jira/browse/DIRMINA-842>>]
- Crash on Android

 * [DIRMINA-846
<https://issues.apache.org/**jira/browse/DIRMINA-846<https://issues.apache.org/jira/browse/DIRMINA-846>>]
- AprSocketAcceptor doesn't work and throws IOExceptions many times.

 * [DIRMINA-871
<https://issues.apache.org/**jira/browse/DIRMINA-871<https://issues.apache.org/jira/browse/DIRMINA-871>
>]
     - DefaultIoSessionAttributeMap returns the defaultValue parameter if no
     entry is found for the specified key, but does not add that new
   key/value pair to the map as specified in the javadocs.

 * [DIRMINA-880
<https://issues.apache.org/**jira/browse/DIRMINA-880<https://issues.apache.org/jira/browse/DIRMINA-880>>]
- Implementation of SslFilter#isCloseNotify() is incorrect

 * [DIRMINA-886
<https://issues.apache.org/**jira/browse/DIRMINA-886<https://issues.apache.org/jira/browse/DIRMINA-886>>]
- isBrokenConnection

 * [DIRMINA-887
<https://issues.apache.org/**jira/browse/DIRMINA-887<https://issues.apache.org/jira/browse/DIRMINA-887>>]
- mutil bind localAddress

 * [DIRMINA-894
<https://issues.apache.org/**jira/browse/DIRMINA-894<https://issues.apache.org/jira/browse/DIRMINA-894>>]
- java.io.IOException: Broken Pipe infinite loop

 * [DIRMINA-897
<https://issues.apache.org/**jira/browse/DIRMINA-897<https://issues.apache.org/jira/browse/DIRMINA-897>>]
- atomicity violation bugs because of misusing concurrent collections

 * [DIRMINA-898
<https://issues.apache.org/**jira/browse/DIRMINA-898<https://issues.apache.org/jira/browse/DIRMINA-898>>]
-  A wakeup() is issued in a thread before the target select() is executed.

 * [DIRMINA-900
<https://issues.apache.org/**jira/browse/DIRMINA-900<https://issues.apache.org/jira/browse/DIRMINA-900>>]
- One MINA 2.0.4 test is failing when run with a 1.7 jdk

Improvement

 * [DIRMINA-593
<https://issues.apache.org/**jira/browse/DIRMINA-593<https://issues.apache.org/jira/browse/DIRMINA-593>>]
- Javadoc & documentation for org/apache/mina/filter/reqres

 * [DIRMINA-645
<https://issues.apache.org/**jira/browse/DIRMINA-645<https://issues.apache.org/jira/browse/DIRMINA-645>>]
- SslFilter should start initiating handshake from sesionCreated() rather
than from onPostAdd()

 * [DIRMINA-682
<https://issues.apache.org/**jira/browse/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-761
<https://issues.apache.org/**jira/browse/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<https://issues.apache.org/jira/browse/DIRMINA-780>>]
- Writing null objects to the Session should raise an Exception

 * [DIRMINA-800
<https://issues.apache.org/**jira/browse/DIRMINA-800<https://issues.apache.org/jira/browse/DIRMINA-800>>]
- Review the Maven files to fix some issues in the release

 * [DIRMINA-825
<https://issues.apache.org/**jira/browse/DIRMINA-825<https://issues.apache.org/jira/browse/DIRMINA-825>>]
- Add host and port info to BindException thrown by NioSocketAcceptor#open

 * [DIRMINA-847
<https://issues.apache.org/**jira/browse/DIRMINA-847<https://issues.apache.org/jira/browse/DIRMINA-847>>]
- Entry and Exit action support for Mina state machine

 * [DIRMINA-867
<https://issues.apache.org/**jira/browse/DIRMINA-867<https://issues.apache.org/jira/browse/DIRMINA-867>>]
- Needs meaningful error message when AbstractIoSession.write called with
null

 * [DIRMINA-888
<https://issues.apache.org/**jira/browse/DIRMINA-888<https://issues.apache.org/jira/browse/DIRMINA-888>>]
- Add the ability to get the write queue size like:
session.getWriterRequestQueue(**).size();

New Feature

 * [DIRMINA-816
<https://issues.apache.org/**jira/browse/DIRMINA-816<https://issues.apache.org/jira/browse/DIRMINA-816>>]
- NioSocketConnector missing defaultLocalAddress

Task

 * [DIRMINA-477
<https://issues.apache.org/**jira/browse/DIRMINA-477<https://issues.apache.org/jira/browse/DIRMINA-477>>]
- Update page about differences between 1.x and 2.x

 * [DIRMINA-681
<https://issues.apache.org/**jira/browse/DIRMINA-681<https://issues.apache.org/jira/browse/DIRMINA-681>>]
- Strange CPU peak occuring at fixed interval when several thousand
connections active

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.5/<http://svn.apache.org/viewvc/mina/tags/2.0.5/>

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-025/<https://repository.apache.org/content/repositories/orgapachemina-025/>

The subversion revision for the tag is : 1375587
http://svn.apache.org/viewvc?**rev=1375587&view=rev<http://svn.apache.org/viewvc?rev=1375587&view=rev>

The sources distributions are available for download on :
https://repository.apache.org/**content/repositories/**
orgapachemina-025/org/apache/**mina/mina-parent/2.0.5/<https://repository.apache.org/content/repositories/orgapachemina-025/org/apache/mina/mina-parent/2.0.5/>

The binary distributions are avainlable for download on :
http://people.apache.org/~**elecharny/<http://people.apache.org/~elecharny/>

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

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

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