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/01/19 08:02:21 UTC

[camel] branch regen_bot updated (a74340a -> bb8b9c7)

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 a74340a  Sync deps
     add 4c857be  CAMEL-16054 - Camel-AWS2-Kinesis Firehose: Support endpoint override like we have for S3
     add de8ab8e  CAMEL-16054 - Regen configurers and docs
     add 8767b8c  Regen
     add 4320f6d  CAMEL-16054 - Added a little test for override endpoint options
     add bb8b9c7  Regen

No new revisions were added by this update.

Summary of changes:
 .../catalog/components/aws2-kinesis-firehose.json  |  4 ++
 .../docs/aws2-kinesis-firehose-component.adoc      |  8 +++-
 .../KinesisFirehose2ComponentConfigurer.java       | 12 +++++
 .../KinesisFirehose2EndpointConfigurer.java        | 12 +++++
 .../KinesisFirehose2EndpointUriFactory.java        | 14 +++---
 .../aws2/firehose/aws2-kinesis-firehose.json       |  4 ++
 .../main/docs/aws2-kinesis-firehose-component.adoc |  8 +++-
 .../firehose/KinesisFirehose2Configuration.java    | 23 ++++++++++
 .../aws2/firehose/KinesisFirehose2Endpoint.java    |  3 ++
 .../KinesisFirehoseComponentConfigurationTest.java | 15 +++++++
 ...Aws2KinesisFirehoseComponentBuilderFactory.java | 35 +++++++++++++++
 .../KinesisFirehose2EndpointBuilderFactory.java    | 51 ++++++++++++++++++++++
 .../pages/aws2-kinesis-firehose-component.adoc     |  8 +++-
 13 files changed, 185 insertions(+), 12 deletions(-)