This is an automated email from the ASF dual-hosted git repository.
remm 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 8f87aaf16f Remove missing operations
8f87aaf16f is described below
commit 8f87aaf16fc08337f252a335df070495aed275a6
Author: remm <[email protected]>
AuthorDate: Thu Nov 14 16:10:06 2024 +0100
Remove missing operations
---
.../apache/catalina/storeconfig/mbeans-descriptors.xml | 18 ++++--------------
1 file changed, 4 insertions(+), 14 deletions(-)
diff --git a/java/org/apache/catalina/storeconfig/mbeans-descriptors.xml
b/java/org/apache/catalina/storeconfig/mbeans-descriptors.xml
index 06aad64a8a..8f9a8c1c0c 100644
--- a/java/org/apache/catalina/storeconfig/mbeans-descriptors.xml
+++ b/java/org/apache/catalina/storeconfig/mbeans-descriptors.xml
@@ -26,9 +26,11 @@
domain="Catalina"
group="StoreConfig"
type="org.apache.catalina.storeconfig.StoreConfig">
+
<operation name="storeConfig"
description="Store Server"
impact="ACTION" returnType="void" />
+
<operation name="storeServer"
description="Store Server from ObjectName"
impact="ACTION" returnType="void" >
@@ -59,6 +61,7 @@
description="store all or store only internal server.xml
context (configFile == null)"
type="boolean"/>
</operation>
+
<operation name="store"
description="Store Server"
impact="ACTION" returnType="void" >
@@ -67,6 +70,7 @@
type="org.apache.catalina.Server"
/>
</operation>
+
<operation name="store"
description="Store Context"
impact="ACTION" returnType="void" >
@@ -74,20 +78,6 @@
description="Context"
type="org.apache.catalina.Context"/>
</operation>
- <operation name="store"
- description="Store Host"
- impact="ACTION" returnType="void" >
- <parameter name="host"
- description="Host"
- type="org.apache.catalina.Host"/>
- </operation>
- <operation name="store"
- description="Store Service"
- impact="ACTION" returnType="void" >
- <parameter name="service"
- description="service"
- type="org.apache.catalina.Service"/>
- </operation>
</mbean>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]