Greg Harris created KAFKA-16739:
-----------------------------------
Summary: Exclude protected variables from aggregated JavaDocs
Key: KAFKA-16739
URL: https://issues.apache.org/jira/browse/KAFKA-16739
Project: Kafka
Issue Type: Bug
Components: documentation
Affects Versions: 3.7.0, 3.6.0, 3.5.0
Reporter: Greg Harris
Assignee: Greg Harris
Protected variables were excluded from the jars generated by `javadoc` in
KAFKA-14839 but not from `aggregatedJavadoc`, which is used when generating the
Apache Kafka web documentation. This means that there are two different
versions of the 3.5-3.7 docs published: one without the protected classes and
methods, and one with.
We should align these two javadoc configurations so that protected classes
methods and variables are hidden everywhere.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)