Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 97622 invoked from network); 2 Jun 2009 20:48:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jun 2009 20:48:33 -0000 Received: (qmail 34173 invoked by uid 500); 2 Jun 2009 20:48:44 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 34040 invoked by uid 500); 2 Jun 2009 20:48:44 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 34030 invoked by uid 99); 2 Jun 2009 20:48:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2009 20:48:44 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [212.27.42.2] (HELO smtp2-g21.free.fr) (212.27.42.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jun 2009 20:48:35 +0000 Received: from smtp2-g21.free.fr (localhost [127.0.0.1]) by smtp2-g21.free.fr (Postfix) with ESMTP id 69E214B00D7 for ; Tue, 2 Jun 2009 22:48:09 +0200 (CEST) Received: from [192.168.0.10] (mar75-7-82-247-19-29.fbx.proxad.net [82.247.19.29]) by smtp2-g21.free.fr (Postfix) with ESMTP id 7EF304B0124 for ; Tue, 2 Jun 2009 22:48:07 +0200 (CEST) Message-ID: <4A259009.2010503@apache.org> Date: Tue, 02 Jun 2009 22:48:09 +0200 From: Emmanuel Bourg User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Commons Developers List Subject: Re: [Configuration] experimental branch uses java.util.logging? References: <4887485D-6ACE-4FB1-A124-E57224F35393@dslextreme.com> <49DF929B.3090602@oliver-heger.de> <026ED272-849C-4E68-9DD6-E4FA50E7AE5F@dslextreme.com> <6479BFD9-967C-44F2-B33E-4D623C6B19F9@dslextreme.com> <6c59d89a0904141348g180848aas2dd86d290508f9ec@mail.gmail.com> <6c59d89a0904150151j41586f34v984d50d633ac0f59@mail.gmail.com> <162C16B6-A28C-4460-982E-57D36F2B7280@dslextreme.com> In-Reply-To: <162C16B6-A28C-4460-982E-57D36F2B7280@dslextreme.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Ralph Goers a �crit : > From what I can gather from this conversation: > a) This is important to only a small group of us. > b) No one is against having CC switch back to Commons Logging. > c) Some are very much against using a facade other than Commons Logging, > for whatever reason. I did the change to java.util.logging to reduce the dependencies, and because JUL can also be used as a facade as demonstrated by Paul Smith with the log4j bridge: http://people.apache.org/~psmith/logging.apache.org/sandbox/jul-log4j-bridge/examples.html Logging is not critical to Commons Configuration (unlike an application server for example), there is no need for a sophisticated framework. As a library it shouldn't impose a dependency if it can be avoided. Emmanuel Bourg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org