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 2020/01/28 13:04:24 UTC

[camel] branch master updated (3904d0f -> 1bb6cea)

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 3904d0f  Regen
     new e2db5fa  Camel-google-calendar-stream: Fixed description
     new 19f09de  Camel-google-sheets-streams: Fixed Description
     new 1bb6cea  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-aws2-ecs/src/main/docs/aws2-ecs-component.adoc   | 4 +++-
 .../google/calendar/stream/GoogleCalendarStreamEndpoint.java      | 2 +-
 .../google/sheets/stream/GoogleSheetsStreamEndpoint.java          | 2 +-
 docs/components/modules/ROOT/pages/aws2-ecs-component.adoc        | 4 +++-
 docs/components/modules/ROOT/pages/index.adoc                     | 8 ++++----
 5 files changed, 12 insertions(+), 8 deletions(-)


[camel] 01/03: Camel-google-calendar-stream: Fixed description

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 e2db5fa84dbbe584f39d9bf73f77d75826401329
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 28 13:14:07 2020 +0100

    Camel-google-calendar-stream: Fixed description
---
 .../component/google/calendar/stream/GoogleCalendarStreamEndpoint.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-google-calendar/src/main/java/org/apache/camel/component/google/calendar/stream/GoogleCalendarStreamEndpoint.java b/components/camel-google-calendar/src/main/java/org/apache/camel/component/google/calendar/stream/GoogleCalendarStreamEndpoint.java
index 74013f2..037e88d 100644
--- a/components/camel-google-calendar/src/main/java/org/apache/camel/component/google/calendar/stream/GoogleCalendarStreamEndpoint.java
+++ b/components/camel-google-calendar/src/main/java/org/apache/camel/component/google/calendar/stream/GoogleCalendarStreamEndpoint.java
@@ -30,7 +30,7 @@ import org.apache.camel.spi.UriParam;
 import org.apache.camel.support.ScheduledPollEndpoint;
 
 /**
- * The google-calendar component provides access to Google Calendar in a streaming mode.
+ * The google-calendar-stream component provides access to Google Calendar in a streaming mode.
  */
 @UriEndpoint(firstVersion = "2.23.0",
              scheme = "google-calendar-stream",


[camel] 02/03: Camel-google-sheets-streams: Fixed Description

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 19f09deb07fb48c5fd461b630dd21bb7f8826e82
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 28 13:16:18 2020 +0100

    Camel-google-sheets-streams: Fixed Description
---
 .../component/google/sheets/stream/GoogleSheetsStreamEndpoint.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-google-sheets/src/main/java/org/apache/camel/component/google/sheets/stream/GoogleSheetsStreamEndpoint.java b/components/camel-google-sheets/src/main/java/org/apache/camel/component/google/sheets/stream/GoogleSheetsStreamEndpoint.java
index 3dff538..4324a32 100644
--- a/components/camel-google-sheets/src/main/java/org/apache/camel/component/google/sheets/stream/GoogleSheetsStreamEndpoint.java
+++ b/components/camel-google-sheets/src/main/java/org/apache/camel/component/google/sheets/stream/GoogleSheetsStreamEndpoint.java
@@ -32,7 +32,7 @@ import org.apache.camel.spi.UriParam;
 import org.apache.camel.support.ScheduledPollEndpoint;
 
 /**
- * The google-sheets component provides access to Google Sheets.
+ * The google-sheets-stream component provides access to Google Sheets.
  */
 @UriEndpoint(firstVersion = "2.23.0",
              scheme = "google-sheets-stream",


[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 1bb6cea76cbb9df20edea8407583be89fba2d2ce
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 28 14:03:30 2020 +0100

    Regen docs
---
 components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc | 4 +++-
 docs/components/modules/ROOT/pages/aws2-ecs-component.adoc      | 4 +++-
 docs/components/modules/ROOT/pages/index.adoc                   | 8 ++++----
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc b/components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc
index 034aa00..a127673 100644
--- a/components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc
+++ b/components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc
@@ -1,6 +1,8 @@
+[[aws2-ecs-component]]
 = AWS 2 ECS Component
 
 *Since Camel 3.1*
+
 *Since Camel 3.1*
 
 
@@ -193,4 +195,4 @@ Maven users will need to add the following dependency to their pom.xml.
 </dependency>
 ---------------------------------------
 
-where `$\{camel-version\}` must be replaced by the actual version of Camel.
+where `$\{camel-version\}` must be replaced by the actual version of Camel.
\ No newline at end of file
diff --git a/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc b/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc
index 05d7b3f..b3bb8c9 100644
--- a/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-ecs-component.adoc
@@ -1,7 +1,9 @@
+[[aws2-ecs-component]]
 = AWS 2 ECS Component
 :page-source: components/camel-aws2-ecs/src/main/docs/aws2-ecs-component.adoc
 
 *Since Camel 3.1*
+
 *Since Camel 3.1*
 
 
@@ -194,4 +196,4 @@ Maven users will need to add the following dependency to their pom.xml.
 </dependency>
 ---------------------------------------
 
-where `$\{camel-version\}` must be replaced by the actual version of Camel.
+where `$\{camel-version\}` must be replaced by the actual version of Camel.
\ 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 1de0c61..cc1fa84 100644
--- a/docs/components/modules/ROOT/pages/index.adoc
+++ b/docs/components/modules/ROOT/pages/index.adoc
@@ -46,6 +46,8 @@ Number of Components: 311 in 249 JAR artifacts (1 deprecated)
 
 | xref:avro-component.adoc[Avro] (camel-avro) | 2.10 | Working with Apache Avro for data serialization.
 
+| xref:aws2-ecs-component.adoc[AWS 2 ECS] (camel-aws2-ecs) | 3.1 | The aws2-ecs is used for managing Amazon ECS
+
 | xref:aws2-translate-component.adoc[AWS 2 Translate] (camel-aws2-translate) | 3.1 | The aws2-translate component is used for managing Amazon Translate
 
 | xref:aws-cw-component.adoc[AWS CloudWatch] (camel-aws-cw) | 2.11 | The aws-cw component is used for sending metrics to an Amazon CloudWatch.
@@ -88,8 +90,6 @@ Number of Components: 311 in 249 JAR artifacts (1 deprecated)
 
 | xref:aws-translate-component.adoc[AWS Translate] (camel-aws-translate) | 3.0 | The aws-translate component is used for managing Amazon Translate
 
-| xref:aws2-ecs-component.adoc[AWS2 ECS] (camel-aws2-ecs) | 3.1 | The aws2-ecs is used for managing Amazon ECS
-
 | xref:azure-blob-component.adoc[Azure Storage Blob Service] (camel-azure) | 2.19 | The azure-blob component is used for storing and retrieving blobs from Azure Storage Blob Service.
 
 | xref:azure-queue-component.adoc[Azure Storage Queue Service] (camel-azure) | 2.19 | The azure-queue component is used for storing and retrieving messages from Azure Storage Queue Service.
@@ -226,7 +226,7 @@ Number of Components: 311 in 249 JAR artifacts (1 deprecated)
 
 | xref:google-calendar-component.adoc[Google Calendar] (camel-google-calendar) | 2.15 | The google-calendar component provides access to Google Calendar.
 
-| xref:google-calendar-stream-component.adoc[Google Calendar Stream] (camel-google-calendar) | 2.23 | The google-calendar component provides access to Google Calendar in a streaming mode.
+| xref:google-calendar-stream-component.adoc[Google Calendar Stream] (camel-google-calendar) | 2.23 | The google-calendar-stream component provides access to Google Calendar in a streaming mode.
 
 | xref:google-drive-component.adoc[Google Drive] (camel-google-drive) | 2.14 | The google-drive component provides access to Google Drive file storage service.
 
@@ -238,7 +238,7 @@ Number of Components: 311 in 249 JAR artifacts (1 deprecated)
 
 | xref:google-sheets-component.adoc[Google Sheets] (camel-google-sheets) | 2.23 | The google-sheets component provides access to Google Sheets.
 
-| xref:google-sheets-stream-component.adoc[Google Sheets Stream] (camel-google-sheets) | 2.23 | The google-sheets component provides access to Google Sheets.
+| xref:google-sheets-stream-component.adoc[Google Sheets Stream] (camel-google-sheets) | 2.23 | The google-sheets-stream component provides access to Google Sheets.
 
 | xref:gora-component.adoc[Gora] (camel-gora) | 2.14 | The gora component allows you to work with NoSQL databases using the Apache Gora framework.