You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by benbenw <gi...@git.apache.org> on 2015/12/02 10:33:07 UTC

[GitHub] jmeter pull request: Bug 58679 Xstream : Replace the xpp pull pars...

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 <b....@ubik-ingenierie.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jmeter pull request: Bug 58679 Xstream : Replace the xpp pull pars...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/jmeter/pull/35


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jmeter pull request: Bug 58679 Xstream : Replace the xpp pull pars...

Posted by pmouawad <gi...@git.apache.org>.
Github user pmouawad commented on the pull request:

    https://github.com/apache/jmeter/pull/35#issuecomment-161428163
  
    Fixed by commit:
    http://svn.apache.org/viewvc?rev=1717619&view=rev


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---