mchades commented on code in PR #7940:
URL: https://github.com/apache/gravitino/pull/7940#discussion_r2255730113
##########
bundles/aliyun-bundle/build.gradle.kts:
##########
@@ -46,7 +46,10 @@ tasks.withType(ShadowJar::class.java) {
// Relocate dependencies to avoid conflicts
relocate("com.fasterxml.jackson",
"org.apache.gravitino.aliyun.shaded.com.fasterxml.jackson")
relocate("com.google", "org.apache.gravitino.aliyun.shaded.com.google")
- relocate("com.sun", "org.apache.gravitino.aliyun.shaded.com.sun")
+ relocate("com.sun.activation",
"org.apache.gravitino.aliyun.shaded.com.sun.activation")
+ relocate("com.sun.istack",
"org.apache.gravitino.aliyun.shaded.com.sun.istack")
+ relocate("com.sun.jersey",
"org.apache.gravitino.aliyun.shaded.com.sun.jersey")
+ relocate("com.sun.xml", "org.apache.gravitino.aliyun.shaded.com.sun.xml")
Review Comment:
they are included by `hadoop-client-runtime-3.3.1.jar`.
We should note that these are third-party libraries that use the `com.sun.*`
namespace but are not part of the JDK.
--
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]