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
from 6dbb7056cd9 Regen
add d0e8e725977 Regen
add a9ef2f051f1 CAMEL-22483: camel-debezium - Upgrade to 3.3.0
add 71d09c68912 Remove spring-boot-version; inherited from
camel-dependencies (#1525)
add d627ac5e140 [create-pull-request] automated change
No new revisions were added by this update.
Summary of changes:
.../catalog/components/debezium-db2.json | 226 +++++------
.../catalog/components/debezium-mongodb.json | 222 +++++------
.../catalog/components/debezium-mysql.json | 270 ++++++-------
.../catalog/components/debezium-oracle.json | 416 +++++++++++----------
.../catalog/components/debezium-postgres.json | 334 +++++++++--------
.../catalog/components/debezium-sqlserver.json | 254 +++++++------
.../springboot/catalog/components/keycloak.json | 144 ++++---
.../src/main/docs/debezium-db2.json | 20 +
.../DebeziumDb2ComponentConfiguration.java | 43 +++
.../src/main/docs/debezium-mongodb.json | 20 +
.../DebeziumMongodbComponentConfiguration.java | 43 +++
.../src/main/docs/debezium-mysql.json | 20 +
.../DebeziumMySqlComponentConfiguration.java | 43 +++
.../src/main/docs/debezium-oracle.json | 39 ++
.../DebeziumOracleComponentConfiguration.java | 82 ++++
.../src/main/docs/debezium-postgres.json | 20 +
.../DebeziumPostgresComponentConfiguration.java | 43 +++
.../src/main/docs/debezium-sqlserver.json | 20 +
.../DebeziumSqlserverComponentConfiguration.java | 43 +++
.../src/main/docs/keycloak.json | 107 ++++++
.../springboot/KeycloakComponentConfiguration.java | 244 +++++++++++-
pom.xml | 3 +-
tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
23 files changed, 1757 insertions(+), 901 deletions(-)