From open-jpa-dev-return-2039-apmail-incubator-open-jpa-dev-archive=incubator.apache.org@incubator.apache.org Fri Feb 09 17:23:06 2007 Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 26218 invoked from network); 9 Feb 2007 17:22:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2007 17:22:36 -0000 Received: (qmail 9626 invoked by uid 500); 9 Feb 2007 17:21:17 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 7716 invoked by uid 500); 9 Feb 2007 17:21:11 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 6702 invoked by uid 99); 9 Feb 2007 17:16:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2007 09:16:52 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.97.132.119] (HELO spaceymail-a2.g.dreamhost.com) (208.97.132.119) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2007 09:16:40 -0800 Received: from [192.168.15.102] (cpe-76-167-174-30.socal.res.rr.com [76.167.174.30]) by spaceymail-a2.g.dreamhost.com (Postfix) with ESMTP id 207B0106182 for ; Fri, 9 Feb 2007 09:16:19 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Dain Sundstrom Subject: Re: [VOTE] Move JPA API dependency from dev.java.net to geronimo version Date: Fri, 9 Feb 2007 09:15:55 -0800 To: open-jpa-dev@incubator.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org +1 The Geronimo API is verified using the official Jee5 signatures file. -dain On Feb 8, 2007, at 9:41 PM, Marc Prud'hommeaux wrote: > > It turns out that the JPA API we've been building against (the one > from https://maven-repository.dev.java.net/repository/ > javax.persistence/jars/persistence-api-1.0.jar) is not actually the > final version of the spec: there are some minor (and binary- > compatible) changes (some annotations don't have runtime retention, > for example), but they are enough to prevent us from passing all > the compatibility tests we need. > > The Geronimo API jar (http://mirrors.ibiblio.org/pub/mirrors/maven2/ > org/apache/geronimo/specs/geronimo-jpa_3.0_spec/geronimo- > jpa_3.0_spec-1.0.jar) is compliant, as far as I can tell. > > How do people feel about changing the dependency from persistence- > api-1.0.jar to geronimo-jpa_3.0_spec-1.0.jar? I've run through all > our tests, and they pass with the Geronimo version. This would have > the added advantage of unifying our spec jars to all be using the > Geronimo versions. > > +1 indicates that you approve of the change > -1 indicated that you disagree that the change should be made > > > > >