You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Lars Heinemann (JIRA)" <ji...@apache.org> on 2011/01/14 13:15:45 UTC

[jira] Commented: (KARAF-388) allow specifying a version for a boot feature in etc/org.apache.karaf.features.cfg

    [ https://issues.apache.org/jira/browse/KARAF-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12981734#action_12981734 ] 

Lars Heinemann commented on KARAF-388:
--------------------------------------

This patch allows to specify the version of a boot feature like this:

{code}
<featureName>;version=<featureVersion>

Example:

featuresBoot=config,ssh,management,webconsole;version=2.1.99-SNAPSHOT
{code}

> allow specifying a version for a boot feature in etc/org.apache.karaf.features.cfg
> ----------------------------------------------------------------------------------
>
>                 Key: KARAF-388
>                 URL: https://issues.apache.org/jira/browse/KARAF-388
>             Project: Karaf
>          Issue Type: Improvement
>          Components: runtime
>    Affects Versions: 2.1.2
>            Reporter: Lars Heinemann
>             Fix For: 2.1.3
>
>         Attachments: karaf-features.patch
>
>
> It would be a nice feature to have the possibility to specify versions of a boot feature when you got several versions of a feature in your installation. Actually always the latest one will be installed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.