You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Martin Stockhammer (JIRA)" <ji...@apache.org> on 2018/05/13 17:46:00 UTC

[jira] [Commented] (MRM-1978) Compatibility with JDK 9

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

Martin Stockhammer commented on MRM-1978:
-----------------------------------------

Enunciate plugin is JDK 9 compatible with version 2.11.0 but we encountered problems with this version. Using a build from the current master 2.12.0-SNAPSHOT works.
Will add the snapshot version to our archiva repository until the 2.12.0 is released.

On redback core we had to add
{code:java}
<dependency>
 <groupId>javax.annotation</groupId>
 <artifactId>javax.annotation-api</artifactId>
 <scope>test</scope>
</dependency>

<dependency>
 <groupId>javax.xml.bind</groupId>
 <artifactId>jaxb-api</artifactId>
 <scope>test</scope>
</dependency>{code}
JDK 8 is still working with this.

> Compatibility with JDK 9
> ------------------------
>
>                 Key: MRM-1978
>                 URL: https://issues.apache.org/jira/browse/MRM-1978
>             Project: Archiva
>          Issue Type: Task
>            Reporter: Martin Stockhammer
>            Assignee: Martin Stockhammer
>            Priority: Major
>             Fix For: 3.0.0
>
>
> Archiva, Redback and Redback components should be buildable and runnable with JDK 9.
>  * Changes in maven config and dependencies neccessary?
>  * JDK 8 is still our main version for build and source, so after applying changes we always have to test with JDK 8
>  * Create additional tests in the pipeline for JDK 9



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