You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2018/08/12 17:17:00 UTC

[jira] [Closed] (ISIS-1915) Migration Notes: We have core plugins now

     [ https://issues.apache.org/jira/browse/ISIS-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood closed ISIS-1915.
-----------------------------
    Resolution: Fixed

> Migration Notes: We have core plugins now
> -----------------------------------------
>
>                 Key: ISIS-1915
>                 URL: https://issues.apache.org/jira/browse/ISIS-1915
>             Project: Isis
>          Issue Type: Sub-task
>            Reporter: Andi Huber
>            Priority: Major
>             Fix For: 2.0.0-M1
>
>         Attachments: isis-core-modules-dep.odg
>
>
> {code:xml}
> <dependency>
>     <groupId>org.apache.isis.core</groupId>
>     <artifactId>isis-core-plugins-codegen-javassist</artifactId>
>     <version>${isis.version}</version>
> </dependency>
> <dependency>
>     <groupId>org.apache.isis.core</groupId>
>     <artifactId>isis-core-plugins-discovery-reflections</artifactId>
>     <version>${isis.version}</version>
> </dependency>
> <dependency>
>     <groupId>org.apache.isis.core</groupId>
>     <artifactId>isis-core-plugins-eventbus-guava</artifactId>
>     <version>${isis.version}</version>
> </dependency>
> <dependency>
>     <groupId>org.apache.isis.core</groupId>
>     <artifactId>isis-core-plugins-jdo-datanucleus-4</artifactId>
>     <version>${isis.version}</version>
> </dependency>
> <dependency>
>     <groupId>org.apache.isis.core</groupId>
>     <artifactId>isis-core-plugins-jaxrs-resteasy-3</artifactId>
>     <version>${isis.version}</version>
> </dependency>
> {code}
> With variants to that:
>  * codegen-bytebuddy (for java 8+, javassist might no longer work on java 10+)
>  * eventbus-axon
>  * datanucleus-5
>  * resteasy-4 (for deployment to JEE 8)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)