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

The camel-jetty, camel-jetty9 feature should explicitly define the expected feature version range for jetty

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.16.3, 2.17.3
    • 2.16.5, 2.17.4
    • karaf
    • None
    • Java 8

    • Unknown

    Description

      There is no version range restriction of jetty feature in the camel-jetty and camel-jetty9 feature definition.

          <feature>jetty</feature>
      

      For camel-jetty9 feature, it maybe should add version range like this:

          <feature version='[9,10)'>jetty</feature>
      

      For camel-jetty feature, it maybe should add version range like this:

          <feature version='[8,9)'>jetty</feature>
      

      Because from karaf 4.x there are both jetty 8 and jetty 9 feature existing. Making this changes will avoid install the wrong version jetty bundles when install camel-jetty (or camel-jetty8 of Camel 2.17.x)

      Attachments

        Activity

          People

            cschneider Christian Schneider
            xldai Xilai Dai
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: