Author: pmouawad
Date: Mon Oct 23 20:21:48 2017
New Revision: 1813083

URL: http://svn.apache.org/viewvc?rev=1813083&view=rev
Log:
Improve release notes to mention breaking changes due to Java 9 migration

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1813083&r1=1813082&r2=1813083&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Mon Oct 23 20:21:48 2017
@@ -73,6 +73,10 @@ Summary
 <ch_section>Incompatible changes</ch_section>
 <ul>
     <li><code>Start time</code> and <code>End date</code> of Thread Group have 
been removed, see <bugzilla>61549</bugzilla></li>
+    <li>In distributed testing, mode <code>Hold</code> has been removed. Use 
alternative and more efficient modes</li>
+    <li>For 3rd party plugins, the following method in 
<code>org.apache.jmeter.gui.tree.JMeterTreeNode</code> has been dropped for 
migration to Java 9
+    <source>public Enumeration&lt;JMeterTreeNode&gt; children()</source>
+    </li>
 </ul>
 <!-- =================== Improvements =================== -->
 
@@ -80,7 +84,7 @@ Summary
 
 <h3>HTTP Samplers and Test Script Recorder</h3>
 <ul>
-    <li><pr>316</pr>Warn about empty truststore loading. Contributed by 
Vincent Herilier (https://github.com/vherilier)</li>
+    <li><pr>316</pr> - Warn about empty truststore loading. Contributed by 
Vincent Herilier (https://github.com/vherilier)</li>
     <li><bug>61639</bug>HTTP(S) Test Script Recorder : In request filtering 
tab, uncheck by default "Notify Child Listeners of filtered samplers"</li>
 </ul>
 


Reply via email to