jerryshao commented on code in PR #7940:
URL: https://github.com/apache/gravitino/pull/7940#discussion_r2255676493


##########
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:
   Which jars included these classes, AFAICK, they're provided by Sun as unsafe 
APIs.



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