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-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 4eab756 Update README.adoc
4eab756 is described below
commit 4eab7568b2f401105274f00ca57e50397173b4de
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Nov 21 15:47:41 2023 +0100
Update README.adoc
---
jbang/bean-inlined-code/README.adoc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/jbang/bean-inlined-code/README.adoc
b/jbang/bean-inlined-code/README.adoc
index bc246a0..7cb5198 100644
--- a/jbang/bean-inlined-code/README.adoc
+++ b/jbang/bean-inlined-code/README.adoc
@@ -1,6 +1,8 @@
== YAML with inlined Java code
-An example, of using YAML DSL with inlined Java code create a bean.
+An example, of using YAML DSL with inlined Java code creating and configuring
a bean,
+to be used in the Camel route.
+
This shows the full flexibility by allowing to write a little bit of Java code
directly inlined in YAML DSL to make it possible to create and configure the
bean
anyay you need, with the power of low-code prgramming.