Elliotte Rusty Harold opened MSHARED-986 and commented
/**
* We just wrap the commons StreamWriter to not get into troubles
* by exposing shaded commons-io packages
*/
public class XmlStreamWriter
extends org.apache.commons.io.output.XmlStreamWriter
{
This fails to do anything since org.apache.commons.io.output.XmlStreamWriter is still exposed through the supertype.
Backported to: maven-shared-utils-3.4.0
Elliotte Rusty Harold opened MSHARED-986 and commented
This fails to do anything since org.apache.commons.io.output.XmlStreamWriter is still exposed through the supertype.
Backported to: maven-shared-utils-3.4.0