You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/01/10 12:46:52 UTC

[jira] [Commented] (ISIS-646) Upgrade DataNucleus to 3.3.6 (JDO 3.1), and use the convenience 'accessplatform' POMs.

    [ https://issues.apache.org/jira/browse/ISIS-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13867743#comment-13867743 ] 

ASF subversion and git services commented on ISIS-646:
------------------------------------------------------

Commit 239182f83fee1fa8266b700683940cd55b9bbd8a in branch refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=239182f ]

ISIS-646: upgrade to DN 3.3.6

Along with workaround for NUCCORE-1103, http://www.datanucleus.org/servlet/jira/browse/NUCCORE-1103

See also https://issues.apache.org/jira/browse/ISIS-647, which is to backout said workaround.


> Upgrade DataNucleus to 3.3.6 (JDO 3.1), and use the convenience 'accessplatform' POMs.
> --------------------------------------------------------------------------------------
>
>                 Key: ISIS-646
>                 URL: https://issues.apache.org/jira/browse/ISIS-646
>             Project: Isis
>          Issue Type: Dependency upgrade
>          Components: Objectstore: JDO
>    Affects Versions: archetype-simple-wrj-1.3.1, archtype-quickstart-wrj-1.3.1, objectstore-jdo-1.3.0
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>            Priority: Minor
>             Fix For: archetype-simple-wrj-1.4.0, archetype-quickstart-wrj-1.4.0, objectstore-jdo-1.4.0
>
>
> <datanucleus-accessplatform-jdo-rdbms.version>3.3.6</datanucleus-accessplatform-jdo-rdbms.version>
> <datanucleus-jodatime.version>3.2.1</datanucleus-jodatime.version>
> <datanucleus-maven-plugin.version>3.3.2</datanucleus-maven-plugin.version>
> <dependency>
>      <groupId>org.datanucleus</groupId>
>      <artifactId>datanucleus-accessplatform-jdo-rdbms</artifactId>
>      <version>${datanucleus-accessplatform-jdo-rdbms.version}</version>
>      <type>pom</type>
> </dependency>
> <dependency>
>      <groupId>org.datanucleus</groupId>
>      <artifactId>datanucleus-jodatime</artifactId>
>      <version>${datanucleus-jodatime.version}</version>
> </dependency>
> also (according to Andy Jefferson) from 3.3.1, the datanucleus-maven-plugin uses the current (scope="provided") version of datanucleus, which means we can remove the dependency exclusion hacks for that plugin:
> <plugin>
>     <groupId>org.datanucleus</groupId>
>     <artifactId>datanucleus-maven-plugin</artifactId>
>     <version>${datanucleus-maven-plugin.version}</version>
>     <configuration>
>         <fork>false</fork>
>         <verbose>true</verbose>
>      </configuration>
>      <executions>
>          <execution>
>              <phase>compile</phase>
>               <goals>
>                   <goal>enhance</goal>
>                </goals>
>           </execution>
>      </executions>
>  </plugin>



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)