This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis-console.git
The following commit(s) were added to refs/heads/main by this push:
new a79470f ARTEMIS-5857 Disable unnecessary jolokia detectors
a79470f is described below
commit a79470fa7e701162c6439ad94efaabf5f31757e8
Author: Domenico Francesco Bruscino <[email protected]>
AuthorDate: Tue Jan 27 10:59:47 2026 +0100
ARTEMIS-5857 Disable unnecessary jolokia detectors
---
.../src/main/resources/META-INF/jolokia/detectors | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/artemis-console-war/src/main/resources/META-INF/jolokia/detectors
b/artemis-console-war/src/main/resources/META-INF/jolokia/detectors
new file mode 100644
index 0000000..5f05793
--- /dev/null
+++ b/artemis-console-war/src/main/resources/META-INF/jolokia/detectors
@@ -0,0 +1,26 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+!org.jolokia.server.detector.misc.ActiveMQDetector
+!org.jolokia.server.detector.jee.GeronimoDetector
+!org.jolokia.server.detector.jee.JBossDetector
+!org.jolokia.server.detector.jee.TomcatDetector
+!org.jolokia.server.detector.jee.JettyDetector
+!org.jolokia.server.detector.jee.GlassfishDetector
+!org.jolokia.server.detector.jee.WeblogicDetector
+!org.jolokia.server.detector.jee.WebsphereDetector
+!org.jolokia.server.detector.misc.LightstreamerDetector
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]