[ https://issues.apache.org/jira/browse/CAMEL-10433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Christian Schneider reassigned CAMEL-10433: ------------------------------------------- Assignee: Christian Schneider > 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.16.3, 2.17.3 > Environment: Java 8 > Reporter: Xilai Dai > Assignee: Christian Schneider > 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)