Author: kfujino
Date: Mon Jun  6 06:21:39 2016
New Revision: 1746962

URL: http://svn.apache.org/viewvc?rev=1746962&view=rev
Log:
Add description about removal of JSR-77 implementation 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=1746962&r1=1746961&r2=1746962&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-85.html (original)
+++ tomcat/site/trunk/docs/migration-85.html Mon Jun  6 06:21:39 2016
@@ -236,6 +236,9 @@
 <li>
 <a href="#Internal_APIs">Internal APIs</a>
 </li>
+<li>
+<a href="#JSR-77_implementation_removed">JSR-77 implementation removed</a>
+</li>
 </ol>
 </li>
 <li>
@@ -398,6 +401,40 @@ of Apache Tomcat.</p>
   
 </div>
 </div>
+  
+  
+<div class="subsection">
+<h4 id="JSR-77_implementation_removed">JSR-77 implementation removed</h4>
+<div class="text">
+
+    
+<p>The JSR-77 implementation is incomplete and has been removed in 8.5.x.
+    Specifically, the following methods that exposed to JMX have been removed.
+    </p>
+
+    
+<ul>
+      
+<li>
+<code>StandardContext.getServlets()</code>
+</li>
+      
+<li>
+<code>StandardContext.isStateManageable()</code>
+</li>
+      
+<li>
+<code>StandardContext.getDeploymentDescriptor()</code>
+</li>
+      
+<li>
+<code>StandardWrapper.isStateManageable()</code>
+</li>
+    
+</ul>
+  
+</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=1746962&r1=1746961&r2=1746962&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-9.html (original)
+++ tomcat/site/trunk/docs/migration-9.html Mon Jun  6 06:21:39 2016
@@ -254,6 +254,9 @@
 <li>
 <a href="#Migrating_from_8.0.x_to_9.0.x/Internal_APIs">Internal APIs</a>
 </li>
+<li>
+<a href="#JSR-77_implementation_removed">JSR-77 implementation removed</a>
+</li>
 </ol>
 </li>
 <li>
@@ -540,6 +543,40 @@ of Apache Tomcat.</p>
   
 </div>
 </div>
+
+  
+<div class="subsection">
+<h4 id="JSR-77_implementation_removed">JSR-77 implementation removed</h4>
+<div class="text">
+
+    
+<p>The JSR-77 implementation is incomplete and has been removed in 9.0.x.
+    Specifically, the following methods that exposed to JMX have been removed.
+    </p>
+
+    
+<ul>
+      
+<li>
+<code>StandardContext.getServlets()</code>
+</li>
+      
+<li>
+<code>StandardContext.isStateManageable()</code>
+</li>
+      
+<li>
+<code>StandardContext.getDeploymentDescriptor()</code>
+</li>
+      
+<li>
+<code>StandardWrapper.isStateManageable()</code>
+</li>
+    
+</ul>
+  
+</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=1746962&r1=1746961&r2=1746962&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=1746962&r1=1746961&r2=1746962&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-9.xml (original)
+++ tomcat/site/trunk/xdocs/migration-9.xml Mon Jun  6 06:21:39 2016
@@ -169,6 +169,20 @@ of Apache Tomcat.</p>
 
   </subsection>
 
+  <subsection name="JSR-77 implementation removed">
+
+    <p>The JSR-77 implementation is incomplete and has been removed in 9.0.x.
+    Specifically, the following methods that exposed to JMX have been removed.
+    </p>
+
+    <ul>
+      <li><code>StandardContext.getServlets()</code></li>
+      <li><code>StandardContext.isStateManageable()</code></li>
+      <li><code>StandardContext.getDeploymentDescriptor()</code></li>
+      <li><code>StandardWrapper.isStateManageable()</code></li>
+    </ul>
+  </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