gharris1727 commented on code in PR #15469: URL: https://github.com/apache/kafka/pull/15469#discussion_r1598702216
########## connect/api/src/main/java/org/apache/kafka/connect/data/Values.java: ########## @@ -766,135 +852,23 @@ protected static boolean canParseSingleTokenLiteral(Parser parser, boolean embed protected static SchemaAndValue parse(Parser parser, boolean embedded) throws NoSuchElementException { Review Comment: Oh it's because there are two javadoc configs, and they got out-of-sync: `./gradlew javadoc` uses this one: https://github.com/apache/kafka/blob/5439914c32fa00d634efa7219699f1bc21add839/build.gradle#L597-L610 and `./gradlew aggregatedJavadoc` uses this one: https://github.com/apache/kafka/blob/5439914c32fa00d634efa7219699f1bc21add839/build.gradle#L3335-L3353 Apparently the javadoc website I linked uses the `javadoc` jar where the protected members are excluded, and the Kafka website uses the `aggregatedJavadoc` tree which still has the protected members. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org