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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from d23efa9  Regen
     new a48779e  CAMEL-15647 - Camel-AWS2-Kinesis-*: Added a CborEnabled 
option explicitly, kinesis
     new dee2a10  CAMEL-15647 - Camel-AWS2-Kinesis-*: Added a CborEnabled 
option explicitly, kinesis regen
     new 7ef733f  CAMEL-15647 - Regen catalog
     new f137ea6  CAMEL-15647 - Camel-AWS2-Kinesis-*: Added a CborEnabled 
option explicitly, kinesis-firehose
     new 9c13168  CAMEL-15647 - Camel-AWS2-Kinesis-*: Added a CborEnabled 
option explicitly, kinesis-firehose regen
     new 0aa7bd6  CAMEL-15647 - Regen catalog

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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(-)

Reply via email to