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 BAFC7200BA0 for ; Tue, 6 Sep 2016 07:10:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B9867160ACC; Tue, 6 Sep 2016 05:10: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 3BA5E160AD0 for ; Tue, 6 Sep 2016 07:10:22 +0200 (CEST) Received: (qmail 4423 invoked by uid 500); 6 Sep 2016 05:10:21 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 3810 invoked by uid 99); 6 Sep 2016 05:10:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Sep 2016 05:10:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9836F2C1B88 for ; Tue, 6 Sep 2016 05:10:20 +0000 (UTC) Date: Tue, 6 Sep 2016 05:10:20 +0000 (UTC) From: "Pierre De Rop (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FELIX-5339) Enhance the diagnostics API to retrieve missing custom dependecies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 06 Sep 2016 05:10:22 -0000 [ https://issues.apache.org/jira/browse/FELIX-5339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15466437#comment-15466437 ] Pierre De Rop commented on FELIX-5339: -------------------------------------- oops, sorry, the patch is not correct. I will fix it a bit later. > Enhance the diagnostics API to retrieve missing custom dependecies > ------------------------------------------------------------------ > > Key: FELIX-5339 > URL: https://issues.apache.org/jira/browse/FELIX-5339 > Project: Felix > Issue Type: New Feature > Components: Dependency Manager, Dependency Manager Shell > Reporter: Raluca Grigoras > Assignee: Pierre De Rop > Priority: Minor > Attachments: FELIX-5339.patch > > > The 'dm wtf' command only displays the missing 'out of the box' dependencies (service, resource, bundle, configuration). There are cases however, when the missing dependency is a custom dependency. In this case, the missing dependency is not displayed by the command, even if there are unregistered components due to this. It may be useful to enhance the diagnostics API to retrieve all missing custom dependencies and to use this in the 'dm wtf' command. -- This message was sent by Atlassian JIRA (v6.3.4#6332)