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 f0016be14bb71efd549a67989fce1813fee96df0 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Oct 24 15:58:53 2019 +0200 Camel-Flink: Regen --- components/camel-flink/src/main/docs/flink-component.adoc | 10 +++++----- .../builder/endpoint/dsl/FlinkEndpointBuilderFactory.java | 6 +++--- docs/components/modules/ROOT/nav.adoc | 2 +- docs/components/modules/ROOT/pages/flink-component.adoc | 10 +++++----- docs/components/modules/ROOT/pages/index.adoc | 4 ++-- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/components/camel-flink/src/main/docs/flink-component.adoc b/components/camel-flink/src/main/docs/flink-component.adoc index 19715ab..11eb571 100644 --- a/components/camel-flink/src/main/docs/flink-component.adoc +++ b/components/camel-flink/src/main/docs/flink-component.adoc @@ -1,7 +1,8 @@ -[[flink-component]] -= Apache Flink Component += Flink Component *Since Camel 2.18* +*Since Camel 2.18* + This documentation page covers the https://flink.apache.org[Apache Flink] component for the Apache Camel. The *camel-flink* component provides a @@ -40,7 +41,7 @@ FlinkEndpoint Options // endpoint options: START -The Apache Flink endpoint is configured using URI syntax: +The Flink endpoint is configured using URI syntax: ---- flink:endpointType @@ -115,7 +116,7 @@ The component supports 6 options, which are listed below. // component options: START -The Apache Flink component supports 5 options, which are listed below. +The Flink component supports 5 options, which are listed below. @@ -186,4 +187,3 @@ try { camelContext.stop(); } ----------------------------------- - diff --git a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/FlinkEndpointBuilderFactory.java b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/FlinkEndpointBuilderFactory.java index 7a5b3b9..f74ebba 100644 --- a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/FlinkEndpointBuilderFactory.java +++ b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/FlinkEndpointBuilderFactory.java @@ -31,7 +31,7 @@ public interface FlinkEndpointBuilderFactory { /** - * Builder for endpoint for the Apache Flink component. + * Builder for endpoint for the Flink component. */ public interface FlinkEndpointBuilder extends EndpointProducerBuilder { default AdvancedFlinkEndpointBuilder advanced() { @@ -163,7 +163,7 @@ public interface FlinkEndpointBuilderFactory { } /** - * Advanced builder for endpoint for the Apache Flink component. + * Advanced builder for endpoint for the Flink component. */ public interface AdvancedFlinkEndpointBuilder extends @@ -223,7 +223,7 @@ public interface FlinkEndpointBuilderFactory { } } /** - * Apache Flink (camel-flink) + * Flink (camel-flink) * The flink component can be used to send DataSet jobs to Apache Flink * cluster. * diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc index a83f7bb..f483b5b 100644 --- a/docs/components/modules/ROOT/nav.adoc +++ b/docs/components/modules/ROOT/nav.adoc @@ -112,7 +112,7 @@ * xref:file-component.adoc[File Component] * xref:flatpack-component.adoc[Flatpack Component] * xref:flatpack-dataformat.adoc[Flatpack DataFormat] -* xref:flink-component.adoc[Apache Flink Component] +* xref:flink-component.adoc[Flink Component] * xref:fop-component.adoc[FOP Component] * xref:freemarker-component.adoc[Freemarker Component] * xref:ftp-component.adoc[FTP Component] diff --git a/docs/components/modules/ROOT/pages/flink-component.adoc b/docs/components/modules/ROOT/pages/flink-component.adoc index ae2b456..0d4f10b 100644 --- a/docs/components/modules/ROOT/pages/flink-component.adoc +++ b/docs/components/modules/ROOT/pages/flink-component.adoc @@ -1,8 +1,9 @@ -[[flink-component]] -= Apache Flink Component += Flink Component :page-source: components/camel-flink/src/main/docs/flink-component.adoc *Since Camel 2.18* +*Since Camel 2.18* + This documentation page covers the https://flink.apache.org[Apache Flink] component for the Apache Camel. The *camel-flink* component provides a @@ -41,7 +42,7 @@ FlinkEndpoint Options // endpoint options: START -The Apache Flink endpoint is configured using URI syntax: +The Flink endpoint is configured using URI syntax: ---- flink:endpointType @@ -116,7 +117,7 @@ The component supports 6 options, which are listed below. // component options: START -The Apache Flink component supports 5 options, which are listed below. +The Flink component supports 5 options, which are listed below. @@ -187,4 +188,3 @@ try { camelContext.stop(); } ----------------------------------- - diff --git a/docs/components/modules/ROOT/pages/index.adoc b/docs/components/modules/ROOT/pages/index.adoc index 2acda3b..f7f49b4 100644 --- a/docs/components/modules/ROOT/pages/index.adoc +++ b/docs/components/modules/ROOT/pages/index.adoc @@ -20,8 +20,6 @@ Number of Components: 299 in 237 JAR artifacts (0 deprecated) | xref:amqp-component.adoc[AMQP] (camel-amqp) | 1.2 | Messaging with AMQP protocol using Apache QPid Client. -| xref:flink-component.adoc[Apache Flink] (camel-flink) | 2.18 | The flink component can be used to send DataSet jobs to Apache Flink cluster. - | xref:pulsar-component.adoc[Apache Pulsar] (camel-pulsar) | 2.24 | Camel Apache Pulsar Component | xref:spark-component.adoc[Apache Spark] (camel-spark) | 2.17 | The spark component can be used to send RDD or DataFrame jobs to Apache Spark cluster. @@ -194,6 +192,8 @@ Number of Components: 299 in 237 JAR artifacts (0 deprecated) | xref:flatpack-component.adoc[Flatpack] (camel-flatpack) | 1.4 | The flatpack component supports fixed width and delimited file parsing via the FlatPack library. +| xref:flink-component.adoc[Flink] (camel-flink) | 2.18 | The flink component can be used to send DataSet jobs to Apache Flink cluster. + | xref:fop-component.adoc[FOP] (camel-fop) | 2.10 | The fop component allows you to render a message into different output formats using Apache FOP. | xref:freemarker-component.adoc[Freemarker] (camel-freemarker) | 2.10 | Transforms the message using a FreeMarker template.