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

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git

commit 391f9135b65bbc28e45f3db1b4de5e0544fa80cc
Author: Torsten Mielke <[email protected]>
AuthorDate: Mon Sep 21 14:27:02 2026 +0200

    CAMEL-22986: Use official kamelets from camel-kamelets catalog JAR
    
    Previous commit missed to include
    src/main/resources/camel/my-route.camel.yaml
---
 kamelet-chucknorris/src/main/resources/camel/my-route.camel.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/kamelet-chucknorris/src/main/resources/camel/my-route.camel.yaml 
b/kamelet-chucknorris/src/main/resources/camel/my-route.camel.yaml
new file mode 100644
index 00000000..85edcc95
--- /dev/null
+++ b/kamelet-chucknorris/src/main/resources/camel/my-route.camel.yaml
@@ -0,0 +1,5 @@
+- route:
+    from:
+      uri: kamelet:chuck-norris-source
+      steps:
+        - log: "${body}"

Reply via email to