This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new b4f3ec3 Regen for commit 4b0efca4973830814333597960f2aad26f5b5194 b4f3ec3 is described below commit b4f3ec3fde8bcb730a510500600b411ab76d1b66 Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Fri Jan 29 11:48:23 2021 +0000 Regen for commit 4b0efca4973830814333597960f2aad26f5b5194 Signed-off-by: GitHub <nore...@github.com> --- .../resources/org/apache/camel/catalog/models/camelContext.json | 2 +- .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/camelContext.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/camelContext.json index b57b615..0e0c891 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/camelContext.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/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." }, diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd index efd3087..070e9a6 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd @@ -14701,6 +14701,7 @@ Sets a reference to a thread pool to be used by the error handler. <xs:enumeration value="Verbose"/> <xs:enumeration value="Default"/> <xs:enumeration value="Brief"/> + <xs:enumeration value="Oneline"/> <xs:enumeration value="Off"/> </xs:restriction> </xs:simpleType>