You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Takanobu Asanuma (JIRA)" <ji...@apache.org> on 2018/11/05 11:25:00 UTC

[jira] [Created] (HADOOP-15902) [JDK 11] Specify the HTML version of Javadoc to 4.01

Takanobu Asanuma created HADOOP-15902:
-----------------------------------------

             Summary: [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


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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org