Hi Guillaume, I did some test with MINA 2.0.8 and SSHD. As we added some new method in the IoHandler class, you now have to add an inputClosed() method in your MinaService class for SSHD to compile.
At some point, it would be better to have MinaServer to extend teh IoHandlerAdapter rather to implement IoHandler, that woudl solve this issue. With such a change, I can run the tests with no errors.
