You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/10/31 09:07:18 UTC

[tomcat] branch main updated: Remove MBean references to deleted methods

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 184997e2bd Remove MBean references to deleted methods
184997e2bd is described below

commit 184997e2bd41a304260430a140315944c6a63def
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Oct 31 09:07:12 2022 +0000

    Remove MBean references to deleted methods
---
 .../org/apache/catalina/startup/mbeans-descriptors.xml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/java/org/apache/catalina/startup/mbeans-descriptors.xml b/java/org/apache/catalina/startup/mbeans-descriptors.xml
index 9cdc1bb438..66dd4ccb2d 100644
--- a/java/org/apache/catalina/startup/mbeans-descriptors.xml
+++ b/java/org/apache/catalina/startup/mbeans-descriptors.xml
@@ -99,15 +99,6 @@
                  type="java.lang.String"/>
     </operation>
 
-    <operation name="addServiced"
-               description="DEPRECATED: Add a web application to the serviced list to show it is being serviced by another component"
-               impact="ACTION"
-               returnType="void">
-      <parameter name="name"
-                 description="Application name"
-                 type="java.lang.String"/>
-    </operation>
-
     <operation name="check"
                description="Check a web application name for updates"
                impact="ACTION"
@@ -141,15 +132,6 @@
                  type="java.lang.String"/>
     </operation>
 
-    <operation name="isServiced"
-               description="DEPRECATED: Is a web application serviced by another component"
-               impact="ACTION"
-               returnType="boolean">
-      <parameter name="name"
-                 description="Application name"
-                 type="java.lang.String"/>
-    </operation>
-
     <operation name="manageApp"
                description="Add a web application managed externally"
                impact="ACTION"


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