Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 958D84E3A for ; Fri, 8 Jul 2011 00:05:33 +0000 (UTC) Received: (qmail 84369 invoked by uid 500); 8 Jul 2011 00:05:33 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 84261 invoked by uid 500); 8 Jul 2011 00:05:32 -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 84253 invoked by uid 99); 8 Jul 2011 00:05:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2011 00:05:32 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.85.173.253] (HELO server.dankulp.com) (64.85.173.253) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jul 2011 00:05:26 +0000 Received: by server.dankulp.com (Postfix, from userid 5000) id A358F183BC6; Thu, 7 Jul 2011 20:05:05 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on server.dankulp.com X-Spam-Level: X-Msg-File: /tmp/mailfilter-dev@camel.apache.org.NMk2idn3GF Received: from dilbert.dankulp.com (c-24-91-72-253.hsd1.ma.comcast.net [24.91.72.253]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.dankulp.com (Postfix) with ESMTPSA id 9F096183BC1; Thu, 7 Jul 2011 20:05:04 -0400 (EDT) From: Daniel Kulp To: dev@camel.apache.org Cc: Jon Anstey Subject: Re: svn commit: r1143925 - /camel/trunk/platforms/karaf/features/src/main/resources/features.xml Date: Thu, 07 Jul 2011 20:05:03 -0400 Message-ID: <3801096.b6FuSg25qQ@dilbert.dankulp.com> User-Agent: KMail/4.6.0 (Linux/2.6.39; KDE/4.6.4; x86_64; ; ) In-Reply-To: References: <20110707171114.AECA223889B1@eris.apache.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Old-Spam-Status: No, score=-102.9 required=3.0 tests=ALL_TRUSTED,BAYES_00, SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.3.1 On Thursday, July 07, 2011 7:49:44 PM Jon Anstey wrote: > I wonder should we use such a wide version range for CXF? Like I'm sure > there will be some incompatibility introduced that will require the > camel-cxf component to be upgraded. Maybe [2.3,2.4) would be better as > compatibility is more likely over patch releases. Well, I'm primarily testing with 2.5-SNAPSHOT since that's what my development environment is setup for. Thus, I really needed/wanted that version in there. I could drop to [2.3,2.6) though. That said, you did bring up a good point. On trunk, I think we only support 2.4+, not 2.3. I'm pretty sure trunk doesn't work with 2.3 anymore. I need to double check that. Dan > > Cheers, > Jon > > On Thu, Jul 7, 2011 at 2:41 PM, wrote: > > Author: dkulp > > Date: Thu Jul 7 17:11:14 2011 > > New Revision: 1143925 > > > > URL: http://svn.apache.org/viewvc?rev=1143925&view=rev > > Log: > > [CAMEL-4186] Pull cxf stuff out of camel-cxf feature. Use version range > > for cxf version in feature. > > > > Modified: > > camel/trunk/platforms/karaf/features/src/main/resources/features.x > > ml > > > > Modified: > > camel/trunk/platforms/karaf/features/src/main/resources/features.xml > > URL: > > http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/features/src/ma > > in/resources/features.xml?rev=1143925&r1=1143924&r2=1143925&view=diff > > > > ======================================================================== > > ====== --- > > camel/trunk/platforms/karaf/features/src/main/resources/features.xml > > (original) > > +++ camel/trunk/platforms/karaf/features/src/main/resources/features.xml > > Thu Jul 7 17:11:14 2011 > > @@ -47,8 +47,9 @@ > > > > camel-spring > > > > > dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemi > > x.bundles.junit/${junit-bundle-version} > > > > mvn:org.apache.camel/camel-test/${pom.version} > > > > - > > - > start-level='50'> > > + > > + > > + > start-level='50'> > > > > > > > dependency="true">mvn:commons-pool/commons-pool/${commons-pool-version}< > > /bundle> > > > > > > > dependency="true">mvn:org.apache.geronimo.specs/geronimo-jms_1.1_spec/${ > > geronimo-jms-spec-version} > > > > > > > dependency="true">mvn:org.springframework/spring-jms/${spring-version} > bundle> @@ -91,8 +92,11 @@ > > > > > > > dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix. > > specs.jsr311-api-1.1/${servicemix-specs-version} > > > > > > > dependency="true">mvn:org.apache.geronimo.specs/geronimo-ws-metadata_2.0 > > _spec/${geronimo-ws-metadata-spec-version} > > > > mvn:org.apache.cxf/cxf-bundle/${cxf-version} > > > > + > > + > start-level='50'> > > > > camel-spring > > jetty > > > > + cxf > > > > mvn:org.apache.camel/camel-cxf-transport/${pom.version} > > > > mvn:org.apache.camel/camel-cxf/${pom.version} > > > > -- Daniel Kulp dkulp@apache.org http://dankulp.com/blog Talend - http://www.talend.com