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 A8108200AF7 for ; Mon, 30 May 2016 13:50:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A5A2E160A3E; Mon, 30 May 2016 11:50:14 +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 01EC9160A16 for ; Mon, 30 May 2016 13:50:13 +0200 (CEST) Received: (qmail 74136 invoked by uid 500); 30 May 2016 11:50:13 -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 74019 invoked by uid 99); 30 May 2016 11:50:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 May 2016 11:50:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EAE7A2C1F61 for ; Mon, 30 May 2016 11:50:12 +0000 (UTC) Date: Mon, 30 May 2016 11:50:12 +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-4322) feature:repo-remove / cluster:feature-repo-remove -u flag has no effect MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 30 May 2016 11:50:14 -0000 [ https://issues.apache.org/jira/browse/KARAF-4322?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofr=C3=A9 updated KARAF-4322: ---------------------------------------- Component/s: karaf-feature > feature:repo-remove / cluster:feature-repo-remove -u flag has no effect > ----------------------------------------------------------------------- > > Key: KARAF-4322 > URL: https://issues.apache.org/jira/browse/KARAF-4322 > Project: Karaf > Issue Type: Bug > Components: cellar-features, karaf-feature > Affects Versions: cellar-4.0.0, 4.0.5 > Reporter: Roland Hauser > Assignee: Jean-Baptiste Onofr=C3=A9 > Fix For: 4.1.0, cellar-4.0.1, 4.0.6 > > > When I remove a feature repository from the default cluster group with co= mmand {{cluster:feature-repo-remove -u default com.some.feature.repo}}, the= feature repository is removed from the default group as expected (the repo= sitory is not listed in the console output of {{cluster:feature-repo-list d= efault}} anymore). The problem is, that no feature derived from the removed= repository is being uninstalled, but the -u flag should trigger that behav= iour. > {code} > man cluster:feature-repo-remove > ... > -u, --uninstall-all > Uninstall all features contained in the features repositories > {code} > Note: I tested the same process with the local feature: commands and it s= eems that the local -u flag with the feature:repo-remove command does not w= ork as well. -- This message was sent by Atlassian JIRA (v6.3.4#6332)