Commit Graph

10280 Commits

Author SHA1 Message Date
Chris Cranford
e769c35eaf DBZ-8067 Disable DebeziumResourceNoTopicCreationIT - Not compatible with Java 21 2024-07-15 11:33:38 -04:00
Jakub Cechacek
a21ade7ed3 DBZ-8059 Updated FakeDNS to JDK 18 InetAddressResolver SPI 2024-07-15 17:26:09 +02:00
Debezium Builder
b58c445ec7 [release] Development version for testing module deps 2024-07-11 03:34:41 -04:00
Debezium Builder
53b14371e5 [maven-release-plugin] prepare for next development iteration 2024-07-11 03:24:06 -04:00
Debezium Builder
61fb58f24f [maven-release-plugin] prepare release v3.0.0.Alpha1 2024-07-11 03:24:06 -04:00
Debezium Builder
34650572a1 [release] Stable 3.0.0.Alpha1 for testing module deps 2024-07-11 03:21:39 -04:00
Jiri Pechanec
134b21d66f [release] Changelog for 3.0.0.Alpha1 2024-07-11 09:18:33 +02:00
Jiri Pechanec
f3ecf3517e DBZ-8043 Add contributor 2024-07-11 06:19:54 +02:00
Aravind
5ad3be2568 DBZ-8043 Document the support for spanner's FLOAT32 type 2024-07-11 06:19:54 +02:00
roldanbob
a5277b7463 DBZ-8031 Specify that custom converters require relational DB connector 2024-07-10 16:42:50 -04:00
roldanbob
bedf4e5251 DBZ-8031 Remove statement about post processors not working with MongoDB 2024-07-10 08:24:18 -04:00
roldanbob
dd44a7b1dc DBZ-8031 Post processors/custom converters work only w/ src connectors 2024-07-10 08:24:18 -04:00
Andreas Martens
518e023fca DBZ-8023 check PDB field against both null and blank 2024-07-10 06:23:12 +02:00
Ryan van Huuksloot
ad1ae7a124 [typo] Typo in AsyncDebeziumEngine 2024-07-10 06:22:39 +02:00
roldanbob
c691dcecd1 DBZ-7785 Replace connector name with attribute
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2024-07-09 08:54:53 -04:00
roldanbob
b7416af7fe DBZ-7785 Replace connector name with attribute
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2024-07-09 08:54:53 -04:00
roldanbob
63f2ed1fcb DBZ-7785 Replace connector name with attribute
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2024-07-09 08:54:53 -04:00
roldanbob
998937bfe6 DBZ-7785 Replace connector name with attribute
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2024-07-09 08:54:53 -04:00
roldanbob
b8a1bf76dc DBZ-7785 Replace connector name with attribute
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2024-07-09 08:54:53 -04:00
roldanbob
bd573f1106 DBZ-7785 Replace connector name with attribute
Co-authored-by: Chris Cranford <ccranfor@redhat.com>
2024-07-09 08:54:53 -04:00
roldanbob
49c6edb2ef DBZ-7786 Populate link text in shared file xrefs 2024-07-09 08:54:53 -04:00
roldanbob
1f56edfc7c DBZ-7786 Remove ModuleIDs for topics targeted by xrefs in shared file 2024-07-09 08:54:53 -04:00
roldanbob
0631f9a88e DBZ-7786 A few more adjustments to address downstream build errors 2024-07-09 08:54:53 -04:00
roldanbob
9b768b8aa4 DBZ-7786 Further fixes to address downstream build errors 2024-07-09 08:54:53 -04:00
roldanbob
70a8a76d15 DBZ-7786 Formatting fixes; corrections for downstream build issues 2024-07-09 08:54:53 -04:00
roldanbob
242931930b DBZ-7786 Edits to fix formatting and correct build errors. 2024-07-09 08:54:53 -04:00
roldanbob
11fa0ba0db DBZ-7786 Creates shared files; intial edits to incorporate into MariaDB 2024-07-09 08:54:53 -04:00
Chris Cranford
d2fd46e88b DBZ-7786 Remove MariaDB bits from MySQL documentation 2024-07-09 08:54:53 -04:00
Chris Cranford
06d930e990 DBZ-7786 Add MariaDB connector documentation 2024-07-09 08:54:53 -04:00
Jiri Pechanec
c78a8d40ad DBZ-7223 Use separate test support classes 2024-07-04 13:21:46 +02:00
Jiri Pechanec
1f245b9c87 DBZ-7223 Move sink tests into a separate package 2024-07-04 13:21:46 +02:00
rkerner
143e8c3208 DBZ-7223 Add the MongoDB sink connector
* remove yet unused, commented code
* move MongoDbSinkConnector class to root level package
* address PR feedback about the container NETWORK change in MongoDbDatabaseProvider and possible side-effects

closes https://issues.redhat.com/browse/DBZ-7223
2024-07-04 13:21:46 +02:00
rkerner
f72339d93f DBZ-7223 Add the MongoDB sink connector
* checkstyle fixes

closes https://issues.redhat.com/browse/DBZ-7223
2024-07-04 13:21:46 +02:00
rkerner
36710c43ae DBZ-7223 Add the MongoDB sink connector
* address PR feedback

closes https://issues.redhat.com/browse/DBZ-7223
2024-07-04 13:21:46 +02:00
rkerner
56e63b98a8 DBZ-7223 Add the MongoDB sink connector
* add basic tests for MongoDB sink connector (MySQL to MongoDB 1 node ReplicaSet and multi-node sharded cluster)

closes https://issues.redhat.com/browse/DBZ-7223
2024-07-04 13:21:46 +02:00
Jiri Pechanec
6ba5a1e631 DBZ-7223 Use Optional attributes 2024-07-04 13:21:46 +02:00
rkerner
3799e3d76b DBZ-7223 Add the MongoDB sink connector
closes https://issues.redhat.com/browse/DBZ-7223
2024-07-04 13:21:46 +02:00
Jakub Cechacek
4806fb4567 DBZ-7224 Use JDK 21 as specific target for Server, Operator, Outbox 2024-07-04 09:59:39 +02:00
Jakub Cechacek
3df71aac48 DBZ-7224 Switched to centralised JDK version control for Quarkus Outbox 2024-07-04 09:57:52 +02:00
Jiri Pechanec
d6a81678aa DBZ-7224 Use Java 17 as baseline 2024-07-03 13:24:20 +02:00
Chris Cranford
4955244532 DBZ-7965 Use Maven 3.9.8 for Debezium builds 2024-07-01 12:27:08 +02:00
Debezium Builder
a877cb510c [release] Development version for testing module deps 2024-06-28 04:50:17 -04:00
Debezium Builder
ee2c192ae0 [maven-release-plugin] prepare for next development iteration 2024-06-28 04:36:37 -04:00
Debezium Builder
d47ba9bcb0 [maven-release-plugin] prepare release v2.7.0.Final 2024-06-28 04:36:37 -04:00
Debezium Builder
c998b9cd72 [release] Stable 2.7.0.Final for testing module deps 2024-06-28 04:33:27 -04:00
Jiri Pechanec
a87b9c3f6d [release] Changelog for 2.7.0.Final 2024-06-28 10:10:55 +02:00
Jiri Pechanec
3400b3b9b6 DBZ-7988 Guard for connector without coordinator 2024-06-28 10:10:17 +02:00
Ondrej Babec
506db25824 DBZ-7986 Fix testcontainers Kafka container 2024-06-28 10:07:36 +02:00
Jiri Pechanec
44057015ec DBZ-7760 Docs improvements
Co-authored-by: roldanbob <broldan@redhat.com>
2024-06-28 05:39:10 +02:00
ani-sha
05d041c71d DBZ-7760 Incubate feature in docs 2024-06-28 05:39:10 +02:00