This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 bbbeec8 CAMEL-16585: camel-kamelet - Main class to easily bootstrap
Camel with Kamelets
bbbeec8 is described below
commit bbbeec88e64e4c29a4ae4d876def10d92d273446
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed May 26 09:36:21 2021 +0200
CAMEL-16585: camel-kamelet - Main class to easily bootstrap Camel with
Kamelets
---
dsl/camel-kamelet-main/src/main/docs/kamelet-main.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dsl/camel-kamelet-main/src/main/docs/kamelet-main.adoc
b/dsl/camel-kamelet-main/src/main/docs/kamelet-main.adoc
index 4e196d1..c32ddd7 100644
--- a/dsl/camel-kamelet-main/src/main/docs/kamelet-main.adoc
+++ b/dsl/camel-kamelet-main/src/main/docs/kamelet-main.adoc
@@ -44,6 +44,8 @@ For example a Camel route can be _coded_ in YAML which uses
the Earthquake Kamel
In this use-case the earthquake kamelet will be downloaded from github, and as
well its required dependencies.
+NOTE: The dependencies are downloaded to `~/.groovy/grapes` directory. To
force re-download then this directory can be deleted.
+
You can find an example with this at
https://github.com/apache/camel-examples/tree/main/examples/kamelet-main[kamelet-main].