Kurtiscwright opened a new issue, #18217: URL: https://github.com/apache/iceberg/issues/18217
### Apache Iceberg version main (development) ### Query engine Other ### Please describe the bug 🐞 `iceberg-gcp-bundle` bundles Caffeine (718 classes under `com/github/benmanes/caffeine/`) but `gcp-bundle/LICENSE` has no entry for it. Caffeine is a dependency of `com.google.cloud.gcs.analytics:common`, which `gcs-analytics-core` has pulled in since the 1.3 bump in #16814. That change regenerated `gcp-bundle/runtime-deps.txt` (it lists `com.github.ben-manes.caffeine:caffeine`) but the LICENSE was not updated, which is the manual step 3 in `runtime-deps.gradle`. `gcp-bundle/LICENSE` is unchanged since 1.11.0, and 1.11.0 used gcs-analytics-core 1.2.3 without Caffeine, so this is new in 1.12.0. Found while verifying the 1.12.0 RC1 staged jar `iceberg-gcp-bundle-1.12.0.jar`. Caffeine is Apache License 2.0, so there is no incompatibility and no NOTICE text to propagate (its jar carries only the license). The LICENSE still has to name it: https://infra.apache.org/licensing-howto.html#permissive-deps. `aws-bundle/LICENSE` already has the entry to copy. ### Willingness to contribute - [x] I can contribute a fix for this bug independently - [ ] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- 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]
