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 19:58:24 UTC

[camel] branch regen_bot updated (48949b1 -> 1875fac)

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 48949b1  Regen for commit da996eb89d8b264349d2db5b4f6e41fcba4e10f4 (#6839)
     add 2c0fec5  Fix the links in the import routes page (#6841)
     add 0e472db  Add configuration set param for aws2-ses (#6840)
     add 1875fac  Regen for commit 0e472db0be0d43a082ef992853505155cb8ee4f4

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 ++++++-
 .../how-do-i-import-routes-from-other-xml-files.adoc    | 16 +++++++---------
 .../component/dsl/Aws2SesComponentBuilderFactory.java   | 17 +++++++++++++++++
 .../endpoint/dsl/Ses2EndpointBuilderFactory.java        | 15 +++++++++++++++
 12 files changed, 90 insertions(+), 12 deletions(-)