You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2019/09/05 11:31:52 UTC

[Bug 63727] New: New JMESPath Extractor to ease extraction from JSON

https://bz.apache.org/bugzilla/show_bug.cgi?id=63727

            Bug ID: 63727
           Summary: New JMESPath Extractor to ease extraction from JSON
           Product: JMeter
           Version: 5.2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: support@ubikloadpack.com
  Target Milestone: JMETER_5.2

Create new component that allows using JMESPATH (http://jmespath.org/) as a new
technology to extract data from JSON.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 63727] New JMESPath Extractor to ease extraction from JSON

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63727

UbikLoadPack support <su...@ubikloadpack.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable

--- Comment #1 from UbikLoadPack support <su...@ubikloadpack.com> ---
https://github.com/apache/jmeter/pull/489

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 63727] New JMESPath Extractor to ease extraction from JSON

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63727

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
           Keywords|                            |FixedInTrunk
             Status|NEW                         |RESOLVED

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
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 <su...@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(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.