[ 
https://issues.apache.org/jira/browse/TEZ-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

László Bodor updated TEZ-4597:
------------------------------
    Description: 
the vast majority of the documentation is generated by 
[IncludePublicAnnotationsStandardDoclet|https://github.com/apache/tez/blob/c77d37e5ab45c883f0ad0d6e647540dcd9910c78/pom.xml#L1397],
 which is not JDK9+ compatible

repro:
{code}
mvn clean install javadoc:aggregate -DskipTests -pl tez-api
mvn site -f tez-api
{code}

first error was -author is not a valid flag, which was solved by this WIP 
[commit|https://github.com/abstractdog/tez/commit/ec984a9b917dc251cb2e416735da8cc89a5071c9],
 but then newer error came

making able tez javadoc to be generated on JDK17 is supposed to be done in the 
scope of this jira, the compile time compatibility for the TezConfiguration 
kind of javadoc generation was taken care of in the scope of TEZ-4387

  was:vast majority of the documentation is generated by 


> IncludePublicAnnotationsStandardDoclet is not JDK9+ compatible
> --------------------------------------------------------------
>
>                 Key: TEZ-4597
>                 URL: https://issues.apache.org/jira/browse/TEZ-4597
>             Project: Apache Tez
>          Issue Type: Sub-task
>            Reporter: László Bodor
>            Priority: Major
>
> the vast majority of the documentation is generated by 
> [IncludePublicAnnotationsStandardDoclet|https://github.com/apache/tez/blob/c77d37e5ab45c883f0ad0d6e647540dcd9910c78/pom.xml#L1397],
>  which is not JDK9+ compatible
> repro:
> {code}
> mvn clean install javadoc:aggregate -DskipTests -pl tez-api
> mvn site -f tez-api
> {code}
> first error was -author is not a valid flag, which was solved by this WIP 
> [commit|https://github.com/abstractdog/tez/commit/ec984a9b917dc251cb2e416735da8cc89a5071c9],
>  but then newer error came
> making able tez javadoc to be generated on JDK17 is supposed to be done in 
> the scope of this jira, the compile time compatibility for the 
> TezConfiguration kind of javadoc generation was taken care of in the scope of 
> TEZ-4387



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

Reply via email to