tanishq-chugh commented on code in PR #5404: URL: https://github.com/apache/hive/pull/5404#discussion_r1762474681
########## hcatalog/webhcat/svr/pom.xml: ########## @@ -84,14 +84,14 @@ </exclusions> </dependency> <dependency> - <groupId>com.sun.jersey.contribs</groupId> - <artifactId>wadl-resourcedoc-doclet</artifactId> - <exclusions> - <exclusion> - <groupId>com.sun.jersey</groupId> - <artifactId>jersey-server</artifactId> - </exclusion> - </exclusions> + <groupId>org.glassfish.jersey.ext</groupId> Review Comment: Hi @shivjha30 The ResourceDoclet from wadl-resourcedoc-doclet are incompatible with jdk-17 , so it is replaced by a compatible alternative: jersey-wadl-doclet . Reason for incompatibility is that this ResourceDoclet relied on com.sun.javadoc APIs which was deprecated and finally removed in jdk13: [JDK-8215587](https://bugs.openjdk.org/browse/JDK-8215587) -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org