[
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: (was: 3.0.2)
3.0.3
> 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.3
>
>
> 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.3.4#6332)