This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/master by this push:
new 3704dab [create-pull-request] automated change
3704dab is described below
commit 3704dabd21a6aa4f9c48de744d69ed5c7d9ff1c4
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 27 00:58:45 2020 +0000
[create-pull-request] automated change
---
.../catalog/components/aws2-eventbridge.json | 4 ++--
.../camel/springboot/catalog/components/kafka.json | 8 ++++----
.../springboot/catalog/dataformats/bindy-csv.json | 2 +-
.../springboot/catalog/dataformats/bindy-fixed.json | 2 +-
.../springboot/catalog/dataformats/bindy-kvp.json | 2 +-
.../springboot/catalog/dataformats/json-fastjson.json | 2 +-
.../springboot/catalog/dataformats/json-gson.json | 2 +-
.../springboot/catalog/dataformats/json-jackson.json | 2 +-
.../springboot/catalog/dataformats/json-johnzon.json | 2 +-
.../springboot/catalog/dataformats/json-xstream.json | 2 +-
.../springboot/catalog/dataformats/yaml-snakeyaml.json | 2 +-
components-starter/README.adoc | 18 +++++++++---------
.../springboot/BindyCsvDataFormatConfiguration.java | 4 ++--
.../BindyFixedLengthDataFormatConfiguration.java | 4 ++--
.../BindyKeyValuePairDataFormatConfiguration.java | 4 ++--
.../springboot/FastjsonDataFormatConfiguration.java | 2 +-
.../gson/springboot/GsonDataFormatConfiguration.java | 2 +-
.../springboot/JacksonDataFormatConfiguration.java | 2 +-
.../springboot/JohnzonDataFormatConfiguration.java | 2 +-
.../src/main/docs/kafka-starter.adoc | 4 ++--
.../kafka/springboot/KafkaComponentConfiguration.java | 4 ++--
.../springboot/SnakeYAMLDataFormatConfiguration.java | 2 +-
.../springboot/JsonDataFormatConfiguration.java | 2 +-
docs/modules/ROOT/pages/kafka-starter.adoc | 4 ++--
docs/modules/ROOT/pages/list.adoc | 18 +++++++++---------
25 files changed, 51 insertions(+), 51 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eventbridge.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eventbridge.json
index c012189..178f323 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eventbridge.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws2-eventbridge.json
@@ -27,7 +27,7 @@
"eventbridgeClient": { "kind": "property", "displayName": "Eventbridge
Client", "group": "producer", "label": "", "required": false, "type": "object",
"javaType": "software.amazon.awssdk.services.eventbridge.EventBridgeClient",
"deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration",
"configurationField": "configuration", "description": "To use a existing
configured AWS Eventbridge as client" },
"eventPatternFile": { "kind": "property", "displayName": "Event Pattern
File", "group": "producer", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"configurationClass":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration",
"configurationField": "configuration", "description": "EventPattern File" },
"lazyStartProducer": { "kind": "property", "displayName": "Lazy Start
Producer", "group": "producer", "label": "producer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": 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 during starting and cause the r [...]
- "operation": { "kind": "property", "displayName": "Operation", "group":
"producer", "label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.aws2.eventbridge.EventbridgeOperations", "enum": [
"putRule", "putTargets", "removeTargets", "deleteRule", "enableRule",
"disableRule", "listRules" ], "deprecated": false, "deprecationNote": "",
"secret": false, "defaultValue": "putRule", "configurationClass":
"org.apache.camel.component.aws2.eventbridge.Eventbrid [...]
+ "operation": { "kind": "property", "displayName": "Operation", "group":
"producer", "label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.aws2.eventbridge.EventbridgeOperations", "enum": [
"putRule", "putTargets", "removeTargets", "deleteRule", "enableRule",
"disableRule", "describeRule", "listRules" ], "deprecated": false,
"deprecationNote": "", "secret": false, "defaultValue": "putRule",
"configurationClass": "org.apache.camel.component.aws2.event [...]
"pojoRequest": { "kind": "property", "displayName": "Pojo Request",
"group": "producer", "label": "", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue":
"false", "configurationClass":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration",
"configurationField": "configuration", "description": "If we want to use a POJO
request as body or not" },
"proxyHost": { "kind": "property", "displayName": "Proxy Host", "group":
"producer", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration",
"configurationField": "configuration", "description": "To define a proxy host
when instantiating the Eventbridge client" },
"proxyPort": { "kind": "property", "displayName": "Proxy Port", "group":
"producer", "label": "", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "secret": false,
"configurationClass":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration",
"configurationField": "configuration", "description": "To define a proxy port
when instantiating the Eventbridge client" },
@@ -44,7 +44,7 @@
"eventbridgeClient": { "kind": "parameter", "displayName": "Eventbridge
Client", "group": "producer", "label": "", "required": false, "type": "object",
"javaType": "software.amazon.awssdk.services.eventbridge.EventBridgeClient",
"deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration",
"configurationField": "configuration", "description": "To use a existing
configured AWS Eventbridge as client" },
"eventPatternFile": { "kind": "parameter", "displayName": "Event Pattern
File", "group": "producer", "label": "", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"configurationClass":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration",
"configurationField": "configuration", "description": "EventPattern File" },
"lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start
Producer", "group": "producer", "label": "producer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": 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 during starting and cause the [...]
- "operation": { "kind": "parameter", "displayName": "Operation", "group":
"producer", "label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.aws2.eventbridge.EventbridgeOperations", "enum": [
"putRule", "putTargets", "removeTargets", "deleteRule", "enableRule",
"disableRule", "listRules" ], "deprecated": false, "deprecationNote": "",
"secret": false, "defaultValue": "putRule", "configurationClass":
"org.apache.camel.component.aws2.eventbridge.Eventbri [...]
+ "operation": { "kind": "parameter", "displayName": "Operation", "group":
"producer", "label": "", "required": true, "type": "object", "javaType":
"org.apache.camel.component.aws2.eventbridge.EventbridgeOperations", "enum": [
"putRule", "putTargets", "removeTargets", "deleteRule", "enableRule",
"disableRule", "describeRule", "listRules" ], "deprecated": false,
"deprecationNote": "", "secret": false, "defaultValue": "putRule",
"configurationClass": "org.apache.camel.component.aws2.even [...]
"pojoRequest": { "kind": "parameter", "displayName": "Pojo Request",
"group": "producer", "label": "", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue":
"false", "configurationClass":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration",
"configurationField": "configuration", "description": "If we want to use a POJO
request as body or not" },
"proxyHost": { "kind": "parameter", "displayName": "Proxy Host", "group":
"producer", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration",
"configurationField": "configuration", "description": "To define a proxy host
when instantiating the Eventbridge client" },
"proxyPort": { "kind": "parameter", "displayName": "Proxy Port", "group":
"producer", "label": "", "required": false, "type": "integer", "javaType":
"java.lang.Integer", "deprecated": false, "secret": false,
"configurationClass":
"org.apache.camel.component.aws2.eventbridge.EventbridgeConfiguration",
"configurationField": "configuration", "description": "To define a proxy port
when instantiating the Eventbridge client" },
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 27988eb..44ca503 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
@@ -105,14 +105,14 @@
"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 [...]
- "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 [...]
+ "sslEnabledProtocols": { "kind": "property", "displayName": "Ssl Enabled
Protocols", "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 list of protocols enabled for SSL
connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default." },
"sslEndpointAlgorithm": { "kind": "property", "displayName": "Ssl Endpoint
Algorithm", "group": "security", "label": "common,security", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"secret": false, "defaultValue": "https", "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 [...]
"sslKeyPassword": { "kind": "property", "displayName": "Ssl Key Password",
"group": "security", "label": "producer,security", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "secret": true,
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration",
"configurationField": "configuration", "description": "The password of the
private key in the key store file. This is optional for client." },
"sslKeystoreLocation": { "kind": "property", "displayName": "Ssl Keystore
Location", "group": "security", "label": "producer,security", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"secret": false, "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "The location of the key store file. This is
optional for client and can be used for two-way authentication for cl [...]
"sslKeystorePassword": { "kind": "property", "displayName": "Ssl Keystore
Password", "group": "security", "label": "producer,security", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"secret": true, "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "The store password for the key store file.This
is optional for client and only needed if ssl.keystore.location is [...]
"sslKeystoreType": { "kind": "property", "displayName": "Ssl Keystore
Type", "group": "security", "label": "common,security", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"secret": false, "defaultValue": "JKS", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "The file format of the key store file. This is
optional for client. Default value is JKS" },
- "sslProtocol": { "kind": "property", "displayName": "Ssl Protocol",
"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 SSL protocol used to generate the
SSLContext. Default setting is TLS, which is fine for most cases. A [...]
+ "sslProtocol": { "kind": "property", "displayName": "Ssl Protocol",
"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 SSL protocol used to
generate the SSLContext. Default setting is TLS, which is fine for most cases.
Allowed values in recent JVM [...]
"sslProvider": { "kind": "property", "displayName": "Ssl Provider",
"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 name of the security
provider used for SSL connections. Default value is the default security
provider of the JVM." },
"sslTrustmanagerAlgorithm": { "kind": "property", "displayName": "Ssl
Trustmanager Algorithm", "group": "security", "label": "common,security",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "secret": false, "defaultValue": "PKIX",
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration",
"configurationField": "configuration", "description": "The algorithm used by
trust manager factory for SSL connections. Default value is [...]
"sslTruststoreLocation": { "kind": "property", "displayName": "Ssl
Truststore Location", "group": "security", "label": "producer,security",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "The location of the trust store file." },
@@ -206,14 +206,14 @@
"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' [...]
- "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 [...]
+ "sslEnabledProtocols": { "kind": "parameter", "displayName": "Ssl Enabled
Protocols", "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 list of protocols enabled for SSL
connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default." },
"sslEndpointAlgorithm": { "kind": "parameter", "displayName": "Ssl
Endpoint Algorithm", "group": "security", "label": "common,security",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "secret": false, "defaultValue": "https",
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration",
"configurationField": "configuration", "description": "The endpoint
identification algorithm to validate server hostname using server certific [...]
"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 [...]
"sslKeyPassword": { "kind": "parameter", "displayName": "Ssl Key
Password", "group": "security", "label": "producer,security", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"secret": true, "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "The password of the private key in the key
store file. This is optional for client." },
"sslKeystoreLocation": { "kind": "parameter", "displayName": "Ssl Keystore
Location", "group": "security", "label": "producer,security", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"secret": false, "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "The location of the key store file. This is
optional for client and can be used for two-way authentication for c [...]
"sslKeystorePassword": { "kind": "parameter", "displayName": "Ssl Keystore
Password", "group": "security", "label": "producer,security", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"secret": true, "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "The store password for the key store file.This
is optional for client and only needed if ssl.keystore.location is [...]
"sslKeystoreType": { "kind": "parameter", "displayName": "Ssl Keystore
Type", "group": "security", "label": "common,security", "required": false,
"type": "string", "javaType": "java.lang.String", "deprecated": false,
"secret": false, "defaultValue": "JKS", "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "The file format of the key store file. This is
optional for client. Default value is JKS" },
- "sslProtocol": { "kind": "parameter", "displayName": "Ssl Protocol",
"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 SSL protocol used to generate the
SSLContext. Default setting is TLS, which is fine for most cases. [...]
+ "sslProtocol": { "kind": "parameter", "displayName": "Ssl Protocol",
"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 SSL protocol used to
generate the SSLContext. Default setting is TLS, which is fine for most cases.
Allowed values in recent JV [...]
"sslProvider": { "kind": "parameter", "displayName": "Ssl Provider",
"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 name of the security
provider used for SSL connections. Default value is the default security
provider of the JVM." },
"sslTrustmanagerAlgorithm": { "kind": "parameter", "displayName": "Ssl
Trustmanager Algorithm", "group": "security", "label": "common,security",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "secret": false, "defaultValue": "PKIX",
"configurationClass": "org.apache.camel.component.kafka.KafkaConfiguration",
"configurationField": "configuration", "description": "The algorithm used by
trust manager factory for SSL connections. Default value i [...]
"sslTruststoreLocation": { "kind": "parameter", "displayName": "Ssl
Truststore Location", "group": "security", "label": "producer,security",
"required": false, "type": "string", "javaType": "java.lang.String",
"deprecated": false, "secret": false, "configurationClass":
"org.apache.camel.component.kafka.KafkaConfiguration", "configurationField":
"configuration", "description": "The location of the trust store file." },
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/bindy-csv.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/bindy-csv.json
index 9b863c6..37a5131 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/bindy-csv.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/bindy-csv.json
@@ -3,7 +3,7 @@
"kind": "dataformat",
"name": "bindy-csv",
"title": "Bindy CSV",
- "description": "Marshal and unmarshal Java beans from and to flat payloads
(such as CSV, delimited, fixed length formats, or FIX messages).",
+ "description": "Marshal and unmarshal between POJOs and Comma separated
values (CSV) format using Camel Bindy",
"deprecated": false,
"firstVersion": "2.0.0",
"label": "dataformat,transformation,csv",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/bindy-fixed.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/bindy-fixed.json
index 6a14428..0cf7efc 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/bindy-fixed.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/bindy-fixed.json
@@ -3,7 +3,7 @@
"kind": "dataformat",
"name": "bindy-fixed",
"title": "Bindy Fixed Length",
- "description": "Marshal and unmarshal Java beans from and to flat payloads
(such as CSV, delimited, fixed length formats, or FIX messages).",
+ "description": "Marshal and unmarshal between POJOs and fixed field length
format using Camel Bindy",
"deprecated": false,
"firstVersion": "2.0.0",
"label": "dataformat,transformation,csv",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/bindy-kvp.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/bindy-kvp.json
index 6a3e40c..33a91c1 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/bindy-kvp.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/bindy-kvp.json
@@ -3,7 +3,7 @@
"kind": "dataformat",
"name": "bindy-kvp",
"title": "Bindy Key Value Pair",
- "description": "Marshal and unmarshal Java beans from and to flat payloads
(such as CSV, delimited, fixed length formats, or FIX messages).",
+ "description": "Marshal and unmarshal between POJOs and key-value pair
(KVP) format using Camel Bindy",
"deprecated": false,
"firstVersion": "2.0.0",
"label": "dataformat,transformation,csv",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-fastjson.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-fastjson.json
index e6ea61d..a723499 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-fastjson.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-fastjson.json
@@ -3,7 +3,7 @@
"kind": "dataformat",
"name": "json-fastjson",
"title": "JSON Fastjson",
- "description": "Marshal POJOs to JSON and back.",
+ "description": "Marshal POJOs to JSON and back using Fastjson",
"deprecated": false,
"firstVersion": "2.20.0",
"label": "dataformat,transformation,json",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-gson.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-gson.json
index 473b2b0..4beb52d 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-gson.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-gson.json
@@ -3,7 +3,7 @@
"kind": "dataformat",
"name": "json-gson",
"title": "JSON Gson",
- "description": "Marshal POJOs to JSON and back.",
+ "description": "Marshal POJOs to JSON and back using Gson",
"deprecated": false,
"firstVersion": "2.10.0",
"label": "dataformat,transformation,json",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-jackson.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-jackson.json
index 086ad90..19df789 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-jackson.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-jackson.json
@@ -3,7 +3,7 @@
"kind": "dataformat",
"name": "json-jackson",
"title": "JSON Jackson",
- "description": "Marshal POJOs to JSON and back.",
+ "description": "Marshal POJOs to JSON and back using Jackson",
"deprecated": false,
"firstVersion": "2.0.0",
"label": "dataformat,transformation,json",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-johnzon.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-johnzon.json
index f2f3e74..a25d6dd 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-johnzon.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-johnzon.json
@@ -3,7 +3,7 @@
"kind": "dataformat",
"name": "json-johnzon",
"title": "JSON Johnzon",
- "description": "Marshal POJOs to JSON and back.",
+ "description": "Marshal POJOs to JSON and back using Johnzon",
"deprecated": false,
"firstVersion": "2.18.0",
"label": "dataformat,transformation,json",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-xstream.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-xstream.json
index 8a3f94a..d5faeef 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-xstream.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/json-xstream.json
@@ -3,7 +3,7 @@
"kind": "dataformat",
"name": "json-xstream",
"title": "JSON XStream",
- "description": "Marshal POJOs to JSON and back.",
+ "description": "Marshal POJOs to JSON and back using XStream",
"deprecated": false,
"firstVersion": "2.0.0",
"label": "dataformat,transformation,json",
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/yaml-snakeyaml.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/yaml-snakeyaml.json
index e8bf925..9cd5115 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/yaml-snakeyaml.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/yaml-snakeyaml.json
@@ -3,7 +3,7 @@
"kind": "dataformat",
"name": "yaml-snakeyaml",
"title": "YAML SnakeYAML",
- "description": "Marshal and unmarshal Java objects to and from YAML.",
+ "description": "Marshal and unmarshal Java objects to and from YAML using
SnakeYAML",
"deprecated": false,
"firstVersion": "2.17.0",
"label": "dataformat,transformation,yaml",
diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index 20e1a0f..dae2670 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -714,11 +714,11 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0
deprecated)
|
link:https://camel.apache.org/components/latest/dataformats/beanio-dataformat.html[BeanIO]
| camel-beanio-starter | Stable | 2.10 | Marshal and unmarshal Java beans to
and from flat files (such as CSV, delimited, or fixed length formats).
-|
link:https://camel.apache.org/components/latest/dataformats/bindy-dataformat.html[Bindy
CSV] | camel-bindy-starter | Stable | 2.0 | Marshal and unmarshal Java beans
from and to flat payloads (such as CSV, delimited, fixed length formats, or FIX
messages).
+|
link:https://camel.apache.org/components/latest/dataformats/bindy-dataformat.html[Bindy
CSV] | camel-bindy-starter | Stable | 2.0 | Marshal and unmarshal between
POJOs and Comma separated values (CSV) format using Camel Bindy
-|
link:https://camel.apache.org/components/latest/dataformats/bindy-dataformat.html[Bindy
Fixed Length] | camel-bindy-starter | Stable | 2.0 | Marshal and unmarshal
Java beans from and to flat payloads (such as CSV, delimited, fixed length
formats, or FIX messages).
+|
link:https://camel.apache.org/components/latest/dataformats/bindy-dataformat.html[Bindy
Fixed Length] | camel-bindy-starter | Stable | 2.0 | Marshal and unmarshal
between POJOs and fixed field length format using Camel Bindy
-|
link:https://camel.apache.org/components/latest/dataformats/bindy-dataformat.html[Bindy
Key Value Pair] | camel-bindy-starter | Stable | 2.0 | Marshal and unmarshal
Java beans from and to flat payloads (such as CSV, delimited, fixed length
formats, or FIX messages).
+|
link:https://camel.apache.org/components/latest/dataformats/bindy-dataformat.html[Bindy
Key Value Pair] | camel-bindy-starter | Stable | 2.0 | Marshal and unmarshal
between POJOs and key-value pair (KVP) format using Camel Bindy
|
link:https://camel.apache.org/components/latest/dataformats/cbor-dataformat.html[CBOR]
| camel-cbor-starter | Stable | 3.0 | Unmarshal a CBOR payload to POJO and
back.
@@ -744,15 +744,15 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0
deprecated)
|
link:https://camel.apache.org/components/latest/dataformats/jaxb-dataformat.html[JAXB]
| camel-jaxb-starter | Stable | 1.0 | Unmarshal XML payloads to POJOs and back
using JAXB2 XML marshalling standard.
-|
link:https://camel.apache.org/components/latest/dataformats/json-fastjson-dataformat.html[JSON
Fastjson] | camel-fastjson-starter | Stable | 2.20 | Marshal POJOs to JSON and
back.
+|
link:https://camel.apache.org/components/latest/dataformats/json-fastjson-dataformat.html[JSON
Fastjson] | camel-fastjson-starter | Stable | 2.20 | Marshal POJOs to JSON and
back using Fastjson
-|
link:https://camel.apache.org/components/latest/dataformats/json-gson-dataformat.html[JSON
Gson] | camel-gson-starter | Stable | 2.10 | Marshal POJOs to JSON and back.
+|
link:https://camel.apache.org/components/latest/dataformats/json-gson-dataformat.html[JSON
Gson] | camel-gson-starter | Stable | 2.10 | Marshal POJOs to JSON and back
using Gson
-|
link:https://camel.apache.org/components/latest/dataformats/json-jackson-dataformat.html[JSON
Jackson] | camel-jackson-starter | Stable | 2.0 | Marshal POJOs to JSON and
back.
+|
link:https://camel.apache.org/components/latest/dataformats/json-jackson-dataformat.html[JSON
Jackson] | camel-jackson-starter | Stable | 2.0 | Marshal POJOs to JSON and
back using Jackson
-|
link:https://camel.apache.org/components/latest/dataformats/json-johnzon-dataformat.html[JSON
Johnzon] | camel-johnzon-starter | Stable | 2.18 | Marshal POJOs to JSON and
back.
+|
link:https://camel.apache.org/components/latest/dataformats/json-johnzon-dataformat.html[JSON
Johnzon] | camel-johnzon-starter | Stable | 2.18 | Marshal POJOs to JSON and
back using Johnzon
-|
link:https://camel.apache.org/components/latest/dataformats/json-xstream-dataformat.html[JSON
XStream] | camel-xstream-starter | Stable | 2.0 | Marshal POJOs to JSON and
back.
+|
link:https://camel.apache.org/components/latest/dataformats/json-xstream-dataformat.html[JSON
XStream] | camel-xstream-starter | Stable | 2.0 | Marshal POJOs to JSON and
back using XStream
|
link:https://camel.apache.org/components/latest/dataformats/jsonApi-dataformat.html[JSonApi]
| camel-jsonapi-starter | Stable | 3.0 | Marshal and unmarshal JSON:API
resources using JSONAPI-Converter library.
@@ -786,7 +786,7 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0
deprecated)
|
link:https://camel.apache.org/components/latest/dataformats/xstream-dataformat.html[XStream]
| camel-xstream-starter | Stable | 1.3 | Marshal and unmarshal POJOs to/from
XML using XStream library.
-|
link:https://camel.apache.org/components/latest/dataformats/yaml-snakeyaml-dataformat.html[YAML
SnakeYAML] | camel-snakeyaml-starter | Stable | 2.17 | Marshal and unmarshal
Java objects to and from YAML.
+|
link:https://camel.apache.org/components/latest/dataformats/yaml-snakeyaml-dataformat.html[YAML
SnakeYAML] | camel-snakeyaml-starter | Stable | 2.17 | Marshal and unmarshal
Java objects to and from YAML using SnakeYAML
|
link:https://camel.apache.org/components/latest/dataformats/zipdeflater-dataformat.html[Zip
Deflate Compression] | camel-zip-deflater-starter | Stable | 2.12 | Compress
and decompress streams using java.util.zip.Deflater and java.util.zip.Inflater.
diff --git
a/components-starter/camel-bindy-starter/src/main/java/org/apache/camel/dataformat/bindy/csv/springboot/BindyCsvDataFormatConfiguration.java
b/components-starter/camel-bindy-starter/src/main/java/org/apache/camel/dataformat/bindy/csv/springboot/BindyCsvDataFormatConfiguration.java
index 1cd4460..a27fa50 100644
---
a/components-starter/camel-bindy-starter/src/main/java/org/apache/camel/dataformat/bindy/csv/springboot/BindyCsvDataFormatConfiguration.java
+++
b/components-starter/camel-bindy-starter/src/main/java/org/apache/camel/dataformat/bindy/csv/springboot/BindyCsvDataFormatConfiguration.java
@@ -21,8 +21,8 @@ import
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
- * Marshal and unmarshal Java beans from and to flat payloads (such as CSV,
- * delimited, fixed length formats, or FIX messages).
+ * Marshal and unmarshal between POJOs and Comma separated values (CSV) format
+ * using Camel Bindy
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/
diff --git
a/components-starter/camel-bindy-starter/src/main/java/org/apache/camel/dataformat/bindy/fixed/springboot/BindyFixedLengthDataFormatConfiguration.java
b/components-starter/camel-bindy-starter/src/main/java/org/apache/camel/dataformat/bindy/fixed/springboot/BindyFixedLengthDataFormatConfiguration.java
index 407a45b..6a967d1 100644
---
a/components-starter/camel-bindy-starter/src/main/java/org/apache/camel/dataformat/bindy/fixed/springboot/BindyFixedLengthDataFormatConfiguration.java
+++
b/components-starter/camel-bindy-starter/src/main/java/org/apache/camel/dataformat/bindy/fixed/springboot/BindyFixedLengthDataFormatConfiguration.java
@@ -21,8 +21,8 @@ import
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
- * Marshal and unmarshal Java beans from and to flat payloads (such as CSV,
- * delimited, fixed length formats, or FIX messages).
+ * Marshal and unmarshal between POJOs and fixed field length format using
Camel
+ * Bindy
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/
diff --git
a/components-starter/camel-bindy-starter/src/main/java/org/apache/camel/dataformat/bindy/kvp/springboot/BindyKeyValuePairDataFormatConfiguration.java
b/components-starter/camel-bindy-starter/src/main/java/org/apache/camel/dataformat/bindy/kvp/springboot/BindyKeyValuePairDataFormatConfiguration.java
index c73d388..8965b1b 100644
---
a/components-starter/camel-bindy-starter/src/main/java/org/apache/camel/dataformat/bindy/kvp/springboot/BindyKeyValuePairDataFormatConfiguration.java
+++
b/components-starter/camel-bindy-starter/src/main/java/org/apache/camel/dataformat/bindy/kvp/springboot/BindyKeyValuePairDataFormatConfiguration.java
@@ -21,8 +21,8 @@ import
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
- * Marshal and unmarshal Java beans from and to flat payloads (such as CSV,
- * delimited, fixed length formats, or FIX messages).
+ * Marshal and unmarshal between POJOs and key-value pair (KVP) format using
+ * Camel Bindy
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/
diff --git
a/components-starter/camel-fastjson-starter/src/main/java/org/apache/camel/component/fastjson/springboot/FastjsonDataFormatConfiguration.java
b/components-starter/camel-fastjson-starter/src/main/java/org/apache/camel/component/fastjson/springboot/FastjsonDataFormatConfiguration.java
index 9349473..9972493 100644
---
a/components-starter/camel-fastjson-starter/src/main/java/org/apache/camel/component/fastjson/springboot/FastjsonDataFormatConfiguration.java
+++
b/components-starter/camel-fastjson-starter/src/main/java/org/apache/camel/component/fastjson/springboot/FastjsonDataFormatConfiguration.java
@@ -21,7 +21,7 @@ import
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
- * Marshal POJOs to JSON and back.
+ * Marshal POJOs to JSON and back using Fastjson
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/
diff --git
a/components-starter/camel-gson-starter/src/main/java/org/apache/camel/component/gson/springboot/GsonDataFormatConfiguration.java
b/components-starter/camel-gson-starter/src/main/java/org/apache/camel/component/gson/springboot/GsonDataFormatConfiguration.java
index bf949dd..f1a86b4 100644
---
a/components-starter/camel-gson-starter/src/main/java/org/apache/camel/component/gson/springboot/GsonDataFormatConfiguration.java
+++
b/components-starter/camel-gson-starter/src/main/java/org/apache/camel/component/gson/springboot/GsonDataFormatConfiguration.java
@@ -21,7 +21,7 @@ import
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
- * Marshal POJOs to JSON and back.
+ * Marshal POJOs to JSON and back using Gson
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/
diff --git
a/components-starter/camel-jackson-starter/src/main/java/org/apache/camel/component/jackson/springboot/JacksonDataFormatConfiguration.java
b/components-starter/camel-jackson-starter/src/main/java/org/apache/camel/component/jackson/springboot/JacksonDataFormatConfiguration.java
index 4ffa885..3cb0959 100644
---
a/components-starter/camel-jackson-starter/src/main/java/org/apache/camel/component/jackson/springboot/JacksonDataFormatConfiguration.java
+++
b/components-starter/camel-jackson-starter/src/main/java/org/apache/camel/component/jackson/springboot/JacksonDataFormatConfiguration.java
@@ -21,7 +21,7 @@ import
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
- * Marshal POJOs to JSON and back.
+ * Marshal POJOs to JSON and back using Jackson
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/
diff --git
a/components-starter/camel-johnzon-starter/src/main/java/org/apache/camel/component/johnzon/springboot/JohnzonDataFormatConfiguration.java
b/components-starter/camel-johnzon-starter/src/main/java/org/apache/camel/component/johnzon/springboot/JohnzonDataFormatConfiguration.java
index 5971ea1..81bf5bf 100644
---
a/components-starter/camel-johnzon-starter/src/main/java/org/apache/camel/component/johnzon/springboot/JohnzonDataFormatConfiguration.java
+++
b/components-starter/camel-johnzon-starter/src/main/java/org/apache/camel/component/johnzon/springboot/JohnzonDataFormatConfiguration.java
@@ -21,7 +21,7 @@ import
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
- * Marshal POJOs to JSON and back.
+ * Marshal POJOs to JSON and back using Johnzon
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/
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 f13910b..508a0c2 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,14 +102,14 @@ The component supports 98 options, which are listed below.
| *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. 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-enabled-protocols* | The list of protocols
enabled for SSL connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default.
| | String
| *camel.component.kafka.ssl-endpoint-algorithm* | The endpoint identification
algorithm to validate server hostname using server certificate. | https | String
| *camel.component.kafka.ssl-key-password* | The password of the private key
in the key store file. This is optional for client. | | String
| *camel.component.kafka.ssl-keymanager-algorithm* | The algorithm used by key
manager factory for SSL connections. Default value is the key manager factory
algorithm configured for the Java Virtual Machine. | SunX509 | String
| *camel.component.kafka.ssl-keystore-location* | The location of the key
store file. This is optional for client and can be used for two-way
authentication for client. | | String
| *camel.component.kafka.ssl-keystore-password* | The store password for the
key store file.This is optional for client and only needed if
ssl.keystore.location is configured. | | String
| *camel.component.kafka.ssl-keystore-type* | The file format of the key store
file. This is optional for client. Default value is JKS | JKS | String
-| *camel.component.kafka.ssl-protocol* | The SSL protocol used to generate the
SSLContext. Default setting is TLS, which is fine for most cases. Allowed
values in recent JVMs are TLS, TLSv1.1 and TLSv1.2. SSL, SSLv2 and SSLv3 may be
supported in older JVMs, but their usage is discouraged due to known security
vulnerabilities. | TLSv1.2 | String
+| *camel.component.kafka.ssl-protocol* | The SSL protocol used to generate the
SSLContext. Default setting is TLS, which is fine for most cases. Allowed
values in recent JVMs are TLS, TLSv1.1 and TLSv1.2. SSL, SSLv2 and SSLv3 may be
supported in older JVMs, but their usage is discouraged due to known security
vulnerabilities. | | String
| *camel.component.kafka.ssl-provider* | The name of the security provider
used for SSL connections. Default value is the default security provider of the
JVM. | | String
| *camel.component.kafka.ssl-trustmanager-algorithm* | The algorithm used by
trust manager factory for SSL connections. Default value is the trust manager
factory algorithm configured for the Java Virtual Machine. | PKIX | String
| *camel.component.kafka.ssl-truststore-location* | The location of the trust
store file. | | 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 6c90642..cab3812 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
@@ -616,7 +616,7 @@ public class KafkaComponentConfiguration
* The list of protocols enabled for SSL connections. TLSv1.2, TLSv1.1 and
* TLSv1 are enabled by default.
*/
- private String sslEnabledProtocols = "TLSv1.2";
+ private String sslEnabledProtocols;
/**
* The endpoint identification algorithm to validate server hostname using
* server certificate.
@@ -654,7 +654,7 @@ public class KafkaComponentConfiguration
* TLSv1.1 and TLSv1.2. SSL, SSLv2 and SSLv3 may be supported in older
JVMs,
* but their usage is discouraged due to known security vulnerabilities.
*/
- private String sslProtocol = "TLSv1.2";
+ private String sslProtocol;
/**
* The name of the security provider used for SSL connections. Default
value
* is the default security provider of the JVM.
diff --git
a/components-starter/camel-snakeyaml-starter/src/main/java/org/apache/camel/component/snakeyaml/springboot/SnakeYAMLDataFormatConfiguration.java
b/components-starter/camel-snakeyaml-starter/src/main/java/org/apache/camel/component/snakeyaml/springboot/SnakeYAMLDataFormatConfiguration.java
index 7c71a29..297ffbd 100644
---
a/components-starter/camel-snakeyaml-starter/src/main/java/org/apache/camel/component/snakeyaml/springboot/SnakeYAMLDataFormatConfiguration.java
+++
b/components-starter/camel-snakeyaml-starter/src/main/java/org/apache/camel/component/snakeyaml/springboot/SnakeYAMLDataFormatConfiguration.java
@@ -21,7 +21,7 @@ import
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
- * Marshal and unmarshal Java objects to and from YAML.
+ * Marshal and unmarshal Java objects to and from YAML using SnakeYAML
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/
diff --git
a/components-starter/camel-xstream-starter/src/main/java/org/apache/camel/dataformat/xstream/springboot/JsonDataFormatConfiguration.java
b/components-starter/camel-xstream-starter/src/main/java/org/apache/camel/dataformat/xstream/springboot/JsonDataFormatConfiguration.java
index c605449..db38ac5 100644
---
a/components-starter/camel-xstream-starter/src/main/java/org/apache/camel/dataformat/xstream/springboot/JsonDataFormatConfiguration.java
+++
b/components-starter/camel-xstream-starter/src/main/java/org/apache/camel/dataformat/xstream/springboot/JsonDataFormatConfiguration.java
@@ -21,7 +21,7 @@ import
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
- * Marshal POJOs to JSON and back.
+ * Marshal POJOs to JSON and back using XStream
*
* Generated by camel-package-maven-plugin - do not edit this file!
*/
diff --git a/docs/modules/ROOT/pages/kafka-starter.adoc
b/docs/modules/ROOT/pages/kafka-starter.adoc
index f13910b..508a0c2 100644
--- a/docs/modules/ROOT/pages/kafka-starter.adoc
+++ b/docs/modules/ROOT/pages/kafka-starter.adoc
@@ -102,14 +102,14 @@ The component supports 98 options, which are listed below.
| *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. 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-enabled-protocols* | The list of protocols
enabled for SSL connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default.
| | String
| *camel.component.kafka.ssl-endpoint-algorithm* | The endpoint identification
algorithm to validate server hostname using server certificate. | https | String
| *camel.component.kafka.ssl-key-password* | The password of the private key
in the key store file. This is optional for client. | | String
| *camel.component.kafka.ssl-keymanager-algorithm* | The algorithm used by key
manager factory for SSL connections. Default value is the key manager factory
algorithm configured for the Java Virtual Machine. | SunX509 | String
| *camel.component.kafka.ssl-keystore-location* | The location of the key
store file. This is optional for client and can be used for two-way
authentication for client. | | String
| *camel.component.kafka.ssl-keystore-password* | The store password for the
key store file.This is optional for client and only needed if
ssl.keystore.location is configured. | | String
| *camel.component.kafka.ssl-keystore-type* | The file format of the key store
file. This is optional for client. Default value is JKS | JKS | String
-| *camel.component.kafka.ssl-protocol* | The SSL protocol used to generate the
SSLContext. Default setting is TLS, which is fine for most cases. Allowed
values in recent JVMs are TLS, TLSv1.1 and TLSv1.2. SSL, SSLv2 and SSLv3 may be
supported in older JVMs, but their usage is discouraged due to known security
vulnerabilities. | TLSv1.2 | String
+| *camel.component.kafka.ssl-protocol* | The SSL protocol used to generate the
SSLContext. Default setting is TLS, which is fine for most cases. Allowed
values in recent JVMs are TLS, TLSv1.1 and TLSv1.2. SSL, SSLv2 and SSLv3 may be
supported in older JVMs, but their usage is discouraged due to known security
vulnerabilities. | | String
| *camel.component.kafka.ssl-provider* | The name of the security provider
used for SSL connections. Default value is the default security provider of the
JVM. | | String
| *camel.component.kafka.ssl-trustmanager-algorithm* | The algorithm used by
trust manager factory for SSL connections. Default value is the trust manager
factory algorithm configured for the Java Virtual Machine. | PKIX | String
| *camel.component.kafka.ssl-truststore-location* | The location of the trust
store file. | | String
diff --git a/docs/modules/ROOT/pages/list.adoc
b/docs/modules/ROOT/pages/list.adoc
index 20e1a0f..dae2670 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -714,11 +714,11 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0
deprecated)
|
link:https://camel.apache.org/components/latest/dataformats/beanio-dataformat.html[BeanIO]
| camel-beanio-starter | Stable | 2.10 | Marshal and unmarshal Java beans to
and from flat files (such as CSV, delimited, or fixed length formats).
-|
link:https://camel.apache.org/components/latest/dataformats/bindy-dataformat.html[Bindy
CSV] | camel-bindy-starter | Stable | 2.0 | Marshal and unmarshal Java beans
from and to flat payloads (such as CSV, delimited, fixed length formats, or FIX
messages).
+|
link:https://camel.apache.org/components/latest/dataformats/bindy-dataformat.html[Bindy
CSV] | camel-bindy-starter | Stable | 2.0 | Marshal and unmarshal between
POJOs and Comma separated values (CSV) format using Camel Bindy
-|
link:https://camel.apache.org/components/latest/dataformats/bindy-dataformat.html[Bindy
Fixed Length] | camel-bindy-starter | Stable | 2.0 | Marshal and unmarshal
Java beans from and to flat payloads (such as CSV, delimited, fixed length
formats, or FIX messages).
+|
link:https://camel.apache.org/components/latest/dataformats/bindy-dataformat.html[Bindy
Fixed Length] | camel-bindy-starter | Stable | 2.0 | Marshal and unmarshal
between POJOs and fixed field length format using Camel Bindy
-|
link:https://camel.apache.org/components/latest/dataformats/bindy-dataformat.html[Bindy
Key Value Pair] | camel-bindy-starter | Stable | 2.0 | Marshal and unmarshal
Java beans from and to flat payloads (such as CSV, delimited, fixed length
formats, or FIX messages).
+|
link:https://camel.apache.org/components/latest/dataformats/bindy-dataformat.html[Bindy
Key Value Pair] | camel-bindy-starter | Stable | 2.0 | Marshal and unmarshal
between POJOs and key-value pair (KVP) format using Camel Bindy
|
link:https://camel.apache.org/components/latest/dataformats/cbor-dataformat.html[CBOR]
| camel-cbor-starter | Stable | 3.0 | Unmarshal a CBOR payload to POJO and
back.
@@ -744,15 +744,15 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0
deprecated)
|
link:https://camel.apache.org/components/latest/dataformats/jaxb-dataformat.html[JAXB]
| camel-jaxb-starter | Stable | 1.0 | Unmarshal XML payloads to POJOs and back
using JAXB2 XML marshalling standard.
-|
link:https://camel.apache.org/components/latest/dataformats/json-fastjson-dataformat.html[JSON
Fastjson] | camel-fastjson-starter | Stable | 2.20 | Marshal POJOs to JSON and
back.
+|
link:https://camel.apache.org/components/latest/dataformats/json-fastjson-dataformat.html[JSON
Fastjson] | camel-fastjson-starter | Stable | 2.20 | Marshal POJOs to JSON and
back using Fastjson
-|
link:https://camel.apache.org/components/latest/dataformats/json-gson-dataformat.html[JSON
Gson] | camel-gson-starter | Stable | 2.10 | Marshal POJOs to JSON and back.
+|
link:https://camel.apache.org/components/latest/dataformats/json-gson-dataformat.html[JSON
Gson] | camel-gson-starter | Stable | 2.10 | Marshal POJOs to JSON and back
using Gson
-|
link:https://camel.apache.org/components/latest/dataformats/json-jackson-dataformat.html[JSON
Jackson] | camel-jackson-starter | Stable | 2.0 | Marshal POJOs to JSON and
back.
+|
link:https://camel.apache.org/components/latest/dataformats/json-jackson-dataformat.html[JSON
Jackson] | camel-jackson-starter | Stable | 2.0 | Marshal POJOs to JSON and
back using Jackson
-|
link:https://camel.apache.org/components/latest/dataformats/json-johnzon-dataformat.html[JSON
Johnzon] | camel-johnzon-starter | Stable | 2.18 | Marshal POJOs to JSON and
back.
+|
link:https://camel.apache.org/components/latest/dataformats/json-johnzon-dataformat.html[JSON
Johnzon] | camel-johnzon-starter | Stable | 2.18 | Marshal POJOs to JSON and
back using Johnzon
-|
link:https://camel.apache.org/components/latest/dataformats/json-xstream-dataformat.html[JSON
XStream] | camel-xstream-starter | Stable | 2.0 | Marshal POJOs to JSON and
back.
+|
link:https://camel.apache.org/components/latest/dataformats/json-xstream-dataformat.html[JSON
XStream] | camel-xstream-starter | Stable | 2.0 | Marshal POJOs to JSON and
back using XStream
|
link:https://camel.apache.org/components/latest/dataformats/jsonApi-dataformat.html[JSonApi]
| camel-jsonapi-starter | Stable | 3.0 | Marshal and unmarshal JSON:API
resources using JSONAPI-Converter library.
@@ -786,7 +786,7 @@ Number of Camel data formats: 45 in 37 JAR artifacts (0
deprecated)
|
link:https://camel.apache.org/components/latest/dataformats/xstream-dataformat.html[XStream]
| camel-xstream-starter | Stable | 1.3 | Marshal and unmarshal POJOs to/from
XML using XStream library.
-|
link:https://camel.apache.org/components/latest/dataformats/yaml-snakeyaml-dataformat.html[YAML
SnakeYAML] | camel-snakeyaml-starter | Stable | 2.17 | Marshal and unmarshal
Java objects to and from YAML.
+|
link:https://camel.apache.org/components/latest/dataformats/yaml-snakeyaml-dataformat.html[YAML
SnakeYAML] | camel-snakeyaml-starter | Stable | 2.17 | Marshal and unmarshal
Java objects to and from YAML using SnakeYAML
|
link:https://camel.apache.org/components/latest/dataformats/zipdeflater-dataformat.html[Zip
Deflate Compression] | camel-zip-deflater-starter | Stable | 2.12 | Compress
and decompress streams using java.util.zip.Deflater and java.util.zip.Inflater.