Return-Path: X-Original-To: apmail-aries-dev-archive@www.apache.org Delivered-To: apmail-aries-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CF365B2E3 for ; Mon, 16 Jan 2012 08:24:15 +0000 (UTC) Received: (qmail 67713 invoked by uid 500); 16 Jan 2012 08:24:14 -0000 Delivered-To: apmail-aries-dev-archive@aries.apache.org Received: (qmail 66246 invoked by uid 500); 16 Jan 2012 08:23:50 -0000 Mailing-List: contact dev-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list dev@aries.apache.org Received: (qmail 65583 invoked by uid 500); 16 Jan 2012 08:23:43 -0000 Delivered-To: apmail-incubator-aries-dev@incubator.apache.org Received: (qmail 65578 invoked by uid 99); 16 Jan 2012 08:23:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2012 08:23:41 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of david.bosschaert@gmail.com designates 209.85.210.175 as permitted sender) Received: from [209.85.210.175] (HELO mail-iy0-f175.google.com) (209.85.210.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2012 08:23:34 +0000 Received: by iabz21 with SMTP id z21so968130iab.6 for ; Mon, 16 Jan 2012 00:23:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=WxE5EXTfGdM0blQMxFv+oa+ScWbTC3XAdW8AA/YR61E=; b=AVYUSHKQEpesKuwJ8xH30Xw0cG0gwRd48/whj7JWjEh4oNR8q5AzbBJNByOAlS+ZNS N7EDvRCUMZCaXGnYRMIdPgl822YyB/natNYG+2H53uOBOuCEM4u+q6Sl7LPL8/OrOeM0 OVPEiRotBtaS7BXU6mC8zT9DCE4tQE9MUOAOk= Received: by 10.43.125.193 with SMTP id gt1mr9510667icc.57.1326702193991; Mon, 16 Jan 2012 00:23:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.20.5 with HTTP; Mon, 16 Jan 2012 00:22:51 -0800 (PST) From: David Bosschaert Date: Mon, 16 Jan 2012 08:22:51 +0000 Message-ID: Subject: Aries JNDI dependencies To: aries-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi all, I'm looking at the dependencies of the Aries jndi-bundle component, roughly they are: the javax JNDI API the OSGi JNDI API aries-util aries-proxy aries-blueprint slf4j I'm wondering about the last two: aries-blueprint and slf4j. * I *think* there is some blueprint-specific code in aries/jndi but I wonder can this dependency be made optional? * The SLF4J dependency always drags in at least 2 slf4j bundles. Would it not be better to have the logging go through the OSGi log service? If there is consensus about this I would be happy to help changing this... Cheers, David