roryqi opened a new pull request, #12358:
URL: https://github.com/apache/gravitino/pull/12358

   ### What changes were proposed in this pull request?
   
   Relocate `com.fasterxml.jackson` classes in the Iceberg Aliyun bundle to an 
internal shaded namespace, and exclude the original Jackson Maven metadata from 
the shadow jar.
   
   This also adds a regression test that inspects the generated shadow jar to 
ensure Jackson is relocated and no unshaded Jackson classes, services, or 
metadata are exposed.
   
   ### Why are the changes needed?
   
   The Iceberg Aliyun bundle includes Gravitino Aliyun credential providers, 
which pull Jackson into the fat jar. Leaving those classes unshaded can leak 
Jackson onto the server classpath and conflict with the Jackson version 
resolved by Iceberg REST server dependencies.
   
   Fix: #12357
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   - `./gradlew :bundles:iceberg-aliyun-bundle:test`


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

Reply via email to