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 41c3170  [create-pull-request] automated change
     add 6c8df48  [create-pull-request] automated change
     add 32e8ca7  update component descriptor
     add 3b56a12  fix tooling to link to correct version
     add 10804e5  [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   (41c3170)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (10804e5)

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/debezium-mongodb.json       |  6 +++--
 .../catalog/components/debezium-mysql.json         |  4 +++
 .../catalog/components/debezium-postgres.json      |  6 +++--
 .../catalog/components/debezium-sqlserver.json     |  8 +++---
 .../camel/springboot/catalog/components/jpa.json   |  1 +
 .../camel/springboot/catalog/components/kafka.json |  4 +--
 .../src/main/docs/debezium-mongodb-starter.adoc    |  5 ++--
 .../DebeziumMongodbComponentConfiguration.java     | 22 ++++++++++++++--
 .../src/main/docs/debezium-mysql-starter.adoc      |  4 ++-
 .../DebeziumMySqlComponentConfiguration.java       | 29 ++++++++++++++++++++++
 .../src/main/docs/debezium-postgres-starter.adoc   |  5 ++--
 .../DebeziumPostgresComponentConfiguration.java    | 17 ++++++++++++-
 .../src/main/docs/debezium-sqlserver-starter.adoc  |  4 +--
 .../DebeziumSqlserverComponentConfiguration.java   | 28 ++++++++++-----------
 .../src/main/docs/jpa-starter.adoc                 |  3 ++-
 .../jpa/springboot/JpaComponentConfiguration.java  | 14 +++++++++++
 .../src/main/docs/kafka-starter.adoc               |  2 +-
 .../springboot/KafkaComponentConfiguration.java    | 19 +++++++-------
 .../kafka/springboot/KafkaComponentConverter.java  |  4 +--
 docs/antora.yml                                    |  2 ++
 .../ROOT/pages/debezium-mongodb-starter.adoc       |  5 ++--
 .../modules/ROOT/pages/debezium-mysql-starter.adoc |  4 ++-
 .../ROOT/pages/debezium-postgres-starter.adoc      |  5 ++--
 .../ROOT/pages/debezium-sqlserver-starter.adoc     |  4 +--
 docs/modules/ROOT/pages/jpa-starter.adoc           |  3 ++-
 docs/modules/ROOT/pages/kafka-starter.adoc         |  2 +-
 .../camel/springboot/maven/ExtMvelHelper.java      | 13 ++++++----
 27 files changed, 162 insertions(+), 61 deletions(-)

Reply via email to