[
https://issues.apache.org/jira/browse/HADOOP-15133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16299478#comment-16299478
]
Hudson commented on HADOOP-15133:
---------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13414 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/13414/])
HADOOP-15133. [JDK9] Ignore com.sun.javadoc.* and com.sun.tools.* in (aajisaka:
rev d2d8f4aeb3e214d1a96eeaf96bbe1e9301824ccd)
* (edit) hadoop-project/pom.xml
> [JDK9] Ignore com.sun.javadoc.* and com.sun.tools.* in
> animal-sniffer-maven-plugin to compile with Java 9
> ---------------------------------------------------------------------------------------------------------
>
> Key: HADOOP-15133
> URL: https://issues.apache.org/jira/browse/HADOOP-15133
> Project: Hadoop Common
> Issue Type: Sub-task
> Reporter: Akira Ajisaka
> Assignee: Akira Ajisaka
> Fix For: 3.1.0
>
> Attachments: HADOOP-15133.001.patch
>
>
> com.sun.javadoc and com.sun.tools are internal APIs and are not included in
> java18 profile, so signature check fails with JDK9.
> {noformat}
> $ mvn clean install -DskipTests -DskipShade
> (snip)
> [INFO] --- animal-sniffer-maven-plugin:1.16:check (signature-check) @
> hadoop-annotations ---
> [INFO] Checking unresolved references to
> org.codehaus.mojo.signature:java18:1.0
> [ERROR]
> /Users/ajisaka/git/hadoop/hadoop-common-project/hadoop-annotations/src/main/java/org/apache/hadoop/classification/tools/RootDocProcessor.java:56:
> Undefined reference: com.sun.javadoc.RootDoc
> (snip)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]