Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 80419180D6 for ; Fri, 27 Nov 2015 09:42:11 +0000 (UTC) Received: (qmail 11665 invoked by uid 500); 27 Nov 2015 09:42:11 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 11603 invoked by uid 500); 27 Nov 2015 09:42:11 -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 11555 invoked by uid 99); 27 Nov 2015 09:42:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Nov 2015 09:42:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F22352C1F58 for ; Fri, 27 Nov 2015 09:42:10 +0000 (UTC) Date: Fri, 27 Nov 2015 09:42:10 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (KARAF-4134) karaf-maven-plugin mixes up prerequisities MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-4134?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofr=C3=A9 updated KARAF-4134: ---------------------------------------- Fix Version/s: 4.0.4 > karaf-maven-plugin mixes up prerequisities > ------------------------------------------ > > Key: KARAF-4134 > URL: https://issues.apache.org/jira/browse/KARAF-4134 > Project: Karaf > Issue Type: Bug > Components: karaf-profile > Affects Versions: 4.0.3 > Reporter: Toni Fadjukoff > Assignee: Jean-Baptiste Onofr=C3=A9 > Priority: Minor > Fix For: 4.0.4 > > > When karaf-assembly packaging is used with such a configuration that mult= iple prerequisities gets pulled, the ordering will be mixed up. > Problem is that profile/src/main/java/org/apache/karaf/profile/assembly/B= uilder.java sorts the parts incorrectly using TreeSet in reformatClauses(). > For example, if first this was generated from plugin configuraion (aries-= blueprint, deployer, wrap), camel-core, camel-blueprint, it will be after r= eformatClauses (aries-blueprint, camel-core, camel-blueprint, deployer, wra= p) > Note: the example is not complete as wrap and blueprint dependencies will= only be pulled if such bundles are used too. > Relevant issues where this was first implemented are KARAF-2988 and KARAF= -3574. -- This message was sent by Atlassian JIRA (v6.3.4#6332)