Re: [PR] KAFKA-16809: Run Javadoc in CI [kafka]

2024-05-31 Thread via GitHub


gharris1727 merged PR #16025:
URL: https://github.com/apache/kafka/pull/16025


-- 
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



[PR] KAFKA-16809: Run Javadoc in CI [kafka]

2024-05-21 Thread via GitHub


gharris1727 opened a new pull request, #16025:
URL: https://github.com/apache/kafka/pull/16025

   Until now, javadoc warnings can be added in PRs, and are only noticed when 
someone else runs `./gradlew javadoc`. Now introducing problems in javadocs 
will immediately fail the PR CI build, notifying the contributor/committer when 
a PR has a javadoc regression.
   
   This only happens in JDK15+ which adds the `-Werror` parameter.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
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