dongjoon-hyun opened a new pull request, #722:
URL: https://github.com/apache/spark-kubernetes-operator/pull/722

   ### What changes were proposed in this pull request?
   
   This PR excludes 3rd party Maven metadata (`META-INF/maven/**`) from the 
`spark-operator` shadow jar.
   
   ### Why are the changes needed?
   
   `minimize()` strips unreachable classes but leaves the matching 
`pom.properties`/`pom.xml` behind, so orphaned Maven metadata remains for 
fully-removed dependencies (e.g. Jetty). These files are build-time only and 
serve no runtime purpose.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Built the shadow jar and confirmed no `META-INF/maven/**` entries remain 
while in-use dependency classes are retained.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Opus 4.8


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

Reply via email to