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 2022/01/27 20:17:53 UTC

[camel] branch regen_bot updated (2c0fec5 -> 03cf5b5)

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 2c0fec5  Fix the links in the import routes page (#6841)
     add 0e472db  Add configuration set param for aws2-ses (#6840)
     add 03cf5b5  Regen

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/components/aws2-ses.json   |  2 ++
 .../component/aws2/ses/Ses2ComponentConfigurer.java     |  6 ++++++
 .../component/aws2/ses/Ses2EndpointConfigurer.java      |  6 ++++++
 .../component/aws2/ses/Ses2EndpointUriFactory.java      |  3 ++-
 .../org/apache/camel/component/aws2/ses/aws2-ses.json   |  2 ++
 .../camel/component/aws2/ses/Ses2Configuration.java     | 16 ++++++++++++++++
 .../apache/camel/component/aws2/ses/Ses2Constants.java  |  1 +
 .../apache/camel/component/aws2/ses/Ses2Producer.java   | 11 ++++++++++-
 .../aws2/ses/SesComponentConfigurationTest.java         |  7 ++++++-
 .../component/dsl/Aws2SesComponentBuilderFactory.java   | 17 +++++++++++++++++
 .../endpoint/dsl/Ses2EndpointBuilderFactory.java        | 15 +++++++++++++++
 11 files changed, 83 insertions(+), 3 deletions(-)