Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 45984 invoked from network); 5 May 2010 07:04:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 07:04:08 -0000 Received: (qmail 42912 invoked by uid 500); 5 May 2010 07:04:08 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 42733 invoked by uid 500); 5 May 2010 07:04:05 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 42726 invoked by uid 99); 5 May 2010 07:04:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 07:04:05 +0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of xhhsld@gmail.com designates 209.85.221.199 as permitted sender) Received: from [209.85.221.199] (HELO mail-qy0-f199.google.com) (209.85.221.199) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 07:03:59 +0000 Received: by qyk37 with SMTP id 37so6700126qyk.22 for ; Wed, 05 May 2010 00:03:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=YGqHjSrJIJKucXP/H5Mmb5chQxoIoVxV3WxRDQi7MsM=; b=q1hG+QFhikV+dL27D2LTNEa+XeDXha2tE+da+wLndjt4tvrPN3Fj0hPuPYcH34AhUg 9qb4KBYjDx3m360xGVupuMpsvCVXj56vT+C2TO25VwQRL1m5jmqEysv6BlLEiOGVVZis /mgY+WFXL0uspchzFKB1si7fW2lOlgIAZejf4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CN+wPiotFyQaCwOFDmcyYVpoUr1fMYMORjoxteooGLj4er7qwmTI/acTHaVHwULjnP YZKfuAg5Z03AmPdKw6sk7WQtmjKGz9LFyEDgcVsKAhttdBQrP31pIo3JXaZDaGXKnSUL X3cLrgLFSpgWR5W0iiPwHbFW/savDBrfa3r5s= MIME-Version: 1.0 Received: by 10.224.96.77 with SMTP id g13mr6215926qan.105.1273043018126; Wed, 05 May 2010 00:03:38 -0700 (PDT) Received: by 10.229.111.135 with HTTP; Wed, 5 May 2010 00:03:37 -0700 (PDT) Date: Wed, 5 May 2010 15:03:37 +0800 Message-ID: Subject: Use slf4j api in all the xbean components and slf4j-api as the depdency ? From: Ivan To: dev@geronimo.apache.org Content-Type: multipart/alternative; boundary=00c09f8a5118e1199e0485d36c84 --00c09f8a5118e1199e0485d36c84 Content-Type: text/plain; charset=ISO-8859-1 Hi, I found that currently in xbean components, many log apis are used, slf4j, commons-logging, and log4j. I would like to use slf4j api everywhere. Also, I think that we could depend on slf4j-api directly, as not all the components need to run in OSGI environment. Thoughts ? If no objection, I would go ahead to change it. -- Ivan --00c09f8a5118e1199e0485d36c84 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,
=A0=A0 I found that currently in xbean components, many log apis are= used, slf4j, commons-logging, and log4j. I would like to use slf4j api eve= rywhere.=A0 Also, I think that we could depend on slf4j-api directly, as no= t all the components need to run in OSGI environment.
=A0=A0 Thoughts ? If no objection, I would go ahead to change it.
-- Ivan
--00c09f8a5118e1199e0485d36c84--