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 f889a52dc12 Regen for commit 123a1b069463a643d07eab85560f6bbdae5536b1 
(#8285)
f889a52dc12 is described below

commit f889a52dc12a739c09b8024420954b991cda2342
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 5 19:56:17 2022 +0200

    Regen for commit 123a1b069463a643d07eab85560f6bbdae5536b1 (#8285)
    
    Signed-off-by: GitHub <nore...@github.com>
    
    Signed-off-by: GitHub <nore...@github.com>
    Co-authored-by: davsclaus <davscl...@users.noreply.github.com>
---
 .../org/apache/camel/catalog/components/dozer.json |  2 +-
 .../camel/component/kafka/KafkaConfiguration.java  | 18 ++++----
 .../dsl/KafkaComponentBuilderFactory.java          | 23 +++++-----
 .../endpoint/dsl/KafkaEndpointBuilderFactory.java  | 50 ++++++++++++----------
 4 files changed, 50 insertions(+), 43 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
index 71d05425b04..41b5588c78c 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/dozer.json
@@ -4,7 +4,7 @@
     "name": "dozer",
     "title": "Dozer",
     "description": "Map between Java beans using the Dozer mapping library.",
-    "deprecated": false,
+    "deprecated": true,
     "firstVersion": "2.15.0",
     "label": "transformation",
     "javaType": "org.apache.camel.component.dozer.DozerComponent",
diff --git 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
index e1544b54008..7554e28d0bf 100644
--- 
a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
+++ 
b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java
@@ -1016,8 +1016,8 @@ public class KafkaConfiguration implements Cloneable, 
HeaderFilterStrategyAware
      * A list of rules for mapping from principal names to short names 
(typically operating system usernames). The rules
      * are evaluated in order and the first rule that matches a principal name 
is used to map it to a short name. Any
      * later rules in the list are ignored. By default, principal names of the 
form {username}/{hostname}@{REALM} are
-     * mapped to {username}. For more details on the format please see the 
security authorization and acls
-     * documentation (at the Apache Kafka project).
+     * mapped to {username}. For more details on the format please see the 
security authorization and acls documentation
+     * (at the Apache Kafka project).
      * <p/>
      * Multiple values can be separated by comma
      */
@@ -1381,14 +1381,12 @@ public class KafkaConfiguration implements Cloneable, 
HeaderFilterStrategyAware
     }
 
     /**
-     * The configuration controls how long the KafkaProducer's send(), 
partitionsFor(),
-     * initTransactions(), sendOffsetsToTransaction(), commitTransaction()
-     * and abortTransaction() methods will block.
-     * For send() this timeout bounds the total time waiting for both metadata 
fetch and buffer allocation
-     * (blocking in the user-supplied serializers or partitioner is not 
counted against this timeout).
-     * For partitionsFor() this timeout bounds the time spent waiting for 
metadata if it is unavailable.
-     * The transaction-related methods always block, but may timeout if
-     * the transaction coordinator could not be discovered or did not respond 
within the timeout.
+     * The configuration controls how long the KafkaProducer's send(), 
partitionsFor(), initTransactions(),
+     * sendOffsetsToTransaction(), commitTransaction() and abortTransaction() 
methods will block. For send() this
+     * timeout bounds the total time waiting for both metadata fetch and 
buffer allocation (blocking in the
+     * user-supplied serializers or partitioner is not counted against this 
timeout). For partitionsFor() this timeout
+     * bounds the time spent waiting for metadata if it is unavailable. The 
transaction-related methods always block,
+     * but may timeout if the transaction coordinator could not be discovered 
or did not respond within the timeout.
      */
     public void setMaxBlockMs(Integer maxBlockMs) {
         this.maxBlockMs = maxBlockMs;
diff --git 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/KafkaComponentBuilderFactory.java
 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/KafkaComponentBuilderFactory.java
index e1348db07d3..8d55e07640c 100644
--- 
a/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/KafkaComponentBuilderFactory.java
+++ 
b/dsl/camel-componentdsl/src/generated/java/org/apache/camel/builder/component/dsl/KafkaComponentBuilderFactory.java
@@ -1098,13 +1098,16 @@ public interface KafkaComponentBuilderFactory {
             return this;
         }
         /**
-         * The configuration controls how long sending to kafka will block.
-         * These methods can be blocked for multiple reasons. For e.g: buffer
-         * full, metadata unavailable.This configuration imposes maximum limit
-         * on the total time spent in fetching metadata, serialization of key
-         * and value, partitioning and allocation of buffer memory when doing a
-         * send(). In case of partitionsFor(), this configuration imposes a
-         * maximum time threshold on waiting for metadata.
+         * The configuration controls how long the KafkaProducer's send(),
+         * partitionsFor(), initTransactions(), sendOffsetsToTransaction(),
+         * commitTransaction() and abortTransaction() methods will block. For
+         * send() this timeout bounds the total time waiting for both metadata
+         * fetch and buffer allocation (blocking in the user-supplied
+         * serializers or partitioner is not counted against this timeout). For
+         * partitionsFor() this timeout bounds the time spent waiting for
+         * metadata if it is unavailable. The transaction-related methods 
always
+         * block, but may timeout if the transaction coordinator could not be
+         * discovered or did not respond within the timeout.
          * 
          * The option is a: &lt;code&gt;java.lang.Integer&lt;/code&gt; type.
          * 
@@ -1194,7 +1197,7 @@ public interface KafkaComponentBuilderFactory {
             return this;
         }
         /**
-         * The number of samples maintained to compute metrics.
+         * The window of time a metrics sample is computed over.
          * 
          * The option is a: &lt;code&gt;java.lang.Integer&lt;/code&gt; type.
          * 
@@ -1670,8 +1673,8 @@ public interface KafkaComponentBuilderFactory {
          * it to a short name. Any later rules in the list are ignored. By
          * default, principal names of the form {username}/{hostname}{REALM} 
are
          * mapped to {username}. For more details on the format please see the
-         * security authorization and acls documentation.. Multiple values can
-         * be separated by comma.
+         * security authorization and acls documentation (at the Apache Kafka
+         * project). Multiple values can be separated by comma.
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KafkaEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KafkaEndpointBuilderFactory.java
index 815288e9030..644a37d8324 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KafkaEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KafkaEndpointBuilderFactory.java
@@ -1331,8 +1331,8 @@ public interface KafkaEndpointBuilderFactory {
          * it to a short name. Any later rules in the list are ignored. By
          * default, principal names of the form {username}/{hostname}{REALM} 
are
          * mapped to {username}. For more details on the format please see the
-         * security authorization and acls documentation.. Multiple values can
-         * be separated by comma.
+         * security authorization and acls documentation (at the Apache Kafka
+         * project). Multiple values can be separated by comma.
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
@@ -2547,13 +2547,16 @@ public interface KafkaEndpointBuilderFactory {
             return this;
         }
         /**
-         * The configuration controls how long sending to kafka will block.
-         * These methods can be blocked for multiple reasons. For e.g: buffer
-         * full, metadata unavailable.This configuration imposes maximum limit
-         * on the total time spent in fetching metadata, serialization of key
-         * and value, partitioning and allocation of buffer memory when doing a
-         * send(). In case of partitionsFor(), this configuration imposes a
-         * maximum time threshold on waiting for metadata.
+         * The configuration controls how long the KafkaProducer's send(),
+         * partitionsFor(), initTransactions(), sendOffsetsToTransaction(),
+         * commitTransaction() and abortTransaction() methods will block. For
+         * send() this timeout bounds the total time waiting for both metadata
+         * fetch and buffer allocation (blocking in the user-supplied
+         * serializers or partitioner is not counted against this timeout). For
+         * partitionsFor() this timeout bounds the time spent waiting for
+         * metadata if it is unavailable. The transaction-related methods 
always
+         * block, but may timeout if the transaction coordinator could not be
+         * discovered or did not respond within the timeout.
          * 
          * The option is a: &lt;code&gt;java.lang.Integer&lt;/code&gt; type.
          * 
@@ -2568,13 +2571,16 @@ public interface KafkaEndpointBuilderFactory {
             return this;
         }
         /**
-         * The configuration controls how long sending to kafka will block.
-         * These methods can be blocked for multiple reasons. For e.g: buffer
-         * full, metadata unavailable.This configuration imposes maximum limit
-         * on the total time spent in fetching metadata, serialization of key
-         * and value, partitioning and allocation of buffer memory when doing a
-         * send(). In case of partitionsFor(), this configuration imposes a
-         * maximum time threshold on waiting for metadata.
+         * The configuration controls how long the KafkaProducer's send(),
+         * partitionsFor(), initTransactions(), sendOffsetsToTransaction(),
+         * commitTransaction() and abortTransaction() methods will block. For
+         * send() this timeout bounds the total time waiting for both metadata
+         * fetch and buffer allocation (blocking in the user-supplied
+         * serializers or partitioner is not counted against this timeout). For
+         * partitionsFor() this timeout bounds the time spent waiting for
+         * metadata if it is unavailable. The transaction-related methods 
always
+         * block, but may timeout if the transaction coordinator could not be
+         * discovered or did not respond within the timeout.
          * 
          * The option will be converted to a
          * &lt;code&gt;java.lang.Integer&lt;/code&gt; type.
@@ -2725,7 +2731,7 @@ public interface KafkaEndpointBuilderFactory {
             return this;
         }
         /**
-         * The number of samples maintained to compute metrics.
+         * The window of time a metrics sample is computed over.
          * 
          * The option is a: &lt;code&gt;java.lang.Integer&lt;/code&gt; type.
          * 
@@ -2741,7 +2747,7 @@ public interface KafkaEndpointBuilderFactory {
             return this;
         }
         /**
-         * The number of samples maintained to compute metrics.
+         * The window of time a metrics sample is computed over.
          * 
          * The option will be converted to a
          * &lt;code&gt;java.lang.Integer&lt;/code&gt; type.
@@ -3453,8 +3459,8 @@ public interface KafkaEndpointBuilderFactory {
          * it to a short name. Any later rules in the list are ignored. By
          * default, principal names of the form {username}/{hostname}{REALM} 
are
          * mapped to {username}. For more details on the format please see the
-         * security authorization and acls documentation.. Multiple values can
-         * be separated by comma.
+         * security authorization and acls documentation (at the Apache Kafka
+         * project). Multiple values can be separated by comma.
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 
@@ -4309,8 +4315,8 @@ public interface KafkaEndpointBuilderFactory {
          * it to a short name. Any later rules in the list are ignored. By
          * default, principal names of the form {username}/{hostname}{REALM} 
are
          * mapped to {username}. For more details on the format please see the
-         * security authorization and acls documentation.. Multiple values can
-         * be separated by comma.
+         * security authorization and acls documentation (at the Apache Kafka
+         * project). Multiple values can be separated by comma.
          * 
          * The option is a: &lt;code&gt;java.lang.String&lt;/code&gt; type.
          * 

Reply via email to