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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 43cfc47329a Regen
43cfc47329a is described below

commit 43cfc47329a63418cb1faa359bf02f0e4e99f93e
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jun 9 16:25:12 2026 +0200

    Regen
---
 core/camel-spring-boot/src/main/docs/spring-boot.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-spring-boot/src/main/docs/spring-boot.json 
b/core/camel-spring-boot/src/main/docs/spring-boot.json
index e4fa48dd92c..7492dd7a866 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.json
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.json
@@ -835,7 +835,7 @@
     {
       "name": "camel.main.modeline",
       "type": "java.lang.Boolean",
-      "description": "Whether to support JBang style \/\/DEPS to specify 
additional dependencies when running Camel JBang",
+      "description": "Whether to support JBang style \/\/DEPS to specify 
additional dependencies when running Camel CLI",
       "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
       "defaultValue": false
     },
@@ -1196,7 +1196,7 @@
     {
       "name": "camel.main.yaml-dsl-compact-notation-warn",
       "type": "java.lang.Boolean",
-      "description": "Whether to log a WARN when YAML DSL routes use compact 
(shorthand) notation instead of the canonical (explicit\/normalized) form. The 
canonical style is recommended as it is more tooling and AI friendly. Use Camel 
JBang to normalize existing routes: camel yaml normalize &lt;file&gt;",
+      "description": "Whether to log a WARN when YAML DSL routes use compact 
(shorthand) notation instead of the canonical (explicit\/normalized) form. The 
canonical style is recommended as it is more tooling and AI friendly. Use Camel 
CLI to normalize existing routes: camel yaml normalize &lt;file&gt;",
       "sourceType": 
"org.apache.camel.spring.boot.CamelConfigurationProperties$Main",
       "defaultValue": true
     },

Reply via email to