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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 69786b9a8b19427b39221af0be38f365e0b4ef3c
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue May 26 16:15:07 2020 +0200

    Regen
---
 .../apache/camel/springboot/catalog/components/kafka.json    |  4 ++--
 components-starter/camel-corda-starter/pom.xml               | 12 ------------
 components-starter/camel-iota-starter/pom.xml                | 12 ------------
 .../camel-kafka-starter/src/main/docs/kafka-starter.adoc     |  2 +-
 .../kafka/springboot/KafkaComponentConfiguration.java        |  6 ++++--
 docs/modules/ROOT/pages/kafka-starter.adoc                   |  2 +-
 6 files changed, 8 insertions(+), 30 deletions(-)

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 69280d3..958623e 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
@@ -103,7 +103,7 @@
     "saslMechanism": { "kind": "property", "displayName": "Sasl Mechanism", 
"group": "security", "label": "common,security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "secret": false, 
"defaultValue": "GSSAPI", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The Simple Authentication and Security Layer 
(SASL) Mechanism used. For the valid values see http:\/\/ [...]
     "securityProtocol": { "kind": "property", "displayName": "Security 
Protocol", "group": "security", "label": "common,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "defaultValue": "PLAINTEXT", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "Protocol used to communicate with brokers. 
SASL_PLAINTEXT, PLAINTEXT and SSL are supported" },
     "sslCipherSuites": { "kind": "property", "displayName": "Ssl Cipher 
Suites", "group": "security", "label": "common,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "A list of cipher suites. This is a named 
combination of authentication, encryption, MAC and key exchange algorithm used 
to  [...]
-    "sslContextParameters": { "kind": "property", "displayName": "Ssl Context 
Parameters", "group": "security", "label": "common,security", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.support.jsse.SSLContextParameters", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "SSL configuration using a Camel 
SSLContextParameters object. If configured it's [...]
+    "sslContextParameters": { "kind": "property", "displayName": "Ssl Context 
Parameters", "group": "security", "label": "common,security", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.support.jsse.SSLContextParameters", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "SSL configuration using a Camel 
SSLContextParameters object. If configured it's [...]
     "sslEnabledProtocols": { "kind": "property", "displayName": "Ssl Enabled 
Protocols", "group": "security", "label": "common,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "defaultValue": "TLSv1.2", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The list of protocols enabled for SSL 
connections. TLSv1.2, TLSv1.1 and TLSv1 are enable [...]
     "sslEndpointAlgorithm": { "kind": "property", "displayName": "Ssl Endpoint 
Algorithm", "group": "security", "label": "common,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The endpoint identification algorithm to 
validate server hostname using server certificate." },
     "sslKeymanagerAlgorithm": { "kind": "property", "displayName": "Ssl 
Keymanager Algorithm", "group": "security", "label": "common,security", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "defaultValue": "SunX509", 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "The algorithm used by 
key manager factory for SSL connections. Default value is th [...]
@@ -204,7 +204,7 @@
     "saslMechanism": { "kind": "parameter", "displayName": "Sasl Mechanism", 
"group": "security", "label": "common,security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "secret": false, 
"defaultValue": "GSSAPI", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The Simple Authentication and Security Layer 
(SASL) Mechanism used. For the valid values see http:\/\ [...]
     "securityProtocol": { "kind": "parameter", "displayName": "Security 
Protocol", "group": "security", "label": "common,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "defaultValue": "PLAINTEXT", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "Protocol used to communicate with brokers. 
SASL_PLAINTEXT, PLAINTEXT and SSL are supported" },
     "sslCipherSuites": { "kind": "parameter", "displayName": "Ssl Cipher 
Suites", "group": "security", "label": "common,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "A list of cipher suites. This is a named 
combination of authentication, encryption, MAC and key exchange algorithm used 
to [...]
-    "sslContextParameters": { "kind": "parameter", "displayName": "Ssl Context 
Parameters", "group": "security", "label": "common,security", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.support.jsse.SSLContextParameters", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "SSL configuration using a Camel 
SSLContextParameters object. If configured it' [...]
+    "sslContextParameters": { "kind": "parameter", "displayName": "Ssl Context 
Parameters", "group": "security", "label": "common,security", "required": 
false, "type": "object", "javaType": 
"org.apache.camel.support.jsse.SSLContextParameters", "deprecated": false, 
"secret": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "SSL configuration using a Camel 
SSLContextParameters object. If configured it' [...]
     "sslEnabledProtocols": { "kind": "parameter", "displayName": "Ssl Enabled 
Protocols", "group": "security", "label": "common,security", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"secret": false, "defaultValue": "TLSv1.2", "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The list of protocols enabled for SSL 
connections. TLSv1.2, TLSv1.1 and TLSv1 are enabl [...]
     "sslEndpointAlgorithm": { "kind": "parameter", "displayName": "Ssl 
Endpoint Algorithm", "group": "security", "label": "common,security", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "configurationClass": 
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField": 
"configuration", "description": "The endpoint identification algorithm to 
validate server hostname using server certificate." },
     "sslKeymanagerAlgorithm": { "kind": "parameter", "displayName": "Ssl 
Keymanager Algorithm", "group": "security", "label": "common,security", 
"required": false, "type": "string", "javaType": "java.lang.String", 
"deprecated": false, "secret": false, "defaultValue": "SunX509", 
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration", 
"configurationField": "configuration", "description": "The algorithm used by 
key manager factory for SSL connections. Default value is t [...]
diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index 9ae10f6..8559a29 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -38,18 +38,6 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-corda</artifactId>
       <version>${camel-version}</version>
-      <!--START OF GENERATED CODE-->
-      <exclusions>
-        <exclusion>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-classic</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-core</artifactId>
-        </exclusion>
-      </exclusions>
-      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>
diff --git a/components-starter/camel-iota-starter/pom.xml 
b/components-starter/camel-iota-starter/pom.xml
index 45084aa..0ccac9f 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,18 +38,6 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-iota</artifactId>
       <version>${camel-version}</version>
-      <!--START OF GENERATED CODE-->
-      <exclusions>
-        <exclusion>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-classic</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-core</artifactId>
-        </exclusion>
-      </exclusions>
-      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>
diff --git 
a/components-starter/camel-kafka-starter/src/main/docs/kafka-starter.adoc 
b/components-starter/camel-kafka-starter/src/main/docs/kafka-starter.adoc
index e250870..2eedc0f 100644
--- a/components-starter/camel-kafka-starter/src/main/docs/kafka-starter.adoc
+++ b/components-starter/camel-kafka-starter/src/main/docs/kafka-starter.adoc
@@ -102,7 +102,7 @@ The component supports 98 options, which are listed below.
 | *camel.component.kafka.shutdown-timeout* | Timeout in milli seconds to wait 
gracefully for the consumer or producer to shutdown and terminate its worker 
threads. | 30000 | Integer
 | *camel.component.kafka.specific-avro-reader* | 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) | false | 
Boolean
 | *camel.component.kafka.ssl-cipher-suites* | A list of cipher suites. This is 
a named combination of authentication, encryption, MAC and key exchange 
algorithm used to negotiate the security settings for a network connection 
using TLS or SSL network protocol.By default all the available cipher suites 
are supported. |  | String
-| *camel.component.kafka.ssl-context-parameters* | SSL configuration using a 
Camel SSLContextParameters object. If configured it's applied before the other 
SSL endpoint parameters. The option is a 
org.apache.camel.support.jsse.SSLContextParameters type. |  | String
+| *camel.component.kafka.ssl-context-parameters* | SSL configuration using a 
Camel SSLContextParameters object. If configured it's applied before the other 
SSL endpoint parameters. NOTE: Kafka only supports loading keystore from file 
locations, so prefix the location with file: in the KeyStoreParameters.resource 
option. The option is a org.apache.camel.support.jsse.SSLContextParameters 
type. |  | String
 | *camel.component.kafka.ssl-enabled-protocols* | The list of protocols 
enabled for SSL connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default. 
| TLSv1.2 | String
 | *camel.component.kafka.ssl-endpoint-algorithm* | The endpoint identification 
algorithm to validate server hostname using server certificate. |  | String
 | *camel.component.kafka.ssl-key-password* | The password of the private key 
in the key store file. This is optional for client. |  | String
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 92e77d3..f99d1c5 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
@@ -603,8 +603,10 @@ public class KafkaComponentConfiguration
     private String sslCipherSuites;
     /**
      * SSL configuration using a Camel SSLContextParameters object. If
-     * configured it's applied before the other SSL endpoint parameters. The
-     * option is a org.apache.camel.support.jsse.SSLContextParameters type.
+     * configured it's applied before the other SSL endpoint parameters. NOTE:
+     * Kafka only supports loading keystore from file locations, so prefix the
+     * location with file: in the KeyStoreParameters.resource option. The 
option
+     * is a org.apache.camel.support.jsse.SSLContextParameters type.
      */
     private String sslContextParameters;
     /**
diff --git a/docs/modules/ROOT/pages/kafka-starter.adoc 
b/docs/modules/ROOT/pages/kafka-starter.adoc
index e250870..2eedc0f 100644
--- a/docs/modules/ROOT/pages/kafka-starter.adoc
+++ b/docs/modules/ROOT/pages/kafka-starter.adoc
@@ -102,7 +102,7 @@ The component supports 98 options, which are listed below.
 | *camel.component.kafka.shutdown-timeout* | Timeout in milli seconds to wait 
gracefully for the consumer or producer to shutdown and terminate its worker 
threads. | 30000 | Integer
 | *camel.component.kafka.specific-avro-reader* | 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) | false | 
Boolean
 | *camel.component.kafka.ssl-cipher-suites* | A list of cipher suites. This is 
a named combination of authentication, encryption, MAC and key exchange 
algorithm used to negotiate the security settings for a network connection 
using TLS or SSL network protocol.By default all the available cipher suites 
are supported. |  | String
-| *camel.component.kafka.ssl-context-parameters* | SSL configuration using a 
Camel SSLContextParameters object. If configured it's applied before the other 
SSL endpoint parameters. The option is a 
org.apache.camel.support.jsse.SSLContextParameters type. |  | String
+| *camel.component.kafka.ssl-context-parameters* | SSL configuration using a 
Camel SSLContextParameters object. If configured it's applied before the other 
SSL endpoint parameters. NOTE: Kafka only supports loading keystore from file 
locations, so prefix the location with file: in the KeyStoreParameters.resource 
option. The option is a org.apache.camel.support.jsse.SSLContextParameters 
type. |  | String
 | *camel.component.kafka.ssl-enabled-protocols* | The list of protocols 
enabled for SSL connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default. 
| TLSv1.2 | String
 | *camel.component.kafka.ssl-endpoint-algorithm* | The endpoint identification 
algorithm to validate server hostname using server certificate. |  | String
 | *camel.component.kafka.ssl-key-password* | The password of the private key 
in the key store file. This is optional for client. |  | String

Reply via email to