Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 84151 invoked from network); 8 Mar 2011 09:33:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Mar 2011 09:33:37 -0000 Received: (qmail 49596 invoked by uid 500); 8 Mar 2011 09:33:37 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 49544 invoked by uid 500); 8 Mar 2011 09:33:37 -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 49528 invoked by uid 99); 8 Mar 2011 09:33:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2011 09:33:37 +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 claus.ibsen@gmail.com designates 209.85.216.180 as permitted sender) Received: from [209.85.216.180] (HELO mail-qy0-f180.google.com) (209.85.216.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2011 09:33:31 +0000 Received: by qyk10 with SMTP id 10so4469156qyk.11 for ; Tue, 08 Mar 2011 01:33:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=qTbd9TBOiyau23gdE9snH93puVnEhgZ2k5IWWTbo39c=; b=j8wjDjnOTsggVwUAzZCDHp7WER2vjALCSjErcIM6pFhfib6RKsAdPKAmcOvMJ1DahY bvTOwiMv10wkO8jrewUoPUDC3DXy/9p+7JSuD2eZTvdKKn7dd+icYeMc79mpCooVm+uk pMBPohsMybs+bJdXH7z5wPJFlzKORQvYcNRBU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=tkHG2maNyc6PEFbp2rYGOGTK6IYLDuo6ssEzU2UZ66BZ1O7+30Aqd4FWSV5Pu9ZFtP 8rYGcEHpxHHHL6WoL5oq8jv/BdhWbATSclptjYDihd7S9yfF2cvbgMZz2d6vORQW+NCf dFF7n/tYVj1Rs96sb24GqP+5LxYCntapsty5o= Received: by 10.224.137.8 with SMTP id u8mr4188570qat.174.1299576790189; Tue, 08 Mar 2011 01:33:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.248.193 with HTTP; Tue, 8 Mar 2011 01:32:50 -0800 (PST) In-Reply-To: <49D3BEDA-D93C-4CC2-87B5-39C91A25A249@gmail.com> References: <7697AB08-E21D-4E2C-916D-22176A75AD45@gmail.com> <1CFB2663-9B21-499C-BDFA-0BAEF65D8E9A@gmail.com> <49D3BEDA-D93C-4CC2-87B5-39C91A25A249@gmail.com> From: Claus Ibsen Date: Tue, 8 Mar 2011 10:32:50 +0100 Message-ID: Subject: Re: AW: [DISCUSS] - Early Camel 2.7 release To: dev@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi I have ironed out the last minute issues - camel-servlet feature not validating using the karaf validate plugin - fixed guice example not being dependent on old spring 2.5 - fixed unit test failing occasionally on windows in camel-sip I have trashed my maven 2 repo and ran a mvn clean install -Dtest=false To have maven download the internet and see if all deps could be resolved. It ran fine. davsclaus:~/.m2/repository$ du -hd 0 490M . So we use 490 MB for Camel :) Well many of the maven plugins uses a lot of deps and some of those deps are various old versions which isn't aligned between the bundles. But with Maven we should just be grateful it works (most of the times) Over last night I gave the trunk a test on WindowsXP on my vmimage and all tests completed. Even all the OSGi tests when I fixed that camel-servlet issue. So I think we are good for cutting the release. PS: The camel servlet wiki document needs to be updated. Which I will do now. -- 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/