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

Cheng Pan commented on HADOOP-15902:
------------------------------------

[~tasanuma] [~aajisaka] [[email protected]] I'm wondering if this is 
necessary, as HADOOP-16928 mentioned, `-html4` was removed in recent Java 
versions, which fails the compiling if I use Java 17 to build hadoop without 
explicitly skipping it by setting `-Djavadoc.skip.jdk11=true`

> [JDK 11] Specify the HTML version of Javadoc to 4.01
> ----------------------------------------------------
>
>                 Key: HADOOP-15902
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15902
>             Project: Hadoop Common
>          Issue Type: Sub-task
>            Reporter: Takanobu Asanuma
>            Assignee: Takanobu Asanuma
>            Priority: Major
>             Fix For: 3.3.0
>
>         Attachments: HADOOP-15902.1.patch, HADOOP-15902.2.patch
>
>
> From JDK9, Javadoc has options to specify the HTML version.
> {noformat}
> $ javadoc --help
> ...
> -html4        Generate HTML 4.01 output
> -html5        Generate HTML 5 output
> {noformat}
> JDK8 supports only HTML 4.01 output. The default html version of JDK9 and 
> JDK10 is 4.01. That of JDK11 is 5. Let's unify the version to 4.01 for now.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to