Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 49D15200B67 for ; Mon, 1 Aug 2016 21:19:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 475C8160A6C; Mon, 1 Aug 2016 19:19:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 994F1160AA7 for ; Mon, 1 Aug 2016 21:19:21 +0200 (CEST) Received: (qmail 6514 invoked by uid 500); 1 Aug 2016 19:19:20 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 6254 invoked by uid 99); 1 Aug 2016 19:19:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2016 19:19:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 824E02C0D60 for ; Mon, 1 Aug 2016 19:19:20 +0000 (UTC) Date: Mon, 1 Aug 2016 19:19:20 +0000 (UTC) From: "Jamie goodyear (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-4642) featuresBoot order is not honored MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 01 Aug 2016 19:19:22 -0000 [ https://issues.apache.org/jira/browse/KARAF-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15402664#comment-15402664 ] Jamie goodyear commented on KARAF-4642: --------------------------------------- James, could you provide a similar patch for K4 line? > 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 > Assignee: Jamie goodyear > Priority: Critical > Fix For: 3.0.8 > > > 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)