Commit Graph

6191 Commits

Author SHA1 Message Date
harveyyue
3670b0c6ef DBZ-4497 Parse multiple signed/unsigned keyword from ddl statement failed 2022-01-03 10:47:03 +01:00
AChangFeng
215d9a2865 [docs] Typo fix 2021-12-21 10:52:26 +01:00
Gunnar Morling
92665f1799 DBZ-4472 Improving log output 2021-12-20 15:58:14 +01:00
harveyyue
792187f669 DBZ-4472 Make connector task partition readability for log 2021-12-20 15:58:14 +01:00
Gunnar Morling
b0bff3bee7 DBZ-4467 Making sure all main dependencies are built locally for Db2 2021-12-20 11:29:30 +01:00
Jiri Pechanec
d13e6f546c DBZ-4467 Skip unsupported test for Db2 2021-12-20 11:29:30 +01:00
harveyyue
890190d26e DBZ-4473 Remove unused brackets in MySqlParser 2021-12-20 08:04:53 +01:00
Gunnar Morling
9cec01ab26 DBZ-4466 Skipping tests in REST extension in quick profile 2021-12-17 15:02:53 +01:00
Jiri Pechanec
0193dc0a01 DBZ-4383 Use Jira PAT insted of basic auth 2021-12-17 14:35:49 +01:00
Gunnar Morling
b8b88cb822 [docs] Adding wndemon to authors list 2021-12-17 14:34:00 +01:00
Nansen
7a41aa4baf [docs] Adjusting var name in UI docs 2021-12-17 14:30:05 +01:00
Jiri Pechanec
c75a51bfba DBZ-4072 Verify the version is present in Jira 2021-12-17 14:28:54 +01:00
Jiri Pechanec
967432ad08 DBZ-4469 Test should run with any Postgres version 2021-12-17 13:57:53 +01:00
Gunnar Morling
46f41221f8 DBZ-4463 Build fix 2021-12-17 12:31:17 +01:00
Jiri Pechanec
acb5b1c948 DBZ-4463 Upgrade to SQL Server driver 9.x 2021-12-17 12:31:17 +01:00
Jiri Pechanec
cf582ce1b0 DBZ-4465 Change version under test to 1.9.0 2021-12-17 11:03:49 +01:00
Jiri Pechanec
29cb5ecce4 DBZ-4373 Run CI during weekends 2021-12-16 14:00:30 +01:00
Debezium Builder
4a0445d249 [release] Development version for testing module deps 2021-12-16 10:30:13 +00:00
Debezium Builder
67c9663c98 [maven-release-plugin] prepare for next development iteration 2021-12-16 10:11:29 +00:00
Debezium Builder
8d532d895f [maven-release-plugin] prepare release v1.8.0.Final 2021-12-16 10:11:28 +00:00
Debezium Builder
7902e80ef5 [release] Stable 1.8.0.Final for testing module deps 2021-12-16 10:08:08 +00:00
Jiri Pechanec
3773de109b [release] Changelog for 1.8.0.Final 2021-12-16 11:03:52 +01:00
Jiri Pechanec
0af11f4930 DBZ-4452 Remove log4j from server distribution 2021-12-16 10:21:04 +01:00
Mario Mueller
6ba6e4f3da DBZ-4413 Add info about test execution in IDE for MongoDB oplog tests 2021-12-16 09:48:26 +01:00
Mario Mueller
9330efaaa2 DBZ-4413 - Do not remove _id and do not overwrite any given field named "id".
IT test expectations are adjusted accordingly.
Removed leading zero from ZonedDateTime
Signed-off-by: Mario Mueller <mario@xenji.com>
2021-12-16 09:48:26 +01:00
Jiri Pechanec
e256c40814 DBZ-4420 Highlight differences between oplog and change streams events format 2021-12-16 09:19:45 +01:00
Anisha Mohanty
856abf3c51 DBZ-4429 Improve caching for formatter job 2021-12-14 11:01:01 -05:00
Chris Cranford
5600ee73be DBZ-3552 Use term "type" rather than "explicitType" 2021-12-13 18:08:28 +01:00
Chris Cranford
bd9621c845 DBZ-3552 Allow usage of payload custom types
For example, when defining a payload as a PostgreSQL JSONB sql type and
using JsonNode as the Java representation, a type handler must be given
to handle the conversion between the Java representation and the SQL.
While this can be done with an attribute converter, some may wish to
make use of existing Hibernate user-defined type implementations.
2021-12-13 18:08:28 +01:00
Jiri Pechanec
d3e53dfa3a DBZ-4446 Option to disable Infinispan in Oracle 2021-12-13 13:59:06 +01:00
Chris Cranford
63731a2a09 DBZ-3940 Unify EventRouter tests for connectors 2021-12-13 13:52:31 +01:00
Chris Cranford
f99ad7512f DBZ-3940 Add connector-driven EventRouter configuration 2021-12-13 13:52:31 +01:00
Jiri Pechanec
740b6b21f6 DBZ-4298 Support non-JDBC logical values in keys for incremental snapshots
Incremental snapshot source gets the PK values after they are processed
by value converter. This is usally correct solution. The values are
passed to chunk queries. There are few datatypes like unconstrained
NUMERIC in PostgreSQL that must be converted to a Debezium specific
class to keep and enrich the value. Such class is not known to JDBC
driver. This commit intorduce a marker interface that enables the code
to identify the value not recognized by JDBC and provides a method to
obtain the original value.
2021-12-13 12:29:21 +01:00
Chris Cranford
882bb9c4d4 DBZ-3306 Only emit schema changes if table schema actual changed 2021-12-11 20:39:46 +01:00
Chris Cranford
33c0266dcf DBZ-4426 Log message when Oracle schema locks are disabled by configuration 2021-12-11 01:17:46 -05:00
Gunnar Morling
0023cb10a5
DBZ-4393 Create a Debezium Schema Generator for Debezium connectors
* added an API generator for Debezium connectors and static API definitions for connectors in a separate module
* added Maven plug-in
* added GH workflow for debezium-schema-generator

Co-authored-by: rkerner <rkerner.mobil@gmail.com>
Co-authored-by: Anisha Mohanty <anishamohanty23@gmail.com>
2021-12-10 12:35:09 +01:00
Gunnar Morling
73cfe71342 DBZ-4423 Micro-optimizing Strings::duration() 2021-12-10 11:30:18 +01:00
Debezium Builder
97f63809d7 [release] Development version for testing module deps 2021-12-09 20:24:59 +00:00
Debezium Builder
f53e6c00df [maven-release-plugin] prepare for next development iteration 2021-12-09 20:16:04 +00:00
Debezium Builder
826837701a [maven-release-plugin] prepare release v1.8.0.CR1 2021-12-09 20:16:04 +00:00
Debezium Builder
04a6afd4db [release] Stable 1.8.0.CR1 for testing module deps 2021-12-09 20:13:46 +00:00
roldanbob
ca776acf57
[docs] Fix formatting error in message.key.columns
In the property table, fixed a formatting error in the description for message.key.columns
2021-12-09 12:33:28 -05:00
Jiri Pechanec
87182f7c2a [release] Changelog for 1.8.0.CR1 2021-12-09 14:25:06 +01:00
Gunnar Morling
b20e6aa096
[docs] Fixing outbox example listing 2021-12-09 11:32:22 +01:00
narcsfz
87fc1dc535 DBZ-4428 update Vitess source metadata example 2021-12-09 10:52:42 +01:00
Jiri Pechanec
9e5661b573 DBZ-3342 Addressed review comments 2021-12-09 10:03:41 +01:00
Jiri Pechanec
632f228581 DBZ-3342 Incremnetal snapshot documentation 2021-12-09 10:03:41 +01:00
Jiri Pechanec
b1dcfcb0b8 DBZ-3342 Incremental snapshot support for MongoDB 2021-12-09 10:03:41 +01:00
Chris Cranford
950ee4d212 DBZ-4425 Fix Oracle Infinispan unavailable value serialization 2021-12-08 20:43:19 -05:00
Chris Cranford
cdf31f67c2 DBZ-4422 Fix inconsistencies with XStream LOB handling 2021-12-08 20:43:19 -05:00