[ https://issues.apache.org/activemq/browse/CAMEL-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60740#action_60740 ]
Claus Ibsen commented on CAMEL-2959: ------------------------------------ Damn JSCH 0.1.43 is now build with 1.6 as target. {code} [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /Users/davsclaus/workspace/camel/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/SftpOperations.java:[29,-1] cannot access com.jcraft.jsch.ChannelSftp bad class file: /Users/davsclaus/.m2/repository/com/jcraft/jsch/0.1.43/jsch-0.1.43.jar(com/jcraft/jsch/ChannelSftp.class) class file has wrong version 50.0, should be 49.0 {code} We cannot support this version with Camel as we are JDK 1.5 compatible. Bengt can you get in touch with your contact at JCraft and ask them to release a JDK 1.5 compatible version of the 0.1.43 release? > Upgrade to JSch 0.1.43 > ---------------------- > > Key: CAMEL-2959 > URL: https://issues.apache.org/activemq/browse/CAMEL-2959 > Project: Apache Camel > Issue Type: Improvement > Components: camel-ftp > Affects Versions: 2.4.0 > Reporter: Bengt Rodehav > Assignee: Willem Jiang > > Important bugfixes regarding SFTP (in camel-ftp) have been made in JSch > 0.1.43. Needs to be incorporated into Camel. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.