Re: New MINA committer : Jeff Maury

2013-01-28 Thread Bernd Fondermann
On 26.01.13 09:54, Julien Vermillard wrote: Hi, Looks like we forgot to announce that. The MINA PMC has voted to invite Jeff Maury as a MINA committer for his contributions to MINA benchmark. Jeff has accepted. So let's warm welcome Jeff. +1 Have fun! Bernd

Re: [MINA3] Code review

2013-01-28 Thread Jeff MAURY
On Mon, Jan 28, 2013 at 12:13 AM, Emmanuel Lécharny elecha...@gmail.comwrote: Le 1/27/13 10:21 PM, Jeff MAURY a écrit : Hello, I started to review the Mina3 code and I have a couple of points I want to share with you: 1) It is possible to close all existing connections established

Re: [MINA3] Code review

2013-01-28 Thread Emmanuel Lécharny
Le 1/28/13 10:05 AM, Jeff MAURY a écrit : On Mon, Jan 28, 2013 at 12:13 AM, Emmanuel Lécharny elecha...@gmail.comwrote: Le 1/27/13 10:21 PM, Jeff MAURY a écrit : Hello, I started to review the Mina3 code and I have a couple of points I want to share with you: 1) It is possible to close

Re: [MINA3] Code review

2013-01-28 Thread Jeff MAURY
On Mon, Jan 28, 2013 at 11:09 AM, Emmanuel Lécharny elecha...@gmail.comwrote: Le 1/28/13 10:05 AM, Jeff MAURY a écrit : On Mon, Jan 28, 2013 at 12:13 AM, Emmanuel Lécharny elecha...@gmail.com wrote: Le 1/27/13 10:21 PM, Jeff MAURY a écrit : Hello, I started to review the Mina3 code

Re: [MINA3] Code review

2013-01-28 Thread Bernd Fondermann
Btw, do you guys think that we should create a MINA3 dedicated JIRA space, or not ? A dedicated space? Why? Isn't it sufficient to create a target version? Bernd

SSHD build failure...

2013-01-28 Thread Emmanuel Lécharny
Hi, as I tried to build SSHD (from git), I got this error : [INFO] [INFO] Reactor Summary: [INFO] [INFO] Apache Mina SSHD .. SUCCESS [1.820s] [INFO] Apache Mina SSHD :: Core

Re: SSHD build failure...

2013-01-28 Thread Guillaume Nodet
I think I used a lower case i. The refactoring must have failed. I'll do that tomorrow if you don't beat me to it. On Mon, Jan 28, 2013 at 7:11 PM, Emmanuel Lécharny elecha...@gmail.comwrote: Hi, as I tried to build SSHD (from git), I got this error : [INFO]

[MINA 3] codec api

2013-01-28 Thread Julien Vermillard
Hi, I committed a new idea for the codec API. It's quite radical change but I think it's a valuable improvement. Key here is simplicity : - a codec module independent of the core module, could be reused for mina 2, plain old IO, whatever - a codec in compounded of a statefull decoder and an