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 873492e CI migration: Removed checkstyle step in jenkinsfile since it's not present in CI (JDK14) new 812c7ae CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS2-Kinesis new 66c731f Regen website docs new d0651aa Regen catalog The 3 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: .../camel/catalog/components/aws2-kinesis.json | 2 + .../camel/catalog/docs/aws2-kinesis-component.adoc | 6 +- .../aws2/kinesis/Kinesis2ComponentConfigurer.java | 5 ++ .../aws2/kinesis/Kinesis2EndpointConfigurer.java | 5 ++ .../camel/component/aws2/kinesis/aws2-kinesis.json | 2 + .../src/main/docs/aws2-kinesis-component.adoc | 6 +- .../component/aws2/kinesis/Kinesis2Component.java | 4 +- .../aws2/kinesis/Kinesis2Configuration.java | 11 +++ .../kinesis/KinesisComponentConfigurationTest.java | 11 +++ .../dsl/Aws2KinesisComponentBuilderFactory.java | 16 ++++ .../builder/endpoint/StaticEndpointBuilders.java | 8 +- .../dsl/Kinesis2EndpointBuilderFactory.java | 90 ++++++++++++++++++++++ .../modules/ROOT/pages/aws2-kinesis-component.adoc | 6 +- 13 files changed, 161 insertions(+), 11 deletions(-)