RefuX opened a new issue, #255: URL: https://github.com/apache/maven-shade-plugin/issues/255
### Affected version 3.6.0 ### Bug description I'm shading the com.fasterxml.woodstox:woodstox-core:7.0.0 library. `META-INF/services/javax.xml.stream.XMLEventFactory`: `my.shaded.wstx.stax.WstxEventFactory` `META-INF/services/javax.xml.stream.XMLInputFactory`: `my.shaded.wstx.stax.WstxInputFactory` `META-INF/services/javax.xml.stream.XMLOutputFactory`: `my.shaded.wstx.stax.WstxOutputFactory` With minimizeJar set to true, even though we have the above references to these Factory classes. The Factory classes are minimized out. For now my work-around is to create a static reference to the Factories 😠-- 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: issues-unsubscr...@maven.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org