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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 1613f5d  Update jmx-component.adoc
1613f5d is described below

commit 1613f5d384e35e2527cd7dc73a120d6a062ef26c
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Mar 24 10:57:18 2019 +0100

    Update jmx-component.adoc
---
 components/camel-jmx/src/main/docs/jmx-component.adoc | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/components/camel-jmx/src/main/docs/jmx-component.adoc 
b/components/camel-jmx/src/main/docs/jmx-component.adoc
index 97aca1b..f29d750 100644
--- a/components/camel-jmx/src/main/docs/jmx-component.adoc
+++ b/components/camel-jmx/src/main/docs/jmx-component.adoc
@@ -112,22 +112,6 @@ The component supports 2 options, which are listed below.
 // spring-boot-auto-configure options: END
 
 
-=== Activating JMX in Camel
-
-[NOTE]
-====
-*Spring JAR dependency, required for Camel 2.8 or older*
-
-`spring-context.jar`, `spring-aop.jar`, `spring-beans.jar`, and
-`spring-core.jar` are needed on the classpath by Camel to be able to use
-JMX instrumentation. If these .jars are not on the classpath, Camel will
-fallback to non JMX mode. This situation is logged at `WARN` level using
-logger name `org.apache.camel.impl.DefaultCamelContext`.
-
-From *Camel 2.9* onwards, the Spring JARs are *no* longer required to
-run Camel in JMX mode.
-====
-
 ==== Using JMX to manage Apache Camel
 
 By default, JMX instrumentation agent is enabled in Camel, which means

Reply via email to