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

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

commit e256c1f9c74f280ec5460a09f82a301c96ad800f
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri May 8 10:53:25 2026 +0200

    chore(catalog): disable core processor parameter
---
 .../camel/catalog/main/camel-main-configuration-metadata.json     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
index 2ade118a12ff..64c944a9d65a 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
@@ -251,9 +251,9 @@
     { "name": "camel.opentelemetry.traceProcessors", "required": false, 
"description": "Setting this to true will create new OpenTelemetry Spans for 
each Camel Processors. Use the excludePattern property to filter out 
Processors.", "sourceType": 
"org.apache.camel.main.OtelConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": false, "secret": false },
     { "name": "camel.opentelemetry2.enabled", "required": false, 
"description": "To enable OpenTelemetry 2", "sourceType": 
"org.apache.camel.main.Otel2ConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": false, "secret": false },
     { "name": "camel.opentelemetry2.encoding", "required": false, 
"description": "Sets whether the header keys need to be encoded (connector 
specific) or not. The value is a boolean. Dashes need for instances to be 
encoded for JMS property keys.", "sourceType": 
"org.apache.camel.main.Otel2ConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": false, "secret": false },
-    { "name": "camel.opentelemetry2.excludePatterns", "required": false, 
"description": "Adds an exclude pattern that will disable tracing for Camel 
messages that matches the pattern. Multiple patterns can be separated by 
comma.", "sourceType": "org.apache.camel.main.Otel2ConfigurationProperties", 
"type": "string", "javaType": "java.lang.String", "secret": false },
+    { "name": "camel.opentelemetry2.excludePatterns", "required": false, 
"description": "Sets exclude pattern(s) that will disable tracing for Camel 
processors that matches the pattern. Multiple patterns can be separated by 
comma.", "sourceType": "org.apache.camel.main.Otel2ConfigurationProperties", 
"type": "string", "javaType": "java.lang.String", "secret": false },
     { "name": "camel.opentelemetry2.instrumentationName", "required": true, 
"description": "A name uniquely identifying the instrumentation scope, such as 
the instrumentation library, package, or fully qualified class name. Must not 
be null.", "sourceType": "org.apache.camel.main.Otel2ConfigurationProperties", 
"type": "string", "javaType": "java.lang.String", "defaultValue": "camel", 
"secret": false },
-    { "name": "camel.opentelemetry2.traceProcessors", "required": false, 
"description": "Setting this to true will create new OpenTelemetry Spans for 
each Camel Processors. Use the excludePattern property to filter out 
Processors.", "sourceType": 
"org.apache.camel.main.Otel2ConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": false, "secret": false },
+    { "name": "camel.opentelemetry2.traceProcessors", "required": false, 
"description": "Setting this to true will create new telemetry spans for each 
Camel custom Processors. Use the excludePattern property to filter out 
Processors.", "sourceType": 
"org.apache.camel.main.Otel2ConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": false, "secret": false },
     { "name": 
"camel.resilience4j.automaticTransitionFromOpenToHalfOpenEnabled", "required": 
false, "description": "Enables automatic transition from OPEN to HALF_OPEN 
state once the waitDurationInOpenState has passed.", "sourceType": 
"org.apache.camel.main.Resilience4jConfigurationProperties", "type": "boolean", 
"javaType": "java.lang.Boolean", "defaultValue": false, "secret": false },
     { "name": "camel.resilience4j.bulkheadEnabled", "required": false, 
"description": "Whether bulkhead is enabled or not on the circuit breaker.", 
"sourceType": "org.apache.camel.main.Resilience4jConfigurationProperties", 
"type": "boolean", "javaType": "java.lang.Boolean", "defaultValue": false, 
"secret": false },
     { "name": "camel.resilience4j.bulkheadMaxConcurrentCalls", "required": 
false, "description": "Configures the max amount of concurrent calls the 
bulkhead will support.", "sourceType": 
"org.apache.camel.main.Resilience4jConfigurationProperties", "type": "integer", 
"javaType": "java.lang.Integer", "secret": false },
@@ -377,9 +377,9 @@
     { "name": "camel.startupcondition.onTimeout", "required": false, 
"description": "What action, to do on timeout. fail = do not startup, and throw 
an exception causing camel to fail stop = do not startup, and stop camel ignore 
= log a WARN and continue to startup", "sourceType": 
"org.apache.camel.main.StartupConditionConfigurationProperties", "type": 
"enum", "javaType": "java.lang.String", "defaultValue": "stop", "secret": 
false, "enum": [ "fail", "stop", "ignore" ] },
     { "name": "camel.startupcondition.timeout", "required": false, 
"description": "Total timeout (in millis) for all startup conditions.", 
"sourceType": "org.apache.camel.main.StartupConditionConfigurationProperties", 
"type": "integer", "javaType": "int", "defaultValue": 20000, "secret": false },
     { "name": "camel.telemetryDev.enabled", "required": false, "description": 
"To enable TelemetryDev", "sourceType": 
"org.apache.camel.main.TelemetryDevConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": false, "secret": false },
-    { "name": "camel.telemetryDev.excludePatterns", "required": false, 
"description": "Adds an exclude pattern that will disable tracing for Camel 
messages that matches the pattern. Multiple patterns can be separated by 
comma.", "sourceType": 
"org.apache.camel.main.TelemetryDevConfigurationProperties", "type": "string", 
"javaType": "java.lang.String", "secret": false },
+    { "name": "camel.telemetryDev.excludePatterns", "required": false, 
"description": "Sets exclude pattern(s) that will disable tracing for Camel 
processors that matches the pattern. Multiple patterns can be separated by 
comma.", "sourceType": 
"org.apache.camel.main.TelemetryDevConfigurationProperties", "type": "string", 
"javaType": "java.lang.String", "secret": false },
     { "name": "camel.telemetryDev.traceFormat", "required": false, 
"description": "The output format for traces.", "sourceType": 
"org.apache.camel.main.TelemetryDevConfigurationProperties", "type": "string", 
"javaType": "java.lang.String", "secret": false },
-    { "name": "camel.telemetryDev.traceProcessors", "required": false, 
"description": "Setting this to true will create new TelemetrySimple Spans for 
each Camel Processors. Use the excludePattern property to filter out 
Processors.", "sourceType": 
"org.apache.camel.main.TelemetryDevConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": false, "secret": false },
+    { "name": "camel.telemetryDev.traceProcessors", "required": false, 
"description": "Setting this to true will create new telemetry spans for each 
Camel custom Processors. Use the excludePattern property to filter out 
Processors.", "sourceType": 
"org.apache.camel.main.TelemetryDevConfigurationProperties", "type": "boolean", 
"javaType": "boolean", "defaultValue": false, "secret": false },
     { "name": "camel.threadpool.allowCoreThreadTimeOut", "required": false, 
"description": "Sets default whether to allow core threads to timeout", 
"sourceType": "org.apache.camel.main.ThreadPoolConfigurationProperties", 
"type": "boolean", "javaType": "java.lang.Boolean", "defaultValue": false, 
"secret": false },
     { "name": "camel.threadpool.config", "required": false, "description": 
"Adds a configuration for a specific thread pool profile (inherits default 
values)", "sourceType": 
"org.apache.camel.main.ThreadPoolConfigurationProperties", "type": "object", 
"javaType": "java.util.Map", "secret": false },
     { "name": "camel.threadpool.keepAliveTime", "required": false, 
"description": "Sets the default keep alive time for inactive threads", 
"sourceType": "org.apache.camel.main.ThreadPoolConfigurationProperties", 
"type": "integer", "javaType": "java.lang.Long", "secret": false },

Reply via email to