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 3deb2cd CAMEL-15198: Add more configurations from headers configurations into component/endpoint configurations (#4042) new 9900b76 CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS2-SES new ce474a6 Regen website docs new cf17df4 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: .../apache/camel/catalog/components/aws2-ses.json | 2 ++ .../camel/catalog/docs/aws2-ses-component.adoc | 6 +++-- .../aws2/ses/Ses2ComponentConfigurer.java | 5 ++++ .../component/aws2/ses/Ses2EndpointConfigurer.java | 5 ++++ .../apache/camel/component/aws2/ses/aws2-ses.json | 2 ++ .../src/main/docs/aws2-ses-component.adoc | 6 +++-- .../camel/component/aws2/ses/Ses2Component.java | 4 ++- .../component/aws2/ses/Ses2Configuration.java | 15 +++++++++++ .../aws2/ses/SESComponentClientRegistryTest.java | 24 ++++++++++++++++++ .../dsl/Aws2SesComponentBuilderFactory.java | 16 ++++++++++++ .../builder/endpoint/StaticEndpointBuilders.java | 8 +++--- .../endpoint/dsl/Ses2EndpointBuilderFactory.java | 29 ++++++++++++++++++++++ .../modules/ROOT/pages/aws2-ses-component.adoc | 6 +++-- 13 files changed, 117 insertions(+), 11 deletions(-)