[ 
https://issues.apache.org/jira/browse/KARAF-3454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré updated KARAF-3454:
----------------------------------------
    Fix Version/s:     (was: 2.4.2)
                   2.4.3

> 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: 3.0.4, 2.4.3
>
>
> 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)

Reply via email to