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 2019/10/24 13:59:18 UTC

[camel] branch master updated (6b655f2 -> f0016be)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 6b655f2  Camel-Corda: Regen
     new 7c3363f  Camel-Flink: Only Flink is needed as title
     new f0016be  Camel-Flink: Regen

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-flink/src/main/docs/flink-component.adoc      | 10 +++++-----
 .../java/org/apache/camel/component/flink/FlinkEndpoint.java   |  2 +-
 .../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 ++--
 6 files changed, 17 insertions(+), 17 deletions(-)


[camel] 01/02: Camel-Flink: Only Flink is needed as title

Posted by ac...@apache.org.
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 7c3363ff73671c0cd9c30214766d74104676672b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 24 15:52:33 2019 +0200

    Camel-Flink: Only Flink is needed as title
---
 .../src/main/java/org/apache/camel/component/flink/FlinkEndpoint.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-flink/src/main/java/org/apache/camel/component/flink/FlinkEndpoint.java b/components/camel-flink/src/main/java/org/apache/camel/component/flink/FlinkEndpoint.java
index c06460d..d2ccf68 100644
--- a/components/camel-flink/src/main/java/org/apache/camel/component/flink/FlinkEndpoint.java
+++ b/components/camel-flink/src/main/java/org/apache/camel/component/flink/FlinkEndpoint.java
@@ -30,7 +30,7 @@ import org.apache.flink.streaming.api.datastream.DataStream;
 /**
  * The flink component can be used to send DataSet jobs to Apache Flink cluster.
  */
-@UriEndpoint(firstVersion = "2.18.0", scheme = "flink", title = "Apache Flink", syntax = "flink:endpointType", producerOnly = true, label = "hadoop")
+@UriEndpoint(firstVersion = "2.18.0", scheme = "flink", title = "Flink", syntax = "flink:endpointType", producerOnly = true, label = "hadoop")
 public class FlinkEndpoint extends DefaultEndpoint {
 
     @UriPath


[camel] 02/02: Camel-Flink: Regen

Posted by ac...@apache.org.
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 <an...@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.