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 2020/10/12 17:02:46 UTC

[camel] branch regen_bot updated (d23efa9 -> 0aa7bd6)

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 d23efa9  Regen
     add a48779e  CAMEL-15647 - Camel-AWS2-Kinesis-*: Added a CborEnabled option explicitly, kinesis
     add dee2a10  CAMEL-15647 - Camel-AWS2-Kinesis-*: Added a CborEnabled option explicitly, kinesis regen
     add 7ef733f  CAMEL-15647 - Regen catalog
     add f137ea6  CAMEL-15647 - Camel-AWS2-Kinesis-*: Added a CborEnabled option explicitly, kinesis-firehose
     add 9c13168  CAMEL-15647 - Camel-AWS2-Kinesis-*: Added a CborEnabled option explicitly, kinesis-firehose regen
     add 0aa7bd6  CAMEL-15647 - Regen catalog

No new revisions were added by this update.

Summary of changes:
 .../catalog/components/aws2-kinesis-firehose.json  |  2 +
 .../camel/catalog/components/aws2-kinesis.json     |  2 +
 .../camel/catalog/docs/aws2-kinesis-component.adoc |  6 +-
 .../docs/aws2-kinesis-firehose-component.adoc      |  6 +-
 .../KinesisFirehose2ComponentConfigurer.java       |  5 ++
 .../KinesisFirehose2EndpointConfigurer.java        |  5 ++
 .../KinesisFirehose2EndpointUriFactory.java        |  3 +-
 .../aws2/kinesis/Kinesis2ComponentConfigurer.java  |  5 ++
 .../aws2/kinesis/Kinesis2EndpointConfigurer.java   |  5 ++
 .../aws2/kinesis/Kinesis2EndpointUriFactory.java   |  3 +-
 .../aws2/firehose/aws2-kinesis-firehose.json       |  2 +
 .../camel/component/aws2/kinesis/aws2-kinesis.json |  2 +
 .../src/main/docs/aws2-kinesis-component.adoc      |  6 +-
 .../main/docs/aws2-kinesis-firehose-component.adoc |  6 +-
 .../firehose/KinesisFirehose2Configuration.java    | 11 ++++
 .../aws2/firehose/KinesisFirehose2Endpoint.java    |  8 +++
 .../aws2/kinesis/Kinesis2Configuration.java        | 12 +++-
 .../component/aws2/kinesis/Kinesis2Endpoint.java   |  8 +++
 .../dsl/Aws2KinesisComponentBuilderFactory.java    | 13 ++++
 ...Aws2KinesisFirehoseComponentBuilderFactory.java | 14 +++++
 .../dsl/Kinesis2EndpointBuilderFactory.java        | 72 ++++++++++++++++++++++
 .../KinesisFirehose2EndpointBuilderFactory.java    | 24 ++++++++
 .../modules/ROOT/pages/aws2-kinesis-component.adoc |  6 +-
 .../pages/aws2-kinesis-firehose-component.adoc     |  6 +-
 24 files changed, 217 insertions(+), 15 deletions(-)