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 5bd17a3  chore: exclude compose.yaml from example catalog
5bd17a3 is described below

commit 5bd17a37fae126e55381751a1495e0b80df2d209
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Jun 27 21:33:22 2026 +0200

    chore: exclude compose.yaml from example catalog
    
    JBang runs infra services natively via infraServices, so compose
    files are not needed as bundled example files.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    Signed-off-by: Claus Ibsen <[email protected]>
---
 camel-jbang-example-catalog.json | 5 -----
 generate-catalog.sh              | 1 +
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/camel-jbang-example-catalog.json b/camel-jbang-example-catalog.json
index 0d40bd8..33129c7 100644
--- a/camel-jbang-example-catalog.json
+++ b/camel-jbang-example-catalog.json
@@ -144,7 +144,6 @@
         "files": [
             "README.md",
             "application.properties",
-            "compose.yaml",
             "docling-langchain4j-rag.yaml",
             "sample.md"
         ],
@@ -197,7 +196,6 @@
         "files": [
             "README.md",
             "application.properties",
-            "compose.yaml",
             "ftp.camel.yaml",
             "jbang.properties"
         ],
@@ -305,7 +303,6 @@
         "files": [
             "README.md",
             "application.properties",
-            "compose.yaml",
             "infra/mosquitto.conf",
             "mqtt.camel.yaml",
             "start.sh"
@@ -460,7 +457,6 @@
             "analyzer/error-analyzer.camel.yaml",
             "containers/caches/infinispan-events-config.json",
             "containers/caches/infinispan-events-to-process-config.json",
-            "containers/docker-compose.yaml",
             "containers/otel-collector-config.yaml",
             "correlator/application-dev.properties",
             "correlator/correlated-log-schema.json",
@@ -504,7 +500,6 @@
         "files": [
             "README.md",
             "application.properties",
-            "compose.yaml",
             "sql.camel.yaml"
         ],
         "infraServices": [
diff --git a/generate-catalog.sh b/generate-catalog.sh
index bad12bc..ded0413 100755
--- a/generate-catalog.sh
+++ b/generate-catalog.sh
@@ -37,6 +37,7 @@ catalog_file = sys.argv[2]
 
 SKIP_FILES = {
     "metadata.json",
+    "compose.yaml", "docker-compose.yaml",
     ".gitignore", ".DS_Store"
 }
 SKIP_EXTENSIONS = {

Reply via email to