GitHub user benbenw opened a pull request:
https://github.com/apache/jmeter/pull/35
Bug 58679 Xstream : Replace the xpp pull parser in xstream with a java6+
standard solution
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
Testing was done with the jmeter test suite + local tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benbenw/jmeter xstream-stax
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jmeter/pull/35.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #35
----
commit 58be51b47193a4c3b8803830fd0ff4465ef4e97a
Author: benoit <[email protected]>
Date: 2015-12-01T11:43:31Z
remove xmlpull usage, replace it with a standard java6+ solution
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---