You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Álvaro García Delgado (JIRA)" <ji...@apache.org> on 2015/05/25 10:57:18 UTC

[jira] [Created] (CAMEL-8795) Support for Scala 2.11

Álvaro García Delgado created CAMEL-8795:
--------------------------------------------

             Summary: 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
            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)