Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 83212 invoked from network); 16 Feb 2008 21:20:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Feb 2008 21:20:40 -0000 Received: (qmail 40838 invoked by uid 500); 16 Feb 2008 21:20:34 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 40545 invoked by uid 500); 16 Feb 2008 21:20:33 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 40536 invoked by uid 99); 16 Feb 2008 21:20:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Feb 2008 13:20:33 -0800 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.30] (HELO smtp4-g19.free.fr) (212.27.42.30) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Feb 2008 21:20:00 +0000 Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id D5FEF3EA0D5 for ; Sat, 16 Feb 2008 22:20:07 +0100 (CET) Received: from [192.168.1.101] (did75-15-88-160-185-18.fbx.proxad.net [88.160.185.18]) by smtp4-g19.free.fr (Postfix) with ESMTP id 980363EA0CC for ; Sat, 16 Feb 2008 22:20:07 +0100 (CET) Message-ID: <47B75387.8020504@apache.org> Date: Sat, 16 Feb 2008 22:20:07 +0100 From: Emmanuel Bourg User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: Re: svn commit: r628082 - in /commons/proper/configuration/branches/configuration2_experimental: ./ src/main/java/org/apache/commons/configuration2/ src/main/java/org/apache/commons/configuration2/beanutils/ src/main/java/org/apache/commons/configuration2/... References: <20080215151241.2B96F1A9832@eris.apache.org> <47B74D2C.1020109@oliver-heger.de> In-Reply-To: <47B74D2C.1020109@oliver-heger.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Sorry if it looks like a bold move, I thought this was a no brainer with the Java 5 move. We are not imposing a logging framework since it's possible to redirect the logs to another library, and we remove another dependency. I have other changes in mind that have deeper consequences on the code, be assured that I will discuss them before committing anything. Emmanuel Bourg Oliver Heger a écrit : > I can't remember that there was a consensus to switching to > java.util.logging. > > I would really prefer if you could discus such changes first before > committing. Especially because your contributions had not been on a > regular basis in the past. > > Oliver > > ebourg@apache.org schrieb: >> Author: ebourg >> Date: Fri Feb 15 07:12:37 2008 >> New Revision: 628082 >> >> URL: http://svn.apache.org/viewvc?rev=628082&view=rev >> Log: >> Removed the direct dependency on Commons Logging, the >> java.util.logging API is used instead >> >> Modified: >> >> commons/proper/configuration/branches/configuration2_experimental/build.xml >> >> >> commons/proper/configuration/branches/configuration2_experimental/gump.xml >> >> >> commons/proper/configuration/branches/configuration2_experimental/pom.xml >> >> commons/proper/configuration/branches/configuration2_experimental/project.xml >> >> >> commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/AbstractConfiguration.java >> >> >> commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/AbstractFileConfiguration.java >> >> >> commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/ConfigurationFactory.java >> >> >> commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/ConfigurationUtils.java >> >> >> commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/DatabaseConfiguration.java >> >> >> commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/DefaultConfigurationBuilder.java >> >> >> commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/JNDIConfiguration.java >> >> >> commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/XMLConfiguration.java >> >> >> commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/beanutils/ConfigurationDynaBean.java >> >> >> commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/beanutils/ConfigurationDynaClass.java >> >> >> commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/interpol/ConstantLookup.java >> >> >> commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/plist/PropertyListConfiguration.java >> >> >> commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/reloading/ManagedReloadingStrategy.java >> >> >> commons/proper/configuration/branches/configuration2_experimental/src/test-cactus/org/apache/commons/configuration/TestConfigurationFactoryWithJNDI.java >> >> >> commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/TestAbstractConfiguration.java >> >> >> commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/test/HsqlDB.java >> >> >> commons/proper/configuration/branches/configuration2_experimental/xdocs/changes.xml >> >> >> commons/proper/configuration/branches/configuration2_experimental/xdocs/dependencies.xml >> >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org