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/05 00:45:43 UTC

[camel-spring-boot] branch automatic-periodic-sync updated (30ada0f -> 51c692a)

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 30ada0f  [create-pull-request] automated change
     add 8a6a66b  [create-pull-request] automated change
     add 28caffe  CAMEL-16273 - Camel-google-* cloud components: Make the serviceAccountKey explicitly configurable - Camel-google-pubsub, mark service account key as required
     add ac9990d  CAMEL-16273 - Camel-google-* cloud components: Make the serviceAccountKey explicitly configurable - Camel-google-pubsub - Improved endpoint options description
     add d6a03c0  camel-spring-boot-xml should come with xml dsl loader out of the box
     add a2cc9ac  Regen
     add e58a2f3  CAMEL-16273 - Camel-google-* cloud components: Make the serviceAccountKey explicitly configurable - Camel-google-pubsub, add service account key at component level
     add 788340b  Regen
     add a2e6066  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-STS component
     add 51c692a  [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   (30ada0f)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (51c692a)

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:
 .../springboot/catalog/components/aws2-sts.json    |  4 ++
 .../catalog/components/google-pubsub.json          |  7 +--
 .../src/main/docs/aws2-sts-starter.adoc            |  4 +-
 .../sts/springboot/STS2ComponentConfiguration.java | 26 +++++++++
 .../src/main/docs/google-pubsub-starter.adoc       |  3 +-
 .../GooglePubsubComponentConfiguration.java        | 15 ++++++
 core/camel-spring-boot-xml/pom.xml                 |  6 ++-
 docs/modules/ROOT/pages/aws2-sts-starter.adoc      |  4 +-
 docs/modules/ROOT/pages/google-pubsub-starter.adoc |  3 +-
 tooling/camel-spring-boot-dependencies/pom.xml     | 62 +++++++++++-----------
 10 files changed, 95 insertions(+), 39 deletions(-)