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

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b423d4e129547638fc3e0bbabce39d9dd687483e
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun Dec 2 12:15:01 2018 +0100

    Polished
---
 .../bigquery/sql/GoogleBigQuerySQLEndpoint.java    | 24 +++++++++++++---------
 components/readme.adoc                             |  2 +-
 .../GoogleBigQuerySQLComponentConfiguration.java   | 11 +---------
 3 files changed, 16 insertions(+), 21 deletions(-)

diff --git 
a/components/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/sql/GoogleBigQuerySQLEndpoint.java
 
b/components/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/sql/GoogleBigQuerySQLEndpoint.java
index 9a420f0..a268dc2 100644
--- 
a/components/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/sql/GoogleBigQuerySQLEndpoint.java
+++ 
b/components/camel-google-bigquery/src/main/java/org/apache/camel/component/google/bigquery/sql/GoogleBigQuerySQLEndpoint.java
@@ -26,16 +26,20 @@ import org.apache.camel.spi.UriParam;
 import org.apache.camel.support.DefaultEndpoint;
 
 /**
- * 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 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 Another consideration is that exceptions are not handled
- * within the class. They are expected to bubble up and be handled by Camel.
+ * Google BigQuery data warehouse for analytics (using SQL queries).
+ *
+ * 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
+ *
+ * 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.23.0", scheme = "google-bigquery-sql", title = 
"Google BigQuery Standard SQL", syntax = "google-bigquery-sql:query", label = 
"cloud,messaging", producerOnly = true)
 public class GoogleBigQuerySQLEndpoint extends DefaultEndpoint {
diff --git a/components/readme.adoc b/components/readme.adoc
index a3bc25f6..72d5420 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -285,7 +285,7 @@ Number of Components: 287 in 190 JAR artifacts (1 
deprecated)
 `google-bigquery:projectId:datasetId:tableName` | 2.20 | Google BigQuery data 
warehouse for analytics.
 
 | 
link:camel-google-bigquery/src/main/docs/google-bigquery-sql-component.adoc[Google
 BigQuery Standard SQL] (camel-google-bigquery) +
-`google-bigquery-sql:query` | 2.23 | 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 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 UT [...]
+`google-bigquery-sql:query` | 2.23 | Google BigQuery data warehouse for 
analytics (using SQL queries).
 
 | 
link:camel-google-calendar/src/main/docs/google-calendar-component.adoc[Google 
Calendar] (camel-google-calendar) +
 `google-calendar:apiName/methodName` | 2.15 | The google-calendar component 
provides access to Google Calendar.
diff --git 
a/platforms/spring-boot/components-starter/camel-google-bigquery-starter/src/main/java/org/apache/camel/component/google/bigquery/sql/springboot/GoogleBigQuerySQLComponentConfiguration.java
 
b/platforms/spring-boot/components-starter/camel-google-bigquery-starter/src/main/java/org/apache/camel/component/google/bigquery/sql/springboot/GoogleBigQuerySQLComponentConfiguration.java
index fc08356..5ae4e9a 100644
--- 
a/platforms/spring-boot/components-starter/camel-google-bigquery-starter/src/main/java/org/apache/camel/component/google/bigquery/sql/springboot/GoogleBigQuerySQLComponentConfiguration.java
+++ 
b/platforms/spring-boot/components-starter/camel-google-bigquery-starter/src/main/java/org/apache/camel/component/google/bigquery/sql/springboot/GoogleBigQuerySQLComponentConfiguration.java
@@ -21,16 +21,7 @@ import 
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon;
 import org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
- * 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 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 Another consideration is that exceptions are not handled
- * within the class. They are expected to bubble up and be handled by Camel.
+ * Google BigQuery data warehouse for analytics (using SQL queries).
  * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */

Reply via email to