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


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

commit d2b6905fd3276633cee41fc44332ca2e0ced8e36
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Oct 19 17:32:21 2023 +0200

    Regen
---
 .../apache/camel/springboot/catalog/components/bean.json   |  3 ++-
 .../apache/camel/springboot/catalog/components/class.json  |  3 ++-
 .../apache/camel/springboot/catalog/components/kafka.json  |  4 ++--
 .../apache/camel/springboot/catalog/components/rest.json   |  2 +-
 .../camel-bean-starter/src/main/docs/bean.json             | 14 ++++++++++++++
 .../bean/springboot/BeanComponentConfiguration.java        | 13 +++++++++++++
 .../beanclass/springboot/ClassComponentConfiguration.java  | 13 +++++++++++++
 .../camel-kafka-starter/src/main/docs/kafka.json           |  2 +-
 .../kafka/springboot/KafkaComponentConfiguration.java      |  2 +-
 9 files changed, 49 insertions(+), 7 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/bean.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/bean.json
index d3583f9c9a8..d7a52f4876f 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/bean.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/bean.json
@@ -24,7 +24,8 @@
   "componentProperties": {
     "lazyStartProducer": { "index": 0, "kind": "property", "displayName": 
"Lazy Start Producer", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether the producer should be started lazy (on the first message). By 
starting lazy you can use this to allow CamelContext and routes to startup in 
situations where a producer may otherwise fail [...]
     "scope": { "index": 1, "kind": "property", "displayName": "Scope", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.BeanScope", "enum": [ "Singleton", "Request", 
"Prototype" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "Singleton", "description": "Scope of bean. When using 
singleton scope (default) the bean is created or looked up only once and reused 
for the lifetime of the endpoint. The bean should  [...]
-    "autowiredEnabled": { "index": 2, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching t [...]
+    "autowiredEnabled": { "index": 2, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching t [...]
+    "beanInfoCacheSize": { "index": 3, "kind": "property", "displayName": 
"Bean Info Cache Size", "group": "advanced", "label": "advanced", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 1000, "description": "Maximum cache 
size of internal cache for bean introspection. Setting a value of 0 or negative 
will disable the cache." }
   },
   "headers": {
     "CamelBeanMethodName": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The name of the method to invoke.", "constantName": 
"org.apache.camel.component.bean.BeanConstants#BEAN_METHOD_NAME" }
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/class.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/class.json
index 3afeaa50c2d..4322e0c5bcd 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/class.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/class.json
@@ -24,7 +24,8 @@
   "componentProperties": {
     "lazyStartProducer": { "index": 0, "kind": "property", "displayName": 
"Lazy Start Producer", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether the producer should be started lazy (on the first message). By 
starting lazy you can use this to allow CamelContext and routes to startup in 
situations where a producer may otherwise fail [...]
     "scope": { "index": 1, "kind": "property", "displayName": "Scope", 
"group": "producer", "label": "", "required": false, "type": "object", 
"javaType": "org.apache.camel.BeanScope", "enum": [ "Singleton", "Request", 
"Prototype" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "Singleton", "description": "Scope of bean. When using 
singleton scope (default) the bean is created or looked up only once and reused 
for the lifetime of the endpoint. The bean should  [...]
-    "autowiredEnabled": { "index": 2, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching t [...]
+    "autowiredEnabled": { "index": 2, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching t [...]
+    "beanInfoCacheSize": { "index": 3, "kind": "property", "displayName": 
"Bean Info Cache Size", "group": "advanced", "label": "advanced", "required": 
false, "type": "integer", "javaType": "int", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": 1000, "description": "Maximum cache 
size of internal cache for bean introspection. Setting a value of 0 or negative 
will disable the cache." }
   },
   "headers": {
     "CamelBeanMethodName": { "index": 0, "kind": "header", "displayName": "", 
"group": "producer", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The name of the method to invoke.", "constantName": 
"org.apache.camel.component.bean.BeanConstants#BEAN_METHOD_NAME" }
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
index 96b63607796..e1ea6ed2093 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kafka.json
@@ -77,7 +77,7 @@
     "key": { "index": 52, "kind": "property", "displayName": "Key", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The record key (or null if no key is 
specified). If this option has been configured then it take precedence over 
header Kaf [...]
     "keySerializer": { "index": 53, "kind": "property", "displayName": "Key 
Serializer", "group": "producer", "label": "producer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": 
"org.apache.kafka.common.serialization.StringSerializer", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The serializer class for key [...]
     "lazyStartProducer": { "index": 54, "kind": "property", "displayName": 
"Lazy Start Producer", "group": "producer", "label": "producer", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Whether the producer should be started lazy (on the first message). By 
starting lazy you can use this to allow CamelContext and routes to startup in 
situations where a producer may otherwise fai [...]
-    "lingerMs": { "index": 55, "kind": "property", "displayName": "Linger Ms", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "0", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The producer groups together any records that 
arrive in between request transmissions int [...]
+    "lingerMs": { "index": 55, "kind": "property", "displayName": "Linger Ms", 
"group": "producer", "label": "producer", "required": false, "type": "integer", 
"javaType": "java.lang.Integer", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "0", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The producer groups together any records that 
arrive in between request transmissions int [...]
     "maxBlockMs": { "index": 56, "kind": "property", "displayName": "Max Block 
Ms", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "60000", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The configuration controls how long the 
KafkaProducer's send(), partitionsFor(), [...]
     "maxInFlightRequest": { "index": 57, "kind": "property", "displayName": 
"Max In Flight Request", "group": "producer", "label": "producer", "required": 
false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "5", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The maximum number of unacknowledged requests 
the client will send  [...]
     "maxRequestSize": { "index": 58, "kind": "property", "displayName": "Max 
Request Size", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "1048576", 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "The maximum size of a 
request. This is also effectively a cap on the m [...]
@@ -203,7 +203,7 @@
     "headerSerializer": { "index": 48, "kind": "parameter", "displayName": 
"Header Serializer", "group": "producer", "label": "producer", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.component.kafka.serde.KafkaHeaderSerializer", "deprecated": 
false, "autowired": false, "secret": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "To use a custom KafkaHeaderSerializer to 
serialize  [...]
     "key": { "index": 49, "kind": "parameter", "displayName": "Key", "group": 
"producer", "label": "producer", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The record key (or null if no key is 
specified). If this option has been configured then it take precedence over 
header Ka [...]
     "keySerializer": { "index": 50, "kind": "parameter", "displayName": "Key 
Serializer", "group": "producer", "label": "producer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": 
"org.apache.kafka.common.serialization.StringSerializer", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The serializer class for ke [...]
-    "lingerMs": { "index": 51, "kind": "parameter", "displayName": "Linger 
Ms", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "0", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The producer groups together any records that 
arrive in between request transmissions in [...]
+    "lingerMs": { "index": 51, "kind": "parameter", "displayName": "Linger 
Ms", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "0", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The producer groups together any records that 
arrive in between request transmissions in [...]
     "maxBlockMs": { "index": 52, "kind": "parameter", "displayName": "Max 
Block Ms", "group": "producer", "label": "producer", "required": false, "type": 
"integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "60000", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The configuration controls how long the 
KafkaProducer's send(), partitionsFor() [...]
     "maxInFlightRequest": { "index": 53, "kind": "parameter", "displayName": 
"Max In Flight Request", "group": "producer", "label": "producer", "required": 
false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "5", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The maximum number of unacknowledged requests 
the client will send [...]
     "maxRequestSize": { "index": 54, "kind": "parameter", "displayName": "Max 
Request Size", "group": "producer", "label": "producer", "required": false, 
"type": "integer", "javaType": "java.lang.Integer", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": "1048576", 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "The maximum size of a 
request. This is also effectively a cap on the  [...]
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rest.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rest.json
index 39a308dbd66..605c3642041 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rest.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rest.json
@@ -42,7 +42,7 @@
   },
   "properties": {
     "method": { "index": 0, "kind": "path", "displayName": "Method", "group": 
"common", "label": "common", "required": true, "type": "string", "javaType": 
"java.lang.String", "enum": [ "get", "post", "put", "delete", "patch", "head", 
"trace", "connect", "options" ], "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "HTTP method to use." },
-    "path": { "index": 1, "kind": "path", "displayName": "Path", "group": 
"common", "label": "common", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The base path" },
+    "path": { "index": 1, "kind": "path", "displayName": "Path", "group": 
"common", "label": "common", "required": true, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The base path, can use &#42; as path 
suffix to support wildcard HTTP route matching." },
     "uriTemplate": { "index": 2, "kind": "path", "displayName": "Uri 
Template", "group": "common", "label": "common", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "The uri template" },
     "consumes": { "index": 3, "kind": "parameter", "displayName": "Consumes", 
"group": "common", "label": "common", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Media type such as: 'text\/xml', or 
'application\/json' this REST service accepts. By default we accept all kinds 
of types." },
     "inType": { "index": 4, "kind": "parameter", "displayName": "In Type", 
"group": "common", "label": "common", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "To declare the incoming POJO binding type as a 
FQN class name" },
diff --git a/components-starter/camel-bean-starter/src/main/docs/bean.json 
b/components-starter/camel-bean-starter/src/main/docs/bean.json
index 31fa8352bb3..983ca07cd5b 100644
--- a/components-starter/camel-bean-starter/src/main/docs/bean.json
+++ b/components-starter/camel-bean-starter/src/main/docs/bean.json
@@ -42,6 +42,13 @@
       "sourceType": 
"org.apache.camel.component.bean.springboot.BeanComponentConfiguration",
       "defaultValue": true
     },
+    {
+      "name": "camel.component.bean.bean-info-cache-size",
+      "type": "java.lang.Integer",
+      "description": "Maximum cache size of internal cache for bean 
introspection. Setting a value of 0 or negative will disable the cache.",
+      "sourceType": 
"org.apache.camel.component.bean.springboot.BeanComponentConfiguration",
+      "defaultValue": 1000
+    },
     {
       "name": "camel.component.bean.customizer.enabled",
       "type": "java.lang.Boolean",
@@ -73,6 +80,13 @@
       "sourceType": 
"org.apache.camel.component.beanclass.springboot.ClassComponentConfiguration",
       "defaultValue": true
     },
+    {
+      "name": "camel.component.class.bean-info-cache-size",
+      "type": "java.lang.Integer",
+      "description": "Maximum cache size of internal cache for bean 
introspection. Setting a value of 0 or negative will disable the cache.",
+      "sourceType": 
"org.apache.camel.component.beanclass.springboot.ClassComponentConfiguration",
+      "defaultValue": 1000
+    },
     {
       "name": "camel.component.class.customizer.enabled",
       "type": "java.lang.Boolean",
diff --git 
a/components-starter/camel-bean-starter/src/main/java/org/apache/camel/component/bean/springboot/BeanComponentConfiguration.java
 
b/components-starter/camel-bean-starter/src/main/java/org/apache/camel/component/bean/springboot/BeanComponentConfiguration.java
index 9b3ff4f7905..498b5fef98c 100644
--- 
a/components-starter/camel-bean-starter/src/main/java/org/apache/camel/component/bean/springboot/BeanComponentConfiguration.java
+++ 
b/components-starter/camel-bean-starter/src/main/java/org/apache/camel/component/bean/springboot/BeanComponentConfiguration.java
@@ -72,6 +72,11 @@ public class BeanComponentConfiguration
      * etc.
      */
     private Boolean autowiredEnabled = true;
+    /**
+     * Maximum cache size of internal cache for bean introspection. Setting a
+     * value of 0 or negative will disable the cache.
+     */
+    private Integer beanInfoCacheSize = 1000;
 
     public Boolean getLazyStartProducer() {
         return lazyStartProducer;
@@ -96,4 +101,12 @@ public class BeanComponentConfiguration
     public void setAutowiredEnabled(Boolean autowiredEnabled) {
         this.autowiredEnabled = autowiredEnabled;
     }
+
+    public Integer getBeanInfoCacheSize() {
+        return beanInfoCacheSize;
+    }
+
+    public void setBeanInfoCacheSize(Integer beanInfoCacheSize) {
+        this.beanInfoCacheSize = beanInfoCacheSize;
+    }
 }
\ No newline at end of file
diff --git 
a/components-starter/camel-bean-starter/src/main/java/org/apache/camel/component/beanclass/springboot/ClassComponentConfiguration.java
 
b/components-starter/camel-bean-starter/src/main/java/org/apache/camel/component/beanclass/springboot/ClassComponentConfiguration.java
index f89c817bc3a..3d47db2f5ad 100644
--- 
a/components-starter/camel-bean-starter/src/main/java/org/apache/camel/component/beanclass/springboot/ClassComponentConfiguration.java
+++ 
b/components-starter/camel-bean-starter/src/main/java/org/apache/camel/component/beanclass/springboot/ClassComponentConfiguration.java
@@ -72,6 +72,11 @@ public class ClassComponentConfiguration
      * etc.
      */
     private Boolean autowiredEnabled = true;
+    /**
+     * Maximum cache size of internal cache for bean introspection. Setting a
+     * value of 0 or negative will disable the cache.
+     */
+    private Integer beanInfoCacheSize = 1000;
 
     public Boolean getLazyStartProducer() {
         return lazyStartProducer;
@@ -96,4 +101,12 @@ public class ClassComponentConfiguration
     public void setAutowiredEnabled(Boolean autowiredEnabled) {
         this.autowiredEnabled = autowiredEnabled;
     }
+
+    public Integer getBeanInfoCacheSize() {
+        return beanInfoCacheSize;
+    }
+
+    public void setBeanInfoCacheSize(Integer beanInfoCacheSize) {
+        this.beanInfoCacheSize = beanInfoCacheSize;
+    }
 }
\ No newline at end of file
diff --git a/components-starter/camel-kafka-starter/src/main/docs/kafka.json 
b/components-starter/camel-kafka-starter/src/main/docs/kafka.json
index 0815763e6f6..401f87cda30 100644
--- a/components-starter/camel-kafka-starter/src/main/docs/kafka.json
+++ b/components-starter/camel-kafka-starter/src/main/docs/kafka.json
@@ -346,7 +346,7 @@
     {
       "name": "camel.component.kafka.linger-ms",
       "type": "java.lang.Integer",
-      "description": "The producer groups together any records that arrive in 
between request transmissions into a single batched request. Normally this 
occurs only under load when records arrive faster than they can be sent out. 
However in some circumstances the client may want to reduce the number of 
requests even under moderate load. This setting accomplishes this by adding a 
small amount of artificial delay that is, rather than immediately sending out a 
record the producer will wait  [...]
+      "description": "The producer groups together any records that arrive in 
between request transmissions into a single batched request. Normally this 
occurs only under load when records arrive faster than they can be sent out. 
However in some circumstances the client may want to reduce the number of 
requests even under moderate load. This setting accomplishes this by adding a 
small amount of artificial delay that is, rather than immediately sending out a 
record the producer will wait  [...]
       "sourceType": 
"org.apache.camel.component.kafka.springboot.KafkaComponentConfiguration",
       "defaultValue": 0
     },
diff --git 
a/components-starter/camel-kafka-starter/src/main/java/org/apache/camel/component/kafka/springboot/KafkaComponentConfiguration.java
 
b/components-starter/camel-kafka-starter/src/main/java/org/apache/camel/component/kafka/springboot/KafkaComponentConfiguration.java
index 5878008432c..3ecc28b746a 100644
--- 
a/components-starter/camel-kafka-starter/src/main/java/org/apache/camel/component/kafka/springboot/KafkaComponentConfiguration.java
+++ 
b/components-starter/camel-kafka-starter/src/main/java/org/apache/camel/component/kafka/springboot/KafkaComponentConfiguration.java
@@ -475,7 +475,7 @@ public class KafkaComponentConfiguration
      * specified time waiting for more records to show up. This setting 
defaults
      * to 0 (i.e. no delay). Setting linger.ms=5, for example, would have the
      * effect of reducing the number of requests sent but would add up to 5ms 
of
-     * latency to records sent in the absense of load.
+     * latency to records sent in the absence of load.
      */
     private Integer lingerMs = 0;
     /**

Reply via email to