You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/11/07 09:12:55 UTC

(camel) branch main updated: Move some bits of Documentation from 'in Camel 3.x' to since 'Camel 3.x' (#11919)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 77c5f4d1fd9 Move some bits of Documentation from 'in Camel 3.x' to since 'Camel 3.x' (#11919)
77c5f4d1fd9 is described below

commit 77c5f4d1fd9f1c6dad0b010f71d05a62be848c72
Author: Zineb BENDHIBA <be...@gmail.com>
AuthorDate: Tue Nov 7 10:12:48 2023 +0100

    Move some bits of Documentation from 'in Camel 3.x' to since 'Camel 3.x' (#11919)
---
 docs/user-manual/modules/ROOT/pages/camel-component-maven-plugin.adoc | 2 +-
 docs/user-manual/modules/faq/pages/how-do-i-disable-jmx.adoc          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-component-maven-plugin.adoc b/docs/user-manual/modules/ROOT/pages/camel-component-maven-plugin.adoc
index 912b364a3f5..e19259419ad 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-component-maven-plugin.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-component-maven-plugin.adoc
@@ -2,7 +2,7 @@
 
 The
 https://github.com/apache/camel/tree/main/tooling/maven/camel-component-maven-plugin[Camel Component
-Maven Plugin] allows third party component developers to generate all the necessary metadata and Java classes for configurations to be used with Camel 3.x. These metadata files and Java files allows for more efficiency and faster runs for your component.
+Maven Plugin] allows third party component developers to generate all the necessary metadata and Java classes for configurations to be used since Camel 3.x. These metadata files and Java files allows for more efficiency and faster runs for your component.
 
 == Goals Supported
 
diff --git a/docs/user-manual/modules/faq/pages/how-do-i-disable-jmx.adoc b/docs/user-manual/modules/faq/pages/how-do-i-disable-jmx.adoc
index 3b81c3a0f27..f10eacb2eff 100644
--- a/docs/user-manual/modules/faq/pages/how-do-i-disable-jmx.adoc
+++ b/docs/user-manual/modules/faq/pages/how-do-i-disable-jmx.adoc
@@ -1,6 +1,6 @@
 = How do I disable JMX?
 
-== How do I disable JMX in Camel 3.x
+== How do I disable JMX since Camel 3.x
 
 JMX is disabled by default, and only enabled if `camel-management`
 is on the classpath. So an easy way to disable JMX is to _not_ include this JAR.