You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Xilai Dai (JIRA)" <ji...@apache.org> on 2016/11/02 01:48:59 UTC

[jira] [Created] (CAMEL-10433) The camel-jetty, camel-jetty9 feature should explicitly define the expected feature version range for jetty

Xilai Dai created CAMEL-10433:
---------------------------------

             Summary: The camel-jetty, camel-jetty9 feature should explicitly define the expected feature version range for jetty
                 Key: CAMEL-10433
                 URL: https://issues.apache.org/jira/browse/CAMEL-10433
             Project: Camel
          Issue Type: Bug
          Components: karaf
    Affects Versions: 2.17.3, 2.16.3
         Environment: Java 8
            Reporter: Xilai Dai
            Priority: Minor


There is no version range restriction of jetty feature in the camel-jetty and camel-jetty9 feature definition.
{code}
    <feature>jetty</feature>
{code}

For camel-jetty9 feature, it maybe should add version range like this:
{code}
    <feature version='[9,10)'>jetty</feature>
{code}

For camel-jetty feature, it maybe should add version range like this:
{code}
    <feature version='[8,9)'>jetty</feature>
{code}

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)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)