You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2015/05/27 09:43:18 UTC

[jira] [Assigned] (CAMEL-8795) camel-kafka - Support for Scala 2.11

     [ https://issues.apache.org/jira/browse/CAMEL-8795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang reassigned CAMEL-8795:
-----------------------------------

    Assignee: Willem Jiang

> camel-kafka - Support for Scala 2.11
> ------------------------------------
>
>                 Key: CAMEL-8795
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8795
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-kafka
>            Reporter: Álvaro García Delgado
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 2.16.0
>
>
> Camel-kafka uses a kafka built with scala 2.10, so it becomes incompatible when used in a scala 2.11 project in runtime:
> {code}
> A needed class was not found. This could be due to an error in your runpath. Missing class: scala/collection/GenTraversableOnce$class
> java.lang.NoClassDefFoundError: scala/collection/GenTraversableOnce$class
> {code}
> It seems to be solved excluding the kafka 2.10 dependency and adding the 2.11 version but I am afraid it could bring up new problems. 
> Thanks, Álvaro



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)