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/23 13:39:04 UTC

[Bug 63763] New: New Element JMESPath Assertion

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

            Bug ID: 63763
           Summary: New Element JMESPath Assertion
           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

This is the logical suite to Bug 63727

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

[Bug 63763] New Element JMESPath Assertion

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

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

commit 18c95a8f2cfb819a86c0575f9949c88d192eaef4
Merge: 08715e0 24b1d7f
Author: Philippe M <pm...@users.noreply.github.com>
AuthorDate: Tue Sep 24 21:15:31 2019 +0200

    New JMESPATH assertion (Fixes Enhancement 63763 in bugzilla) (#498)


 bin/saveservice.properties                         |   2 +
 .../assertions/gui/JSONPathAssertionGui.java       |  58 +++--
 .../assertions/jmespath/JMESPathAssertion.java     | 258 +++++++++++++++++++++
 .../jmespath/gui/JMESPathAssertionGui.java         | 118 ++++++++++
 .../extractor/json/jmespath/JMESPathCache.java     |  77 ++++++
 .../json/jmespath/JMESPathCacheLoader.java         |  44 ++++
 .../extractor/json/jmespath/JMESPathExtractor.java |  67 ++----
 .../{ => gui}/TestJSONPathAssertionGui.java        |   4 +-
 .../assertions/jmespath/TestJMESPathAssertion.java | 200 ++++++++++++++++
 .../gui/JMESPathAssertionGuiTest.java}             |  27 +--
 .../java/org/apache/jmeter/save/SaveService.java   |   2 +-
 .../apache/jmeter/resources/messages.properties    |   7 +
 .../apache/jmeter/resources/messages_fr.properties |   7 +
 xdocs/changes.xml                                  |   3 +-
 xdocs/usermanual/component_reference.xml           |  23 +-
 15 files changed, 813 insertions(+), 84 deletions(-)

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

[Bug 63763] New Element JMESPath Assertion

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

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

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

--- Comment #1 from UbikLoadPack support <su...@ubikloadpack.com> ---
See:

- https://github.com/apache/jmeter/pull/498

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