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 80f508d Regen website docs
new 71fffa4 CAMEL-15280 - Camel-AWS2-*: Add the ability to trust all
certificates when overidding the endpoint - Kinesis Firehose
new 4592e57 CAMEL-15280 - Camel-AWS2-*: Add the ability to trust all
certificates when overidding the endpoint - Kinesis
new 5036ce9 Camel-AWS2-Kinesis: Regen
new e922078 Regen website docs
new 7177a0c CAMEL-15280 - Camel-AWS2-*: Add the ability to trust all
certificates when overidding the endpoint - KMS
new ef7f451 Camel-AWS2-KMS: Regen
new 20e25de Regen website docs
The 7 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:
.../KinesisFirehose2ComponentConfigurer.java | 5 ++
.../KinesisFirehose2EndpointConfigurer.java | 5 ++
.../aws2/kinesis/Kinesis2ComponentConfigurer.java | 5 ++
.../aws2/kinesis/Kinesis2EndpointConfigurer.java | 5 ++
.../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 | 12 +++-
.../aws2/firehose/KinesisFirehose2Endpoint.java | 13 ++++
.../aws2/kinesis/Kinesis2Configuration.java | 10 +++
.../component/aws2/kinesis/Kinesis2Endpoint.java | 13 ++++
.../aws2/kms/KMS2ComponentConfigurer.java | 5 ++
.../component/aws2/kms/KMS2EndpointConfigurer.java | 5 ++
.../apache/camel/component/aws2/kms/aws2-kms.json | 2 +
.../src/main/docs/aws2-kms-component.adoc | 6 +-
.../component/aws2/kms/KMS2Configuration.java | 13 ++++
.../camel/component/aws2/kms/KMS2Endpoint.java | 13 ++++
.../dsl/Aws2KinesisComponentBuilderFactory.java | 15 ++++
...Aws2KinesisFirehoseComponentBuilderFactory.java | 15 ++++
.../dsl/Aws2KmsComponentBuilderFactory.java | 15 ++++
.../builder/endpoint/StaticEndpointBuilders.java | 8 +--
.../endpoint/dsl/KMS2EndpointBuilderFactory.java | 28 ++++++++
.../dsl/Kinesis2EndpointBuilderFactory.java | 84 ++++++++++++++++++++++
.../KinesisFirehose2EndpointBuilderFactory.java | 28 ++++++++
.../modules/ROOT/pages/aws2-kinesis-component.adoc | 6 +-
.../pages/aws2-kinesis-firehose-component.adoc | 6 +-
.../modules/ROOT/pages/aws2-kms-component.adoc | 6 +-
28 files changed, 322 insertions(+), 17 deletions(-)