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/11/06 08:27:12 UTC

[camel] branch master updated (9e5b36b -> ecd9136)

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 9e5b36b  Regen
     new b14e7c1  Camel-Kudu: Just use Kudu as name
     new cdbdd1c  Camel-Kudu: Regen
     new ecd9136  Regen docs

The 3 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-kudu/src/main/docs/kudu-component.adoc       | 11 +++++++----
 .../java/org/apache/camel/component/kudu/KuduEndpoint.java    |  2 +-
 .../builder/endpoint/dsl/KuduEndpointBuilderFactory.java      |  6 +++---
 docs/components/modules/ROOT/nav.adoc                         |  2 +-
 docs/components/modules/ROOT/pages/index.adoc                 |  4 ++--
 docs/components/modules/ROOT/pages/kudu-component.adoc        | 11 +++++++----
 6 files changed, 21 insertions(+), 15 deletions(-)


[camel] 02/03: Camel-Kudu: 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 cdbdd1c2886eb8c6e2019499d826be5a1673e677
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 6 08:56:22 2019 +0100

    Camel-Kudu: Regen
---
 components/camel-kudu/src/main/docs/kudu-component.adoc          | 9 +++++----
 .../camel/builder/endpoint/dsl/KuduEndpointBuilderFactory.java   | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/components/camel-kudu/src/main/docs/kudu-component.adoc b/components/camel-kudu/src/main/docs/kudu-component.adoc
index 70a7cee..6092ba4 100644
--- a/components/camel-kudu/src/main/docs/kudu-component.adoc
+++ b/components/camel-kudu/src/main/docs/kudu-component.adoc
@@ -1,7 +1,8 @@
-[[kudu-component]]
-= Apache Kudu Component
+= Kudu Component
 
 *Since Camel 3.0*
+*Since Camel 3.0*
+
 
 The Kudu component supports storing and retrieving data from/to https://kudu.apache.org/[Apache Kudu], a free and open source column-oriented data store of the Apache Hadoop ecosystem.
 
@@ -11,7 +12,7 @@ You must have a valid Kudu instance running. More information are available at h
 
 
 // component options: START
-The Apache Kudu component supports 1 options, which are listed below.
+The Kudu component supports 1 options, which are listed below.
 
 
 
@@ -23,7 +24,7 @@ The Apache Kudu component supports 1 options, which are listed below.
 // component options: END
 
 // endpoint options: START
-The Apache Kudu endpoint is configured using URI syntax:
+The Kudu endpoint is configured using URI syntax:
 
 ----
 kudu:host:port/tableName
diff --git a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/KuduEndpointBuilderFactory.java b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/KuduEndpointBuilderFactory.java
index 6973cc6..951f915 100644
--- a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/KuduEndpointBuilderFactory.java
+++ b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/KuduEndpointBuilderFactory.java
@@ -33,7 +33,7 @@ public interface KuduEndpointBuilderFactory {
 
 
     /**
-     * Builder for endpoint for the Apache Kudu component.
+     * Builder for endpoint for the Kudu component.
      */
     public interface KuduEndpointBuilder extends EndpointProducerBuilder {
         default AdvancedKuduEndpointBuilder advanced() {
@@ -104,7 +104,7 @@ public interface KuduEndpointBuilderFactory {
     }
 
     /**
-     * Advanced builder for endpoint for the Apache Kudu component.
+     * Advanced builder for endpoint for the Kudu component.
      */
     public interface AdvancedKuduEndpointBuilder
             extends
@@ -174,7 +174,7 @@ public interface KuduEndpointBuilderFactory {
         SCAN;
     }
     /**
-     * Apache Kudu (camel-kudu)
+     * Kudu (camel-kudu)
      * Represents a Kudu endpoint. A kudu endpoint allows you to interact with
      * Apache Kudu, a free and open source column-oriented data store of the
      * Apache Hadoop ecosystem.


[camel] 03/03: Regen docs

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 ecd9136a002a56012851e034ca9549c40b26aeee
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 6 09:26:54 2019 +0100

    Regen docs
---
 components/camel-kudu/src/main/docs/kudu-component.adoc |  4 +++-
 docs/components/modules/ROOT/nav.adoc                   |  2 +-
 docs/components/modules/ROOT/pages/index.adoc           |  4 ++--
 docs/components/modules/ROOT/pages/kudu-component.adoc  | 11 +++++++----
 4 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/components/camel-kudu/src/main/docs/kudu-component.adoc b/components/camel-kudu/src/main/docs/kudu-component.adoc
index 6092ba4..a8f0738 100644
--- a/components/camel-kudu/src/main/docs/kudu-component.adoc
+++ b/components/camel-kudu/src/main/docs/kudu-component.adoc
@@ -1,6 +1,8 @@
+[[kudu-component]]
 = Kudu Component
 
 *Since Camel 3.0*
+
 *Since Camel 3.0*
 
 
@@ -117,4 +119,4 @@ To use this feature, add the following dependencies to your spring boot pom.xml
     <artifactId>camel-kudu-starter</artifactId>
     <version>${camel.version}</version> <!-- use the same version as your Camel core version -->
 </dependency>
-----
+----
\ No newline at end of file
diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc
index 2f22346..213c893 100644
--- a/docs/components/modules/ROOT/nav.adoc
+++ b/docs/components/modules/ROOT/nav.adoc
@@ -222,7 +222,7 @@
 * xref:kubernetes.adoc[Kubernetes Components]
 * xref:openshift-build-configs-component.adoc[Openshift Build Config Component]
 * xref:openshift-builds-component.adoc[Openshift Builds Component]
-* xref:kudu-component.adoc[Apache Kudu Component]
+* xref:kudu-component.adoc[Kudu Component]
 * xref:kura.adoc[Eclipse Kura component]
 * xref:language-component.adoc[Language Component]
 * xref:ldap-component.adoc[LDAP Component]
diff --git a/docs/components/modules/ROOT/pages/index.adoc b/docs/components/modules/ROOT/pages/index.adoc
index 19f8dd6..7e5299e 100644
--- a/docs/components/modules/ROOT/pages/index.adoc
+++ b/docs/components/modules/ROOT/pages/index.adoc
@@ -20,8 +20,6 @@ Number of Components: 304 in 242 JAR artifacts (0 deprecated)
 
 | xref:amqp-component.adoc[AMQP] (camel-amqp) | 1.2 | Messaging with AMQP protocol using Apache QPid Client.
 
-| xref:kudu-component.adoc[Apache Kudu] (camel-kudu) | 3.0 | Represents a Kudu endpoint. A kudu endpoint allows you to interact with Apache Kudu, a free and open source column-oriented data store of the Apache Hadoop ecosystem.
-
 | xref:apns-component.adoc[APNS] (camel-apns) | 2.8 | For sending notifications to Apple iOS devices.
 
 | xref:as2-component.adoc[AS2] (camel-as2) | 2.22 | Component used for transferring data secure and reliable over the internet using the AS2 protocol.
@@ -372,6 +370,8 @@ Number of Components: 304 in 242 JAR artifacts (0 deprecated)
 
 | xref:kubernetes-services-component.adoc[Kubernetes Services] (camel-kubernetes) | 2.17 | The Kubernetes Service Accounts component provides a producer to execute service operations and a consumer to consume service events.
 
+| xref:kudu-component.adoc[Kudu] (camel-kudu) | 3.0 | Represents a Kudu endpoint. A kudu endpoint allows you to interact with Apache Kudu, a free and open source column-oriented data store of the Apache Hadoop ecosystem.
+
 | xref:language-component.adoc[Language] (camel-language) | 2.5 | The language component allows you to send a message to an endpoint which executes a script by any of the supported Languages in Camel.
 
 | xref:ldap-component.adoc[LDAP] (camel-ldap) | 1.5 | The ldap component allows you to perform searches in LDAP servers using filters as the message payload.
diff --git a/docs/components/modules/ROOT/pages/kudu-component.adoc b/docs/components/modules/ROOT/pages/kudu-component.adoc
index fedb688..fea2914 100644
--- a/docs/components/modules/ROOT/pages/kudu-component.adoc
+++ b/docs/components/modules/ROOT/pages/kudu-component.adoc
@@ -1,9 +1,12 @@
 [[kudu-component]]
-= Apache Kudu Component
+= Kudu Component
 :page-source: components/camel-kudu/src/main/docs/kudu-component.adoc
 
 *Since Camel 3.0*
 
+*Since Camel 3.0*
+
+
 The Kudu component supports storing and retrieving data from/to https://kudu.apache.org/[Apache Kudu], a free and open source column-oriented data store of the Apache Hadoop ecosystem.
 
 == Prerequisites
@@ -12,7 +15,7 @@ You must have a valid Kudu instance running. More information are available at h
 
 
 // component options: START
-The Apache Kudu component supports 1 options, which are listed below.
+The Kudu component supports 1 options, which are listed below.
 
 
 
@@ -24,7 +27,7 @@ The Apache Kudu component supports 1 options, which are listed below.
 // component options: END
 
 // endpoint options: START
-The Apache Kudu endpoint is configured using URI syntax:
+The Kudu endpoint is configured using URI syntax:
 
 ----
 kudu:host:port/tableName
@@ -117,4 +120,4 @@ To use this feature, add the following dependencies to your spring boot pom.xml
     <artifactId>camel-kudu-starter</artifactId>
     <version>${camel.version}</version> <!-- use the same version as your Camel core version -->
 </dependency>
-----
+----
\ No newline at end of file


[camel] 01/03: Camel-Kudu: Just use Kudu as name

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 b14e7c1ab554976a99f5a843f41c1fa798eb22d7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 6 08:55:39 2019 +0100

    Camel-Kudu: Just use Kudu as name
---
 .../src/main/java/org/apache/camel/component/kudu/KuduEndpoint.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-kudu/src/main/java/org/apache/camel/component/kudu/KuduEndpoint.java b/components/camel-kudu/src/main/java/org/apache/camel/component/kudu/KuduEndpoint.java
index f977e1a..3d55c40 100644
--- a/components/camel-kudu/src/main/java/org/apache/camel/component/kudu/KuduEndpoint.java
+++ b/components/camel-kudu/src/main/java/org/apache/camel/component/kudu/KuduEndpoint.java
@@ -36,7 +36,7 @@ import org.slf4j.LoggerFactory;
  */
 @UriEndpoint(firstVersion = "3.0",
     scheme = "kudu",
-    title = "Apache Kudu", syntax = "kudu:host:port/tableName",
+    title = "Kudu", syntax = "kudu:host:port/tableName",
     label = "cloud,database,iot", producerOnly = true)
 public class KuduEndpoint extends DefaultEndpoint {