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 2016/10/24 01:05:03 UTC

[VOTE] MINA 2.0.16 release

Hi,

Here is a new release, MINA 2.0.16. It fixes a NPE, an some race condition that would make application block forever.

Here are the fixed issues :

Bugs :
------

[DIRMINA-1041 <https://issues.apache.org/jira/browse/DIRMINA-1041>] WriteFuture.await() hangs when the connection is closed remotely before await is invoked
[DIRMINA-1047 <https://issues.apache.org/jira/browse/DIRMINA-1047>] NullPointerException in AbstractIoSession.destroy()
[DIRMINA-1049 <https://issues.apache.org/jira/browse/DIRMINA-1049>] Error in mina-statemachine manifest prevents using it in Apache Karaf



A temporary tag has been created (it can be removed if the vote is not approved):

Updated Tags:  refs/tags/2.0.16 [created] b3f8caaa3

Project: http://git-wip-us.apache.org/repos/asf/mina/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/9be38df3
Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/9be38df3
Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/9be38df3

- Nexus repository: https://repository.apache.org/content/repositories/orgapachemina-1026

- Binaries and sources: https://dist.apache.org/repos/dist/dev/mina/mina/2.0.16/

Let us vote :
[ ] +1 | Release MINA 2.0.16
[ ] ± | Abstain
[ ] -1 | Do **NOT**  release MINA 2.0.16

Thanks !


-- 
Emmanuel Lecharny

Symas.com
directory.apache.org


Result, was: [VOTE] MINA 2.0.16 release

Posted by Emmanuel Lécharny <el...@gmail.com>.
Ok I close the vote with 3 binding +1 and one non binding +1 :

Ashish, jeff and me (bindings) and John (non bnding).


I'll push the release today.


Thanks to the voters !



Re: [VOTE] MINA 2.0.16 release

Posted by Jeff MAURY <je...@gmail.com>.
+1

Jeff

Le 29 oct. 2016 11:02, "Emmanuel Lécharny" <el...@gmail.com> a écrit :

> For the record, building MINA 2.0.16 with Java 8 may fail. Oracle have
> demoted the MD5withRSA cipher, and sadly the certificate we use in some
> tests have been created with this cipher.
>
> It's possible to workaround the issue, by changing the
> JRE_HOME/lib/security/java.security file, and more specifically the
> jdk.certpath.disabledAlgorithms and jdk.tls.disabledAlgorithms
> parameters : you will have to remove MD5 and MD5withRSA from those lists.
>
> We will have that fixed in 2.017, by regenerating the certificates.
>
> FtpServer had the same issue, but I have enforced teh use of this cipher
> programatically.
>

Re: [VOTE] MINA 2.0.16 release

Posted by Emmanuel Lécharny <el...@gmail.com>.
For the record, building MINA 2.0.16 with Java 8 may fail. Oracle have
demoted the MD5withRSA cipher, and sadly the certificate we use in some
tests have been created with this cipher.

It's possible to workaround the issue, by changing the
JRE_HOME/lib/security/java.security file, and more specifically the
jdk.certpath.disabledAlgorithms and jdk.tls.disabledAlgorithms
parameters : you will have to remove MD5 and MD5withRSA from those lists.

We will have that fixed in 2.017, by regenerating the certificates.

FtpServer had the same issue, but I have enforced teh use of this cipher
programatically.

Re: [VOTE] MINA 2.0.16 release

Posted by Christoph John <ch...@macd.com>.
+1

Sometimes the QuickFIX/J test suite would fail because of 
https://issues.apache.org/jira/browse/DIRMINA-1041 . Thanks for fixing!
Cheers,
Chris.

On 24/10/16 03:05, Emmanuel Lécharny wrote:
> Hi,
>
> Here is a new release, MINA 2.0.16. It fixes a NPE, an some race condition that would make application block forever.
>
> Here are the fixed issues :
>
> Bugs :
> ------
>
> [DIRMINA-1041 <https://issues.apache.org/jira/browse/DIRMINA-1041>] WriteFuture.await() hangs when the connection is closed remotely before await is invoked
> [DIRMINA-1047 <https://issues.apache.org/jira/browse/DIRMINA-1047>] NullPointerException in AbstractIoSession.destroy()
> [DIRMINA-1049 <https://issues.apache.org/jira/browse/DIRMINA-1049>] Error in mina-statemachine manifest prevents using it in Apache Karaf
>
>
>
> A temporary tag has been created (it can be removed if the vote is not approved):
>
> Updated Tags:  refs/tags/2.0.16 [created] b3f8caaa3
>
> Project: http://git-wip-us.apache.org/repos/asf/mina/repo
> Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/9be38df3
> Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/9be38df3
> Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/9be38df3
>
> - Nexus repository: https://repository.apache.org/content/repositories/orgapachemina-1026
>
> - Binaries and sources: https://dist.apache.org/repos/dist/dev/mina/mina/2.0.16/
>
> Let us vote :
> [ ] +1 | Release MINA 2.0.16
> [ ] ± | Abstain
> [ ] -1 | Do **NOT**  release MINA 2.0.16
>
> Thanks !
>
>

-- 
Christoph John
Development & Support
Direct: +49 241 557080-28
Mailto:Christoph.John@macd.com
	


http://www.macd.com <http://www.macd.com/>
----------------------------------------------------------------------------------------------------
	
----------------------------------------------------------------------------------------------------
MACD GmbH
Oppenhoffallee 103
D-52066 Aachen
Tel: +49 241 557080-0 | Fax: +49 241 557080-10
	 Amtsgericht Aachen: HRB 8151
Ust.-Id: DE 813021663

Geschäftsführer: George Macdonald
----------------------------------------------------------------------------------------------------
	
----------------------------------------------------------------------------------------------------

take care of the environment - print only if necessary

Re: [VOTE] MINA 2.0.16 release

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

Ran the build, executes fine. All test cases passed.

Unrelated observation, with JDK 1.8,
org.apache.mina.example.echoserver.ConnectorTest goes in hang state.
Switched back to jdk 1.7 and things worked fine.

On Sun, Oct 23, 2016 at 6:05 PM, Emmanuel Lécharny <el...@gmail.com> wrote:
> Hi,
>
> Here is a new release, MINA 2.0.16. It fixes a NPE, an some race condition that would make application block forever.
>
> Here are the fixed issues :
>
> Bugs :
> ------
>
> [DIRMINA-1041 <https://issues.apache.org/jira/browse/DIRMINA-1041>] WriteFuture.await() hangs when the connection is closed remotely before await is invoked
> [DIRMINA-1047 <https://issues.apache.org/jira/browse/DIRMINA-1047>] NullPointerException in AbstractIoSession.destroy()
> [DIRMINA-1049 <https://issues.apache.org/jira/browse/DIRMINA-1049>] Error in mina-statemachine manifest prevents using it in Apache Karaf
>
>
>
> A temporary tag has been created (it can be removed if the vote is not approved):
>
> Updated Tags:  refs/tags/2.0.16 [created] b3f8caaa3
>
> Project: http://git-wip-us.apache.org/repos/asf/mina/repo
> Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/9be38df3
> Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/9be38df3
> Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/9be38df3
>
> - Nexus repository: https://repository.apache.org/content/repositories/orgapachemina-1026
>
> - Binaries and sources: https://dist.apache.org/repos/dist/dev/mina/mina/2.0.16/
>
> Let us vote :
> [ ] +1 | Release MINA 2.0.16
> [ ] ± | Abstain
> [ ] -1 | Do **NOT**  release MINA 2.0.16
>
> Thanks !
>
>
> --
> Emmanuel Lecharny
>
> Symas.com
> directory.apache.org
>



-- 
thanks
ashish

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