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 6aa2013  [create-pull-request] automated change
     add 1b1cdf4  Sync and regen
     add 1ba79f0  Fixed Infinispan Starter test
     add 11bed28  Removed infinispan starter version property placeholder
     add 99a71e0  [create-pull-request] automated change (#316)
     add 090e862  [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   (6aa2013)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (090e862)

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-ddb.json    |   2 +
 .../catalog/components/azure-storage-blob.json     |  16 ++
 .../catalog/components/azure-storage-datalake.json |  18 +-
 .../catalog/components/azure-storage-queue.json    |  16 ++
 .../catalog/components/debezium-mongodb.json       |  34 +--
 .../catalog/components/debezium-mysql.json         |  68 +++--
 .../catalog/components/debezium-postgres.json      |  34 +--
 .../catalog/components/debezium-sqlserver.json     |  30 +--
 .../src/main/docs/aws2-ddb-starter.adoc            |   3 +-
 .../ddb/springboot/Ddb2ComponentConfiguration.java |  12 +
 .../src/main/docs/debezium-mongodb-starter.adoc    |  19 +-
 .../DebeziumMongodbComponentConfiguration.java     |  44 +++-
 .../src/main/docs/debezium-mysql-starter.adoc      |  36 +--
 .../DebeziumMySqlComponentConfiguration.java       | 279 ++++++++++++++-------
 .../src/main/docs/debezium-postgres-starter.adoc   |  19 +-
 .../DebeziumPostgresComponentConfiguration.java    |  43 ++--
 .../src/main/docs/debezium-sqlserver-starter.adoc  |  17 +-
 .../DebeziumSqlserverComponentConfiguration.java   |  34 ++-
 docs/modules/ROOT/pages/aws2-ddb-starter.adoc      |   3 +-
 .../ROOT/pages/debezium-mongodb-starter.adoc       |  19 +-
 .../modules/ROOT/pages/debezium-mysql-starter.adoc |  36 +--
 .../ROOT/pages/debezium-postgres-starter.adoc      |  19 +-
 .../ROOT/pages/debezium-sqlserver-starter.adoc     |  17 +-
 pom.xml                                            |   1 -
 .../itest/springboot/CamelInfinispanTest.java      |  16 +-
 tooling/camel-spring-boot-dependencies/pom.xml     |   2 +-
 26 files changed, 544 insertions(+), 293 deletions(-)

Reply via email to