You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/12/18 08:31:57 UTC

[camel] 05/08: CAMEL-12815 - General regen and camel-iota build

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

commit 7d216c625725f8b877131d2385683240cd4da9c0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 18 09:19:10 2018 +0100

    CAMEL-12815 - General regen and camel-iota build
---
 components/camel-iota/src/main/docs/iota-component.adoc     | 13 +++++++++++++
 components/readme.adoc                                      |  5 ++++-
 docs/components/modules/ROOT/nav.adoc                       |  3 ++-
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml   | 10 ++++++++++
 4 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/components/camel-iota/src/main/docs/iota-component.adoc b/components/camel-iota/src/main/docs/iota-component.adoc
index 97d59e7..0d9a728 100644
--- a/components/camel-iota/src/main/docs/iota-component.adoc
+++ b/components/camel-iota/src/main/docs/iota-component.adoc
@@ -70,6 +70,19 @@ with the following path and query parameters:
 // endpoint options: END
 
 // spring-boot-auto-configure options: START
+=== Spring Boot Auto-Configuration
+
+
+The component supports 2 options, which are listed below.
+
+
+
+[width="100%",cols="2,5,^1,2",options="header"]
+|===
+| Name | Description | Default | Type
+| *camel.component.iota.enabled* | Whether to enable auto configuration of the iota component. This is enabled by default. |  | Boolean
+| *camel.component.iota.resolve-property-placeholders* | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. | true | Boolean
+|===
 // spring-boot-auto-configure options: END
 
 === Sample route
diff --git a/components/readme.adoc b/components/readme.adoc
index ddd26c8..ef657b2 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -2,7 +2,7 @@ Components
 ^^^^^^^^^^
 
 // components: START
-Number of Components: 310 in 210 JAR artifacts (22 deprecated)
+Number of Components: 311 in 211 JAR artifacts (22 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -425,6 +425,9 @@ Number of Components: 310 in 210 JAR artifacts (22 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-iota/src/main/docs/iota-component.adoc[IOTA] (camel-iota) +
+`iota:name` | 2.23 | Component for integrate IOTA DLT
+
 | 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).
 
diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc
index f54437b..8a7a572 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -15,6 +15,7 @@
 * xref:atomix-value-component.adoc[Atomix Value Component]
 * xref:avro-component.adoc[Avro Component]
 * xref:avro-dataformat.adoc[Avro DataFormat]
+* xref:aws-xray.adoc[AWS XRay Component]
 * xref:aws-cw-component.adoc[AWS CloudWatch Component]
 * xref:aws-ddb-component.adoc[AWS DynamoDB Component]
 * xref:aws-ddbstream-component.adoc[AWS DynamoDB Streams Component]
@@ -32,7 +33,6 @@
 * xref:aws-sqs-component.adoc[AWS Simple Queue Service Component]
 * xref:aws-swf-component.adoc[AWS Simple Workflow Component]
 * xref:aws.adoc[Camel Components for Amazon Web Services]
-* xref:aws-xray.adoc[AWS XRay Component]
 * xref:azure-blob-component.adoc[Azure Storage Blob Service Component]
 * xref:azure-queue-component.adoc[Azure Storage Queue Service Component]
 * xref:azure.adoc[Camel Components for Windows Azure Services]
@@ -160,6 +160,7 @@
 * xref:ignite.adoc[Ignite endpoints Component]
 * xref:infinispan-component.adoc[Infinispan Component]
 * xref:influxdb-component.adoc[InfluxDB Component]
+* xref:iota-component.adoc[IOTA Component]
 * xref:ipfs-component.adoc[IPFS Component]
 * xref:irc-component.adoc[IRC Component]
 * xref:ironmq-component.adoc[IronMQ Component]
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 3521797..92d322a 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
@@ -1435,6 +1435,16 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-iota</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-iota-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-ipfs</artifactId>
         <version>${project.version}</version>
       </dependency>