Replace the xpp pull parser in xstream with a java6+ standard solution
Open
os: All
P2
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
**benoit.wiart** ([Bug 58679](https://bz.apache.org/bugzilla//show_bug.cgi?id=58679&redirect=false)):
in current jmeter version xstream use the xpp library to provide the xml pull parser functionality.
Since Java6 it's possible to use the xstream staxDriver which does not need the xpp library
See http://x-stream.github.io/tutorial.html#init
PR will follow.
Testing was done with the jmeter test suite + local tests
Severity: major
OS: All
Blocks:
* https://github.com/apache/jmeter/issues/4056
Contributor guide
Assessment
This issue has not been assessed yet.