You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/03/03 07:41:20 UTC

[camel] branch regen_bot updated (4c4df25 -> d3948ba)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 4c4df25  Sync deps
     add 2fdb81a  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SES component
     add 8174b68  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SES component
     add d1514fe  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SES component
     add c54d2bb  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SES component
     add bfdd2e4  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SES component
     add d3948ba  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-SES component

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-ses.json  |  4 ++
 .../camel/catalog/docs/aws2-ses-component.adoc     |  8 +++-
 .../aws2/ses/Ses2ComponentConfigurer.java          | 12 ++++++
 .../component/aws2/ses/Ses2EndpointConfigurer.java | 12 ++++++
 .../component/aws2/ses/Ses2EndpointUriFactory.java |  4 +-
 .../apache/camel/component/aws2/ses/aws2-ses.json  |  4 ++
 .../src/main/docs/aws2-ses-component.adoc          |  8 +++-
 .../component/aws2/ses/Ses2Configuration.java      | 27 ++++++++++++
 .../camel/component/aws2/ses/Ses2Endpoint.java     |  3 ++
 .../aws2/ses/SesComponentConfigurationTest.java    | 19 +++++++++
 .../dsl/Aws2SesComponentBuilderFactory.java        | 35 ++++++++++++++++
 .../endpoint/dsl/Ses2EndpointBuilderFactory.java   | 49 ++++++++++++++++++++++
 .../modules/ROOT/pages/aws2-ses-component.adoc     |  8 +++-
 13 files changed, 186 insertions(+), 7 deletions(-)