camel-cxf OSGi bundle uses an incorrect CXF version range
---------------------------------------------------------

                 Key: CAMEL-4276
                 URL: https://issues.apache.org/jira/browse/CAMEL-4276
             Project: Camel
          Issue Type: Bug
          Components: camel-cxf
    Affects Versions: 2.8.0, 2.7.3
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: 2.9.0


The camel-cxf Karaf feature defines the following CXF version range:

<feature version="[2.4,2.6)">cxf</feature>

which is correct.

Unfortunately the camel-cxf bundle import statement doesn't define explicitly 
the CXF version range. The Felix maven-bundle-plugin determines the version 
range with the CXF version used and so define it to [2.4,2.5).

1/ it's not correct as it doesn't match the feature definition
2/ it means that you can't use Camel with CXF 2.5.0-SNAPSHOT

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


Reply via email to