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 2020/10/09 03:47:00 UTC

[jira] [Assigned] (KARAF-4518) Feature resolver considers bundle start-level but not feature start-level

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

Jean-Baptiste Onofré reassigned KARAF-4518:
-------------------------------------------

    Assignee:     (was: Jean-Baptiste Onofré)

> Feature resolver considers bundle start-level but not feature start-level
> -------------------------------------------------------------------------
>
>                 Key: KARAF-4518
>                 URL: https://issues.apache.org/jira/browse/KARAF-4518
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 4.0.1
>            Reporter: Jean-Baptiste Onofré
>            Priority: Major
>
> When deploying the following feature:
> {code}
> <feature name="my" version="1.0">
>   <bundle start-level="25">...</bundle>
> </feature>
> {code}
> Then, the bundle is actually started with start-level 25 as expected.
> However, if we deploy the following feature:
> {code}
> <feature name="my" version="1.0" start-level="25">
>   <bundle>...</bundle>
> </feature>
> {code}
> The {{start-level}} attribute is ignored and the bundle starts with the default Karaf start level (80).
> The features resolver should first check if {{start-level}} is defined at feature level before using the default Karaf start level.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)