This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 14f9177459d Regen 14f9177459d is described below commit 14f9177459dcd76e84535ca31dd6a559a457c6b6 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Apr 4 18:38:01 2022 +0200 Regen --- catalog/camel-allcomponents/pom.xml | 4 ++++ docs/components/modules/ROOT/examples/json/debezium-db2.json | 1 + docs/components/modules/ROOT/nav.adoc | 1 + docs/components/modules/ROOT/pages/debezium-db2-component.adoc | 1 + parent/pom.xml | 5 +++++ 5 files changed, 12 insertions(+) diff --git a/catalog/camel-allcomponents/pom.xml b/catalog/camel-allcomponents/pom.xml index 2feaae3c851..6ccdd2c8735 100644 --- a/catalog/camel-allcomponents/pom.xml +++ b/catalog/camel-allcomponents/pom.xml @@ -377,6 +377,10 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-debezium-common</artifactId> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-debezium-db2</artifactId> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-debezium-mongodb</artifactId> diff --git a/docs/components/modules/ROOT/examples/json/debezium-db2.json b/docs/components/modules/ROOT/examples/json/debezium-db2.json new file mode 120000 index 00000000000..8a46023e451 --- /dev/null +++ b/docs/components/modules/ROOT/examples/json/debezium-db2.json @@ -0,0 +1 @@ +../../../../../../components/camel-debezium/camel-debezium-db2/src/generated/resources/org/apache/camel/component/debezium/debezium-db2.json \ No newline at end of file diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc index a3d1ecb9bd5..8c85690349f 100644 --- a/docs/components/modules/ROOT/nav.adoc +++ b/docs/components/modules/ROOT/nav.adoc @@ -74,6 +74,7 @@ ** xref:dataset-component.adoc[Dataset] ** xref:dataset-test-component.adoc[DataSet Test] ** xref:debezium-summary.adoc[Debezium] +*** xref:debezium-db2-component.adoc[Debezium DB2 Connector] *** xref:debezium-mongodb-component.adoc[Debezium MongoDB Connector] *** xref:debezium-mysql-component.adoc[Debezium MySQL Connector] *** xref:debezium-oracle-component.adoc[Debezium Oracle Connector] diff --git a/docs/components/modules/ROOT/pages/debezium-db2-component.adoc b/docs/components/modules/ROOT/pages/debezium-db2-component.adoc new file mode 120000 index 00000000000..2493e1862cd --- /dev/null +++ b/docs/components/modules/ROOT/pages/debezium-db2-component.adoc @@ -0,0 +1 @@ +../../../../../components/camel-debezium/camel-debezium-db2/src/main/docs/debezium-db2-component.adoc \ No newline at end of file diff --git a/parent/pom.xml b/parent/pom.xml index 0d4d895f76c..6cafd03ff05 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1226,6 +1226,11 @@ <artifactId>camel-debezium-common</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-debezium-db2</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-debezium-maven-plugin</artifactId>