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 641f1f1 Camel-AWS2-S3: Adding region to endpoint URI in tests, weird failures on CI server new b7bd21a CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS-Kinesis new 4c80857 Regen website docs new 3f81b5e Regen catalog new 1025a55 CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS-Kinesis Firehose new 1b453d7 Regen website docs new bd324de 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/aws-kinesis-firehose.json | 2 + .../camel/catalog/components/aws-kinesis.json | 2 + .../camel/catalog/docs/aws-kinesis-component.adoc | 6 +- .../docs/aws-kinesis-firehose-component.adoc | 6 +- .../KinesisFirehoseComponentConfigurer.java | 5 ++ .../KinesisFirehoseEndpointConfigurer.java | 5 ++ .../aws/kinesis/KinesisComponentConfigurer.java | 5 ++ .../aws/kinesis/KinesisEndpointConfigurer.java | 5 ++ .../aws/firehose/aws-kinesis-firehose.json | 2 + .../camel/component/aws/kinesis/aws-kinesis.json | 2 + .../src/main/docs/aws-kinesis-component.adoc | 6 +- .../main/docs/aws-kinesis-firehose-component.adoc | 6 +- .../aws/firehose/KinesisFirehoseComponent.java | 4 +- .../aws/firehose/KinesisFirehoseConfiguration.java | 11 +++ .../component/aws/kinesis/KinesisComponent.java | 4 +- .../aws/kinesis/KinesisConfiguration.java | 13 +++- .../KinesisFirehoseComponentConfigurationTest.java | 11 +++ .../kinesis/KinesisComponentConfigurationTest.java | 11 +++ .../dsl/AwsKinesisComponentBuilderFactory.java | 16 ++++ .../AwsKinesisFirehoseComponentBuilderFactory.java | 16 ++++ .../builder/endpoint/StaticEndpointBuilders.java | 8 +- .../dsl/KinesisEndpointBuilderFactory.java | 90 ++++++++++++++++++++++ .../dsl/KinesisFirehoseEndpointBuilderFactory.java | 30 ++++++++ .../modules/ROOT/pages/aws-kinesis-component.adoc | 6 +- .../ROOT/pages/aws-kinesis-firehose-component.adoc | 6 +- 25 files changed, 259 insertions(+), 19 deletions(-)