https://bz.apache.org/bugzilla/show_bug.cgi?id=58679
Bug ID: 58679
Summary: Replace the xpp stax in xstream with a java6+ standard
solution
Product: JMeter
Version: 2.13
Hardware: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
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
--
You are receiving this mail because:
You are the assignee for the bug.