Skip to content

[MSHARED-986] XmlStreamWriter is pointless (deprecate it) #314

Description

@jira-importer

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestpriority:minorMinor loss of function, or other problem where easy workaround is present

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions