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 2eb9fd67331 Upgrade AWS SDK v2 to version 2.20.150 (#11453)
2eb9fd67331 is described below
commit 2eb9fd67331e03ca99720313e3c02f1855bb1958
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Sep 19 09:41:28 2023 +0200
Upgrade AWS SDK v2 to version 2.20.150 (#11453)
Signed-off-by: Andrea Cosentino <[email protected]>
---
.../component/dsl/KafkaComponentBuilderFactory.java | 17 ++++++++---------
parent/pom.xml | 2 +-
2 files changed, 9 insertions(+), 10 deletions(-)
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 d5b5f46020d..44e79a2c120 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
@@ -690,10 +690,10 @@ public interface KafkaComponentBuilderFactory {
return this;
}
/**
- * This enables the use of a specific Avro reader for use with the
- * Confluent Platform schema registry and the
- * io.confluent.kafka.serializers.KafkaAvroDeserializer. This option is
- * only available in the Confluent Platform (not standard Apache
Kafka).
+ * This enables the use of a specific Avro reader for use with the in
+ * multiple Schema registries documentation with Avro Deserializers
+ * implementation. This option is only available externally (not
+ * standard Apache Kafka).
*
* The option is a: <code>boolean</code> type.
*
@@ -1705,11 +1705,10 @@ public interface KafkaComponentBuilderFactory {
return this;
}
/**
- * URL of the Confluent Platform schema registry servers to use. The
- * format is host1:port1,host2:port2. This is known as
- * schema.registry.url in the Confluent Platform documentation. This
- * option is only available in the Confluent Platform (not standard
- * Apache Kafka).
+ * URL of the schema registry servers to use. The format is
+ * host1:port1,host2:port2. This is known as schema.registry.url in
+ * multiple Schema registries documentation. This option is only
+ * available externally (not standard Apache Kafka).
*
* The option is a: <code>java.lang.String</code> type.
*
diff --git a/parent/pom.xml b/parent/pom.xml
index 0e0aab0f31b..ef9c329db92 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -68,7 +68,7 @@
<avro-ipc-jetty-version>1.11.2</avro-ipc-jetty-version>
<avro-ipc-netty-version>1.11.2</avro-ipc-netty-version>
<awaitility-version>4.2.0</awaitility-version>
- <aws-java-sdk2-version>2.20.149</aws-java-sdk2-version>
+ <aws-java-sdk2-version>2.20.150</aws-java-sdk2-version>
<aws-xray-version>2.14.0</aws-xray-version>
<azure-sdk-bom-version>1.2.16</azure-sdk-bom-version>
<azure-storage-blob-changefeed-version>12.0.0-beta.18</azure-storage-blob-changefeed-version>