You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2022/10/01 22:35:00 UTC

[jira] [Commented] (DOXIA-60) Use an external XML Pull parser instead of plexus one

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

Michael Osipov commented on DOXIA-60:
-------------------------------------

[~elharo], I don't see anyone picking this up anytime soon.

> Use an external XML Pull parser instead of plexus one
> -----------------------------------------------------
>
>                 Key: DOXIA-60
>                 URL: https://issues.apache.org/jira/browse/DOXIA-60
>             Project: Maven Doxia
>          Issue Type: Dependency upgrade
>          Components: Core
>            Reporter: Carlos Sanchez Gonzalez
>            Priority: Major
>              Labels: intern
>
> To avoid maintaining the plexus XMLPullParser we should move to a standard implementation like Codehaus StaX http://stax.codehaus.org
> {code:xml}    <dependency>
>       <groupId>stax</groupId>
>       <artifactId>stax</artifactId>
>       <version>1.2.0_rc2-dev</version>
>     </dependency>{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)