Maven Doxia

Use a external XML Pull parser instead of plexus one

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Critical Critical
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: 2.0
  • Component/s: Core
  • Labels:
    None
  • Number of attachments :
    0

Description

To avoid maintaining the plexus XMLPullParser we should move to a standard implementation like Codehaus StaX http://stax.codehaus.org

<dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
<version>1.2.0_rc2-dev</version>
</dependency>

Issue Links

Activity

Hide
Brett Porter added a comment -

agreed. But I'd rather use an official release rather than a dev version

Show
Brett Porter added a comment - agreed. But I'd rather use an official release rather than a dev version
Hide
Carlos Sanchez added a comment -

all their official releases have the -dev name

Show
Carlos Sanchez added a comment - all their official releases have the -dev name
Hide
Carlos Sanchez added a comment -

There's a performance white paper
http://java.sun.com/performance/reference/whitepapers/StAX-1_0.pdf

The best implementation seems to be http://woodstox.codehaus.org/

Show
Carlos Sanchez added a comment - There's a performance white paper http://java.sun.com/performance/reference/whitepapers/StAX-1_0.pdf The best implementation seems to be http://woodstox.codehaus.org/
Hide
Carlos Sanchez added a comment -

Another nice set of utilities at http://wiki.java.net/bin/view/Javawsxml/StaxUtilsProject

The indentator could be used instead of the PrettyPrintXMLWriter

Show
Carlos Sanchez added a comment - Another nice set of utilities at http://wiki.java.net/bin/view/Javawsxml/StaxUtilsProject The indentator could be used instead of the PrettyPrintXMLWriter
Hide
Vincent Siveton added a comment -

Carlos, what is the status of this one?

Show
Vincent Siveton added a comment - Carlos, what is the status of this one?
Hide
Carlos Sanchez added a comment -

i haven't touched anything, I think woodstox has been included in some parts of core maven

Show
Carlos Sanchez added a comment - i haven't touched anything, I think woodstox has been included in some parts of core maven

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated: