You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2013/01/24 22:57:24 UTC

svn commit: r1438217 - in /jmeter/trunk: docs/images/screenshots/changes/2.9/ xdocs/ xdocs/images/screenshots/changes/2.9/

Author: pmouawad
Date: Thu Jan 24 21:57:23 2013
New Revision: 1438217

URL: http://svn.apache.org/viewvc?rev=1438217&view=rev
Log:
Added missing changes
Fixed typo in changes
Added screenshots for somes

Added:
    jmeter/trunk/docs/images/screenshots/changes/2.9/11_jms_publisher_bytes.png   (with props)
    jmeter/trunk/docs/images/screenshots/changes/2.9/12_jsr223_sampler.png   (with props)
    jmeter/trunk/docs/images/screenshots/changes/2.9/13_regex_user_params.png   (with props)
    jmeter/trunk/docs/images/screenshots/changes/2.9/14_xpath_assertion.png   (with props)
    jmeter/trunk/xdocs/images/screenshots/changes/2.9/11_jms_publisher_bytes.png   (with props)
    jmeter/trunk/xdocs/images/screenshots/changes/2.9/12_jsr223_sampler.png   (with props)
    jmeter/trunk/xdocs/images/screenshots/changes/2.9/13_regex_user_params.png   (with props)
    jmeter/trunk/xdocs/images/screenshots/changes/2.9/14_xpath_assertion.png   (with props)
Modified:
    jmeter/trunk/xdocs/changes.xml

Added: jmeter/trunk/docs/images/screenshots/changes/2.9/11_jms_publisher_bytes.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/changes/2.9/11_jms_publisher_bytes.png?rev=1438217&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/docs/images/screenshots/changes/2.9/11_jms_publisher_bytes.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jmeter/trunk/docs/images/screenshots/changes/2.9/12_jsr223_sampler.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/changes/2.9/12_jsr223_sampler.png?rev=1438217&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/docs/images/screenshots/changes/2.9/12_jsr223_sampler.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jmeter/trunk/docs/images/screenshots/changes/2.9/13_regex_user_params.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/changes/2.9/13_regex_user_params.png?rev=1438217&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/docs/images/screenshots/changes/2.9/13_regex_user_params.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jmeter/trunk/docs/images/screenshots/changes/2.9/14_xpath_assertion.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/changes/2.9/14_xpath_assertion.png?rev=1438217&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/docs/images/screenshots/changes/2.9/14_xpath_assertion.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1438217&r1=1438216&r2=1438217&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Thu Jan 24 21:57:23 2013
@@ -60,6 +60,12 @@ it allows using either JODD or JSOUP imp
 <figure width="761" height="345" image="changes/2.9/02_document_render_view_results_tree.png"></figure>
 </p>
 
+<h4>&#149; A new Regex User Parameters Pre-Processor that enables injecting input parameter names and values 
+using a reference extracted by Regular Expression Extractor from a previous response</h4>
+<p>
+<figure width="727" height="138" image="changes/2.9/13_regex_user_params.png"></figure>
+</p>
+
 <h4>&#149; TCP Sampler: new options</h4>
 <p>TCP Sampler has been enhanced with new options to allow setting <b>Close Connection</b>, 
  <b>SO_LINGER</b> and  <b>End of line(EOL) byte value</b>
@@ -75,11 +81,17 @@ it allows using either JODD or JSOUP imp
 <figure width="722" height="132" image="changes/2.9/05_result_status_action_handler.png"></figure>
 </p>
 
+<h4>&#149; JMS Publisher: new option</h4>
+<p>JMS Publisher can now send Bytes Messages</p>
+<figure width="833" height="701" image="changes/2.9/11_jms_publisher_bytes.png"></figure>
+
 <h4>&#149; Memory and performance improvements</h4>
 <p>Significant improvements have been done in this version on memory usage per Thread and CPU when more 
-than one Post Processor is used Sampler</p>
+than one Post Processor is used as child of a Sampler</p>
 <p>JSR223 Elements (enable using Groovy, Scala... as scripting languages) have been improved to enable caching 
-of Compilation when scripts are passed Text area</p>
+of Compilation results when scripts are passed in Text area</p>
+<figure width="841" height="470" image="changes/2.9/12_jsr223_sampler.png"></figure>
+
 <p>Some configuration defaults have changed to improve performances by default(see <bugzilla>54412</bugzilla>), 
 see description in New and Noteworthy section.
 <ul>
@@ -90,6 +102,11 @@ see description in New and Noteworthy se
 </ul>
 </p>
 
+<h4>&#149; XPath Assertion now enables using a JMeter variable as input</h4>
+<p>
+<figure width="800" height="317" image="changes/2.9/14_xpath_assertion.png"></figure>
+</p>
+
 <h3><u>GUI and ergonomy Improvements:</u></h3>
 <h4>&#149; Search feature has been improved to search within more internal fields of elements and expand search results</h4>
 <h4>&#149; Copy/paste is now possible between 2 JMeter instances &gt;= 2.9 version</h4>
@@ -123,7 +140,7 @@ samples that only have one unnamed argum
  <p>
 <figure width="484" height="307" image="changes/2.9/10_http_proxy_dont_force_http_type.png"></figure>
 </p>
-<p>&#149; SamplerCreator interface to meet new requirements for plug-in providers</p>
+<p>&#149; SamplerCreator interface has been enriched to meet new requirements for plug-in providers</p>
 <p>&#149; It is now possible to create binary sampler for x-www-form-urlencoded POST request by 
 modifying <i>proxy.binary.types</i> property to add application/x-www-form-urlencoded </p>
 <p>&#149; Improved timestamp format auto-detection when reading CSV files</p>

Added: jmeter/trunk/xdocs/images/screenshots/changes/2.9/11_jms_publisher_bytes.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/changes/2.9/11_jms_publisher_bytes.png?rev=1438217&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/xdocs/images/screenshots/changes/2.9/11_jms_publisher_bytes.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jmeter/trunk/xdocs/images/screenshots/changes/2.9/12_jsr223_sampler.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/changes/2.9/12_jsr223_sampler.png?rev=1438217&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/xdocs/images/screenshots/changes/2.9/12_jsr223_sampler.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jmeter/trunk/xdocs/images/screenshots/changes/2.9/13_regex_user_params.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/changes/2.9/13_regex_user_params.png?rev=1438217&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/xdocs/images/screenshots/changes/2.9/13_regex_user_params.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jmeter/trunk/xdocs/images/screenshots/changes/2.9/14_xpath_assertion.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/changes/2.9/14_xpath_assertion.png?rev=1438217&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/xdocs/images/screenshots/changes/2.9/14_xpath_assertion.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream