This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 32919f08b8c490c23a544d6ed1bb377af29cf41f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Dec 4 08:51:58 2018 +0100 Regen --- .../camel-ahc-ws/src/main/docs/ahc-ws-component.adoc | 4 ++-- components/camel-ipfs/src/main/docs/ipfs-component.adoc | 2 ++ components/readme.adoc | 5 ++++- docs/user-manual/en/SUMMARY.md | 1 + .../ahc/ws/springboot/WsComponentConfiguration.java | 2 +- .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 15 +++++++++++++++ 6 files changed, 25 insertions(+), 4 deletions(-) diff --git a/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc b/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc index e9829c5..13d290a 100644 --- a/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc +++ b/components/camel-ahc-ws/src/main/docs/ahc-ws-component.adoc @@ -52,7 +52,7 @@ The AHC Websocket component supports 8 options, which are listed below. | *client* (advanced) | To use a custom AsyncHttpClient | | AsyncHttpClient | *binding* (advanced) | To use a custom AhcBinding which allows to control how to bind between AHC and Camel. | | AhcBinding | *clientConfig* (advanced) | To configure the AsyncHttpClient to use a custom com.ning.http.client.AsyncHttpClientConfig instance. | | AsyncHttpClientConfig -| *sslContextParameters* (security) | Reference to a org.apache.camel.util.jsse.SSLContextParameters in the Registry. Note that configuring this option will override any SSL/TLS configuration options provided through the clientConfig option at the endpoint or component level. | | SSLContextParameters +| *sslContextParameters* (security) | Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. Note that configuring this option will override any SSL/TLS configuration options provided through the clientConfig option at the endpoint or component level. | | SSLContextParameters | *allowJavaSerialized Object* (advanced) | Whether to allow java serialization when a request uses context-type=application/x-java-serialized-object This is by default turned off. If you enable this then be aware that Java will deserialize the incoming data from the request to Java and that can be a potential security risk. | false | boolean | *useGlobalSslContext Parameters* (security) | Enable usage of global SSL context parameters. | false | boolean | *headerFilterStrategy* (filter) | To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message. | | HeaderFilterStrategy @@ -105,7 +105,7 @@ with the following path and query parameters: | *clientConfigOptions* (advanced) | To configure the AsyncHttpClientConfig using the key/values from the Map. | | Map | *synchronous* (advanced) | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | boolean | *clientConfigRealmOptions* (security) | To configure the AsyncHttpClientConfig Realm using the key/values from the Map. | | Map -| *sslContextParameters* (security) | Reference to a org.apache.camel.util.jsse.SSLContextParameters in the Registry. This reference overrides any configured SSLContextParameters at the component level. See Using the JSSE Configuration Utility. Note that configuring this option will override any SSL/TLS configuration options provided through the clientConfig option at the endpoint or component level. | | SSLContextParameters +| *sslContextParameters* (security) | Reference to a org.apache.camel.support.jsse.SSLContextParameters in the Registry. This reference overrides any configured SSLContextParameters at the component level. See Using the JSSE Configuration Utility. Note that configuring this option will override any SSL/TLS configuration options provided through the clientConfig option at the endpoint or component level. | | SSLContextParameters |=== // endpoint options: END // spring-boot-auto-configure options: START diff --git a/components/camel-ipfs/src/main/docs/ipfs-component.adoc b/components/camel-ipfs/src/main/docs/ipfs-component.adoc index a88cc10..a975f43 100644 --- a/components/camel-ipfs/src/main/docs/ipfs-component.adoc +++ b/components/camel-ipfs/src/main/docs/ipfs-component.adoc @@ -66,6 +66,8 @@ with the following path and query parameters: The component supports 2 options, which are listed below. + + [width="100%",cols="2,5,^1,2",options="header"] |=== | Name | Description | Default | Type diff --git a/components/readme.adoc b/components/readme.adoc index e861795..77c121e 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -2,7 +2,7 @@ Components ^^^^^^^^^^ // components: START -Number of Components: 282 in 187 JAR artifacts (1 deprecated) +Number of Components: 283 in 188 JAR artifacts (1 deprecated) [width="100%",cols="4,1,5",options="header"] |=== @@ -389,6 +389,9 @@ Number of Components: 282 in 187 JAR artifacts (1 deprecated) | link:camel-influxdb/src/main/docs/influxdb-component.adoc[InfluxDB] (camel-influxdb) + `influxdb:connectionBean` | 2.18 | The influxdb component allows you to interact with InfluxDB, a time series database. +| link:camel-ipfs/src/main/docs/ipfs-component.adoc[IPFS] (camel-ipfs) + +`ipfs:host:port/cmd` | 2.23 | The camel-ipfs component provides access to the Interplanetary File System (IPFS). + | link:camel-irc/src/main/docs/irc-component.adoc[IRC] (camel-irc) + `irc:hostname:port` | 1.1 | The irc component implements an IRC (Internet Relay Chat) transport. diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md index 2a893dc..e9cbb6e 100644 --- a/docs/user-manual/en/SUMMARY.md +++ b/docs/user-manual/en/SUMMARY.md @@ -286,6 +286,7 @@ * [IMAP](imap-component.adoc) * [Infinispan](infinispan-component.adoc) * [InfluxDB](influxdb-component.adoc) + * [IPFS](ipfs-component.adoc) * [IRC](irc-component.adoc) * [IronMQ](ironmq-component.adoc) * [JBPM](jbpm-component.adoc) 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 dc14b00..b551fc7 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 @@ -54,7 +54,7 @@ public class WsComponentConfiguration */ private String clientConfig; /** - * Reference to a org.apache.camel.util.jsse.SSLContextParameters in the + * Reference to a org.apache.camel.support.jsse.SSLContextParameters in the * Registry. Note that configuring this option will override any SSL/TLS * configuration options provided through the clientConfig option at the * endpoint or component level. The option is a diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index eb19d4b..e3deae7 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -172,6 +172,11 @@ <version>1.7</version> </dependency> <dependency> + <groupId>io.nessus</groupId> + <artifactId>nessus-ipfs</artifactId> + <version>1.0.0.Beta1</version> + </dependency> + <dependency> <groupId>javax.annotation</groupId> <artifactId>jsr250-api</artifactId> <version>1.0</version> @@ -1376,6 +1381,16 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-ipfs</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-ipfs-starter</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-irc</artifactId> <version>${project.version}</version> </dependency>