Commit Graph

10775 Commits

Author SHA1 Message Date
Jiri Pechanec
be9c70d631 DBZ-8183 Use unified vector dataype names 2024-08-29 14:07:09 +02:00
Jakub Cechacek
e1ae60e756 DBZ-8160 Simplified access to signal channel writer instance 2024-08-29 13:39:30 +02:00
Jakub Cechacek
0791ea7243 DBZ-8160 Renamed AsyncEngineSignaler to EmbeddedEngineSignaler as it no longer depends on Async engine 2024-08-29 13:39:30 +02:00
Jakub Cechacek
bec109308d DBZ-8160 Updated tests to reflect engine's signal API changes 2024-08-29 13:39:30 +02:00
Jakub Cechacek
f20d05fab9 DBZ-8160 AsyncEngineSignaler is now initialised with list of channel writers instead of entire engine 2024-08-29 13:39:30 +02:00
Jakub Cechacek
8036cd3219 DBZ-8160 Signaler creation is now responsibility of engine implementations 2024-08-29 13:39:30 +02:00
Jiri Pechanec
4406c78a2b DBZ-8157 Support for MySQL VECTOR datatype 2024-08-29 12:20:49 +02:00
Jiri Pechanec
c026ddd172 DBZ-8157 Add VECTOR to grammar 2024-08-29 12:20:49 +02:00
Vojtech Juranek
6c7af6c7ec [docs] Mention the Oracle Instant Client version 2024-08-29 12:06:32 +02:00
Vojtech Juranek
8199d273ce [docs] Mention downloading Oracle driver bits 2024-08-29 12:06:32 +02:00
Jiri Pechanec
c5482a4df1 DBZ-8030 Add support for MySQL 9 2024-08-29 08:46:18 +02:00
Chris Cranford
4cca5a78c1 [ci] Speed up the "Update dependencies" stage on CI 2024-08-29 05:53:13 +02:00
Chris Cranford
721adb4437 DBZ-8178 Fix Ehcache JAXB dependencies 2024-08-28 21:56:44 -04:00
Jiri Pechanec
5a9ef13a68 DBZ-7838 Use Debezium-built artifacts 2024-08-28 12:14:18 +02:00
Jiri Pechanec
11b2aa7323 DBZ-7838 Run CI with MySQL 8.4 2024-08-28 12:14:18 +02:00
Jiri Pechanec
8ca8f451f8 DBZ-7838 Support for MySQL 8.4 2024-08-28 12:14:18 +02:00
Vojtěch Juránek
0056310130 DBZ-8133 Apply suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2024-08-28 10:09:47 +02:00
Vojtech Juranek
eaa5d5b446 DBZ-8133 Make more clear what is the default value 2024-08-28 10:09:47 +02:00
Chris Cranford
5ff17d2c1d DBZ-8133 Review edits 2024-08-28 10:09:47 +02:00
Vojtech Juranek
583b47dc85 DBZ-8133 Add async engine options also to Debezium server documentation 2024-08-28 10:09:47 +02:00
mfvitale
a4ff03716b DBZ-8137 Stabilize SignalsIT for SQLServer 2024-08-28 10:04:06 +02:00
mfvitale
08c50fb619 DBZ-8137 Fix JMX signal and notification channel for multiple tasks connectors 2024-08-28 10:04:06 +02:00
Tudor Plugaru
2fe9b54dae DBZ-7575 Document the new property of Kafka sink debezium.sink.kafka.wait.message.delivery.timeout.ms 2024-08-28 10:01:39 +02:00
Sylvain Marty
95635e9490 DBZ-7876 Update NATS Jetstream doc with JWT auth properties 2024-08-27 09:51:31 +02:00
Chris Cranford
e502fee0d7
DBZ-8168 Fix checkstyle format error 2024-08-26 23:57:32 -04:00
Mohamed El Shaer
bdb86cd1db DBZ-8168 Add a comment why the new condition is needed 2024-08-26 18:48:45 -04:00
Mohamed El Shaer
556fc65c1a DBZ-8168 Fix issue with reselecting JSONB fields in PostgreSQL 2024-08-26 18:48:45 -04:00
dependabot[bot]
fc23216f29 [ci] Bump tj-actions/changed-files from 44.5.7 to 45.0.0
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.7 to 45.0.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v44.5.7...v45.0.0)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 18:38:52 -04:00
sullis
b469955617 DBZ-8169 Upgrade Adobe s3mock to 3.10.0 2024-08-26 10:13:59 +02:00
Jiri Pechanec
66710994dc [ci] Run MySQL tests on binlog change 2024-08-23 14:20:49 +02:00
Jiri Pechanec
114fe0b071 DBZ-8140 Revert "DBZ-8140 Validate log position method missing gtid info from SourceInfo"
This reverts commit 4f500b60e2.
2024-08-23 14:20:49 +02:00
Jiri Pechanec
b127d12148 [ci] Fix storage trigger name 2024-08-23 09:03:40 +02:00
Minh Son Nguyen
212687bd2f DBZ-7879 Improve tests for RedisOffsetBackingStoreTest 2024-08-23 09:03:40 +02:00
Minh Son Nguyen
7c9526be38 [docs] Update Docker env setup with Colima 2024-08-23 09:03:40 +02:00
Lars M Johansson
fe206a9f45 DBZ-8167: Informix JDBC Driver v4.50.11 2024-08-23 06:52:56 +02:00
Jochen Schalanda
5fc9bb7f13 DBZ-7797 Fail fast if surrogate key for incremental snapshot doesn't exist 2024-08-22 14:10:10 +02:00
Jiri Pechanec
478c95f042 DBZ-8027 Added test 2024-08-22 12:59:29 +02:00
Sergei Kazakov
3706f8a4c2 DBZ-8027 updated type "money" fallback value creating.
The fallback value is now been created in accordance with decimalMode set in the connector configuration. So it always fits the scheme.
2024-08-22 12:59:29 +02:00
Sergei Kazakov
02a6edeb7e DBZ-8027 updated type "money" fallback value creating.
The fallback value is now been created in accordance with decimalMode set in the connector configuration. So it always fits the scheme.
2024-08-22 12:59:29 +02:00
Debezium Builder
945fa86925 [release] Development version for testing module deps 2024-08-22 03:35:26 -04:00
Debezium Builder
cf11d07ea8 [maven-release-plugin] prepare for next development iteration 2024-08-22 03:23:47 -04:00
Debezium Builder
2145f752ec [maven-release-plugin] prepare release v3.0.0.Beta1 2024-08-22 03:23:47 -04:00
Debezium Builder
43f4f847d9 [release] Stable 3.0.0.Beta1 for testing module deps 2024-08-22 03:21:14 -04:00
Jiri Pechanec
cc87257eec [release] Changelog for 3.0.0.Beta1 2024-08-22 09:14:02 +02:00
Chris Cranford
52ba770a4d DBZ-8162 Fix open redo log consistency with reopening nodes 2024-08-22 06:24:15 +02:00
Jiri Pechanec
8fe9d8e10d DBZ-8150 Remove generated columns from pgoutput incremental snapshot 2024-08-22 06:21:13 +02:00
Chris Cranford
834bab2eb8 DBZ-7758 Update pom 2024-08-22 06:15:05 +02:00
Chris Cranford
3c861e1dbb DBZ-7758 Make sure if connector fails, test fails 2024-08-22 06:15:05 +02:00
Chris Cranford
e151eb74d3 DBZ-7758 Fold abstract processor implementations 2024-08-22 06:15:05 +02:00
Chris Cranford
b21b057729 DBZ-7758 Move configuration to XML 2024-08-22 06:15:05 +02:00