Jean-Baptiste Onofré created KARAF-3454:
-------------------------------------------
Summary: Support name/version in feature condition
Key: KARAF-3454
URL: https://issues.apache.org/jira/browse/KARAF-3454
Project: Karaf
Issue Type: Improvement
Components: karaf-feature
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
Fix For: 2.4.2
Currently, it's possible to define a feature condition like:
{code}
<conditional>
<condition>spring</condition>
<bundle>...</bundle>
</conditional>
{code}
It's only based on the feature name.
In addition, it would be great to support feature version, and feature version
range, like:
{code}
<conditional>
<condition>spring/[3,4)</condition>
<bundle>...</bundle>
</conditional>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)