This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.
omit b85af11 [create-pull-request] automated change
add e408b4e [create-pull-request] automated change
add 07d4b15 Upgrade to spring boot 2.4.3
add ae5043e CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-SES component
add 8754e04 CAMEL-16277 - Camel-File: Use appendChar for the first
message too - docs
add 7ba5c9c CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-SNS component
add e943775 CAMEL-16171 - Add uri-endpoint-override options to all AWS2
components - AWS2-SQS component
add 30ada0f [create-pull-request] automated change
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b85af11)
\
N -- N -- N refs/heads/automatic-periodic-sync (30ada0f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
archetypes/camel-archetype-spring-boot/pom.xml | 2 +-
.../springboot/catalog/components/aws2-ses.json | 4 ++++
.../springboot/catalog/components/aws2-sns.json | 4 ++++
.../springboot/catalog/components/aws2-sqs.json | 4 ++++
.../camel/springboot/catalog/components/file.json | 2 +-
.../catalog/components/google-pubsub.json | 1 +
.../camel/springboot/catalog/components/slack.json | 5 ++++-
.../src/main/docs/aws2-ses-starter.adoc | 4 +++-
.../ses/springboot/Ses2ComponentConfiguration.java | 26 ++++++++++++++++++++++
.../src/main/docs/aws2-sns-starter.adoc | 4 +++-
.../sns/springboot/Sns2ComponentConfiguration.java | 26 ++++++++++++++++++++++
.../src/main/docs/aws2-sqs-starter.adoc | 4 +++-
.../sqs/springboot/Sqs2ComponentConfiguration.java | 26 ++++++++++++++++++++++
.../src/main/docs/slack-starter.adoc | 3 ++-
.../springboot/SlackComponentConfiguration.java | 12 ++++++++++
docs/modules/ROOT/pages/aws2-ses-starter.adoc | 4 +++-
docs/modules/ROOT/pages/aws2-sns-starter.adoc | 4 +++-
docs/modules/ROOT/pages/aws2-sqs-starter.adoc | 4 +++-
docs/modules/ROOT/pages/slack-starter.adoc | 3 ++-
pom.xml | 2 +-
tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++
21 files changed, 137 insertions(+), 12 deletions(-)