You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/03/01 12:03:49 UTC

[camel] branch regen_bot updated (4f26675 -> 995062a)

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.


    from 4f26675  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EKS component
     add 78874a3  CAMEL-16274 - Camel-google-storage: serviceAccountKey should be supported as file, classpath, remote etc.
     add 623f5a8  CAMEL-16274 - Camel-google-storage: serviceAccountKey should be supported as file, classpath, remote etc.
     add b9e1374  CAMEL-16274 - Camel-google-storage: serviceAccountKey should be supported as file, classpath, remote etc.
     add 6645e9a  CAMEL-16274 - Camel-google-storage: serviceAccountKey should be supported as file, classpath, remote etc.
     add eafd5d3  CAMEL-16274 - Camel-google-storage: serviceAccountKey should be supported as file, classpath, remote etc.
     add ca8b137  CAMEL-16274 - Camel-google-storage: serviceAccountKey should be supported as file, classpath, remote etc.
     add c6b6e1a  CAMEL-16274 - Camel-google-storage: serviceAccountKey should be supported as file, classpath, remote etc.
     add 4d9daa5  Upgrade Jooq to version 3.14.8
     add 23fe913  Sync deps
     add 995062a  Added YAML DSL to catalog

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                             |  2 +-
 .../camel/catalog/components/google-storage.json       |  4 ++--
 .../camel/catalog/docs/google-storage-component.adoc   |  4 ++--
 .../camel/component/google/storage/google-storage.json |  4 ++--
 .../src/main/docs/google-storage-component.adoc        |  4 ++--
 .../storage/GoogleCloudStorageConfiguration.java       |  9 +++++----
 .../storage/GoogleCloudStorageConnectionFactory.java   | 10 +++++++---
 .../google/storage/GoogleCloudStorageEndpoint.java     |  2 +-
 .../storage/integration/ComplexIntegrationTest.java    | 16 ++++++++--------
 .../GoogleCloudStorageComponentConfigurationTest.java  |  8 ++++----
 .../dsl/GoogleStorageComponentBuilderFactory.java      |  6 ++++--
 .../dsl/GoogleCloudStorageEndpointBuilderFactory.java  | 18 ++++++++++++------
 .../modules/ROOT/pages/google-storage-component.adoc   |  4 ++--
 parent/pom.xml                                         |  2 +-
 14 files changed, 53 insertions(+), 40 deletions(-)