dajac opened a new pull request, #18943: URL: https://github.com/apache/kafka/pull/18943
Before the patch: ``` % python3 ./committer-tools/verify_license.py ... All libs from ./libs are present in the LICENSE file. The following entries are in the LICENSE file but not present in ./libs. These should be removed from the LICENSE-binary file: - audience-annotations-0.12.0 - jackson-jaxrs-base-2.16.2 - jackson-jaxrs-json-provider-2.16.2 - jackson-module-jaxb-annotations-2.16.2 - jakarta.inject-2.6.1 - javax.servlet-api-3.1.0 - jetty-continuation-9.4.56.v20240826 - jetty-servlet-9.4.56.v20240826 - jetty-servlets-9.4.56.v20240826 - jetty-util-ajax-9.4.56.v20240826 - jsr305-3.0.2 - log4j-core-test-2.24.1 ``` After the patch: ``` % python3 ./committer-tools/verify_license.py ... All libs from ./libs are present in the LICENSE file. No extra dependencies in the LICENSE file. ``` ### 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