Commit Graph

10231 Commits

Author SHA1 Message Date
Vojtech Juranek
99c9a805b9 DBZ-7908 Add subpartition into allowed expressions when altering table 2024-05-31 07:17:52 +02:00
Jiri Pechanec
336887005e [release] Add contributors 2024-05-30 10:44:31 +02:00
dependabot[bot]
a7924f88d7 [ci] Bump tj-actions/changed-files from 44.3.0 to 44.5.1
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.3.0 to 44.5.1.
- [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.3.0...v44.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-29 18:47:20 -04:00
Vadzim Ramanenka
1045ecf604 DBZ-7893: Account for possible # in a column name
In the case when there is a `#` in a column name it gets replaced with
the capture instance name according to how the CDC data query is built.

This patch makes the replacement more specific by changing the
replacement placeholder from `#` to `#table` in this particular case.
2024-05-29 09:23:55 +02:00
Chris Cranford
5087b30538 DBZ-7898 Support parsing for interval default values 2024-05-29 09:09:45 +02:00
Jiri Pechanec
ccdad6819f DBZ-7887 Add contributor 2024-05-29 09:08:08 +02:00
Mark Banierink
4bc98c6661 DBZ-7887 added additional JsonSerde constructor 2024-05-29 09:08:08 +02:00
roldanbob
117725ab54 DBZ-7890 Updates text of PP index file and removes incubation note 2024-05-29 09:04:50 +02:00
joontube
c1b32b639d [release] Add contributor 2024-05-29 08:59:53 +02:00
Chris Cranford
c799aceb34 DBZ-7874 Add contributor 2024-05-25 02:00:44 -04:00
Jakub Cechacek
c03dfa8636 DBZ-7862 Applied docs suggestions from code review
Co-authored-by: roldanbob <broldan@redhat.com>
2024-05-24 20:04:22 +02:00
Jakub Cechacek
ab9e85a59a DBZ-7862 Updated MongoDB connector docs to reflect replica_set connection mode removal 2024-05-24 20:04:22 +02:00
Chris Cranford
4049fdf79d DBZ-7880 Fix test failures 2024-05-22 14:20:02 +02:00
Jiri Pechanec
b052d8a472 DBZ-7880 Make schema backward compatible 2024-05-22 14:20:02 +02:00
Chris Cranford
083fbcf163 DBZ-7881 Update COPYRIGHT.txt and Aliases.txt 2024-05-18 17:17:14 -04:00
einar-rt
44576f6a55 DBZ-7881 DDL parse error in MySQL create trigger if not exists statement 2024-05-18 17:17:14 -04:00
Jiri Pechanec
2dd6b4629e DBZ-7871 Use log level on first invocation 2024-05-16 13:28:14 +02:00
Roman Kudryashov
178b964b67 DBZ-7871 Change logging level for Found previous partition offset 2024-05-16 13:28:14 +02:00
Jiri Pechanec
c09c2c6712 DBZ-7641 Update tests 2024-05-15 05:42:12 +02:00
Jiri Pechanec
52442c91f5 DBZ-7641 Update documentation 2024-05-15 05:42:12 +02:00
Jiri Pechanec
d747a7edab DBZ-7641 Add new location to docs 2024-05-14 15:00:33 +02:00
Jiri Pechanec
10be0c7158 DBZ-7641 Publish snapshots to new infra 2024-05-14 15:00:33 +02:00
Aristofanis Lekkos
f45264d28e DBZ-5182 Fetch Postgres types by ascending order 2024-05-14 13:48:25 +02:00
sullis
369d95aa0c DBZ-7859: reduce enum array allocation 2024-05-14 13:33:17 +02:00
gaurav7261
5f795fb497 DBZ-7845 Update doc, copyright and aliases.txt 2024-05-14 13:30:18 +02:00
gaurav7261
18fa79655f DBZ-7845 Update jdbc.adoc for use.reduction.buffer 2024-05-14 13:30:18 +02:00
gaurav7261
78567102c0 DBZ-7845 Update Aliases.txt 2024-05-14 13:30:18 +02:00
gaurav7261
f256e2f950 DBZ-7845 Update COPYRIGHT.txt 2024-05-14 13:30:18 +02:00
mfvitale
730eabc1f9 DBZ-7858 Initial snapshot completed/aborted notification will the correct offset 2024-05-14 12:14:53 +02:00
Michal Augustýn
5b14097a94 DBZ-7870 default value of -1 for connection error retries interpreted as no limit 2024-05-14 11:43:16 +02:00
Debezium Builder
6c0b268652 [release] Development version for testing module deps 2024-05-13 06:53:22 +00:00
Debezium Builder
34a7c11de6 [maven-release-plugin] prepare for next development iteration 2024-05-13 06:42:03 +00:00
Debezium Builder
ebf74a8933 [maven-release-plugin] prepare release v2.7.0.Alpha2 2024-05-13 06:42:03 +00:00
Debezium Builder
8966f53b62 [release] Stable 2.7.0.Alpha2 for testing module deps 2024-05-13 06:39:37 +00:00
Jiri Pechanec
4809c5b9e5 [release] Changelog for 2.7.0.Alpha2 2024-05-13 08:35:33 +02:00
Ilyas Ahsan
8a1e9bb30d DBZ-7865 Support Oracle DDL Create Audit Policy 2024-05-13 08:35:25 +02:00
Jiri Pechanec
8bbb2b2ee4 DBZ-7863 Revert "DBZ-7863 Enforce Java 11 bytecode"
This reverts commit be07694f5c.
2024-05-13 06:49:13 +02:00
Jiri Pechanec
6670e3d299 DBZ-7863 Revert "DBZ-7863 Handle oubox extension exceptions"
This reverts commit 5bccb7dbe8.
2024-05-13 06:49:13 +02:00
Jiri Pechanec
5bccb7dbe8 DBZ-7863 Handle oubox extension exceptions 2024-05-13 06:46:40 +02:00
Jiri Pechanec
be07694f5c DBZ-7863 Enforce Java 11 bytecode 2024-05-13 05:36:25 +02:00
Chris Cranford
778f217aec DBZ-7841 Rollback to Quarkus 3.2.12 2024-05-13 05:36:14 +02:00
Ilyas Ahsan
c7c76d1f8f DBZ-7864 Support Oracle DDL Alter Audit Policy 2024-05-10 20:44:17 -04:00
Chris Cranford
964603fa6a DBZ-7790 Reworked to use introspection to determine merge 2024-05-10 09:40:24 +02:00
Chris Cranford
e9a1e2c108 DBZ-7790 Checkstyle fixes 2024-05-10 09:40:24 +02:00
liaoyuxing
b8fb83cd90 DBZ-7790 add test in OracleClobDataTypesIT and OracleBlobDataTypesIT 2024-05-10 09:40:24 +02:00
liaoyuxing
e0b28e3c66 DBZ-7790 fix Debezium oracle connector lost data of the update operation when the table has no primary key and contains lob type 2024-05-10 09:40:24 +02:00
Chris Cranford
188d9d8dae DBZ-7847 Bump apicurio to 2.5.11.Final to fix failures 2024-05-10 09:37:56 +02:00
Chris Cranford
ed65216e4f DBZ-7847 Support in query filter mode with 1000+ tables 2024-05-10 09:37:56 +02:00
Jiri Pechanec
57f2446f4b DBZ-7806 use dedicated method for check 2024-05-10 09:34:45 +02:00
mfvitale
70c526eb16 DBZ-7806 Skip search for WAl position when offset exist and is just after the initial snapshot. 2024-05-10 09:34:45 +02:00