You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2015/05/22 08:08:17 UTC

[jira] [Updated] (KARAF-3454) Support name/version in feature condition

     [ 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: 3.0.4)
                   3.0.5

> 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.3, 3.0.5
>
>
> 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)