You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Rick.Todo (JIRA)" <ji...@apache.org> on 2014/06/12 10:47:01 UTC

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

Rick.Todo created KARAF-3032:
--------------------------------

             Summary: 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.1, 3.0.0
            Reporter: Rick.Todo
            Priority: Minor


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)