Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-4276

camel-cxf OSGi bundle uses an incorrect CXF version range

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.7.3, 2.8.0
    • 2.7.4, 2.8.1, 2.9.0
    • camel-cxf
    • None

    Description

      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

      Attachments

        Activity

          People

            jbonofre Jean-Baptiste Onofré
            jbonofre Jean-Baptiste Onofré
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: