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 937c82c  Add sql as bundled example
937c82c is described below

commit 937c82c850575da05cc0c61ff8b2ef14ff1aa683
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Jun 27 20:47:43 2026 +0200

    Add sql as bundled example
---
 camel-jbang-example-catalog.json | 2 +-
 sql/metadata.json                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-jbang-example-catalog.json b/camel-jbang-example-catalog.json
index e8c46e9..0d40bd8 100644
--- a/camel-jbang-example-catalog.json
+++ b/camel-jbang-example-catalog.json
@@ -498,7 +498,7 @@
             "sql",
             "postgres"
         ],
-        "bundled": false,
+        "bundled": true,
         "requiresDocker": true,
         "hasCitrusTests": false,
         "files": [
diff --git a/sql/metadata.json b/sql/metadata.json
index e2c85b3..2ec7d50 100644
--- a/sql/metadata.json
+++ b/sql/metadata.json
@@ -6,7 +6,7 @@
         "sql",
         "postgres"
     ],
-    "bundled": false,
+    "bundled": true,
     "level": "intermediate",
     "infraServices": [
         "postgres"

Reply via email to