This is an automated email from the ASF dual-hosted git repository. oalsafi 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 1a929b7 Update migration guide 1a929b7 is described below commit 1a929b70a8cd432b53adb1c75e3ce8ea792b1b8d Author: Omar Al-Safi <omars...@gmail.com> AuthorDate: Thu Jun 18 10:50:29 2020 +0200 Update migration guide --- docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc | 4 ++++ docs/user-manual/modules/ROOT/pages/camel-component-maven-plugin.adoc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc index 25081a7..c6d7bbe 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_4.adoc @@ -114,6 +114,10 @@ Change the keys from `camel.service.lra` to `camel.lra`, eg `camel.service.lra.c The `camel-archetype-java8` has been removed, as you can just use `camel-archetype-java` instead. +=== Maven Plugins + +A new maven plugin called `camel-component-maven-plugin` has been added which intents to help third party component developers to generate all required metadata and configurations Java files. For more info on how to use it in your project, please take a look at plugin's documentation xref:camel-component-maven-plugin.adoc[here]. + === Camel-Kafka From a lot of time, the headerFilterStrategy application in consumer and producer was done in an interchanged way. 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 62b6d18..9f51228 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/master/tooling/maven/camel-component-maven-plugin[Camel Component -Maven Plugin] allows you 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 with Camel 3.x. These metadata files and Java files allows for more efficiency and faster runs for your component. == Goals Supported