Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 78501 invoked from network); 31 Jan 2011 14:11:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Jan 2011 14:11:29 -0000 Received: (qmail 76227 invoked by uid 500); 31 Jan 2011 14:11:29 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 75856 invoked by uid 500); 31 Jan 2011 14:11:26 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 75832 invoked by uid 99); 31 Jan 2011 14:11:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jan 2011 14:11:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hzbarcea@gmail.com designates 209.85.213.173 as permitted sender) Received: from [209.85.213.173] (HELO mail-yx0-f173.google.com) (209.85.213.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jan 2011 14:11:18 +0000 Received: by yxl31 with SMTP id 31so2400050yxl.32 for ; Mon, 31 Jan 2011 06:10:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to :x-mailer; bh=JiDzm9QOJcDS+vqwSWRcRvjiGTlCRjB2kegS459ngVg=; b=dafAQqgRh3v1tgMnhN80ehJ1lSNHjUWf+xDNuYzkcwNVczs0OT+8Sylu24lPNr+a9a /d/X9HhdJ8n0OQ28JFnoSPkfv0BDO9mSXAajuyezuuXhHf1Z9xS65l470OqOUPTlk62D Q4gFPiXz7KY/qM4n3wfdYLTNkxBTtuwTqO0F8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=ff7vTogwJ8Tb9YDgpRbzbSzzzB5iHKii3JeHIdYp9mbQTwlYlCgrwibd0z50F1WuZU M3myTuTxVISa+kLhESeiNKtLuoAH7w8ZHtUoZUBj3v/viIaEBzOD803n3LfV31tlDa5R 21aLSEhmQY3sS9d/z5tSTWtRBOf5pOQOamCV4= Received: by 10.100.92.14 with SMTP id p14mr3952851anb.58.1296483057270; Mon, 31 Jan 2011 06:10:57 -0800 (PST) Received: from [10.40.58.200] (cpe-075-182-108-220.nc.res.rr.com [75.182.108.220]) by mx.google.com with ESMTPS id t1sm25949961ano.3.2011.01.31.06.10.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 31 Jan 2011 06:10:56 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1082) Subject: Re: [HEADS UP] - Migrating of slf4j in progress - please dont do major commits From: Hadrian Zbarcea In-Reply-To: Date: Mon, 31 Jan 2011 09:10:53 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: dev@camel.apache.org X-Mailer: Apple Mail (2.1082) X-Virus-Checked: Checked by ClamAV on apache.org Claus, if you do it incrementally, and commit only one major component = at a time (the small ones could go together) it will be less painful for = you and others. Many thanks for the heads up. Hadrian On Jan 31, 2011, at 7:51 AM, Claus Ibsen wrote: > Hi >=20 > I am migrating from commons-logging to slf4j which means alot of files > will be touched by switching the logger. > = https://issues.apache.org/jira/browse/CAMEL-3605?focusedCommentId=3D129887= 46#comment-12988746 >=20 > There is a migrating tool to do this, so that part is easy > http://www.slf4j.org/migrator.html >=20 > However a few components need to have adjusted pom.xml file and a few > other changes. >=20 > I have currently migrated what's minimum required, which is > camel-core, camel-spring, camel-blueprint and some components which > was dependent on stuff from camel-core which have changed slightly. >=20 > I am currently running full unit test to ensure all code compiles and > tests successfully before committing any changes. >=20 > Any regular or small commits is okay to commit to Apache trunk. >=20 > But if you do a lot of refactoring then could you wait a bit, until > the slf4j migrating has been completed. > Its just easier as I will have to do multiple commits to get it fully = migrated. >=20 >=20 >=20 >=20 >=20 > --=20 > Claus Ibsen > ----------------- > FuseSource > Email: cibsen@fusesource.com > Web: http://fusesource.com > Twitter: davsclaus > Blog: http://davsclaus.blogspot.com/ > Author of Camel in Action: http://www.manning.com/ibsen/