[
https://issues.apache.org/jira/browse/OOZIE-3459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16807332#comment-16807332
]
duan xiong edited comment on OOZIE-3459 at 4/2/19 1:05 AM:
-----------------------------------------------------------
Hi,[~dionusos]. Sorry ,I use the openJdk11.So maybe that's different.
Do you try change this java version to 11?
```
<targetJavaVersion>1.8</targetJavaVersion>
<sourceJavaVersion>1.8<sourceJavaVersion>
<minJavaVersion>1.8</minJavaVersion>
```
was (Author: nobigo):
Hi,[~dionusos]. Sorry ,I use the openJdk11.So maybe that's different.
> Oozie cannot be built using Java 11
> -----------------------------------
>
> Key: OOZIE-3459
> URL: https://issues.apache.org/jira/browse/OOZIE-3459
> Project: Oozie
> Issue Type: Bug
> Components: core, fluent-job
> Affects Versions: 5.1.0
> Reporter: Denes Bodo
> Priority: Major
>
> Using OpenJDK 11 I am not able to build Oozie using {{mvn clean install}}.
> I found two issues:
> * Fluent job API build fails due to Jaxb2 maven plugin.
> * No {{com.sun.tools.}} package is available so *TestMetricsInstrumentation*
> will not work.
> * Maven surefire plugin has to be updated. It works with 3.0.0-M3
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)