Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.5.0, 3.6.0, 3.7.0
-
None
Description
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.
Attachments
Issue Links
- is related to
-
KAFKA-14839 Exclude protected variable from JavaDocs
- Resolved
- links to