Details
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
- is depended upon by
-
MSITE-19
Various encoding problems with InputStream and XML
-
Activity
Carlos Sanchez
made changes -
Carlos Sanchez
made changes -
Carlos Sanchez
made changes -
Carlos Sanchez
made changes -
Lukas Theussl
made changes -
| Fix Version/s | 1.0-beta-1 [ 13617 ] |
Lukas Theussl
made changes -
| Fix Version/s | 2.0 [ 14083 ] | |
| Fix Version/s | 1.0-beta-1 [ 13617 ] |
Benjamin Bentmann
made changes -
Lukas Theussl
made changes -
Lukas Theussl
made changes -
Herve Boutemy
made changes -
| 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> |
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} |
agreed. But I'd rather use an official release rather than a dev version