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 de27336  [create-pull-request] automated change
     add a1dd9f9  [create-pull-request] automated change
     add 21e3c05  CAMEL-16072: Nicer log summary of startup and shutdown of 
Camel
     add 3a945b8  Upgrade to spring boot 2.4.2
     add c1fc4fa  [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   (de27336)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (c1fc4fa)

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 +-
 .../camel/springboot/catalog/components/kafka.json   |  1 +
 .../springboot/catalog/components/vertx-kafka.json   |  2 ++
 .../src/main/docs/kafka-starter.adoc                 |  3 ++-
 .../springboot/KafkaComponentConfiguration.java      | 20 ++++++++++++++++++++
 .../kafka/springboot/KafkaComponentConverter.java    |  2 ++
 .../src/main/docs/vertx-kafka-starter.adoc           |  3 ++-
 .../springboot/VertxKafkaComponentConfiguration.java | 19 +++++++++++++++++++
 .../springboot/VertxKafkaComponentConverter.java     |  2 ++
 .../camel-spring-boot/src/main/docs/spring-boot.adoc |  5 +++--
 .../spring/boot/CamelConfigurationProperties.java    | 15 +++++++++++----
 docs/modules/ROOT/pages/kafka-starter.adoc           |  3 ++-
 docs/modules/ROOT/pages/spring-boot.adoc             |  7 ++++---
 docs/modules/ROOT/pages/vertx-kafka-starter.adoc     |  3 ++-
 14 files changed, 73 insertions(+), 14 deletions(-)

Reply via email to