[
https://issues.apache.org/jira/browse/MSHARED-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MSHARED-986.
----------------------------------
Resolution: Fixed
Fixed with
[86b9ed07ef337b49ddce26224a2061d2e6e8bb85|https://gitbox.apache.org/repos/asf?p=maven-shared-utils.git;a=commit;h=86b9ed07ef337b49ddce26224a2061d2e6e8bb85].
> XmlStreamWriter is pointless (deprecate it)
> -------------------------------------------
>
> Key: MSHARED-986
> URL: https://issues.apache.org/jira/browse/MSHARED-986
> Project: Maven Shared Components
> Issue Type: Task
> Components: maven-shared-utils
> Reporter: Elliotte Rusty Harold
> Assignee: Michael Osipov
> Priority: Minor
> Fix For: maven-shared-utils-4.0.0
>
>
> ```
> /**
> * 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.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)