You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/08/15 04:09:02 UTC

camel git commit: Polished summary of new component.

Repository: camel
Updated Branches:
  refs/heads/master 4dd073495 -> 3fff52499


Polished summary of new component.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3fff5249
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3fff5249
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3fff5249

Branch: refs/heads/master
Commit: 3fff52499a0fb53743e88dd3accffaeb740bc1cc
Parents: 4dd0734
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Aug 15 06:08:53 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Aug 15 06:08:53 2017 +0200

----------------------------------------------------------------------
 .../camel/component/google/bigquery/GoogleBigQueryEndpoint.java  | 4 +++-
 components/readme.adoc                                           | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3fff5249/components/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/GoogleBigQueryEndpoint.java
----------------------------------------------------------------------
diff --git a/components/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/GoogleBigQueryEndpoint.java b/components/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/GoogleBigQueryEndpoint.java
index 19cd7f8..34e5d97 100644
--- a/components/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/GoogleBigQueryEndpoint.java
+++ b/components/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/GoogleBigQueryEndpoint.java
@@ -27,6 +27,8 @@ import org.apache.camel.spi.UriEndpoint;
 import org.apache.camel.spi.UriParam;
 
 /**
+ * Google BigQuery data warehouse for analytics.
+ * 
  * BigQuery Endpoint Definition
  * Represents a table within a BigQuery dataset
  * Contains configuration details for a single table and the utility methods (such as check, create) to ease operations
@@ -40,7 +42,7 @@ import org.apache.camel.spi.UriParam;
  * Another consideration is that exceptions are not handled within the class. They are expected to bubble up and be handled
  * by Camel.
  */
-@UriEndpoint(firstVersion = "2.20.0", scheme = "bigquery", title = "BigQuery", syntax = "bigquery:projectId:datasetId:tableName", label = "messaging", producerOnly = true)
+@UriEndpoint(firstVersion = "2.20.0", scheme = "bigquery", title = "BigQuery", syntax = "bigquery:projectId:datasetId:tableName", label = "cloud,messaging", producerOnly = true)
 public class GoogleBigQueryEndpoint extends DefaultEndpoint {
     @UriParam
     protected final GoogleBigQueryConfiguration configuration;

http://git-wip-us.apache.org/repos/asf/camel/blob/3fff5249/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 36b5b96..d782dae 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -111,7 +111,7 @@ Number of Components: 280 in 192 JAR artifacts (17 deprecated)
 `beanstalk:connectionSettings` | 2.15 | The beanstalk component is used for job retrieval and post-processing of Beanstalk jobs.
 
 | link:camel-google-bigquery/src/main/docs/bigquery-component.adoc[BigQuery] (camel-google-bigquery) +
-`bigquery:projectId:datasetId:tableName` | 2.20 | BigQuery Endpoint Definition Represents a table within a BigQuery dataset Contains configuration details for a single table and the utility methods (such as check create) to ease operations URI Parameters: Logger ID - To ensure that logging is unified under Route Logger the logger ID can be passed on via an endpoint URI parameter Partitioned - to indicate that the table needs to be partitioned - every UTC day to be written into a timestamped separate table side effect: Australian operational day is always split between two UTC days and therefore tables
+`bigquery:projectId:datasetId:tableName` | 2.20 | Google BigQuery data warehouse for analytics.
 
 | link:../camel-core/src/main/docs/binding-component.adoc[Binding] (camel-core) +
 `binding:bindingName:delegateUri` | 2.11 | *deprecated* The binding component is used for as a of wrapping an Endpoint in a contract with a data format.