You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by "Craig Russell (JIRA)" <ji...@apache.org> on 2009/11/17 01:09:39 UTC

[jira] Commented: (JDO-649) Upgrade "persistence-api.jar" for use with TCK to be JPA2 since DataNucleus 2.x uses that now

    [ https://issues.apache.org/jira/browse/JDO-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12778662#action_12778662 ] 

Craig Russell commented on JDO-649:
-----------------------------------

This could use just a bit more discussion, since this means that JDO 2.3 *will depend* on JPA 2.

The timing is probably right, but let's discuss this new dependency.

> Upgrade "persistence-api.jar" for use with TCK to be JPA2 since DataNucleus 2.x uses that now
> ---------------------------------------------------------------------------------------------
>
>                 Key: JDO-649
>                 URL: https://issues.apache.org/jira/browse/JDO-649
>             Project: JDO
>          Issue Type: Task
>          Components: tck2
>            Reporter: Andy Jefferson
>            Assignee: Andy Jefferson
>             Fix For: JDO 2 maintenance release 3
>
>
> DataNucleus builds against JPA2 specification now so need to upgrade the "geronimo-specs" dependency. Was previously
> <dependency>
>     <groupId>org.apache.geronimo.specs</groupId>
>     <artifactId>geronimo-jpa_3.0_spec</artifactId>
>     <version>1.0</version>
> </dependency>
> and should be
> <dependency>
>     <groupId>org.apache.geronimo.specs</groupId>
>     <artifactId>geronimo-jpa_2.0_spec</artifactId>
>     <version>1.0-PFD2</version>
> </dependency>
> No idea why geronimo specs thinks JPA1 is "JPA 3.0" but anyway ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.