[ 
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)

Reply via email to