Create new component that allows using JMESPATH (http://jmespath.org/) as a new technology to extract data from JSON.
https://github.com/apache/jmeter/pull/489
This is an automated email from the ASF dual-hosted git repository. pmouawad pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git The following commit(s) were added to refs/heads/master by this push: new b15c922 New JMESPATH extractor (#489) b15c922 is described below commit b15c922eee225567a7ed7442ff8c6c848de421cc Author: UBIK LOAD PACK <support@ubikloadpack.com> AuthorDate: Sat Sep 14 23:46:15 2019 +0200 New JMESPATH extractor (#489) JMES Path Extractor : new component that allows using JMESPATH (http://jmespath.org/) as a new technology to extract data from JSON. This resolves Bug 63727 - New JMESPath Extractor to ease extraction from JSON https://bz.apache.org/bugzilla/show_bug.cgi?id=63727 Contributed by UbikLoadPack Team https://ubikloadpack.com --- bin/saveservice.properties | 2 + checksum.properties | 2 + gradle.properties | 2 + src/bom/build.gradle.kts | 2 + src/components/build.gradle.kts | 2 + .../extractor/json/jmespath/JMESPathExtractor.java | 251 +++++++++++++++++ .../json/jmespath/gui/JMESPathExtractorGui.java | 172 ++++++++++++ .../json/jmespath/TestJMESPathExtractor.java | 304 +++++++++++++++++++++ .../java/org/apache/jmeter/save/SaveService.java | 2 +- .../apache/jmeter/resources/messages.properties | 2 + .../apache/jmeter/resources/messages_fr.properties | 2 + xdocs/changes.xml | 1 + xdocs/usermanual/component_reference.xml | 41 ++- 13 files changed, 782 insertions(+), 3 deletions(-)
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5154