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 2022/11/24 01:07:46 UTC

[camel-spring-boot] branch automatic-periodic-sync updated (6a030e30055 -> 7aa1c7ded59)

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 6a030e30055 CAMEL-18707: remove unused jandex dependency
     add 5892b0799b1 Regen
     add 7aa1c7ded59 CAMEL-18746 Add missing debezium db2/oracle starters (#670)

No new revisions were added by this update.

Summary of changes:
 .../camel/springboot/catalog/components.properties |   2 +
 .../catalog/components/debezium-db2.json           | 178 +++++++++++
 .../catalog/components/debezium-oracle.json        | 248 +++++++++++++++
 .../src/main/docs/debezium-db2.json                | 164 +++++++++-
 .../DebeziumDb2ComponentConfiguration.java         | 353 ++++++++++++++++++++-
 .../src/main/docs/debezium-oracle.json             |  28 +-
 .../DebeziumOracleComponentConfiguration.java      |  52 ++-
 components-starter/pom.xml                         |   2 +
 tooling/camel-spring-boot-dependencies/pom.xml     |   2 +-
 9 files changed, 1014 insertions(+), 15 deletions(-)
 create mode 100644 catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-db2.json
 create mode 100644 catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/debezium-oracle.json