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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit fbb5560dded Regen for commit ab9e39358b49c9b0bc405e66c914fce627e837bc
     add 3f5e0113504 Regen for commit ab9e39358b49c9b0bc405e66c914fce627e837bc 
(#7360)
     add bdd495048da CAMEL-17885 camel google bigquery: Allow to read service 
account key file from resolver (#7336)
     add 9f8869f12a5 Regen for commit bdd495048da891a2e856a116355e9ca6b6f58c72

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fbb5560dded)
            \
             N -- N -- N   refs/heads/regen_bot (9f8869f12a5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../catalog/components/google-bigquery-sql.json    |  3 +-
 .../camel/catalog/components/google-bigquery.json  |  3 +-
 .../bigquery/GoogleBigQueryEndpointConfigurer.java |  6 ++++
 .../bigquery/GoogleBigQueryEndpointUriFactory.java |  3 +-
 .../sql/GoogleBigQuerySQLEndpointConfigurer.java   |  6 ++++
 .../sql/GoogleBigQuerySQLEndpointUriFactory.java   |  3 +-
 .../component/google/bigquery/google-bigquery.json |  3 +-
 .../google/bigquery/sql/google-bigquery-sql.json   |  3 +-
 .../src/main/docs/google-bigquery-component.adoc   | 21 +++++++++++-
 .../main/docs/google-bigquery-sql-component.adoc   | 21 +++++++++++-
 .../google/bigquery/GoogleBigQueryComponent.java   | 26 +++++++++------
 .../bigquery/GoogleBigQueryConfiguration.java      | 30 +++++++++++++++++-
 .../bigquery/GoogleBigQueryConnectionFactory.java  | 32 +++++++++++++------
 .../google/bigquery/GoogleBigQueryEndpoint.java    | 19 +++++++++--
 .../bigquery/sql/GoogleBigQuerySQLComponent.java   | 26 +++++++++------
 .../sql/GoogleBigQuerySQLConfiguration.java        | 28 +++++++++++++++-
 .../bigquery/sql/GoogleBigQuerySQLEndpoint.java    | 22 ++++++++++---
 .../bigquery/sql/GoogleBigQuerySQLProducer.java    | 13 +++++---
 .../bigquery/integration/BigQueryITSupport.java    | 27 +++++++++++-----
 .../sql/GoogleBigQuerySQLProducerBaseTest.java     | 12 +++++++
 .../GoogleBigQuerySQLProducerWithParamersTest.java | 21 ++++++------
 .../GoogleBigQuerySQLProducerWithPatternTest.java  | 21 ++++++------
 .../src/test/resources/log4j.properties            | 37 ----------------------
 .../src/test/resources/simple.properties           |  1 +
 .../dsl/GoogleBigQueryEndpointBuilderFactory.java  | 16 ++++++++++
 .../GoogleBigQuerySQLEndpointBuilderFactory.java   | 16 ++++++++++
 26 files changed, 303 insertions(+), 116 deletions(-)
 delete mode 100644 
components/camel-google/camel-google-bigquery/src/test/resources/log4j.properties

Reply via email to