This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new e92faa26cb Remove MBean references to deleted methods e92faa26cb is described below commit e92faa26cb216a64e38bbab106acf3186e8b1716 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org