Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-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 775D2DAB1 for ; Wed, 14 Nov 2012 10:59:57 +0000 (UTC) Received: (qmail 99648 invoked by uid 500); 14 Nov 2012 10:59:57 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 99209 invoked by uid 500); 14 Nov 2012 10:59:56 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 99164 invoked by uid 99); 14 Nov 2012 10:59:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2012 10:59:54 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of elakito@gmail.com designates 209.85.223.169 as permitted sender) Received: from [209.85.223.169] (HELO mail-ie0-f169.google.com) (209.85.223.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2012 10:59:50 +0000 Received: by mail-ie0-f169.google.com with SMTP id 10so489582ied.0 for ; Wed, 14 Nov 2012 02:59:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=bAIIpFUZVrkcBx2CbrT89e8WowtVtzmc/5tIBPY6Ovk=; b=nnKxyRvTZcqlGz2QhVn7n1/oa0KRRMJhHfmZB6jCljEf90/VKR3IAFJ9CAgO2EfpdY SfL8c7v8+nqklF/rrwQFX8m5Dz2qjibWVMXzI1qmkySoNrAo3mxNNDDcsAAlMumA6lfc iUfARUlY36/rE5BRoZofgwF/Wvxw6r8/YAFRMK+KFq8/w+IvYGz7B8Xm3vLVHdb65j8l h5kROV3JFy92uJ8ljD5GYSGSvOuSTRbKjyfGCeRo3qu0LfBt3/wmmoy3Ct2wO5grSi1j M80Zow1bcMC6uslGTfrnIkeg1VLYzuof6csPG9YZk0dA8pLx/SMoran6pmPZ0ekviT8U 2wfg== MIME-Version: 1.0 Received: by 10.50.36.194 with SMTP id s2mr1352882igj.56.1352890769288; Wed, 14 Nov 2012 02:59:29 -0800 (PST) Sender: elakito@gmail.com Received: by 10.64.76.7 with HTTP; Wed, 14 Nov 2012 02:59:28 -0800 (PST) In-Reply-To: References: <20121113112752.5B32323888EA@eris.apache.org> <51DB4D1A-E2EE-4235-8162-78F3117CA8D8@apache.org> Date: Wed, 14 Nov 2012 11:59:28 +0100 X-Google-Sender-Auth: VKL1CyRp1ToSv-6WF2mMm4njjJY Message-ID: Subject: Re: svn commit: r1408682 - /cxf/trunk/parent/pom.xml From: Aki Yoshida To: dev@cxf.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org as discussed on #cxf, I reverted the asm version to 3.x in the root pom and set the right aris and asm version combination in the test component itself locally to run the Pojosr based tests. 2012/11/13 Aki Yoshida : > Hi Dan, > Okay. In that case, we need to look for another workaround. > The reason for my change was that I wanted to use Pojosr based > blueprint tests. That mechanism generates the bundle context from the > jars on the classpath. Camel's trunk started to use Aries 1.0.0 but > hasn't updated its asm to 4.0. This is causing an issue because aries > proxy 1.0.0 uses asm's ClassVisitor which was changed from an > interface in 3.x to an abstract class in 4.0. So using aries 1.0.0 > with asm 3.x leads to ImcompatibleClassChangeError. And since > camel-cxf pulls cxf, I thought I should change cxf's aries dependency > to 1.0.0 and asm to 4.0. > > So, I don't know what the best options are. Maybe, we need separate > test-only components that use their own specific versions? > > aki > > > > > 2012/11/13 Daniel Kulp : >> >> Aki, >> >> I definitely would prefer not doing the ASM update. 4.x is not compatib= le with 3.x and including 3.x transitively will very likely start breaking = a bunch of user applications that may be using ASM. The Aries update is= relatively irrelevant as the deps are all marked provided and the version = range is output as [0.3,2). ASM isn't provided though and thus is pulled i= n transitively. >> >> Dan >> >> >> On Nov 13, 2012, at 6:27 AM, ay@apache.org wrote: >> >>> Author: ay >>> Date: Tue Nov 13 11:27:51 2012 >>> New Revision: 1408682 >>> >>> URL: http://svn.apache.org/viewvc?rev=3D1408682&view=3Drev >>> Log: >>> [CXF-5632] upgrade to aries 1.0.0 >>> >>> Modified: >>> cxf/trunk/parent/pom.xml >>> >>> Modified: cxf/trunk/parent/pom.xml >>> URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=3D140868= 2&r1=3D1408681&r2=3D1408682&view=3Ddiff >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D >>> --- cxf/trunk/parent/pom.xml (original) >>> +++ cxf/trunk/parent/pom.xml Tue Nov 13 11:27:51 2012 >>> @@ -55,10 +55,10 @@ >>> ${cxf.saaj.impl.version} >>> >>> >>> - asm >>> + org.ow2.asm >>> asm >>> - 3.3.1 >>> - 3.3.1_1 >>> + 4.0 >>> + 4.0 >>> [2.0,5) >>> >>> >>> @@ -166,7 +166,7 @@ >>> 2.5.1_1 >>> >>> >>> - 0.3.1 >>> + 1.0.0 >>> [0.3,2) >>> 4.2.0 >>> 2.2.6 >>> >>> >> >> -- >> Daniel Kulp >> dkulp@apache.org - http://dankulp.com/blog >> Talend Community Coder - http://coders.talend.com >>