You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/01/18 09:34:42 UTC

[camel] branch master updated (77137f1 -> 4cb423d)

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 77137f1  Sync deps
     add c389e92  CAMEL-16054 - Camel-AWS2-Kinesis: Support endpoint override like we have for S3
     add 6a3c45f  CAMEL-16054 - Format code
     add f1d5e32  CAMEL-16054 - Regen configurers and docs
     add 93d1ef3  CAMEL-16054 - Regen catalog
     add abf17de  CAMEL-16054 - add a configuration test
     add 4cb423d  CAMEL-AWS2-Kinesis: Regen

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/aws2-kinesis.json     |   4 +
 .../camel/catalog/docs/aws2-kinesis-component.adoc |   8 +-
 .../aws2/kinesis/Kinesis2ComponentConfigurer.java  |  12 ++
 .../aws2/kinesis/Kinesis2EndpointConfigurer.java   |  12 ++
 .../aws2/kinesis/Kinesis2EndpointUriFactory.java   |   4 +-
 .../camel/component/aws2/kinesis/aws2-kinesis.json |   4 +
 .../src/main/docs/aws2-kinesis-component.adoc      |   8 +-
 .../aws2/kinesis/Kinesis2Configuration.java        |  23 ++++
 .../component/aws2/kinesis/Kinesis2Endpoint.java   |   3 +
 .../kinesis/KinesisComponentConfigurationTest.java |  15 ++
 .../dsl/Aws2KinesisComponentBuilderFactory.java    |  35 +++++
 .../dsl/Kinesis2EndpointBuilderFactory.java        | 152 +++++++++++++++++++++
 .../modules/ROOT/pages/aws2-kinesis-component.adoc |   8 +-
 13 files changed, 281 insertions(+), 7 deletions(-)