You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2006/04/28 21:33:19 UTC

[jira] Created: (DOXIA-60) Use a external XML Pull parser instead of plexus one

Use a external XML Pull parser instead of plexus one
----------------------------------------------------

         Key: DOXIA-60
         URL: http://jira.codehaus.org/browse/DOXIA-60
     Project: doxia
        Type: Improvement

  Components: Core  
    Reporter: Carlos Sanchez
    Priority: Critical


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>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-60?page=comments#action_64368 ] 

Carlos Sanchez commented on DOXIA-60:
-------------------------------------

all their official releases have the -dev name

> Use a external XML Pull parser instead of plexus one
> ----------------------------------------------------
>
>          Key: DOXIA-60
>          URL: http://jira.codehaus.org/browse/DOXIA-60
>      Project: doxia
>         Type: Improvement

>   Components: Core
>     Reporter: Carlos Sanchez
>     Priority: Critical

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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-60?page=comments#action_85213 ] 
            
Carlos Sanchez commented on DOXIA-60:
-------------------------------------

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

> Use a external XML Pull parser instead of plexus one
> ----------------------------------------------------
>
>                 Key: DOXIA-60
>                 URL: http://jira.codehaus.org/browse/DOXIA-60
>             Project: doxia
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Carlos Sanchez
>            Priority: Critical
>
> 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>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-60?page=comments#action_85206 ] 
            
Vincent Siveton commented on DOXIA-60:
--------------------------------------

Carlos, what is the status of this one?

> Use a external XML Pull parser instead of plexus one
> ----------------------------------------------------
>
>                 Key: DOXIA-60
>                 URL: http://jira.codehaus.org/browse/DOXIA-60
>             Project: doxia
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Carlos Sanchez
>            Priority: Critical
>
> 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>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/DOXIA-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy updated DOXIA-60:
-------------------------------

    Description: 
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}


  was:
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>


    
> Use a external XML Pull parser instead of plexus one
> ----------------------------------------------------
>
>                 Key: DOXIA-60
>                 URL: https://jira.codehaus.org/browse/DOXIA-60
>             Project: Maven Doxia
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Carlos Sanchez
>            Priority: Critical
>             Fix For: 2.0
>
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-60?page=comments#action_64366 ] 

Brett Porter commented on DOXIA-60:
-----------------------------------

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

> Use a external XML Pull parser instead of plexus one
> ----------------------------------------------------
>
>          Key: DOXIA-60
>          URL: http://jira.codehaus.org/browse/DOXIA-60
>      Project: doxia
>         Type: Improvement

>   Components: Core
>     Reporter: Carlos Sanchez
>     Priority: Critical

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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-60?page=comments#action_64369 ] 

Carlos Sanchez commented on DOXIA-60:
-------------------------------------

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/

> Use a external XML Pull parser instead of plexus one
> ----------------------------------------------------
>
>          Key: DOXIA-60
>          URL: http://jira.codehaus.org/browse/DOXIA-60
>      Project: doxia
>         Type: Improvement

>   Components: Core
>     Reporter: Carlos Sanchez
>     Priority: Critical

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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/DOXIA-60?page=comments#action_64371 ] 

Carlos Sanchez commented on DOXIA-60:
-------------------------------------

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

The indentator could be used instead of the PrettyPrintXMLWriter

> Use a external XML Pull parser instead of plexus one
> ----------------------------------------------------
>
>          Key: DOXIA-60
>          URL: http://jira.codehaus.org/browse/DOXIA-60
>      Project: doxia
>         Type: Improvement

>   Components: Core
>     Reporter: Carlos Sanchez
>     Priority: Critical

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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira