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 2016/01/04 21:52:13 UTC

svn commit: r1722965 - in /jmeter/trunk/xdocs: changes.xml usermanual/best-practices.xml

Author: pmouawad
Date: Mon Jan  4 20:52:13 2016
New Revision: 1722965

URL: http://svn.apache.org/viewvc?rev=1722965&view=rev
Log:
Add deprecated element usage in best practices and mention it in changes list.

Modified:
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/best-practices.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1722965&r1=1722964&r2=1722965&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Mon Jan  4 20:52:13 2016
@@ -84,7 +84,7 @@ Summary
     <li>Property <code>jmeterthread.reversePostProcessors</code> has been removed. See <bugzilla>58728</bugzilla></li>  
     <li>MongoDB elements (MongoDB Source Config, MongoDB Script) have been deprecated and will be removed in next version of jmeter. They do not appear anymore in the menu, if you need them modify <code>not_in_menu</code> property. JMeter team advises not to use them anymore. See <bugzilla>58772</bugzilla></li>
     <li>Summariser listener now outputs a formated duration in HH:mm:ss (Hour:Minute:Second), it previously outputed seconds. See <bugzilla>58776</bugzilla></li>
-    <li>WebService(SOAP) Request and HTML Parameter Mask which were deprecated in 2.13 version, have now been removed following our deprecation strategy</li> 
+    <li>WebService(SOAP) Request and HTML Parameter Mask which were deprecated in 2.13 version, have now been removed following our <a href="./usermanual/best-practices.html#deprecation">deprecation strategy</a></li> 
 </ul>
 
 <!-- =================== Improvements =================== -->
@@ -284,7 +284,7 @@ Apologies if we have omitted anyone else
  </p>
  <!--  =================== Known bugs =================== -->
  
-<ch_section>Known bugs</ch_section>
+<ch_section>Known problems and workarounds</ch_section>
 
 <ul>
 <li>The Once Only controller behaves correctly under a Thread Group or Loop Controller,

Modified: jmeter/trunk/xdocs/usermanual/best-practices.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/best-practices.xml?rev=1722965&r1=1722964&r2=1722965&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/best-practices.xml (original)
+++ jmeter/trunk/xdocs/usermanual/best-practices.xml Mon Jan  4 20:52:13 2016
@@ -410,5 +410,13 @@ Note that in the documentation <code>jme
 <note><code>user.properties</code> file supersedes the properties defined in <code>jmeter.properties</code></note>
 </section>
 
+<section name="&sect-num;.15 Deprecated elements" anchor="deprecation">
+<p>It is advised not to use deprecated elements (marked as such in <a href="../changes.html">changes list</a> and in <a href="./component_reference.html">component reference</a>) 
+and to migrate to new advised elements if available or new way of doing the same thing. <br/>
+Deprecated elements are removed from menu in version N but can be enabled for migration by modifying <code>not_in_menu</code> property in <code>user.properties</code> file and removing the full class name 
+of the element from there.<br/></p>
+<note>Please note that deprecated elements in version N will be removed definitely in version N+1, so ensure your don't use them as soon as possible.</note>
+</section>
+
 </body>
 </document>