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

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


The following commit(s) were added to refs/heads/master by this push:
     new cfd1973  Add a link to a blog post about Camel Quarkus command line 
applications
cfd1973 is described below

commit cfd1973be186f6f16c8efcf2a43adf2b013d2089
Author: Peter Palaga <[email protected]>
AuthorDate: Mon Mar 22 11:55:01 2021 +0100

    Add a link to a blog post about Camel Quarkus command line applications
---
 docs/modules/ROOT/pages/user-guide/bootstrap.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/modules/ROOT/pages/user-guide/bootstrap.adoc 
b/docs/modules/ROOT/pages/user-guide/bootstrap.adoc
index 62d5c52..801c96d 100644
--- a/docs/modules/ROOT/pages/user-guide/bootstrap.adoc
+++ b/docs/modules/ROOT/pages/user-guide/bootstrap.adoc
@@ -103,6 +103,8 @@ public class Main {
 It is recommended to perform very little logic in the Java Main.
 ====
 
+Find more details about Camel Quarkus command line applications in this 
link:/blog/2020/07/command-line-utility-with-camel-quarkus/[blog post].
+
 === XML Configuration
 
 In order to configure Camel routes, rests or templates in XML, you must add a 
Camel XML parser dependency to the classpath. E.g either `camel-quarkus-xml-io` 
or

Reply via email to