Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KAFKA-16739: Exclude protected members from aggregated release Javadocs #15940

Merged

Conversation

gharris1727
Copy link
Contributor

The ./gradlew javadoc and ./gradlew aggregatedJavadoc have separate configurations that should be kept in lockstep. These have diverged twice: #13633 and #1413 and have been converged once before: #10272 .

This has the effect of making it so that the aggregatedJavadoc hides protected members, because that's currently the only divergence between these configurations. This was discussed and approved in #13633, but as the change was never reflected in the official documentation, it's possible that users have not yet noticed that protected members have been missing in the last 3 minor releases.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@gharris1727
Copy link
Contributor Author

Hi @ijuma @vvcephei @mjsax @mimaison PTAL at this documentation build change, thanks!

@gharris1727
Copy link
Contributor Author

Build passes, CI test failures appear unrelated, and this passes for me locally.

@gharris1727 gharris1727 merged commit 7de58f7 into apache:trunk May 21, 2024
1 check failed
rreddy-22 pushed a commit to rreddy-22/kafka-rreddy that referenced this pull request May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants