[
https://issues.apache.org/jira/browse/KARAF-3032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet resolved KARAF-3032.
------------------------------------
Resolution: Fixed
master:
https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commit;h=099abcec923e21bd6c0d0ac0ad5da985e36c761b
3.0.x:
https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commit;h=3fea36f087b24ab5d5cf825471a8dab9c210f3cc
> 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: Guillaume Nodet
> 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)