You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2023/10/31 14:58:03 UTC

(camel-karavan) 01/03: Missing properties for camel-main

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

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

commit fcc6aa3dad8c5079e21e95d10f19eff8b6b59fba
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Fri Oct 27 19:48:33 2023 -0400

    Missing properties for camel-main
---
 karavan-vscode/package.json | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/karavan-vscode/package.json b/karavan-vscode/package.json
index e99004d0..de078823 100644
--- a/karavan-vscode/package.json
+++ b/karavan-vscode/package.json
@@ -284,13 +284,16 @@
             "camel.karavan.target=$TARGET",
             "camel.jbang.gav=$GAV",
             "camel.jbang.version=4.1.0",
-            "camel.jbang.runtime=$RUNTIME",
+            "camel.jbang.runtime=camel-main",
+            "camel.jbang.dependencies=camel-console,camel-platform-http-main",
             "camel.jbang.exportDir=.export",
             "camel.health.enabled=true",
             "camel.health.exposure-level=full",
             "camel.server.enabled=true",
             "camel.server.healthCheckEnabled=true",
-            "camel.server.devConsoleEnabled=true"
+            "camel.server.devConsoleEnabled=true",
+            "camel.main.tracingStandby=true",
+            "camel.context.dev-console=true"
           ],
           "description": "Camel-main application.properties template",
           "scope": "machine",