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.git
The following commit(s) were added to refs/heads/master by this push: new c5daaca Regen c5daaca is described below commit c5daacae33bfbe4e617a080dd025e3f8981d7427 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jul 19 15:45:39 2018 +0200 Regen --- .../src/main/docs/box-component.adoc | 17 +----- .../camel-cache/src/main/docs/cache-component.adoc | 4 +- .../src/main/docs/consul-component.adoc | 18 +----- .../src/main/docs/crypto-component.adoc | 14 +++-- .../src/main/docs/crypto-dataformat.adoc | 14 +++-- .../camel-etcd/src/main/docs/etcd-component.adoc | 17 +----- .../camel-jms/src/main/docs/jms-component.adoc | 7 ++- .../camel-kafka/src/main/docs/kafka-component.adoc | 18 +----- .../camel-mail/src/main/docs/mail-component.adoc | 17 +----- .../camel-mina2/src/main/docs/mina2-component.adoc | 17 +----- .../camel-netty/src/main/docs/netty-component.adoc | 17 +----- .../src/main/docs/netty4-component.adoc | 17 +----- .../src/main/docs/olingo2-component.adoc | 17 +----- .../src/main/docs/olingo4-component.adoc | 17 +----- .../src/main/docs/salesforce-component.adoc | 68 +++------------------- .../src/main/docs/servicenow-component.adoc | 18 +----- .../camel-stomp/src/main/docs/stomp-component.adoc | 17 +----- .../src/main/docs/wordpress-component.adoc | 9 +-- .../ws/springboot/WsComponentConfiguration.java | 2 +- .../springboot/HttpComponentConfiguration.java | 2 +- .../springboot/HttpComponentConfiguration.java | 2 +- .../springboot/MailComponentConfiguration.java | 2 +- .../sip/springboot/SipComponentConfiguration.java | 2 +- 23 files changed, 64 insertions(+), 269 deletions(-) diff --git a/components/camel-box/camel-box-component/src/main/docs/box-component.adoc b/components/camel-box/camel-box-component/src/main/docs/box-component.adoc index 44f3279..5b203ac 100644 --- a/components/camel-box/camel-box-component/src/main/docs/box-component.adoc +++ b/components/camel-box/camel-box-component/src/main/docs/box-component.adoc @@ -112,7 +112,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 30 options, which are listed below. +The component supports 17 options, which are listed below. @@ -132,20 +132,7 @@ The component supports 30 options, which are listed below. | *camel.component.box.configuration.private-key-file* | The private key for generating the JWT signature. | | String | *camel.component.box.configuration.private-key-password* | The password for the private key. | | String | *camel.component.box.configuration.public-key-id* | The ID for public key for validating the JWT signature. | | String -| *camel.component.box.configuration.ssl-context-parameters.camel-context* | | | CamelContext -| *camel.component.box.configuration.ssl-context-parameters.cert-alias* | | | String -| *camel.component.box.configuration.ssl-context-parameters.cipher-suites* | | | CipherSuitesParameters -| *camel.component.box.configuration.ssl-context-parameters.cipher-suites-filter* | | | FilterParameters -| *camel.component.box.configuration.ssl-context-parameters.client-parameters* | | | SSLContextClient Parameters -| *camel.component.box.configuration.ssl-context-parameters.key-managers* | | | KeyManagersParameters -| *camel.component.box.configuration.ssl-context-parameters.provider* | | | String -| *camel.component.box.configuration.ssl-context-parameters.secure-random* | | | SecureRandomParameters -| *camel.component.box.configuration.ssl-context-parameters.secure-socket-protocol* | | | String -| *camel.component.box.configuration.ssl-context-parameters.secure-socket-protocols* | | | SecureSocketProtocols Parameters -| *camel.component.box.configuration.ssl-context-parameters.secure-socket-protocols-filter* | | | FilterParameters -| *camel.component.box.configuration.ssl-context-parameters.server-parameters* | | | SSLContextServer Parameters -| *camel.component.box.configuration.ssl-context-parameters.session-timeout* | | | String -| *camel.component.box.configuration.ssl-context-parameters.trust-managers* | | | TrustManagersParameters +| *camel.component.box.configuration.ssl-context-parameters* | To configure security using SSLContextParameters. | | SSLContextParameters | *camel.component.box.configuration.user-id* | The user ID to use for an App User. | | String | *camel.component.box.configuration.user-name* | Box user name, MUST be provided | | String | *camel.component.box.configuration.user-password* | Box user password, MUST be provided if authSecureStorage is not set, diff --git a/components/camel-cache/src/main/docs/cache-component.adoc b/components/camel-cache/src/main/docs/cache-component.adoc index 4eb7de8..0940d12 100644 --- a/components/camel-cache/src/main/docs/cache-component.adoc +++ b/components/camel-cache/src/main/docs/cache-component.adoc @@ -126,7 +126,7 @@ The component supports 17 options, which are listed below. org.apache.camel.component.cache.CacheManagerFactory type. | | String | *camel.component.cache.configuration-file* | Sets the location of the ehcache.xml file to load from classpath or file system. By default the file is loaded from classpath:ehcache.xml | classpath:ehcache.xml | String -| *camel.component.cache.configuration.cache-loader-registry.cache-loaders* | | | List +| *camel.component.cache.configuration.cache-loader-registry* | To configure cache loader using the CacheLoaderRegistry | | CacheLoaderRegistry | *camel.component.cache.configuration.cache-name* | Name of the cache | | String | *camel.component.cache.configuration.disk-expiry-thread-interval-seconds* | The number of seconds between runs of the disk expiry thread. | | Long | *camel.component.cache.configuration.disk-persistent* | Whether the disk store persists between restarts of the application. | false | Boolean @@ -134,7 +134,7 @@ The component supports 17 options, which are listed below. injection. | | String | *camel.component.cache.configuration.eternal* | Sets whether elements are eternal. If eternal, timeouts are ignored and the element never expires. | false | Boolean -| *camel.component.cache.configuration.event-listener-registry.event-listeners* | | | List +| *camel.component.cache.configuration.event-listener-registry* | To configure event listeners using the CacheEventListenerRegistry | | CacheEventListener Registry | *camel.component.cache.configuration.max-elements-in-memory* | The number of elements that may be stored in the defined cache in memory. | 1000 | Integer | *camel.component.cache.configuration.memory-store-eviction-policy* | Which eviction strategy to use when maximum number of elements in diff --git a/components/camel-consul/src/main/docs/consul-component.adoc b/components/camel-consul/src/main/docs/consul-component.adoc index 5dcb5a2..986c43a 100644 --- a/components/camel-consul/src/main/docs/consul-component.adoc +++ b/components/camel-consul/src/main/docs/consul-component.adoc @@ -95,7 +95,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 103 options, which are listed below. +The component supports 90 options, which are listed below. @@ -148,20 +148,8 @@ The component supports 103 options, which are listed below. the Consul instance | | Boolean | *camel.component.consul.configuration.read-timeout-millis* | Read timeout for OkHttpClient | | Long | *camel.component.consul.configuration.recursive* | Recursively watch, default false | | Boolean -| *camel.component.consul.configuration.ssl-context-parameters.camel-context* | | | CamelContext -| *camel.component.consul.configuration.ssl-context-parameters.cert-alias* | | | String -| *camel.component.consul.configuration.ssl-context-parameters.cipher-suites* | | | CipherSuitesParameters -| *camel.component.consul.configuration.ssl-context-parameters.cipher-suites-filter* | | | FilterParameters -| *camel.component.consul.configuration.ssl-context-parameters.client-parameters* | | | SSLContextClient Parameters -| *camel.component.consul.configuration.ssl-context-parameters.key-managers* | | | KeyManagersParameters -| *camel.component.consul.configuration.ssl-context-parameters.provider* | | | String -| *camel.component.consul.configuration.ssl-context-parameters.secure-random* | | | SecureRandomParameters -| *camel.component.consul.configuration.ssl-context-parameters.secure-socket-protocol* | | | String -| *camel.component.consul.configuration.ssl-context-parameters.secure-socket-protocols* | | | SecureSocketProtocols Parameters -| *camel.component.consul.configuration.ssl-context-parameters.secure-socket-protocols-filter* | | | FilterParameters -| *camel.component.consul.configuration.ssl-context-parameters.server-parameters* | | | SSLContextServer Parameters -| *camel.component.consul.configuration.ssl-context-parameters.session-timeout* | | | String -| *camel.component.consul.configuration.ssl-context-parameters.trust-managers* | | | TrustManagersParameters +| *camel.component.consul.configuration.ssl-context-parameters* | SSL configuration using an + org.apache.camel.util.jsse.SSLContextParameters instance. | | SSLContextParameters | *camel.component.consul.configuration.tags* | Set tags. You can separate multiple tags by comma. | | Set | *camel.component.consul.configuration.url* | The Consul agent URL | | String | *camel.component.consul.configuration.user-name* | Sets the username to be used for basic authentication | | String diff --git a/components/camel-crypto/src/main/docs/crypto-component.adoc b/components/camel-crypto/src/main/docs/crypto-component.adoc index 32dffbd..c0cd16a 100644 --- a/components/camel-crypto/src/main/docs/crypto-component.adoc +++ b/components/camel-crypto/src/main/docs/crypto-component.adoc @@ -144,7 +144,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 37 options, which are listed below. +The component supports 33 options, which are listed below. @@ -169,11 +169,13 @@ The component supports 37 options, which are listed below. passwords may escape if unset. | true | Boolean | *camel.component.crypto.configuration.crypto-operation* | Set the Crypto operation from that supplied after the crypto scheme in the endpoint uri e.g. crypto:sign sets sign as the operation. | | CryptoOperation -| *camel.component.crypto.configuration.key-store-parameters.camel-context* | | | CamelContext -| *camel.component.crypto.configuration.key-store-parameters.password* | | | String -| *camel.component.crypto.configuration.key-store-parameters.provider* | | | String -| *camel.component.crypto.configuration.key-store-parameters.resource* | | | String -| *camel.component.crypto.configuration.key-store-parameters.type* | | | String +| *camel.component.crypto.configuration.key-store-parameters* | Sets the KeyStore that can contain keys and Certficates for use in + signing and verifying exchanges based on the given + KeyStoreParameters. A KeyStore is typically used with an alias, + either one supplied in the Route definition or dynamically via the + message header CamelSignatureKeyStoreAlias. If no alias is supplied + and there is only a single entry in the Keystore, then this single + entry will be used. | | KeyStoreParameters | *camel.component.crypto.configuration.keystore* | Sets the KeyStore that can contain keys and Certficates for use in signing and verifying exchanges. A KeyStore is typically used with an alias, either one supplied in the Route definition or dynamically via diff --git a/components/camel-crypto/src/main/docs/crypto-dataformat.adoc b/components/camel-crypto/src/main/docs/crypto-dataformat.adoc index c2e1068..289116c 100644 --- a/components/camel-crypto/src/main/docs/crypto-dataformat.adoc +++ b/components/camel-crypto/src/main/docs/crypto-dataformat.adoc @@ -37,7 +37,7 @@ The Crypto (Java Cryptographic Extension) dataformat supports 10 options, which === Spring Boot Auto-Configuration -The component supports 37 options, which are listed below. +The component supports 33 options, which are listed below. @@ -62,11 +62,13 @@ The component supports 37 options, which are listed below. passwords may escape if unset. | true | Boolean | *camel.component.crypto.configuration.crypto-operation* | Set the Crypto operation from that supplied after the crypto scheme in the endpoint uri e.g. crypto:sign sets sign as the operation. | | CryptoOperation -| *camel.component.crypto.configuration.key-store-parameters.camel-context* | | | CamelContext -| *camel.component.crypto.configuration.key-store-parameters.password* | | | String -| *camel.component.crypto.configuration.key-store-parameters.provider* | | | String -| *camel.component.crypto.configuration.key-store-parameters.resource* | | | String -| *camel.component.crypto.configuration.key-store-parameters.type* | | | String +| *camel.component.crypto.configuration.key-store-parameters* | Sets the KeyStore that can contain keys and Certficates for use in + signing and verifying exchanges based on the given + KeyStoreParameters. A KeyStore is typically used with an alias, + either one supplied in the Route definition or dynamically via the + message header CamelSignatureKeyStoreAlias. If no alias is supplied + and there is only a single entry in the Keystore, then this single + entry will be used. | | KeyStoreParameters | *camel.component.crypto.configuration.keystore* | Sets the KeyStore that can contain keys and Certficates for use in signing and verifying exchanges. A KeyStore is typically used with an alias, either one supplied in the Route definition or dynamically via diff --git a/components/camel-etcd/src/main/docs/etcd-component.adoc b/components/camel-etcd/src/main/docs/etcd-component.adoc index b3516b0..aa96143 100644 --- a/components/camel-etcd/src/main/docs/etcd-component.adoc +++ b/components/camel-etcd/src/main/docs/etcd-component.adoc @@ -93,7 +93,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 30 options, which are listed below. +The component supports 17 options, which are listed below. @@ -105,20 +105,7 @@ The component supports 30 options, which are listed below. | *camel.component.etcd.configuration.recursive* | To apply an action recursively. | false | Boolean | *camel.component.etcd.configuration.send-empty-exchange-on-timeout* | To send an empty message in case of timeout watching for a key. | false | Boolean | *camel.component.etcd.configuration.service-path* | The path to look for for service discovery | /services/ | String -| *camel.component.etcd.configuration.ssl-context-parameters.camel-context* | | | CamelContext -| *camel.component.etcd.configuration.ssl-context-parameters.cert-alias* | | | String -| *camel.component.etcd.configuration.ssl-context-parameters.cipher-suites* | | | CipherSuitesParameters -| *camel.component.etcd.configuration.ssl-context-parameters.cipher-suites-filter* | | | FilterParameters -| *camel.component.etcd.configuration.ssl-context-parameters.client-parameters* | | | SSLContextClient Parameters -| *camel.component.etcd.configuration.ssl-context-parameters.key-managers* | | | KeyManagersParameters -| *camel.component.etcd.configuration.ssl-context-parameters.provider* | | | String -| *camel.component.etcd.configuration.ssl-context-parameters.secure-random* | | | SecureRandomParameters -| *camel.component.etcd.configuration.ssl-context-parameters.secure-socket-protocol* | | | String -| *camel.component.etcd.configuration.ssl-context-parameters.secure-socket-protocols* | | | SecureSocketProtocols Parameters -| *camel.component.etcd.configuration.ssl-context-parameters.secure-socket-protocols-filter* | | | FilterParameters -| *camel.component.etcd.configuration.ssl-context-parameters.server-parameters* | | | SSLContextServer Parameters -| *camel.component.etcd.configuration.ssl-context-parameters.session-timeout* | | | String -| *camel.component.etcd.configuration.ssl-context-parameters.trust-managers* | | | TrustManagersParameters +| *camel.component.etcd.configuration.ssl-context-parameters* | To configure security using SSLContextParameters. | | SSLContextParameters | *camel.component.etcd.configuration.time-to-live* | To set the lifespan of a key in milliseconds. | | Integer | *camel.component.etcd.configuration.timeout* | To set the maximum time an action could take to complete. | | Long | *camel.component.etcd.configuration.uris* | To set the URIs the client connects. | http://localhost:2379,http://localhost:4001 | String diff --git a/components/camel-jms/src/main/docs/jms-component.adoc b/components/camel-jms/src/main/docs/jms-component.adoc index 582c66e..6e3a968 100644 --- a/components/camel-jms/src/main/docs/jms-component.adoc +++ b/components/camel-jms/src/main/docs/jms-component.adoc @@ -426,7 +426,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 173 options, which are listed below. +The component supports 172 options, which are listed below. @@ -753,8 +753,9 @@ The component supports 173 options, which are listed below. (where 0 is the lowest priority and 9 is the highest). The explicitQosEnabled option must also be enabled in order for this option to have any effect. | 4 | Integer -| *camel.component.jms.configuration.provider-metadata.temporary-queue-type* | | | TemporaryQueue> -| *camel.component.jms.configuration.provider-metadata.temporary-topic-type* | | | TemporaryTopic> +| *camel.component.jms.configuration.provider-metadata* | Allows the provider metadata to be explicitly configured. Typically + this is not required and Camel will auto-detect the provider metadata + from the underlying provider. | | JmsProviderMetadata | *camel.component.jms.configuration.pub-sub-no-local* | Specifies whether to inhibit the delivery of messages published by its own connection. | false | Boolean | *camel.component.jms.configuration.receive-timeout* | The timeout for receiving messages (in milliseconds). | 1000 | Long diff --git a/components/camel-kafka/src/main/docs/kafka-component.adoc b/components/camel-kafka/src/main/docs/kafka-component.adoc index 19247ad..66f0894 100644 --- a/components/camel-kafka/src/main/docs/kafka-component.adoc +++ b/components/camel-kafka/src/main/docs/kafka-component.adoc @@ -177,7 +177,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 111 options, which are listed below. +The component supports 98 options, which are listed below. @@ -485,20 +485,8 @@ The component supports 111 options, which are listed below. 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.configuration.ssl-context-parameters.camel-context* | | | CamelContext -| *camel.component.kafka.configuration.ssl-context-parameters.cert-alias* | | | String -| *camel.component.kafka.configuration.ssl-context-parameters.cipher-suites* | | | CipherSuitesParameters -| *camel.component.kafka.configuration.ssl-context-parameters.cipher-suites-filter* | | | FilterParameters -| *camel.component.kafka.configuration.ssl-context-parameters.client-parameters* | | | SSLContextClient Parameters -| *camel.component.kafka.configuration.ssl-context-parameters.key-managers* | | | KeyManagersParameters -| *camel.component.kafka.configuration.ssl-context-parameters.provider* | | | String -| *camel.component.kafka.configuration.ssl-context-parameters.secure-random* | | | SecureRandomParameters -| *camel.component.kafka.configuration.ssl-context-parameters.secure-socket-protocol* | | | String -| *camel.component.kafka.configuration.ssl-context-parameters.secure-socket-protocols* | | | SecureSocketProtocols Parameters -| *camel.component.kafka.configuration.ssl-context-parameters.secure-socket-protocols-filter* | | | FilterParameters -| *camel.component.kafka.configuration.ssl-context-parameters.server-parameters* | | | SSLContextServer Parameters -| *camel.component.kafka.configuration.ssl-context-parameters.session-timeout* | | | String -| *camel.component.kafka.configuration.ssl-context-parameters.trust-managers* | | | TrustManagersParameters +| *camel.component.kafka.configuration.ssl-context-parameters* | SSL configuration using a Camel SSLContextParameters object. If + configured it's applied before the other SSL endpoint parameters. | | SSLContextParameters | *camel.component.kafka.configuration.ssl-enabled-protocols* | The list of protocols enabled for SSL connections. TLSv1.2, TLSv1.1 and TLSv1 are enabled by default. | TLSv1.2,TLSv1.1,TLSv1 | String | *camel.component.kafka.configuration.ssl-endpoint-algorithm* | The endpoint identification algorithm to validate server hostname diff --git a/components/camel-mail/src/main/docs/mail-component.adoc b/components/camel-mail/src/main/docs/mail-component.adoc index eca7c0d..c518179 100644 --- a/components/camel-mail/src/main/docs/mail-component.adoc +++ b/components/camel-mail/src/main/docs/mail-component.adoc @@ -191,7 +191,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 61 options, which are listed below. +The component supports 48 options, which are listed below. @@ -288,20 +288,7 @@ The component supports 61 options, which are listed below. mail message. The default behavior would be the consumer throws an exception and no mails from the batch would be able to be routed by Camel. | false | Boolean -| *camel.component.mail.configuration.ssl-context-parameters.camel-context* | | | CamelContext -| *camel.component.mail.configuration.ssl-context-parameters.cert-alias* | | | String -| *camel.component.mail.configuration.ssl-context-parameters.cipher-suites* | | | CipherSuitesParameters -| *camel.component.mail.configuration.ssl-context-parameters.cipher-suites-filter* | | | FilterParameters -| *camel.component.mail.configuration.ssl-context-parameters.client-parameters* | | | SSLContextClient Parameters -| *camel.component.mail.configuration.ssl-context-parameters.key-managers* | | | KeyManagersParameters -| *camel.component.mail.configuration.ssl-context-parameters.provider* | | | String -| *camel.component.mail.configuration.ssl-context-parameters.secure-random* | | | SecureRandomParameters -| *camel.component.mail.configuration.ssl-context-parameters.secure-socket-protocol* | | | String -| *camel.component.mail.configuration.ssl-context-parameters.secure-socket-protocols* | | | SecureSocketProtocols Parameters -| *camel.component.mail.configuration.ssl-context-parameters.secure-socket-protocols-filter* | | | FilterParameters -| *camel.component.mail.configuration.ssl-context-parameters.server-parameters* | | | SSLContextServer Parameters -| *camel.component.mail.configuration.ssl-context-parameters.session-timeout* | | | String -| *camel.component.mail.configuration.ssl-context-parameters.trust-managers* | | | TrustManagersParameters +| *camel.component.mail.configuration.ssl-context-parameters* | To configure security using SSLContextParameters. | | SSLContextParameters | *camel.component.mail.configuration.subject* | The Subject of the message being sent. Note: Setting the subject in the header takes precedence over this option. | | String | *camel.component.mail.configuration.to* | Sets the To email address. Separate multiple email addresses with diff --git a/components/camel-mina2/src/main/docs/mina2-component.adoc b/components/camel-mina2/src/main/docs/mina2-component.adoc index c28c35e..2f89fa3 100644 --- a/components/camel-mina2/src/main/docs/mina2-component.adoc +++ b/components/camel-mina2/src/main/docs/mina2-component.adoc @@ -144,7 +144,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 42 options, which are listed below. +The component supports 29 options, which are listed below. @@ -189,20 +189,7 @@ The component supports 42 options, which are listed below. orderly on the same channel. | true | Boolean | *camel.component.mina2.configuration.port* | Port number | | Integer | *camel.component.mina2.configuration.protocol* | Protocol to use | | String -| *camel.component.mina2.configuration.ssl-context-parameters.camel-context* | | | CamelContext -| *camel.component.mina2.configuration.ssl-context-parameters.cert-alias* | | | String -| *camel.component.mina2.configuration.ssl-context-parameters.cipher-suites* | | | CipherSuitesParameters -| *camel.component.mina2.configuration.ssl-context-parameters.cipher-suites-filter* | | | FilterParameters -| *camel.component.mina2.configuration.ssl-context-parameters.client-parameters* | | | SSLContextClient Parameters -| *camel.component.mina2.configuration.ssl-context-parameters.key-managers* | | | KeyManagersParameters -| *camel.component.mina2.configuration.ssl-context-parameters.provider* | | | String -| *camel.component.mina2.configuration.ssl-context-parameters.secure-random* | | | SecureRandomParameters -| *camel.component.mina2.configuration.ssl-context-parameters.secure-socket-protocol* | | | String -| *camel.component.mina2.configuration.ssl-context-parameters.secure-socket-protocols* | | | SecureSocketProtocols Parameters -| *camel.component.mina2.configuration.ssl-context-parameters.secure-socket-protocols-filter* | | | FilterParameters -| *camel.component.mina2.configuration.ssl-context-parameters.server-parameters* | | | SSLContextServer Parameters -| *camel.component.mina2.configuration.ssl-context-parameters.session-timeout* | | | String -| *camel.component.mina2.configuration.ssl-context-parameters.trust-managers* | | | TrustManagersParameters +| *camel.component.mina2.configuration.ssl-context-parameters* | To configure SSL security. | | SSLContextParameters | *camel.component.mina2.configuration.sync* | Setting to set endpoint as one-way or request-response. | true | Boolean | *camel.component.mina2.configuration.textline* | Only used for TCP. If no codec is specified, you can use this flag to indicate a text line based codec; if not specified or the value is diff --git a/components/camel-netty/src/main/docs/netty-component.adoc b/components/camel-netty/src/main/docs/netty-component.adoc index 6a19751..03b9f14 100644 --- a/components/camel-netty/src/main/docs/netty-component.adoc +++ b/components/camel-netty/src/main/docs/netty-component.adoc @@ -178,7 +178,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 83 options, which are listed below. +The component supports 70 options, which are listed below. @@ -308,20 +308,7 @@ The component supports 83 options, which are listed below. Camel Message with headers having information about the client certificate such as subject name, issuer name, serial number, and the valid date range. | false | Boolean -| *camel.component.netty.configuration.ssl-context-parameters.camel-context* | | | CamelContext -| *camel.component.netty.configuration.ssl-context-parameters.cert-alias* | | | String -| *camel.component.netty.configuration.ssl-context-parameters.cipher-suites* | | | CipherSuitesParameters -| *camel.component.netty.configuration.ssl-context-parameters.cipher-suites-filter* | | | FilterParameters -| *camel.component.netty.configuration.ssl-context-parameters.client-parameters* | | | SSLContextClient Parameters -| *camel.component.netty.configuration.ssl-context-parameters.key-managers* | | | KeyManagersParameters -| *camel.component.netty.configuration.ssl-context-parameters.provider* | | | String -| *camel.component.netty.configuration.ssl-context-parameters.secure-random* | | | SecureRandomParameters -| *camel.component.netty.configuration.ssl-context-parameters.secure-socket-protocol* | | | String -| *camel.component.netty.configuration.ssl-context-parameters.secure-socket-protocols* | | | SecureSocketProtocols Parameters -| *camel.component.netty.configuration.ssl-context-parameters.secure-socket-protocols-filter* | | | FilterParameters -| *camel.component.netty.configuration.ssl-context-parameters.server-parameters* | | | SSLContextServer Parameters -| *camel.component.netty.configuration.ssl-context-parameters.session-timeout* | | | String -| *camel.component.netty.configuration.ssl-context-parameters.trust-managers* | | | TrustManagersParameters +| *camel.component.netty.configuration.ssl-context-parameters* | To configure security using SSLContextParameters | | SSLContextParameters | *camel.component.netty.configuration.ssl-handler* | Reference to a class that could be used to return an SSL Handler | | SslHandler | *camel.component.netty.configuration.sync* | Setting to set endpoint as one-way or request-response | true | Boolean | *camel.component.netty.configuration.tcp-no-delay* | Setting to improve TCP protocol performance | true | Boolean diff --git a/components/camel-netty4/src/main/docs/netty4-component.adoc b/components/camel-netty4/src/main/docs/netty4-component.adoc index af046ae..2e9c31b 100644 --- a/components/camel-netty4/src/main/docs/netty4-component.adoc +++ b/components/camel-netty4/src/main/docs/netty4-component.adoc @@ -171,7 +171,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 90 options, which are listed below. +The component supports 77 options, which are listed below. @@ -332,20 +332,7 @@ The component supports 90 options, which are listed below. Camel Message with headers having information about the client certificate such as subject name, issuer name, serial number, and the valid date range. | false | Boolean -| *camel.component.netty4.configuration.ssl-context-parameters.camel-context* | | | CamelContext -| *camel.component.netty4.configuration.ssl-context-parameters.cert-alias* | | | String -| *camel.component.netty4.configuration.ssl-context-parameters.cipher-suites* | | | CipherSuitesParameters -| *camel.component.netty4.configuration.ssl-context-parameters.cipher-suites-filter* | | | FilterParameters -| *camel.component.netty4.configuration.ssl-context-parameters.client-parameters* | | | SSLContextClient Parameters -| *camel.component.netty4.configuration.ssl-context-parameters.key-managers* | | | KeyManagersParameters -| *camel.component.netty4.configuration.ssl-context-parameters.provider* | | | String -| *camel.component.netty4.configuration.ssl-context-parameters.secure-random* | | | SecureRandomParameters -| *camel.component.netty4.configuration.ssl-context-parameters.secure-socket-protocol* | | | String -| *camel.component.netty4.configuration.ssl-context-parameters.secure-socket-protocols* | | | SecureSocketProtocols Parameters -| *camel.component.netty4.configuration.ssl-context-parameters.secure-socket-protocols-filter* | | | FilterParameters -| *camel.component.netty4.configuration.ssl-context-parameters.server-parameters* | | | SSLContextServer Parameters -| *camel.component.netty4.configuration.ssl-context-parameters.session-timeout* | | | String -| *camel.component.netty4.configuration.ssl-context-parameters.trust-managers* | | | TrustManagersParameters +| *camel.component.netty4.configuration.ssl-context-parameters* | To configure security using SSLContextParameters | | SSLContextParameters | *camel.component.netty4.configuration.ssl-handler* | Reference to a class that could be used to return an SSL Handler | | SslHandler | *camel.component.netty4.configuration.sync* | Setting to set endpoint as one-way or request-response | true | Boolean | *camel.component.netty4.configuration.tcp-no-delay* | Setting to improve TCP protocol performance | true | Boolean diff --git a/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc b/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc index b5aa90d..274bfdb 100644 --- a/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc +++ b/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc @@ -108,7 +108,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 27 options, which are listed below. +The component supports 14 options, which are listed below. @@ -135,20 +135,7 @@ The component supports 27 options, which are listed below. | *camel.component.olingo2.configuration.service-uri* | Target OData service base URI, e.g. http://services.odata.org/OData/OData.svc | | String | *camel.component.olingo2.configuration.socket-timeout* | HTTP request timeout in milliseconds, defaults to 30,000 (30 seconds) | 30000 | Integer -| *camel.component.olingo2.configuration.ssl-context-parameters.camel-context* | | | CamelContext -| *camel.component.olingo2.configuration.ssl-context-parameters.cert-alias* | | | String -| *camel.component.olingo2.configuration.ssl-context-parameters.cipher-suites* | | | CipherSuitesParameters -| *camel.component.olingo2.configuration.ssl-context-parameters.cipher-suites-filter* | | | FilterParameters -| *camel.component.olingo2.configuration.ssl-context-parameters.client-parameters* | | | SSLContextClient Parameters -| *camel.component.olingo2.configuration.ssl-context-parameters.key-managers* | | | KeyManagersParameters -| *camel.component.olingo2.configuration.ssl-context-parameters.provider* | | | String -| *camel.component.olingo2.configuration.ssl-context-parameters.secure-random* | | | SecureRandomParameters -| *camel.component.olingo2.configuration.ssl-context-parameters.secure-socket-protocol* | | | String -| *camel.component.olingo2.configuration.ssl-context-parameters.secure-socket-protocols* | | | SecureSocketProtocols Parameters -| *camel.component.olingo2.configuration.ssl-context-parameters.secure-socket-protocols-filter* | | | FilterParameters -| *camel.component.olingo2.configuration.ssl-context-parameters.server-parameters* | | | SSLContextServer Parameters -| *camel.component.olingo2.configuration.ssl-context-parameters.session-timeout* | | | String -| *camel.component.olingo2.configuration.ssl-context-parameters.trust-managers* | | | TrustManagersParameters +| *camel.component.olingo2.configuration.ssl-context-parameters* | To configure security using SSLContextParameters | | SSLContextParameters | *camel.component.olingo2.enabled* | Enable olingo2 component | true | Boolean | *camel.component.olingo2.resolve-property-placeholders* | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property diff --git a/components/camel-olingo4/camel-olingo4-component/src/main/docs/olingo4-component.adoc b/components/camel-olingo4/camel-olingo4-component/src/main/docs/olingo4-component.adoc index 1589556..92e8554 100644 --- a/components/camel-olingo4/camel-olingo4-component/src/main/docs/olingo4-component.adoc +++ b/components/camel-olingo4/camel-olingo4-component/src/main/docs/olingo4-component.adoc @@ -109,7 +109,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 27 options, which are listed below. +The component supports 14 options, which are listed below. @@ -136,20 +136,7 @@ The component supports 27 options, which are listed below. | *camel.component.olingo4.configuration.service-uri* | Target OData service base URI, e.g. http://services.odata.org/OData/OData.svc | | String | *camel.component.olingo4.configuration.socket-timeout* | HTTP request timeout in milliseconds, defaults to 30,000 (30 seconds) | 30000 | Integer -| *camel.component.olingo4.configuration.ssl-context-parameters.camel-context* | | | CamelContext -| *camel.component.olingo4.configuration.ssl-context-parameters.cert-alias* | | | String -| *camel.component.olingo4.configuration.ssl-context-parameters.cipher-suites* | | | CipherSuitesParameters -| *camel.component.olingo4.configuration.ssl-context-parameters.cipher-suites-filter* | | | FilterParameters -| *camel.component.olingo4.configuration.ssl-context-parameters.client-parameters* | | | SSLContextClient Parameters -| *camel.component.olingo4.configuration.ssl-context-parameters.key-managers* | | | KeyManagersParameters -| *camel.component.olingo4.configuration.ssl-context-parameters.provider* | | | String -| *camel.component.olingo4.configuration.ssl-context-parameters.secure-random* | | | SecureRandomParameters -| *camel.component.olingo4.configuration.ssl-context-parameters.secure-socket-protocol* | | | String -| *camel.component.olingo4.configuration.ssl-context-parameters.secure-socket-protocols* | | | SecureSocketProtocols Parameters -| *camel.component.olingo4.configuration.ssl-context-parameters.secure-socket-protocols-filter* | | | FilterParameters -| *camel.component.olingo4.configuration.ssl-context-parameters.server-parameters* | | | SSLContextServer Parameters -| *camel.component.olingo4.configuration.ssl-context-parameters.session-timeout* | | | String -| *camel.component.olingo4.configuration.ssl-context-parameters.trust-managers* | | | TrustManagersParameters +| *camel.component.olingo4.configuration.ssl-context-parameters* | To configure security using SSLContextParameters | | SSLContextParameters | *camel.component.olingo4.enabled* | Enable olingo4 component | true | Boolean | *camel.component.olingo4.resolve-property-placeholders* | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property diff --git a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc index 27fcb93..53351f3 100644 --- a/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc +++ b/components/camel-salesforce/camel-salesforce-component/src/main/docs/salesforce-component.adoc @@ -756,7 +756,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 140 options, which are listed below. +The component supports 85 options, which are listed below. @@ -777,6 +777,9 @@ The component supports 140 options, which are listed below. | *camel.component.salesforce.config.apex-url* | APEX method URL | | String | *camel.component.salesforce.config.api-version* | Salesforce API version, defaults to SalesforceEndpointConfig.DEFAULT_VERSION | | String +| *camel.component.salesforce.config.approval* | The approval request for Approval API. + + @param approval | | ApprovalRequest | *camel.component.salesforce.config.approval-action-type* | Represents the kind of action to take: Submit, Approve, or Reject. @param actionType | | ApprovalRequest$Action @@ -804,13 +807,6 @@ The component supports 140 options, which are listed below. not set by this request. @param skipEntryCriteria | | Boolean -| *camel.component.salesforce.config.approval.action-type* | | | ApprovalRequest$Action -| *camel.component.salesforce.config.approval.comments* | | | String -| *camel.component.salesforce.config.approval.context-actor-id* | | | String -| *camel.component.salesforce.config.approval.context-id* | | | String -| *camel.component.salesforce.config.approval.next-approver-ids* | | | List -| *camel.component.salesforce.config.approval.process-definition-name-or-id* | | | String -| *camel.component.salesforce.config.approval.skip-entry-criteria* | | | Boolean | *camel.component.salesforce.config.backoff-increment* | Backoff interval increment for Streaming connection restart attempts for failures beyond CometD auto-reconnect. | | Long | *camel.component.salesforce.config.batch-id* | Bulk API Batch ID | | String @@ -819,40 +815,7 @@ The component supports 140 options, which are listed below. initialReplayIdMap | | Long | *camel.component.salesforce.config.format* | Payload format to use for Salesforce API calls, either JSON or XML, defaults to JSON | | PayloadFormat -| *camel.component.salesforce.config.http-client.address-resolution-timeout* | | | Long -| *camel.component.salesforce.config.http-client.authentication-store* | | | AuthenticationStore -| *camel.component.salesforce.config.http-client.beans* | | | Object> -| *camel.component.salesforce.config.http-client.bind-address* | | | SocketAddress -| *camel.component.salesforce.config.http-client.byte-buffer-pool* | | | ByteBufferPool -| *camel.component.salesforce.config.http-client.connect-blocking* | | | Boolean -| *camel.component.salesforce.config.http-client.connect-timeout* | | | Long -| *camel.component.salesforce.config.http-client.content-decoder-factories* | | | Set -| *camel.component.salesforce.config.http-client.cookie-store* | | | CookieStore -| *camel.component.salesforce.config.http-client.default-request-content-type* | | | String -| *camel.component.salesforce.config.http-client.destinations* | | | List -| *camel.component.salesforce.config.http-client.dispatch-i-o* | | | Boolean -| *camel.component.salesforce.config.http-client.executor* | | | Executor -| *camel.component.salesforce.config.http-client.follow-redirects* | | | Boolean -| *camel.component.salesforce.config.http-client.http-compliance* | | | HttpCompliance -| *camel.component.salesforce.config.http-client.idle-timeout* | | | Long -| *camel.component.salesforce.config.http-client.max-connections-per-destination* | | | Integer -| *camel.component.salesforce.config.http-client.max-content-length* | | | Integer -| *camel.component.salesforce.config.http-client.max-redirects* | | | Integer -| *camel.component.salesforce.config.http-client.max-requests-queued-per-destination* | | | Integer -| *camel.component.salesforce.config.http-client.max-retries* | | | Integer -| *camel.component.salesforce.config.http-client.name* | | | String -| *camel.component.salesforce.config.http-client.remove-idle-destinations* | | | Boolean -| *camel.component.salesforce.config.http-client.request-buffer-size* | | | Integer -| *camel.component.salesforce.config.http-client.request-listeners* | | | List -| *camel.component.salesforce.config.http-client.response-buffer-size* | | | Integer -| *camel.component.salesforce.config.http-client.scheduler* | | | Scheduler -| *camel.component.salesforce.config.http-client.session* | | | SalesforceSession -| *camel.component.salesforce.config.http-client.socket-address-resolver* | | | SocketAddressResolver -| *camel.component.salesforce.config.http-client.stop-timeout* | | | Long -| *camel.component.salesforce.config.http-client.strict-event-ordering* | | | Boolean -| *camel.component.salesforce.config.http-client.t-c-p-no-delay* | | | Boolean -| *camel.component.salesforce.config.http-client.timeout* | | | Long -| *camel.component.salesforce.config.http-client.user-agent-field* | | | HttpField +| *camel.component.salesforce.config.http-client* | Custom Jetty Http Client to use to connect to Salesforce. | | SalesforceHttpClient | *camel.component.salesforce.config.include-details* | Include details in Salesforce1 Analytics report, defaults to false. | | Boolean | *camel.component.salesforce.config.initial-replay-id-map* | Replay IDs to start from per channel name. | | Map | *camel.component.salesforce.config.instance-id* | Salesforce1 Analytics report execution instance ID | | String @@ -878,19 +841,7 @@ The component supports 140 options, which are listed below. | *camel.component.salesforce.config.raw-payload* | Use raw payload String for request and response (either JSON or XML depending on format), instead of DTOs, false by default | false | Boolean | *camel.component.salesforce.config.report-id* | Salesforce1 Analytics report Id | | String -| *camel.component.salesforce.config.report-metadata.aggregates* | | | String[] -| *camel.component.salesforce.config.report-metadata.currency* | | | String -| *camel.component.salesforce.config.report-metadata.detail-columns* | | | String[] -| *camel.component.salesforce.config.report-metadata.developer-name* | | | String -| *camel.component.salesforce.config.report-metadata.groupings-across* | | | GroupingInfo[] -| *camel.component.salesforce.config.report-metadata.groupings-down* | | | GroupingInfo[] -| *camel.component.salesforce.config.report-metadata.historical-snapshot-dates* | | | String[] -| *camel.component.salesforce.config.report-metadata.id* | | | String -| *camel.component.salesforce.config.report-metadata.name* | | | String -| *camel.component.salesforce.config.report-metadata.report-boolean-filter* | | | String -| *camel.component.salesforce.config.report-metadata.report-filters* | | | ReportFilter[] -| *camel.component.salesforce.config.report-metadata.report-format* | | | ReportFormatEnum -| *camel.component.salesforce.config.report-metadata.report-type* | | | ReportType +| *camel.component.salesforce.config.report-metadata* | Salesforce1 Analytics report metadata for filtering | | ReportMetadata | *camel.component.salesforce.config.result-id* | Bulk API Result ID | | String | *camel.component.salesforce.config.s-object-blob-field-name* | SObject blob field name | | String | *camel.component.salesforce.config.s-object-class* | Fully qualified SObject class name, usually generated using @@ -943,11 +894,8 @@ The component supports 140 options, which are listed below. | *camel.component.salesforce.login-config.client-id* | Salesforce connected application Consumer Key | | String | *camel.component.salesforce.login-config.client-secret* | Salesforce connected application Consumer Secret | | String | *camel.component.salesforce.login-config.instance-url* | | | String -| *camel.component.salesforce.login-config.keystore.camel-context* | | | CamelContext -| *camel.component.salesforce.login-config.keystore.password* | | | String -| *camel.component.salesforce.login-config.keystore.provider* | | | String -| *camel.component.salesforce.login-config.keystore.resource* | | | String -| *camel.component.salesforce.login-config.keystore.type* | | | String +| *camel.component.salesforce.login-config.keystore* | Keystore parameters for keystore containing certificate and private + key needed for OAuth 2.0 JWT Bearer Token Flow. | | KeyStoreParameters | *camel.component.salesforce.login-config.lazy-login* | Flag to enable/disable lazy OAuth, default is false. When enabled, OAuth token retrieval or generation is not done until the first API call | | Boolean diff --git a/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc b/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc index 84eb2ff..ae2c6c4 100644 --- a/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc +++ b/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc @@ -131,7 +131,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 70 options, which are listed below. +The component supports 57 options, which are listed below. @@ -200,20 +200,8 @@ The component supports 70 options, which are listed below. | *camel.component.servicenow.configuration.sort-dir* | Specify the sort direction, ascending or descending. By default, queries sort records in descending order. Use sysparm_sortdir=asc to sort in ascending order. | | String -| *camel.component.servicenow.configuration.ssl-context-parameters.camel-context* | | | CamelContext -| *camel.component.servicenow.configuration.ssl-context-parameters.cert-alias* | | | String -| *camel.component.servicenow.configuration.ssl-context-parameters.cipher-suites* | | | CipherSuitesParameters -| *camel.component.servicenow.configuration.ssl-context-parameters.cipher-suites-filter* | | | FilterParameters -| *camel.component.servicenow.configuration.ssl-context-parameters.client-parameters* | | | SSLContextClient Parameters -| *camel.component.servicenow.configuration.ssl-context-parameters.key-managers* | | | KeyManagersParameters -| *camel.component.servicenow.configuration.ssl-context-parameters.provider* | | | String -| *camel.component.servicenow.configuration.ssl-context-parameters.secure-random* | | | SecureRandomParameters -| *camel.component.servicenow.configuration.ssl-context-parameters.secure-socket-protocol* | | | String -| *camel.component.servicenow.configuration.ssl-context-parameters.secure-socket-protocols* | | | SecureSocketProtocols Parameters -| *camel.component.servicenow.configuration.ssl-context-parameters.secure-socket-protocols-filter* | | | FilterParameters -| *camel.component.servicenow.configuration.ssl-context-parameters.server-parameters* | | | SSLContextServer Parameters -| *camel.component.servicenow.configuration.ssl-context-parameters.session-timeout* | | | String -| *camel.component.servicenow.configuration.ssl-context-parameters.trust-managers* | | | TrustManagersParameters +| *camel.component.servicenow.configuration.ssl-context-parameters* | To configure security using SSLContextParameters. See + http://camel.apache.org/camel-configuration-utilities.html | | SSLContextParameters | *camel.component.servicenow.configuration.suppress-auto-sys-field* | True to suppress auto generation of system fields (default: false) | | Boolean | *camel.component.servicenow.configuration.suppress-pagination-header* | Set this value to true to remove the Link header from the response. The Link header allows you to request additional pages of data when diff --git a/components/camel-stomp/src/main/docs/stomp-component.adoc b/components/camel-stomp/src/main/docs/stomp-component.adoc index 8cd932c..447a3e6 100644 --- a/components/camel-stomp/src/main/docs/stomp-component.adoc +++ b/components/camel-stomp/src/main/docs/stomp-component.adoc @@ -98,7 +98,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 26 options, which are listed below. +The component supports 13 options, which are listed below. @@ -110,20 +110,7 @@ The component supports 26 options, which are listed below. | *camel.component.stomp.configuration.host* | The virtual host name | | String | *camel.component.stomp.configuration.login* | The username | | String | *camel.component.stomp.configuration.passcode* | The password | | String -| *camel.component.stomp.configuration.ssl-context-parameters.camel-context* | | | CamelContext -| *camel.component.stomp.configuration.ssl-context-parameters.cert-alias* | | | String -| *camel.component.stomp.configuration.ssl-context-parameters.cipher-suites* | | | CipherSuitesParameters -| *camel.component.stomp.configuration.ssl-context-parameters.cipher-suites-filter* | | | FilterParameters -| *camel.component.stomp.configuration.ssl-context-parameters.client-parameters* | | | SSLContextClient Parameters -| *camel.component.stomp.configuration.ssl-context-parameters.key-managers* | | | KeyManagersParameters -| *camel.component.stomp.configuration.ssl-context-parameters.provider* | | | String -| *camel.component.stomp.configuration.ssl-context-parameters.secure-random* | | | SecureRandomParameters -| *camel.component.stomp.configuration.ssl-context-parameters.secure-socket-protocol* | | | String -| *camel.component.stomp.configuration.ssl-context-parameters.secure-socket-protocols* | | | SecureSocketProtocols Parameters -| *camel.component.stomp.configuration.ssl-context-parameters.secure-socket-protocols-filter* | | | FilterParameters -| *camel.component.stomp.configuration.ssl-context-parameters.server-parameters* | | | SSLContextServer Parameters -| *camel.component.stomp.configuration.ssl-context-parameters.session-timeout* | | | String -| *camel.component.stomp.configuration.ssl-context-parameters.trust-managers* | | | TrustManagersParameters +| *camel.component.stomp.configuration.ssl-context-parameters* | To configure security using SSLContextParameters | | SSLContextParameters | *camel.component.stomp.enabled* | Enable stomp component | true | Boolean | *camel.component.stomp.header-filter-strategy* | To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message. The option is a diff --git a/components/camel-wordpress/src/main/docs/wordpress-component.adoc b/components/camel-wordpress/src/main/docs/wordpress-component.adoc index c10d7ba..3451146 100644 --- a/components/camel-wordpress/src/main/docs/wordpress-component.adoc +++ b/components/camel-wordpress/src/main/docs/wordpress-component.adoc @@ -65,7 +65,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 15 options, which are listed below. +The component supports 10 options, which are listed below. @@ -77,12 +77,7 @@ The component supports 15 options, which are listed below. | *camel.component.wordpress.configuration.force* | Whether to bypass trash and force deletion. | false | Boolean | *camel.component.wordpress.configuration.id* | The entity id | | Integer | *camel.component.wordpress.configuration.password* | Password from authorized user | | String -| *camel.component.wordpress.configuration.search-criteria.exclude* | | | List -| *camel.component.wordpress.configuration.search-criteria.include* | | | List -| *camel.component.wordpress.configuration.search-criteria.order* | | | Order -| *camel.component.wordpress.configuration.search-criteria.page* | | | Integer -| *camel.component.wordpress.configuration.search-criteria.per-page* | | | Integer -| *camel.component.wordpress.configuration.search-criteria.search* | | | String +| *camel.component.wordpress.configuration.search-criteria* | | | SearchCriteria | *camel.component.wordpress.configuration.url* | The Wordpress API URL from your site, e.g. http://myblog.com/wp-json/ | | String | *camel.component.wordpress.configuration.user* | Authorized user to perform writing operations | | String | *camel.component.wordpress.enabled* | Whether to enable auto configuration of the wordpress component. This is diff --git a/platforms/spring-boot/components-starter/camel-ahc-ws-starter/src/main/java/org/apache/camel/component/ahc/ws/springboot/WsComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-ahc-ws-starter/src/main/java/org/apache/camel/component/ahc/ws/springboot/WsComponentConfiguration.java index 4a4e73c..c547a68 100644 --- a/platforms/spring-boot/components-starter/camel-ahc-ws-starter/src/main/java/org/apache/camel/component/ahc/ws/springboot/WsComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-ahc-ws-starter/src/main/java/org/apache/camel/component/ahc/ws/springboot/WsComponentConfiguration.java @@ -32,7 +32,7 @@ public class WsComponentConfiguration ComponentConfigurationPropertiesCommon { /** - * Whether to enable auto configuration of the ahc-wss component. This is + * Whether to enable auto configuration of the ahc-ws component. This is * enabled by default. */ private Boolean enabled; diff --git a/platforms/spring-boot/components-starter/camel-http-starter/src/main/java/org/apache/camel/component/http/springboot/HttpComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-http-starter/src/main/java/org/apache/camel/component/http/springboot/HttpComponentConfiguration.java index ea00bd5..9df4074 100644 --- a/platforms/spring-boot/components-starter/camel-http-starter/src/main/java/org/apache/camel/component/http/springboot/HttpComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-http-starter/src/main/java/org/apache/camel/component/http/springboot/HttpComponentConfiguration.java @@ -32,7 +32,7 @@ public class HttpComponentConfiguration ComponentConfigurationPropertiesCommon { /** - * Whether to enable auto configuration of the https component. This is + * Whether to enable auto configuration of the http component. This is * enabled by default. */ private Boolean enabled; diff --git a/platforms/spring-boot/components-starter/camel-http4-starter/src/main/java/org/apache/camel/component/http4/springboot/HttpComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-http4-starter/src/main/java/org/apache/camel/component/http4/springboot/HttpComponentConfiguration.java index c71dd5b..4c9399c 100644 --- a/platforms/spring-boot/components-starter/camel-http4-starter/src/main/java/org/apache/camel/component/http4/springboot/HttpComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-http4-starter/src/main/java/org/apache/camel/component/http4/springboot/HttpComponentConfiguration.java @@ -32,7 +32,7 @@ public class HttpComponentConfiguration ComponentConfigurationPropertiesCommon { /** - * Whether to enable auto configuration of the https4 component. This is + * Whether to enable auto configuration of the http4 component. This is * enabled by default. */ private Boolean enabled; diff --git a/platforms/spring-boot/components-starter/camel-mail-starter/src/main/java/org/apache/camel/component/mail/springboot/MailComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-mail-starter/src/main/java/org/apache/camel/component/mail/springboot/MailComponentConfiguration.java index cb4f540..0ebd8fb 100644 --- a/platforms/spring-boot/components-starter/camel-mail-starter/src/main/java/org/apache/camel/component/mail/springboot/MailComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-mail-starter/src/main/java/org/apache/camel/component/mail/springboot/MailComponentConfiguration.java @@ -37,7 +37,7 @@ public class MailComponentConfiguration ComponentConfigurationPropertiesCommon { /** - * Whether to enable auto configuration of the pop3s component. This is + * Whether to enable auto configuration of the imap component. This is * enabled by default. */ private Boolean enabled; diff --git a/platforms/spring-boot/components-starter/camel-sip-starter/src/main/java/org/apache/camel/component/sip/springboot/SipComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-sip-starter/src/main/java/org/apache/camel/component/sip/springboot/SipComponentConfiguration.java index 512b77d..add23b9 100644 --- a/platforms/spring-boot/components-starter/camel-sip-starter/src/main/java/org/apache/camel/component/sip/springboot/SipComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-sip-starter/src/main/java/org/apache/camel/component/sip/springboot/SipComponentConfiguration.java @@ -33,7 +33,7 @@ public class SipComponentConfiguration ComponentConfigurationPropertiesCommon { /** - * Whether to enable auto configuration of the sips component. This is + * Whether to enable auto configuration of the sip component. This is * enabled by default. */ private Boolean enabled;