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 7CE6CF42C for ; Wed, 10 Apr 2013 14:27:25 +0000 (UTC) Received: (qmail 34780 invoked by uid 500); 10 Apr 2013 14:27:25 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 34653 invoked by uid 500); 10 Apr 2013 14:27:24 -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 34644 invoked by uid 99); 10 Apr 2013 14:27:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 14:27:24 +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; Wed, 10 Apr 2013 14:27:19 +0000 Received: by server.dankulp.com (Postfix, from userid 5000) id 4D45B18017B; Wed, 10 Apr 2013 10:26:58 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on server.dankulp.com X-Spam-Level: X-Msg-File: /tmp/mailfilter-dev@cxf.apache.org.AxrZOzdvjp Received: from macbook.house.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 88428180032 for ; Wed, 10 Apr 2013 10:26:56 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: svn commit: r1466355 - /cxf/trunk/osgi/karaf/features/src/main/resources/features.xml From: Daniel Kulp In-Reply-To: <20130410071620.08A8E2388994@eris.apache.org> Date: Wed, 10 Apr 2013 10:26:55 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <9ADF93F7-45EB-435A-815C-E5A589E05AFC@apache.org> References: <20130410071620.08A8E2388994@eris.apache.org> To: dev@cxf.apache.org X-Mailer: Apple Mail (2.1503) X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham version=3.3.2 While looking into this a few days ago, I was actually wondering if the = saaj-api bundle should be added to Karaf's lib/endorsed to match the = other *-api jars. That should allow possible use of the in-jdk SAAJ = implementation I think. Something to think about. Dan On Apr 10, 2013, at 3:16 AM, ffang@apache.org wrote: > Author: ffang > Date: Wed Apr 10 07:16:19 2013 > New Revision: 1466355 >=20 > URL: http://svn.apache.org/r1466355 > Log: > [CXF-4957]remove dependency=3Dtrue for saaj-api/jsr339-api specs = bundle >=20 > Modified: > cxf/trunk/osgi/karaf/features/src/main/resources/features.xml >=20 > Modified: = cxf/trunk/osgi/karaf/features/src/main/resources/features.xml > URL: = http://svn.apache.org/viewvc/cxf/trunk/osgi/karaf/features/src/main/resour= ces/features.xml?rev=3D1466355&r1=3D1466354&r2=3D1466355&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/osgi/karaf/features/src/main/resources/features.xml = (original) > +++ cxf/trunk/osgi/karaf/features/src/main/resources/features.xml Wed = Apr 10 07:16:19 2013 > @@ -25,8 +25,8 @@ > mvn:org.apache.servicemix.specs/org.apache.servicemix.= specs.stax-api-1.0/${cxf.servicemix.specs.version} > mvn:org.apache.servicemix.specs/org.apache.servicemix.= specs.jaxb-api-2.2/${cxf.servicemix.specs.version} > mvn:org.apache.servicemix.specs/org.apache.servicemix.= specs.jaxws-api-2.2/${cxf.servicemix.specs.version} > - mvn:org.apache.servicemix.specs/org.apache.servicemix.= specs.saaj-api-1.3/${cxf.servicemix.specs.version} > - mvn:org.apache.servicemix.specs/org.apache.servicemix.= specs.jsr339-api-m10/${cxf.servicemix.specs.version} > + mvn:org.apache.servicemix.specs/org.apache.servicemix.s= pecs.saaj-api-1.3/${cxf.servicemix.specs.version} > + mvn:org.apache.servicemix.specs/org.apache.servicemix.s= pecs.jsr339-api-m10/${cxf.servicemix.specs.version} > mvn:javax.mail/mail/${cxf.javax.mail.version}= >=20 > mvn:org.codehaus.woodstox/stax2-api/${cxf.woodstox.stax= 2-api.version} >=20 >=20 --=20 Daniel Kulp dkulp@apache.org - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com