Am Freitag, den 07.10.2016, 19:48 +0000 schrieb [email protected]: > Author: pmouawad > Date: Fri Oct 7 19:48:09 2016 > New Revision: 1763818 > > URL: http://svn.apache.org/viewvc?rev=1763818&view=rev > Log: > Bug 60220 - Rename JSON Path Post Processor to JSON Path Extractor
-1 Andrey specifically asked us to not rename it to JSON "Path" Extractor. It collides with the name used by jmeter-plugins. He suggested to use JSON Extractor, which is OK with me. Regards, Felix > Bugzilla Id: 60220 > > Modified: > jmeter/trunk/src/core/org/apache/jmeter/resources/messages.proper > ties > jmeter/trunk/xdocs/changes.xml > jmeter/trunk/xdocs/usermanual/component_reference.xml > jmeter/trunk/xdocs/usermanual/functions.xml > > Modified: > jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties > URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jm > eter/resources/messages.properties?rev=1763818&r1=1763817&r2=1763818& > view=diff > ===================================================================== > ========= > --- > jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties > (original) > +++ > jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties > Fri Oct 7 19:48:09 2016 > @@ -527,7 +527,7 @@ jsonpath_tester_title=JSON Path Tester > jsonpath_tester_field=JSON Path Expression > jsonpath_tester_button_test=Test > jsonpath_render_no_text=No Text > -json_post_processor_title=JSON Path PostProcessor > +json_post_processor_title=JSON Path Extractor > jsonpp_variable_names=Variable names > jsonpp_json_path_expressions=JSON Path expressions > jsonpp_default_values=Default Values > > Modified: jmeter/trunk/xdocs/changes.xml > URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev= > 1763818&r1=1763817&r2=1763818&view=diff > ===================================================================== > ========= > --- jmeter/trunk/xdocs/changes.xml [utf-8] (original) > +++ jmeter/trunk/xdocs/changes.xml [utf-8] Fri Oct 7 19:48:09 2016 > @@ -74,6 +74,7 @@ Summary > <li>Since 3.1 version, > <code>jmeter.save.saveservice.connect_time</code> property value is > <code>true</code>, meaning CSV file for results will contain an > additional column containing connection time, see > <bugzilla>60106</bugzilla></li> > <li>Since 3.1 version, Random Timer subclasses (Gaussian Random > Timer, Uniform Random Timer and Poisson Random Timer) implement > interface <code><a > href="./api/org/apache/jmeter/timers/ModifiableTimer.html">org.apache > .jmeter.timers.ModifiableTimer</a></code></li> > <li>Since 3.1 version, if you don't select any language in > JSR223 Test Elements, Apache Groovy language will be used. See > <bugzilla>59945</bugzilla></li> > + <li>Since 3.1 version, JSON Path Post Processor has been renamed > to JSON Path Extractor, see <bugzilla>60220</bugzilla></li> > </ul> > > <h3>Deprecated and removed elements</h3> > @@ -129,6 +130,7 @@ Summary > <li><bug>59962</bug>Cache Manager does not update expires date > when response code is <code>304</code>.</li> > <li><bug>60018</bug>Timer : Add a factor to apply on pauses. > Partly based on a patch by Ubik Load Pack (support at > ubikloadpack.com)</li> > <li><bug>60203</bug>Use more available space for textarea in > XPath Assertion.</li> > + <li><bug>60220</bug>Rename JSON Path Post Processor to JSON Path > Extractor</li> > </ul> > > <h3>Functions</h3> > > Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml > URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/compo > nent_reference.xml?rev=1763818&r1=1763817&r2=1763818&view=diff > ===================================================================== > ========= > --- jmeter/trunk/xdocs/usermanual/component_reference.xml (original) > +++ jmeter/trunk/xdocs/usermanual/component_reference.xml Fri Oct 7 > 19:48:09 2016 > @@ -6076,7 +6076,7 @@ In the linked test plan, "<code>JDBC Pos > <figure width="818" height="399" image="jdbc-post- > processor.png">JDBC PostProcessor</figure> > </component> > > -<component name="JSON Path PostProcessor" index="§-num;.8.9"> > +<component name="JSON Path Extractor" index="§-num;.8.9" > anchor="JSON_Path_PostProcessor"> > <description> > <p> > The JSON PostProcessor enables you extract data from JSON responses > using JSON-PATH syntax. This post processor is very similar to > Regular expression extractor. > > Modified: jmeter/trunk/xdocs/usermanual/functions.xml > URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/funct > ions.xml?rev=1763818&r1=1763817&r2=1763818&view=diff > ===================================================================== > ========= > --- jmeter/trunk/xdocs/usermanual/functions.xml (original) > +++ jmeter/trunk/xdocs/usermanual/functions.xml Fri Oct 7 19:48:09 > 2016 > @@ -656,7 +656,7 @@ The variables can be simple or multi-val > <ul> > <li><a > href="component_reference.html#Regular_Expression_Extractor">Regular > Expression Extractor</a></li> > <li><a > href="component_reference.html#CSS/JQuery_Extractor">CSS/JQuery > Extractor</a></li> > - <li><a > href="component_reference.html#JSON_Path_PostProcessor">JSON Path > PostProcessor</a></li> > + <li><a href="component_reference.html#JSON_Path_Extractor">JSON > Path Extractor</a></li> > <li><a href="component_reference.html#XPath_Assertion">XPath > Assertion</a></li> > </ul> > > >
