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/12/05 01:02:27 UTC

[camel-spring-boot] branch automatic-periodic-sync updated (779a72b -> ef370a7)

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 779a72b  [create-pull-request] automated change
     add 112bf1f  [create-pull-request] automated change
     add b173739  Regen
     add 37f28b6  CAMEL-15133: camel-health - Resolve health-checks from classpath and make it friendlier to provide custom health checks.
     add 5952680  Regen
     add ef370a7  Fixed test

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   (779a72b)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (ef370a7)

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:
 .../camel/springboot/catalog/components/atlasmap.json |  1 +
 .../springboot/catalog/components/google-storage.json |  2 ++
 .../camel/springboot/catalog/components/kafka.json    |  4 +++-
 .../springboot/catalog/components/vertx-kafka.json    |  2 +-
 .../src/main/docs/google-storage.json                 |  6 ++++++
 .../GoogleCloudStorageComponentConfiguration.java     | 18 ++++++++++++++++++
 .../HystrixHierarchicalConfigurationTest.java         |  2 +-
 core/camel-spring-boot/src/main/docs/spring-boot.json |  7 +++++++
 .../spring/boot/CamelConfigurationProperties.java     |  5 +++++
 tooling/camel-spring-boot-dependencies/pom.xml        | 19 -------------------
 10 files changed, 44 insertions(+), 22 deletions(-)