JDO 3.0 dependency on JPA

2011-10-12 Thread Matthew Adams
Hi all, As a result of my request that SpringSource put JDO 3.0 into their Enterprise Bundle Repository, a convenient repo of OSGi-compliant bundles of otherwise non-OSGi-compliant jars (https://issuetracker.springsource.com/browse/EBR-773), SpringSource has done so. The JDO 3.0 bundle can be

Re: JDO 3.0 dependency on JPA

2011-10-12 Thread Andy Jefferson
I suggest changing the JDO-684 patch to specify javax.persistence;version=[1.0.0,3.0.0) Maybe Thoughts? When are the JPA2 EG going to make the effort to actually provide a javax.persistence persistence-api 2.0 ? i.e official. Providing the API part of the JCP process any more? People

Re: JDO 3.0 dependency on JPA

2011-10-12 Thread Matthew Adams
Well, the one I've used is this, which is in Maven central: dependency groupIdorg.eclipse.persistence/groupId artifactIdjavax.persistence/artifactId version2.0.0/version /dependency EclipseLink is the RI for JPA 2.0, so it's the closest I think I we can get to official. AFAIK, there