You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2022/07/25 16:51:00 UTC

[jira] [Commented] (MSHARED-986) XmlStreamWriter is pointless (deprecate it)

    [ https://issues.apache.org/jira/browse/MSHARED-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17570994#comment-17570994 ] 

Hudson commented on MSHARED-986:
--------------------------------

Build unstable in Jenkins: Maven » Maven TLP » maven-shared-utils » master #15

See https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-shared-utils/job/master/15/

> 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)