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


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

commit f135e2015730b7579de10fd3577c6f130ff4b8f3
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jun 4 11:10:31 2025 +0200

    Polished
---
 .../generated/resources/org/apache/camel/catalog/models/enrich.json   | 2 +-
 .../resources/org/apache/camel/catalog/models/pollEnrich.json         | 2 +-
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd       | 4 ++--
 .../resources/org/apache/camel/catalog/schemas/camel-xml-io.xsd       | 4 ++--
 .../generated/resources/META-INF/org/apache/camel/model/enrich.json   | 2 +-
 .../resources/META-INF/org/apache/camel/model/pollEnrich.json         | 2 +-
 .../src/main/java/org/apache/camel/model/EnrichDefinition.java        | 4 ++--
 .../src/main/java/org/apache/camel/model/PollEnrichDefinition.java    | 4 ++--
 .../org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java   | 4 ++--
 .../camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json   | 4 ++--
 10 files changed, 16 insertions(+), 16 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
index dc8f6063027..1943eb509fb 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/enrich.json
@@ -25,7 +25,7 @@
     "shareUnitOfWork": { "index": 10, "kind": "attribute", "displayName": 
"Share Unit Of Work", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Shares the org.apache.camel.spi.UnitOfWork with the parent and the resource 
exchange. Enrich will by default not share unit of work between the parent 
exchange and the resource exchange. [...]
     "cacheSize": { "index": 11, "kind": "attribute", "displayName": "Cache 
Size", "group": "advanced", "label": "advanced", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "description": "Sets the maximum size used by the 
org.apache.camel.spi.ProducerCache which is used to cache and reuse producer 
when uris are reused. Beware that when using dynamic endpoints then it affects 
how well the cache can be utilize [...]
     "ignoreInvalidEndpoint": { "index": 12, "kind": "attribute", 
"displayName": "Ignore Invalid Endpoint", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Ignore the invalidate endpoint exception 
when try to create a producer with that endpoint" },
-    "allowOptimisedComponents": { "index": 13, "kind": "attribute", 
"displayName": "Allow Optimised Components", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to allow components to optimise 
enricher if they are org.apache.camel.spi.SendDynamicAware ." },
+    "allowOptimisedComponents": { "index": 13, "kind": "attribute", 
"displayName": "Allow Optimised Components", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to allow components to optimise 
enricher if they are org.apache.camel.spi.SendDynamicAware" },
     "autoStartComponents": { "index": 14, "kind": "attribute", "displayName": 
"Auto Start Components", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to auto startup components when enricher is starting up." }
   },
   "exchangeProperties": {
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/pollEnrich.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/pollEnrich.json
index 5644c4a8a54..da0d13e98c7 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/pollEnrich.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/pollEnrich.json
@@ -24,7 +24,7 @@
     "timeout": { "index": 9, "kind": "attribute", "displayName": "Timeout", 
"group": "common", "required": false, "type": "duration", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "-1", "description": "Timeout in millis when polling from the 
external service. The timeout has influence about the poll enrich behavior. It 
basically operations in three different modes: negative value - Waits until a 
message is available and then ret [...]
     "cacheSize": { "index": 10, "kind": "attribute", "displayName": "Cache 
Size", "group": "advanced", "label": "advanced", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "description": "Sets the maximum size used by the 
org.apache.camel.spi.ConsumerCache which is used to cache and reuse consumers 
when uris are reused. Beware that when using dynamic endpoints then it affects 
how well the cache can be utiliz [...]
     "ignoreInvalidEndpoint": { "index": 11, "kind": "attribute", 
"displayName": "Ignore Invalid Endpoint", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Ignore the invalidate endpoint exception 
when try to create a producer with that endpoint" },
-    "allowOptimisedComponents": { "index": 12, "kind": "attribute", 
"displayName": "Allow Optimised Components", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to allow components to optimise 
if they are org.apache.camel.spi.SendDynamicAware ." },
+    "allowOptimisedComponents": { "index": 12, "kind": "attribute", 
"displayName": "Allow Optimised Components", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to allow components to optimise 
if they are org.apache.camel.spi.PollDynamicAware" },
     "autoStartComponents": { "index": 13, "kind": "attribute", "displayName": 
"Auto Start Components", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to auto startup components when poll enricher is starting up." }
   },
   "exchangeProperties": {
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 06af6d305db..a7c9fbf92a4 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
@@ -5793,7 +5793,7 @@ Ignore the invalidate endpoint exception when try to 
create a producer with that
           <xs:annotation>
             <xs:documentation xml:lang="en">
 <![CDATA[
-Whether to allow components to optimise enricher if they are 
org.apache.camel.spi.SendDynamicAware . Default value: true
+Whether to allow components to optimise enricher if they are 
org.apache.camel.spi.SendDynamicAware. Default value: true
 ]]>
             </xs:documentation>
           </xs:annotation>
@@ -11928,7 +11928,7 @@ Ignore the invalidate endpoint exception when try to 
create a producer with that
           <xs:annotation>
             <xs:documentation xml:lang="en">
 <![CDATA[
-Whether to allow components to optimise if they are 
org.apache.camel.spi.SendDynamicAware . Default value: true
+Whether to allow components to optimise if they are 
org.apache.camel.spi.PollDynamicAware. Default value: true
 ]]>
             </xs:documentation>
           </xs:annotation>
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-xml-io.xsd
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-xml-io.xsd
index 2cc6d82efc3..a70a1fe53e8 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-xml-io.xsd
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-xml-io.xsd
@@ -4466,7 +4466,7 @@ Ignore the invalidate endpoint exception when try to 
create a producer with that
           <xs:annotation>
             <xs:documentation xml:lang="en">
 <![CDATA[
-Whether to allow components to optimise enricher if they are 
org.apache.camel.spi.SendDynamicAware . Default value: true
+Whether to allow components to optimise enricher if they are 
org.apache.camel.spi.SendDynamicAware. Default value: true
 ]]>
             </xs:documentation>
           </xs:annotation>
@@ -10601,7 +10601,7 @@ Ignore the invalidate endpoint exception when try to 
create a producer with that
           <xs:annotation>
             <xs:documentation xml:lang="en">
 <![CDATA[
-Whether to allow components to optimise if they are 
org.apache.camel.spi.SendDynamicAware . Default value: true
+Whether to allow components to optimise if they are 
org.apache.camel.spi.PollDynamicAware. Default value: true
 ]]>
             </xs:documentation>
           </xs:annotation>
diff --git 
a/core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/enrich.json
 
b/core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/enrich.json
index dc8f6063027..1943eb509fb 100644
--- 
a/core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/enrich.json
+++ 
b/core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/enrich.json
@@ -25,7 +25,7 @@
     "shareUnitOfWork": { "index": 10, "kind": "attribute", "displayName": 
"Share Unit Of Work", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Shares the org.apache.camel.spi.UnitOfWork with the parent and the resource 
exchange. Enrich will by default not share unit of work between the parent 
exchange and the resource exchange. [...]
     "cacheSize": { "index": 11, "kind": "attribute", "displayName": "Cache 
Size", "group": "advanced", "label": "advanced", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "description": "Sets the maximum size used by the 
org.apache.camel.spi.ProducerCache which is used to cache and reuse producer 
when uris are reused. Beware that when using dynamic endpoints then it affects 
how well the cache can be utilize [...]
     "ignoreInvalidEndpoint": { "index": 12, "kind": "attribute", 
"displayName": "Ignore Invalid Endpoint", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Ignore the invalidate endpoint exception 
when try to create a producer with that endpoint" },
-    "allowOptimisedComponents": { "index": 13, "kind": "attribute", 
"displayName": "Allow Optimised Components", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to allow components to optimise 
enricher if they are org.apache.camel.spi.SendDynamicAware ." },
+    "allowOptimisedComponents": { "index": 13, "kind": "attribute", 
"displayName": "Allow Optimised Components", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to allow components to optimise 
enricher if they are org.apache.camel.spi.SendDynamicAware" },
     "autoStartComponents": { "index": 14, "kind": "attribute", "displayName": 
"Auto Start Components", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to auto startup components when enricher is starting up." }
   },
   "exchangeProperties": {
diff --git 
a/core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/pollEnrich.json
 
b/core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/pollEnrich.json
index 5644c4a8a54..da0d13e98c7 100644
--- 
a/core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/pollEnrich.json
+++ 
b/core/camel-core-model/src/generated/resources/META-INF/org/apache/camel/model/pollEnrich.json
@@ -24,7 +24,7 @@
     "timeout": { "index": 9, "kind": "attribute", "displayName": "Timeout", 
"group": "common", "required": false, "type": "duration", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "-1", "description": "Timeout in millis when polling from the 
external service. The timeout has influence about the poll enrich behavior. It 
basically operations in three different modes: negative value - Waits until a 
message is available and then ret [...]
     "cacheSize": { "index": 10, "kind": "attribute", "displayName": "Cache 
Size", "group": "advanced", "label": "advanced", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "description": "Sets the maximum size used by the 
org.apache.camel.spi.ConsumerCache which is used to cache and reuse consumers 
when uris are reused. Beware that when using dynamic endpoints then it affects 
how well the cache can be utiliz [...]
     "ignoreInvalidEndpoint": { "index": 11, "kind": "attribute", 
"displayName": "Ignore Invalid Endpoint", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Ignore the invalidate endpoint exception 
when try to create a producer with that endpoint" },
-    "allowOptimisedComponents": { "index": 12, "kind": "attribute", 
"displayName": "Allow Optimised Components", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to allow components to optimise 
if they are org.apache.camel.spi.SendDynamicAware ." },
+    "allowOptimisedComponents": { "index": 12, "kind": "attribute", 
"displayName": "Allow Optimised Components", "group": "advanced", "label": 
"advanced", "required": false, "type": "boolean", "javaType": 
"java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": true, "description": "Whether to allow components to optimise 
if they are org.apache.camel.spi.PollDynamicAware" },
     "autoStartComponents": { "index": 13, "kind": "attribute", "displayName": 
"Auto Start Components", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether to auto startup components when poll enricher is starting up." }
   },
   "exchangeProperties": {
diff --git 
a/core/camel-core-model/src/main/java/org/apache/camel/model/EnrichDefinition.java
 
b/core/camel-core-model/src/main/java/org/apache/camel/model/EnrichDefinition.java
index a251342fb03..e16163bc05c 100644
--- 
a/core/camel-core-model/src/main/java/org/apache/camel/model/EnrichDefinition.java
+++ 
b/core/camel-core-model/src/main/java/org/apache/camel/model/EnrichDefinition.java
@@ -257,7 +257,7 @@ public class EnrichDefinition extends ExpressionNode
     }
 
     /**
-     * Whether to allow components to optimise enricher if they are {@link 
org.apache.camel.spi.SendDynamicAware}.
+     * Whether to allow components to optimise enricher if they are {@link 
org.apache.camel.spi.SendDynamicAware}
      *
      * @return the builder
      */
@@ -266,7 +266,7 @@ public class EnrichDefinition extends ExpressionNode
     }
 
     /**
-     * Whether to allow components to optimise enricher if they are {@link 
org.apache.camel.spi.SendDynamicAware}.
+     * Whether to allow components to optimise enricher if they are {@link 
org.apache.camel.spi.SendDynamicAware}
      *
      * @return the builder
      */
diff --git 
a/core/camel-core-model/src/main/java/org/apache/camel/model/PollEnrichDefinition.java
 
b/core/camel-core-model/src/main/java/org/apache/camel/model/PollEnrichDefinition.java
index 8ba0f887054..1d0969e40ac 100644
--- 
a/core/camel-core-model/src/main/java/org/apache/camel/model/PollEnrichDefinition.java
+++ 
b/core/camel-core-model/src/main/java/org/apache/camel/model/PollEnrichDefinition.java
@@ -291,7 +291,7 @@ public class PollEnrichDefinition extends ExpressionNode
     }
 
     /**
-     * Whether to allow components to optimise if they are {@link 
org.apache.camel.spi.SendDynamicAware}.
+     * Whether to allow components to optimise if they are {@link 
org.apache.camel.spi.PollDynamicAware}
      *
      * @return the builder
      */
@@ -301,7 +301,7 @@ public class PollEnrichDefinition extends ExpressionNode
     }
 
     /**
-     * Whether to allow components to optimise if they are {@link 
org.apache.camel.spi.SendDynamicAware}.
+     * Whether to allow components to optimise if they are {@link 
org.apache.camel.spi.PollDynamicAware}
      *
      * @return the builder
      */
diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java
index 1e32b0c8ddc..cc6227ceeef 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl-deserializers/src/generated/java/org/apache/camel/dsl/yaml/deserializers/ModelDeserializers.java
@@ -5255,7 +5255,7 @@ public final class ModelDeserializers extends 
YamlDeserializerSupport {
                     @YamlProperty(name = "aggregationStrategy", type = 
"string", description = "Sets the AggregationStrategy to be used to merge the 
reply from the external service, into a single outgoing message. By default 
Camel will use the reply from the external service as outgoing message.", 
displayName = "Aggregation Strategy"),
                     @YamlProperty(name = "aggregationStrategyMethodAllowNull", 
type = "string", description = "If this option is false then the aggregate 
method is not used if there was no data to enrich. If this option is true then 
null values is used as the oldExchange (when no data to enrich), when using 
POJOs as the AggregationStrategy.", displayName = "Aggregation Strategy Method 
Allow Null"),
                     @YamlProperty(name = "aggregationStrategyMethodName", type 
= "string", description = "This option can be used to explicit declare the 
method name to use, when using POJOs as the AggregationStrategy.", displayName 
= "Aggregation Strategy Method Name"),
-                    @YamlProperty(name = "allowOptimisedComponents", type = 
"boolean", description = "Whether to allow components to optimise enricher if 
they are org.apache.camel.spi.SendDynamicAware .", displayName = "Allow 
Optimised Components"),
+                    @YamlProperty(name = "allowOptimisedComponents", type = 
"boolean", description = "Whether to allow components to optimise enricher if 
they are org.apache.camel.spi.SendDynamicAware", displayName = "Allow Optimised 
Components"),
                     @YamlProperty(name = "autoStartComponents", type = 
"boolean", description = "Whether to auto startup components when enricher is 
starting up.", displayName = "Auto Start Components"),
                     @YamlProperty(name = "cacheSize", type = "number", 
description = "Sets the maximum size used by the 
org.apache.camel.spi.ProducerCache which is used to cache and reuse producer 
when uris are reused. Beware that when using dynamic endpoints then it affects 
how well the cache can be utilized. If each dynamic endpoint is unique then its 
best to turn off caching by setting this to -1, which allows Camel to not cache 
both the producers and endpoints; they are regarded as p [...]
                     @YamlProperty(name = "description", type = "string", 
description = "Sets the description of this node", displayName = "Description"),
@@ -12031,7 +12031,7 @@ public final class ModelDeserializers extends 
YamlDeserializerSupport {
                     @YamlProperty(name = "aggregationStrategy", type = 
"string", description = "Sets the AggregationStrategy to be used to merge the 
reply from the external service, into a single outgoing message. By default 
Camel will use the reply from the external service as outgoing message.", 
displayName = "Aggregation Strategy"),
                     @YamlProperty(name = "aggregationStrategyMethodAllowNull", 
type = "string", description = "If this option is false then the aggregate 
method is not used if there was no data to enrich. If this option is true then 
null values is used as the oldExchange (when no data to enrich), when using 
POJOs as the AggregationStrategy.", displayName = "Aggregation Strategy Method 
Allow Null"),
                     @YamlProperty(name = "aggregationStrategyMethodName", type 
= "string", description = "This option can be used to explicit declare the 
method name to use, when using POJOs as the AggregationStrategy.", displayName 
= "Aggregation Strategy Method Name"),
-                    @YamlProperty(name = "allowOptimisedComponents", type = 
"boolean", description = "Whether to allow components to optimise if they are 
org.apache.camel.spi.SendDynamicAware .", displayName = "Allow Optimised 
Components"),
+                    @YamlProperty(name = "allowOptimisedComponents", type = 
"boolean", description = "Whether to allow components to optimise if they are 
org.apache.camel.spi.PollDynamicAware", displayName = "Allow Optimised 
Components"),
                     @YamlProperty(name = "autoStartComponents", type = 
"boolean", description = "Whether to auto startup components when poll enricher 
is starting up.", displayName = "Auto Start Components"),
                     @YamlProperty(name = "cacheSize", type = "number", 
description = "Sets the maximum size used by the 
org.apache.camel.spi.ConsumerCache which is used to cache and reuse consumers 
when uris are reused. Beware that when using dynamic endpoints then it affects 
how well the cache can be utilized. If each dynamic endpoint is unique then its 
best to turn off caching by setting this to -1, which allows Camel to not cache 
both the producers and endpoints; they are regarded as  [...]
                     @YamlProperty(name = "description", type = "string", 
description = "Sets the description of this node", displayName = "Description"),
diff --git 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json
 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json
index 806053b6d78..22426483c41 100644
--- 
a/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json
+++ 
b/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/schema/camelYamlDsl.json
@@ -1382,7 +1382,7 @@
           "allowOptimisedComponents" : {
             "type" : "boolean",
             "title" : "Allow Optimised Components",
-            "description" : "Whether to allow components to optimise enricher 
if they are org.apache.camel.spi.SendDynamicAware ."
+            "description" : "Whether to allow components to optimise enricher 
if they are org.apache.camel.spi.SendDynamicAware"
           },
           "autoStartComponents" : {
             "type" : "boolean",
@@ -4117,7 +4117,7 @@
           "allowOptimisedComponents" : {
             "type" : "boolean",
             "title" : "Allow Optimised Components",
-            "description" : "Whether to allow components to optimise if they 
are org.apache.camel.spi.SendDynamicAware ."
+            "description" : "Whether to allow components to optimise if they 
are org.apache.camel.spi.PollDynamicAware"
           },
           "autoStartComponents" : {
             "type" : "boolean",

Reply via email to