You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/29 18:43:20 UTC

[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

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

ASF GitHub Bot commented on KARAF-4642:
---------------------------------------

GitHub user jwcarman opened a pull request:

    https://github.com/apache/karaf/pull/218

    KARAF-4642: featuresBoot order is not honored

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jwcarman/karaf KARAF-4642

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/karaf/pull/218.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #218
    
----
commit f72a527c48ae39b12f6a6b1821846865da3c28e2
Author: James Carman <ja...@contractor.cengage.com>
Date:   2016-07-29T18:40:57Z

    KARAF-4642: featuresBoot order is not honored

----


> featuresBoot order is not honored
> ---------------------------------
>
>                 Key: KARAF-4642
>                 URL: https://issues.apache.org/jira/browse/KARAF-4642
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-feature
>    Affects Versions: 3.0.7
>            Reporter: James Carman
>            Priority: Critical
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature package 3.0.7



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)