abstractdog commented on PR #296: URL: https://github.com/apache/tez/pull/296#issuecomment-2561897117
latest patch is okay from precommit point of view, I need to check what's happening on JDK17 in terms of javadoc generation: ``` mvn clean install javadoc:aggregate -DskipTests -pl tez-api -pl tez-mapreduce -pl tez-runtime-library mvn site -f tez-api ``` the latter command throws: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site) on project tez-api: Error generating maven-javadoc-plugin:3.0.1:aggregate report: [ERROR] Exit code: 1 - error: Class org.apache.hadoop.classification.tools.IncludePublicAnnotationsStandardDoclet is not a valid doclet. [ERROR] Note: As of JDK 13, the com.sun.javadoc API is no longer supported. [ERROR] [ERROR] Command line was: /Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home/bin/javadoc @options @packages [ERROR] [ERROR] Refer to the generated Javadoc files in '/Users/laszlobodor/apache/tez/tez-api/target/site/apidocs' dir. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
