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 2023/04/01 01:00:03 UTC

[camel-spring-boot] branch automatic-periodic-sync updated (b88ce876d1a -> 7f761957135)

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 b88ce876d1a [create-pull-request] automated change
     add 111825fc5e1 [create-pull-request] automated change
     add df3ff429afe Regen
     add 131f2056af4 Regen
     add ebdaab584ce CAMEL-19139: Add Build-Date in MANIFEST.MF
     add bd7faa30114 Fixed compilation and regen
     add ca423192f9a CAMEL-15105: adjust CamelContext configuration
     add e1faea838c6 CAMEL-15105: adjust plugin usages of PackageScanClassResolver
     add 7f761957135 CAMEL-15105: adjust plugin usages of PackageScanResourceResolver

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   (b88ce876d1a)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (7f761957135)

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:
 .../catalog/components/azure-cosmosdb.json         |  4 +--
 .../camel/springboot/catalog/components/hdfs.json  |  4 +--
 .../camel/springboot/catalog/components/kudu.json  |  5 +++-
 .../springboot/catalog/components/pulsar.json      |  1 +
 .../src/main/docs/azure-cosmosdb.json              |  4 +--
 .../springboot/CosmosDbComponentConfiguration.java | 10 +++----
 .../springboot/CosmosDbComponentConverter.java     |  2 --
 .../integration/KafkaConsumerHealthCheckIT.java    |  2 +-
 ...nsumerHealthCheckErrorDisabledConsumerTest.java |  4 +--
 .../TelegramConsumerHealthCheckErrorTest.java      |  4 +--
 .../TelegramConsumerHealthCheckOkTest.java         |  4 +--
 .../camel/spring/boot/CamelAutoConfiguration.java  | 10 ++++---
 .../boot/CamelSpringBootApplicationListener.java   |  3 +-
 .../actuate/console/CamelDevConsoleEndpoint.java   |  4 +--
 .../boot/actuate/endpoint/CamelRoutesEndpoint.java |  4 +--
 .../health/CamelHealthCheckAutoConfiguration.java  |  2 +-
 .../CamelRoutesEndpointReadOnlyOperationTest.java  |  2 +-
 .../CamelRoutesEndpointWriteOperationTest.java     |  2 +-
 parent/pom.xml                                     | 32 ++++++++++++++++++++--
 19 files changed, 67 insertions(+), 36 deletions(-)