szetszwo commented on PR #8008: URL: https://github.com/apache/ozone/pull/8008#issuecomment-2744034693
@xichen01 , I generated the files in https://github.com/apache/ozone/pull/8008#issuecomment-2741340469 by - jar tf ozone-filesystem-shaded-2.1.0-SNAPSHOT.jar > ⚠️ Shaded org/reflections/** but not META-INF/maven/org.reflections/** Before this PR, we have - org/reflections/ - META-INF/maven/org.reflections After this PR, we have - org/apache/hadoop/ozone/shaded/org/reflections/ - META-INF/maven/org.reflections Should we also shade `META-INF/maven/org.reflections`? -- 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]
