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 2014/06/12 10:53:02 UTC

[jira] [Updated] (KARAF-3032) Multi-stage boot features function does not support over 3 stages.

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

Jean-Baptiste Onofré updated KARAF-3032:
----------------------------------------

    Fix Version/s: 3.0.2
                   4.0.0

> Multi-stage boot features function does not support over 3 stages.
> ------------------------------------------------------------------
>
>                 Key: KARAF-3032
>                 URL: https://issues.apache.org/jira/browse/KARAF-3032
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-feature
>    Affects Versions: 3.0.0, 3.0.1
>            Reporter: Rick.Todo
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 4.0.0, 3.0.2
>
>
> KARAF-608 Allow for multi-stage boot features installation
> was already fixed and multi-stage boot is supported now.
> But It only support 2 stage at most:
> BootFeaturesInstaller#parseBootFeatures
> will parse some format such as "(obr,war),activemq,cxf,camel," and create stages.
> But it seems that regular expression should be "(\\((.+?))\\),|.+" instead of "(\\((.+))\\),|.+".



--
This message was sent by Atlassian JIRA
(v6.2#6252)