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-jbang-examples.git
The following commit(s) were added to refs/heads/main by this push:
new c5638dc Update
c5638dc is described below
commit c5638dcdddd494178c1cf06946e697e1967fe157
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jun 2 12:08:08 2026 +0200
Update
---
camel-jbang-example-catalog.json | 3 +++
route-topology/metadata.json | 5 ++++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/camel-jbang-example-catalog.json b/camel-jbang-example-catalog.json
index 20def5c..1d5361f 100644
--- a/camel-jbang-example-catalog.json
+++ b/camel-jbang-example-catalog.json
@@ -390,6 +390,9 @@
"README.md",
"application.properties",
"route-topology.camel.yaml"
+ ],
+ "infraServices": [
+ "kafka"
]
},
{
diff --git a/route-topology/metadata.json b/route-topology/metadata.json
index 7737777..1729b2e 100644
--- a/route-topology/metadata.json
+++ b/route-topology/metadata.json
@@ -8,5 +8,8 @@
"timer"
],
"bundled": true,
- "level": "intermediate"
+ "level": "intermediate",
+ "infraServices": [
+ "kafka"
+ ]
}