kevinjqliu opened a new pull request, #16260: URL: https://github.com/apache/iceberg/pull/16260
Follow-up to #16242 which added Nimbus JOSE+JWT to the azure-bundle LICENSE. Nimbus JOSE+JWT shades Google Gson internally (`com/nimbusds/jose/shaded/gson/`), which also needs a LICENSE entry. ## Verification ```bash ./gradlew :iceberg-azure-bundle:clean :iceberg-azure-bundle:shadowJar jar tf azure-bundle/build/libs/iceberg-azure-bundle-*.jar | grep 'com/nimbusds/jose/shaded/gson/' | head -5 ``` -- 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]
