Hi, Today we upgraded Apache Mina2 dependency from 2.0.4 to 2.0.5 which is NOT binary compatible anymore because of the following revision (the IoAcceptor.bind() method with one argument has been replaced with varargs variant causing NoSuchMethodError @ runtime):
http://svn.apache.org/viewvc?view=revision&revision=1374994 The tests on CI-Server afterwards show failures by: camel-jsch (has test scope dependency to mina2) camel-ssh (has compile scope dependency to mina2) By camel-jsch I downgraded the test dependency back to 2.0.4 version which more or less we could live with it (as it's test scope). And then afterwards I realized the failed tests by camel-ssh as well which I think because of the compile scope dependency, a downgrade would not make much sense. I think we should better downgrade back to 2.0.4 until this problem is resolved. Any thoughts? Babak -- View this message in context: http://camel.465427.n5.nabble.com/About-Apache-Mina2-dependency-being-upgraded-to-2-0-5-tp5720169.html Sent from the Camel Development mailing list archive at Nabble.com.