You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Steven Huypens (Jira)" <ji...@apache.org> on 2021/05/25 08:17:00 UTC

[jira] [Commented] (KARAF-7163) bootFeature with leading zero in version does not get state STARTED

    [ https://issues.apache.org/jira/browse/KARAF-7163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17350902#comment-17350902 ] 

Steven Huypens commented on KARAF-7163:
---------------------------------------

As far as I understood from the code, it's the SubsystemResolver where the zero gets lost, more specifically this line :
 
{code}
wiring = resolver.resolve(context);
{code}

> bootFeature with leading zero in version does not get state STARTED
> -------------------------------------------------------------------
>
>                 Key: KARAF-7163
>                 URL: https://issues.apache.org/jira/browse/KARAF-7163
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf
>    Affects Versions: 4.2.11
>            Reporter: Steven Huypens
>            Priority: Major
>
> When using a bootFeature with a leading zero in the version number (eg. 1.01.1-SNAPSHOT), the feature gets state UNINSTALLED after starting Karaf. All my bundles are OK, it's only the state of the feature that seems wrong. When I remove the leading zero (1.1.1-SNAPSHOT), the feature gets state STARTED, as expected.



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