You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2021/04/26 22:00:03 UTC

[jira] [Updated] (MSHARED-986) XmlStreamWriter is pointless

     [ https://issues.apache.org/jira/browse/MSHARED-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliotte Rusty Harold updated MSHARED-986:
------------------------------------------
    Component/s: maven-shared-utils

> XmlStreamWriter is pointless
> ----------------------------
>
>                 Key: MSHARED-986
>                 URL: https://issues.apache.org/jira/browse/MSHARED-986
>             Project: Maven Shared Components
>          Issue Type: Bug
>          Components: maven-shared-utils
>            Reporter: Elliotte Rusty Harold
>            Priority: Minor
>
> ```
> /**
>  * 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.3.4#803005)