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 44883d06903d1cf6d034917e123ce45f21f504d4 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Oct 24 17:07:54 2019 +0200 Regen --- components/camel-etcd/src/main/docs/etcd-component.adoc | 10 +++++----- components/camel-flink/src/main/docs/flink-component.adoc | 4 +++- .../builder/endpoint/dsl/EtcdEndpointBuilderFactory.java | 14 +++++++------- docs/components/modules/ROOT/nav.adoc | 2 +- docs/components/modules/ROOT/pages/etcd-component.adoc | 10 +++++----- docs/components/modules/ROOT/pages/flink-component.adoc | 4 +++- docs/components/modules/ROOT/pages/index.adoc | 2 +- 7 files changed, 25 insertions(+), 21 deletions(-) diff --git a/components/camel-etcd/src/main/docs/etcd-component.adoc b/components/camel-etcd/src/main/docs/etcd-component.adoc index 04e478b..8e3ab25 100644 --- a/components/camel-etcd/src/main/docs/etcd-component.adoc +++ b/components/camel-etcd/src/main/docs/etcd-component.adoc @@ -1,7 +1,8 @@ -[[etcd-component]] -= etcd Component += Etcd Component *Since Camel 2.18* +*Since Camel 2.18* + The camel Etcd component allows you to work with Etcd, a distributed reliable key-value store. @@ -15,7 +16,7 @@ etcd:namespace/path[?options] == URI Options // component options: START -The etcd component supports 7 options, which are listed below. +The Etcd component supports 7 options, which are listed below. @@ -33,7 +34,7 @@ The etcd component supports 7 options, which are listed below. // component options: END // endpoint options: START -The etcd endpoint is configured using URI syntax: +The Etcd endpoint is configured using URI syntax: ---- etcd:namespace/path @@ -134,4 +135,3 @@ The component supports 17 options, which are listed below. | *camel.component.etcd.user-name* | The user name to use for basic authentication. | | String |=== // spring-boot-auto-configure options: END - diff --git a/components/camel-flink/src/main/docs/flink-component.adoc b/components/camel-flink/src/main/docs/flink-component.adoc index 11eb571..fba3e51 100644 --- a/components/camel-flink/src/main/docs/flink-component.adoc +++ b/components/camel-flink/src/main/docs/flink-component.adoc @@ -1,6 +1,8 @@ +[[flink-component]] = Flink Component *Since Camel 2.18* + *Since Camel 2.18* @@ -186,4 +188,4 @@ try { } finally { camelContext.stop(); } ------------------------------------ +----------------------------------- \ No newline at end of file diff --git a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/EtcdEndpointBuilderFactory.java b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/EtcdEndpointBuilderFactory.java index 89202f6..7cad65c 100644 --- a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/EtcdEndpointBuilderFactory.java +++ b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/EtcdEndpointBuilderFactory.java @@ -39,7 +39,7 @@ public interface EtcdEndpointBuilderFactory { /** - * Builder for endpoint consumers for the etcd component. + * Builder for endpoint consumers for the Etcd component. */ public interface EtcdEndpointConsumerBuilder extends @@ -606,7 +606,7 @@ public interface EtcdEndpointBuilderFactory { } /** - * Advanced builder for endpoint consumers for the etcd component. + * Advanced builder for endpoint consumers for the Etcd component. */ public interface AdvancedEtcdEndpointConsumerBuilder extends @@ -780,7 +780,7 @@ public interface EtcdEndpointBuilderFactory { } /** - * Builder for endpoint producers for the etcd component. + * Builder for endpoint producers for the Etcd component. */ public interface EtcdEndpointProducerBuilder extends @@ -968,7 +968,7 @@ public interface EtcdEndpointBuilderFactory { } /** - * Advanced builder for endpoint producers for the etcd component. + * Advanced builder for endpoint producers for the Etcd component. */ public interface AdvancedEtcdEndpointProducerBuilder extends @@ -1031,7 +1031,7 @@ public interface EtcdEndpointBuilderFactory { } /** - * Builder for endpoint for the etcd component. + * Builder for endpoint for the Etcd component. */ public interface EtcdEndpointBuilder extends @@ -1156,7 +1156,7 @@ public interface EtcdEndpointBuilderFactory { } /** - * Advanced builder for endpoint for the etcd component. + * Advanced builder for endpoint for the Etcd component. */ public interface AdvancedEtcdEndpointBuilder extends @@ -1216,7 +1216,7 @@ public interface EtcdEndpointBuilderFactory { } } /** - * etcd (camel-etcd) + * Etcd (camel-etcd) * The camel etcd component allows you to work with Etcd, a distributed * reliable key-value store. * diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc index f483b5b..3cdc6d9 100644 --- a/docs/components/modules/ROOT/nav.adoc +++ b/docs/components/modules/ROOT/nav.adoc @@ -100,7 +100,7 @@ * xref:ehcache-component.adoc[Ehcache Component] * xref:elasticsearch-rest-component.adoc[Elastichsearch Rest Component] * xref:elsql-component.adoc[ElSQL Component] -* xref:etcd-component.adoc[etcd Component] +* xref:etcd-component.adoc[Etcd Component] * xref:eventadmin-component.adoc[OSGi EventAdmin Component] * xref:exec-component.adoc[Exec Component] * xref:facebook-component.adoc[Facebook Component] diff --git a/docs/components/modules/ROOT/pages/etcd-component.adoc b/docs/components/modules/ROOT/pages/etcd-component.adoc index ff171f4..a1c9529 100644 --- a/docs/components/modules/ROOT/pages/etcd-component.adoc +++ b/docs/components/modules/ROOT/pages/etcd-component.adoc @@ -1,8 +1,9 @@ -[[etcd-component]] -= etcd Component += Etcd Component :page-source: components/camel-etcd/src/main/docs/etcd-component.adoc *Since Camel 2.18* +*Since Camel 2.18* + The camel Etcd component allows you to work with Etcd, a distributed reliable key-value store. @@ -16,7 +17,7 @@ etcd:namespace/path[?options] == URI Options // component options: START -The etcd component supports 7 options, which are listed below. +The Etcd component supports 7 options, which are listed below. @@ -34,7 +35,7 @@ The etcd component supports 7 options, which are listed below. // component options: END // endpoint options: START -The etcd endpoint is configured using URI syntax: +The Etcd endpoint is configured using URI syntax: ---- etcd:namespace/path @@ -135,4 +136,3 @@ The component supports 17 options, which are listed below. | *camel.component.etcd.user-name* | The user name to use for basic authentication. | | String |=== // spring-boot-auto-configure options: END - diff --git a/docs/components/modules/ROOT/pages/flink-component.adoc b/docs/components/modules/ROOT/pages/flink-component.adoc index 0d4f10b..961df6d 100644 --- a/docs/components/modules/ROOT/pages/flink-component.adoc +++ b/docs/components/modules/ROOT/pages/flink-component.adoc @@ -1,7 +1,9 @@ +[[flink-component]] = Flink Component :page-source: components/camel-flink/src/main/docs/flink-component.adoc *Since Camel 2.18* + *Since Camel 2.18* @@ -187,4 +189,4 @@ try { } finally { camelContext.stop(); } ------------------------------------ +----------------------------------- \ No newline at end of file diff --git a/docs/components/modules/ROOT/pages/index.adoc b/docs/components/modules/ROOT/pages/index.adoc index f7f49b4..9a20a65 100644 --- a/docs/components/modules/ROOT/pages/index.adoc +++ b/docs/components/modules/ROOT/pages/index.adoc @@ -178,7 +178,7 @@ Number of Components: 299 in 237 JAR artifacts (0 deprecated) | xref:elsql-component.adoc[ElSQL] (camel-elsql) | 2.16 | The elsql component is an extension to the existing SQL Component that uses ElSql to define the SQL queries. -| xref:etcd-component.adoc[etcd] (camel-etcd) | 2.18 | The camel etcd component allows you to work with Etcd, a distributed reliable key-value store. +| xref:etcd-component.adoc[Etcd] (camel-etcd) | 2.18 | The camel etcd component allows you to work with Etcd, a distributed reliable key-value store. | xref:exec-component.adoc[Exec] (camel-exec) | 2.3 | The exec component can be used to execute OS system commands.