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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 4b0efca4973830814333597960f2aad26f5b5194
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Jan 29 12:10:33 2021 +0100

    CAMEL-16072: camel-main - be less verbose in summary off mode
---
 .../src/generated/resources/org/apache/camel/spring/camelContext.json   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-spring/src/generated/resources/org/apache/camel/spring/camelContext.json
 
b/components/camel-spring/src/generated/resources/org/apache/camel/spring/camelContext.json
index b57b615..0e0c891 100644
--- 
a/components/camel-spring/src/generated/resources/org/apache/camel/spring/camelContext.json
+++ 
b/components/camel-spring/src/generated/resources/org/apache/camel/spring/camelContext.json
@@ -12,7 +12,7 @@
   },
   "properties": {
     "depends-on": { "kind": "attribute", "displayName": "Depends On", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "List 
of other bean id's this CamelContext depends up. Multiple bean id's can be 
separated by comma." },
-    "startupSummaryLevel": { "kind": "attribute", "displayName": "Startup 
Summary Level", "required": false, "type": "enum", "javaType": 
"org.apache.camel.StartupSummaryLevel", "enum": [ "brief", "classic", 
"default", "off", "verbose" ], "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "Default", "description": "Controls the level 
of information logged during startup (and shutdown) of CamelContext." },
+    "startupSummaryLevel": { "kind": "attribute", "displayName": "Startup 
Summary Level", "required": false, "type": "enum", "javaType": 
"org.apache.camel.StartupSummaryLevel", "enum": [ "brief", "classic", 
"default", "off", "oneline", "verbose" ], "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "Default", "description": "Controls the 
level of information logged during startup (and shutdown) of CamelContext." },
     "trace": { "kind": "attribute", "displayName": "Trace", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets whether tracing is 
enabled or not. To use tracing then this must be enabled on startup to be 
installed in the CamelContext." },
     "backlogTrace": { "kind": "attribute", "displayName": "Backlog Trace", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
whether backlog tracing is enabled or not. To use backlog tracing then this 
must be enabled on startup to be installed in the CamelContext." },
     "tracePattern": { "kind": "attribute", "displayName": "Trace Pattern", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Tracing pattern to match which node EIPs to trace. For example to match all To 
EIP nodes, use to. The pattern matches by node and route id's Multiple patterns 
can be separated by comma." },

Reply via email to