Author: kfujino
Date: Mon Jun  6 06:33:28 2016
New Revision: 1746963

URL: http://svn.apache.org/viewvc?rev=1746963&view=rev
Log:
Add description about removal of MessageDispatch15Interceptor to the migration 
guides.

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

Modified: tomcat/site/trunk/docs/migration-85.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1746963&r1=1746962&r2=1746963&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-85.html (original)
+++ tomcat/site/trunk/docs/migration-85.html Mon Jun  6 06:33:28 2016
@@ -239,6 +239,9 @@
 <li>
 <a href="#JSR-77_implementation_removed">JSR-77 implementation removed</a>
 </li>
+<li>
+<a href="#Clustering">Clustering</a>
+</li>
 </ol>
 </li>
 <li>
@@ -435,6 +438,23 @@ of Apache Tomcat.</p>
   
 </div>
 </div>
+
+  
+<div class="subsection">
+<h4 id="Clustering">Clustering</h4>
+<div class="text">
+
+    
+<p>
+<code>MessageDispatch15Interceptor</code> had been used to add the Java 5
+    features to MessageDispatchInterceptor.
+    <code>MessageDispatch15Interceptor</code> has been removed in Tomcat8.5.x
+    by merging the Java 5 features to <code>MessageDispatchInterceptor</code>.
+    </p>
+
+  
+</div>
+</div>
 
 
 </div>

Modified: tomcat/site/trunk/docs/migration-9.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1746963&r1=1746962&r2=1746963&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-9.html (original)
+++ tomcat/site/trunk/docs/migration-9.html Mon Jun  6 06:33:28 2016
@@ -257,6 +257,9 @@
 <li>
 <a href="#JSR-77_implementation_removed">JSR-77 implementation removed</a>
 </li>
+<li>
+<a href="#Clustering">Clustering</a>
+</li>
 </ol>
 </li>
 <li>
@@ -577,6 +580,23 @@ of Apache Tomcat.</p>
   
 </div>
 </div>
+
+  
+<div class="subsection">
+<h4 id="Clustering">Clustering</h4>
+<div class="text">
+
+    
+<p>
+<code>MessageDispatch15Interceptor</code> had been used to add the Java 5
+    features to MessageDispatchInterceptor.
+    <code>MessageDispatch15Interceptor</code> has been removed in Tomcat8.5.x
+    by merging the Java 5 features to <code>MessageDispatchInterceptor</code>.
+    </p>
+
+  
+</div>
+</div>
 
 
 </div>

Modified: tomcat/site/trunk/xdocs/migration-85.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1746963&r1=1746962&r2=1746963&view=diff
==============================================================================
Binary files - no diff available.

Modified: tomcat/site/trunk/xdocs/migration-9.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-9.xml?rev=1746963&r1=1746962&r2=1746963&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-9.xml (original)
+++ tomcat/site/trunk/xdocs/migration-9.xml Mon Jun  6 06:33:28 2016
@@ -183,6 +183,16 @@ of Apache Tomcat.</p>
     </ul>
   </subsection>
 
+  <subsection name="Clustering">
+
+    <p><code>MessageDispatch15Interceptor</code> had been used to add the Java 
5
+    features to MessageDispatchInterceptor.
+    <code>MessageDispatch15Interceptor</code> has been removed in Tomcat9.0.x
+    by merging the Java 5 features to <code>MessageDispatchInterceptor</code>.
+    </p>
+
+  </subsection>
+
 </section>
 
 <section name="Migrating from 8.5.x to 9.0.x">



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

Reply via email to