Move the org.apache.camel.language.SpEL.java into camel-core to avoid export 
package org.apache.camel.language twice in camel-spring
------------------------------------------------------------------------------------------------------------------------------------

                 Key: CAMEL-3885
                 URL: https://issues.apache.org/jira/browse/CAMEL-3885
             Project: Camel
          Issue Type: Bug
          Components: camel-core, camel-spring
    Affects Versions: 2.7.1, 2.7.0
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.8.0


camel-spring and camel-core both export the org.apache.camel.language package 
which will cause some truble when OSGi resolve the bundle which imports this 
package. 
As the SpEL.java is not import any spring related class, an simple fixing is 
moving the SpEL.java into camel-core.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to