Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8C92697DA for ; Tue, 24 Apr 2012 14:15:39 +0000 (UTC) Received: (qmail 633 invoked by uid 500); 24 Apr 2012 14:15:39 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 485 invoked by uid 500); 24 Apr 2012 14:15:36 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 99961 invoked by uid 99); 24 Apr 2012 14:15:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2012 14:15:31 +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 jukka.zitting@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-wi0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2012 14:15:25 +0000 Received: by wibhj6 with SMTP id hj6so3973873wib.1 for ; Tue, 24 Apr 2012 07:15:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=qsCWP3SiEI5VjUWOL02eYFtqr154z8A9O+cnk2TgwrM=; b=No8Mihxni7ueRZavan/mlpSVN+zKQeUW16fEI2CLa/e4UxL0TxTeRQSd15vDeOXk/x XNhahShGF9cmVROYxCmq97HSxRa9Mkr0kL+LIYi9l1k9nb71s6DQ5t3oPfENKSs8Z40z tmkE7/buC6TjoZas3D4HCnfCt00uvuEeb3pZEucKNanc9cs8JjNTIafhbhtPVIPnVYaN 9WhJAsL8KJswerEId1bbiRtwsbeYnPH1o5gdeaaBSpYf3/H9Ruhb8JzNX5Me5a+AxTWV tNsFWwTY+ipLkNaaFJDw2/wwUNWMMc4zTx1auBxGEL8qygMiZZoN1QOF89fydRI84+89 VrpQ== Received: by 10.180.93.196 with SMTP id cw4mr31687406wib.19.1335276903964; Tue, 24 Apr 2012 07:15:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.180.146.133 with HTTP; Tue, 24 Apr 2012 07:14:43 -0700 (PDT) In-Reply-To: References: From: Jukka Zitting Date: Tue, 24 Apr 2012 16:14:43 +0200 Message-ID: Subject: Re: logging To: oak-dev@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Tue, Apr 24, 2012 at 2:54 PM, Alex Parvulescu wrote: > =A0- as far as I see the jcl-over-slf4j is unused, so it can be dropped f= rom > oak-core and oak-jcr. jcl-over-slf4j maps the Commons Logging interfaces to SLF4J. IIRC at least some of our dependencies needed Commons Logging, which is why jcl-over-slf4j was needed. See also my note in OAK-71 about oak-run where the logging implementation is needed also outside the context of test cases. BR, Jukka Zitting