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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8b032ad  Regen for commit a712344a3f87ab7038e0a1f8e69da870a16fdc81
8b032ad is described below

commit 8b032ad701a4c22f5d6c440b4ba5812736a239bc
Author: davsclaus <davscl...@users.noreply.github.com>
AuthorDate: Wed Jan 5 10:59:20 2022 +0000

    Regen for commit a712344a3f87ab7038e0a1f8e69da870a16fdc81
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../org/apache/camel/catalog/models/camelContext.json        |  1 +
 .../org/apache/camel/catalog/schemas/camel-spring.xsd        | 12 ++++++++++++
 2 files changed, 13 insertions(+)

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 cf721b1..a97c077 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
@@ -19,6 +19,7 @@
     "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." },
     "debug": { "kind": "attribute", "displayName": "Debug", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets whether debugging is 
enabled or not. To use debugging then this must be enabled on startup to be 
installed in the CamelContext." },
     "messageHistory": { "kind": "attribute", "displayName": "Message History", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 
"false", "description": "Sets whether message history is enabled or not." },
+    "sourceLocationEnabled": { "kind": "attribute", "displayName": "Source 
Location Enabled", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "false", "description": "Whether to capture precise source 
location:line-number for all EIPs in Camel routes. Enabling this will impact 
parsing Java based routes (also Groovy, Kotlin, etc.) on startup as this uses 
JDK StackTraceElement to calculate the lo [...]
     "logMask": { "kind": "attribute", "displayName": "Log Mask", "required": 
false, "type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "false", "description": 
"Sets whether security mask for Logging is enabled or not." },
     "logExhaustedMessageBody": { "kind": "attribute", "displayName": "Log 
Exhausted Message Body", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets whether to log exhausted message body with message 
history." },
     "streamCache": { "kind": "attribute", "displayName": "Stream Cache", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "autowired": false, "secret": false, "description": "Sets 
whether stream caching is enabled or not." },
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 155e006..605e5da 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
@@ -15120,6 +15120,18 @@ Sets whether message history is enabled or not. 
Default value: false
             ]]></xs:documentation>
           </xs:annotation>
         </xs:attribute>
+        <xs:attribute name="sourceLocationEnabled" type="xs:string">
+          <xs:annotation>
+            <xs:documentation xml:lang="en"><![CDATA[
+Whether to capture precise source location:line-number for all EIPs in Camel
+routes. Enabling this will impact parsing Java based routes (also Groovy,
+Kotlin, etc.) on startup as this uses JDK StackTraceElement to calculate the
+location from the Camel route, which comes with a performance cost. This only
+impact startup, not the performance of the routes at runtime. Default value:
+false
+            ]]></xs:documentation>
+          </xs:annotation>
+        </xs:attribute>
         <xs:attribute name="logMask" type="xs:string">
           <xs:annotation>
             <xs:documentation xml:lang="en"><![CDATA[

Reply via email to