Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 77663 invoked from network); 11 Feb 2010 13:59:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Feb 2010 13:59:23 -0000 Received: (qmail 30055 invoked by uid 500); 11 Feb 2010 13:59:23 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 29974 invoked by uid 500); 11 Feb 2010 13:59:22 -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 29964 invoked by uid 99); 11 Feb 2010 13:59:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 13:59:22 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_PASS,STOX_REPLY_TYPE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [131.239.30.132] (HELO ntmamx2.progress.com) (131.239.30.132) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 13:59:13 +0000 Received: from ntmamx2.progress.com (127.0.0.1) by ntmamx2.progress.com (MlfMTA v3.2r9) id heg6je0171sf for ; Thu, 11 Feb 2010 08:58:59 -0500 (envelope-from ) Received: from progress.com ([172.16.3.168]) by ntmamx2.progress.com (SonicWALL 7.1.1.1995) with ESMTP; Thu, 11 Feb 2010 08:58:59 -0500 Received: from NTMAEXCAS01.bedford.progress.com (ntmaexcas01 [10.128.13.35]) by progress.com (8.13.8/8.13.8) with ESMTP id o1BDwqZv002430; Thu, 11 Feb 2010 08:58:52 -0500 (EST) Received: from sberyoz (10.5.2.31) by NTMAEXCAS01.bedford.progress.com (10.128.13.37) with Microsoft SMTP Server (TLS) id 8.2.213.0; Thu, 11 Feb 2010 08:58:51 -0500 Message-ID: <0cba01caab22$5710ff90$1f02050a@emea.progress.com> From: Sergey Beryozkin To: , References: <19e0530f1002101240t223dd0b3p247e62248efac154@mail.gmail.com> <19e0530f1002101250m241774ebmb46430ed15132713@mail.gmail.com> <4B73DF00.6060507@gmail.com> Subject: Re: Apache Licensed JAX-RS Spec API JAR Date: Thu, 11 Feb 2010 13:58:49 +0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3598 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Mlf-Version: 7.1.1.1995 X-Mlf-UniqueId: o201002111358590417513 Hi Eoghan, the resulting artifact has an OSGI Locator embedded. This may not be that bad in itself, but it includes some extra bits which non-OSGI consumers won't need and as briefly discussed on the Jersey list, it will 'force' all OSGI users which will depend on it to rely on a specific solution (which is good but it is a specific one nonetheless) to do with the use of the OsgiLocator... cheers, Sergey Have you considered just using the ServiceMix versions of the JSR-311 spec? Code here: http://svn.apache.org/repos/asf/servicemix/smx4/specs/trunk/jsr311-api-1.0/ http://svn.apache.org/repos/asf/servicemix/smx4/specs/trunk/jsr311-api-1.1/ Artefacts here: http://repo2.maven.org/maven2/org/apache/servicemix/specs/org.apache.servicemix.specs.jsr311-api-1.0/ http://repo2.maven.org/maven2/org/apache/servicemix/specs/org.apache.servicemix.specs.jsr311-api-1.1/ These are Apache licensed. Cheers, Eoghan On 11 February 2010 10:42, Rick McGuire wrote: > On 2/10/2010 4:07 PM, Bryant Luk wrote: > >> Hi, >> >> We (some followers to Wink dev mailing list) were wondering if the CXF >> dev community would be interested in helping to contribute/consume a >> JAX-RS 1.0/1.1 API JAR for Geronimo's spec jars that were Apache >> licensed. I couldn't find an Apache licensed version of the JSR-311 >> spec. I see other communities that have implemented JSR specs are >> using Apache licensed of their specs. I don't know the exact >> procedure to contribute a spec api jar to Geronimo, but I don't think >> this would take too much effort considering that most of the JAX-RS >> spec is annotation/interface based with very few actual classes. >> >> > > Creating a JAX-RS spec jar is definitely in our plans, but it just hasn't > happened yet because we haven't started looking at integrating this support > yet. We even have a Jira open for this particular task: > > http://issues.apache.org/jira/browse/GERONIMO-5095 > > If you'd like to contribute code for this, the easiest way would be to > attach a patch to that Jira issue. > > Rick > > > On Wed, Feb 10, 2010 at 2:50 PM, Davanum Srinivas >> wrote: >> >> >>> Got it. i mis-remembered seeing a jax-rs api jar from geronimo. Looks >>> like CXF uses the CDDL jar as well. May be we should ping them to see >>> if they would be interested. >>> >>> +1 from me. >>> >>> -- dims >>> >>> On Wed, Feb 10, 2010 at 3:44 PM, Nicholas L Gallardo >>> wrote: >>> >>> >>>> +1 from me Bryant. >>>> >>>> There isn't a JSR spec for JAX-RS available in Geronimo as of yet. I >>>> don't know where they've come from in the past, but I'm assuming they've >>>> been contributed by the relevant technical teams/communities. >>>> >>>> The API jar currently in the maven repo is CDDL licensed. >>>> >>>> -Nick >>>> >>>> >>>> >>>> Davanum Srinivas ---02/10/2010 02:40:56 PM---Why can't we use the JSR >>>> spec from geronimo? :) >>>> >>>> Davanum Srinivas >>>> >>>> 02/10/2010 02:40 PM >>>> >>>> Please respond to >>>> wink-dev@incubator.apache.org >>>> >>>> To >>>> wink-dev@incubator.apache.org >>>> cc >>>> >>>> Subject >>>> Re: Apache Licensed JAX-RS Spec API JAR >>>> Why can't we use the JSR spec from geronimo? :) >>>> >>>> -- dims >>>> >>>> On Wed, Feb 10, 2010 at 3:32 PM, Bryant Luk >>>> wrote: >>>> >>>> >>>>> Hi, >>>>> >>>>> I see that several Apache projects based on JSR specs have geronimo >>>>> (Apache licensed) versions of the spec. Should we also consider >>>>> contributing one for JAX-RS 1.0 and 1.1? I don't see one in the Maven >>>>> repository that's Apache licensed. >>>>> >>>>> Thanks. >>>>> >>>>> >>>>> >>>> >>>> >>>> -- >>>> Davanum Srinivas :: http://davanum.wordpress.com >>>> >>>> >>>> >>> >>> >>> -- >>> Davanum Srinivas :: http://davanum.wordpress.com >>> >>> >>> >> >> > >