Author: markt
Date: Mon Mar  6 11:58:12 2017
New Revision: 1785638

URL: http://svn.apache.org/viewvc?rev=1785638&view=rev
Log:
Update migration guide with changed startStopThreads behaviour

Modified:
    tomcat/site/trunk/docs/migration-9.html
    tomcat/site/trunk/xdocs/migration-9.xml

Modified: tomcat/site/trunk/docs/migration-9.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1785638&r1=1785637&r2=1785638&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-9.html (original)
+++ tomcat/site/trunk/docs/migration-9.html Mon Mar  6 11:58:12 2017
@@ -281,6 +281,9 @@
 <a href="#Web_applications">Web applications</a>
 </li>
 <li>
+<a href="#Engine_and_Host_configurations">Engine and Host configurations</a>
+</li>
+<li>
 <a href="#Context_configurations">Context configurations</a>
 </li>
 </ol>
@@ -748,6 +751,21 @@ of Apache Tomcat.</p>
 
   
 </div>
+</div>
+
+  
+<div class="subsection">
+<h4 id="Engine_and_Host_configurations">Engine and Host configurations</h4>
+<div class="text">
+
+    
+<p>The behaviour for <code>startStopThreads</code> has changed when the
+    effective value is 1. In this case, children will be started on the current
+    thread rather than via an <code>ExecutorService</code> configured with a
+    single thread.</p>
+
+  
+</div>
 </div>
 
   

Modified: tomcat/site/trunk/xdocs/migration-9.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-9.xml?rev=1785638&r1=1785637&r2=1785638&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-9.xml (original)
+++ tomcat/site/trunk/xdocs/migration-9.xml Mon Mar  6 11:58:12 2017
@@ -271,6 +271,15 @@ of Apache Tomcat.</p>
 
   </subsection>
 
+  <subsection name="Engine and Host configurations">
+
+    <p>The behaviour for <code>startStopThreads</code> has changed when the
+    effective value is 1. In this case, children will be started on the current
+    thread rather than via an <code>ExecutorService</code> configured with a
+    single thread.</p>
+
+  </subsection>
+
   <subsection name="Context configurations">
 
     <p>The <code>clearReferencesStatic</code> attribute has been removed in



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to