janhoy opened a new pull request, #4801: URL: https://github.com/apache/solr/pull/4801
`checkDanglingLicenseFiles` currently fails on main: three stale license files remain for dependencies not shipped in the binary distribution. - `jopt-simple-LICENSE-MIT.txt` — jopt-simple is only a dep of the non-shipping `:solr:benchmark` module. Its `.jar.sha1` is kept (jarValidation still checksums it). - `pcollections-LICENSE-MIT.txt` / `pcollections-NOTICE.txt` — pcollections is an errorprone/annotation-processor-only transitive, never shipped. #4793 deleted 91 stale files but missed these 3, likely because the apache.kafka 4.x upgrade (SOLR-18300) dropped them from shipped configs around the same time. `gradlew licenses` and `checkDanglingLicenseFiles` pass after the change. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
