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 9e0bd90 Regen
9e0bd90 is described below
commit 9e0bd90aa67ea026b8e49eab948e160211ef4de7
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue May 25 08:09:16 2021 +0200
Regen
---
.../apache/camel/catalog/docs/kamelet-main.adoc | 49 ----------------------
1 file changed, 49 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kamelet-main.adoc
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kamelet-main.adoc
deleted file mode 100644
index 4e196d1..0000000
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kamelet-main.adoc
+++ /dev/null
@@ -1,49 +0,0 @@
-[[kamelet-main-other]]
-= Kamelet Main Component
-:docTitle: Kamelet Main
-:artifactId: camel-kamelet-main
-:description: Main to run Kamelet standalone
-:since: 3.11
-:supportLevel: Preview
-include::{cq-version}@camel-quarkus:ROOT:partial$reference/others/kamelet-main.adoc[opts=optional]
-
-*Since Camel {since}*
-
-A `main` class that is opinionated to boostrap and run Camel standalone with
Kameleets for development and demo purposes.
-
-== Initial configuration
-
-The `KameletMain` is pre-configured with the following properties:
-
-[source,properties]
-----
-camel.component.kamelet.location =
classpath:/kamelets,github:apache:camel-kamelets
-camel.main.routes-include-pattern = classpath:camel/*
-camel.main.lightweight = true
-----
-
-These settings can be overridden by configuration in `application.properties`.
-
-== Automatic dependencies downloading
-
-The Kamelet Main can automatic download Kamelet YAML files from a remote
location over http/https, and from github as well.
-
-The official Kameleets from the Apache Camel Kamelet Catalog is stored on
github and they can be used out of the box as-is.
-
-For example a Camel route can be _coded_ in YAML which uses the Earthquake
Kamelet from the catalog, as shown below:
-
-[source,yaml]
-----
-- route:
- from: "kamelet:earthquake-source"
- steps:
- - unmarshal:
- json: {}
- - log: "Earthquake with magnitude ${body[properties][mag]} at
${body[properties][place]}"
-----
-
-In this use-case the earthquake kamelet will be downloaded from github, and as
well its required dependencies.
-
-You can find an example with this at
-https://github.com/apache/camel-examples/tree/main/examples/kamelet-main[kamelet-main].
-