Commit Graph

4838 Commits

Author SHA1 Message Date
Jiri Pechanec
4c90ef9b46 DBZ-2870 Use Java 11 setting only when JDK 11 is used 2021-04-22 11:38:16 +02:00
Jiri Pechanec
92b6e04629 DBZ-2870 Switch to Java 8 only after core is built 2021-04-22 11:38:16 +02:00
Gunnar Morling
58779d3b11 DBZ-2870 Using release over source/target; removing obsolete profile 2021-04-22 11:38:16 +02:00
Gunnar Morling
df3f707f00
DBZ-2870 Building only core and deps for Cassandra 2021-04-22 09:53:01 +02:00
Jiri Pechanec
105c71a2f9 DBZ-2870 Enforce Java 11
DBZ-2870 Enforce Java 11
2021-04-21 13:56:25 +02:00
Gunnar Morling
ec5746a7fe DBZ-3233 Propagating socket exceptions 2021-04-21 12:36:47 +02:00
jcechace
3f84a70ff0 DBZ-3349 Updated kube-client version to 5.x 2021-04-20 13:28:10 +02:00
kewenchao
47f380b565 DBZ-3397 Avoiding exception if system language is not English 2021-04-20 09:14:36 +02:00
Patrick Chu
e37abe5f92 DBZ-3413 Add additional unit tests for insert and update 2021-04-19 08:53:19 -04:00
Patrick Chu
ecae5b6b91 DBZ-3413 Handle double single quotes in LogMinerDmlParser
Double single quotes are treated as 2 quotes instead of 1 escaped quote in the WHERE clause parsing function.
2021-04-19 08:53:19 -04:00
Bob Roldan
672f958853 DBZ-3415 Correct expansion of "SMT" acronym in filtering doc 2021-04-15 08:51:46 +02:00
Bob Roldan
f9050c6181 DBZ-3414 Add absent link text to xref in auto-topic creation content 2021-04-15 08:49:35 +02:00
Bob Roldan
997cc76b6e DBZ-3409 Fix links to Streams content in downstream doc. 2021-04-15 08:37:48 +02:00
Gunnar Morling
42a7b74725 DBZ-3403 Misc. improvements 2021-04-14 11:14:07 +02:00
Hossein Torabi
ba048cf47d DBZ-3403 Semi Optimisation on MongoDB and MySQL connector for skipped.operations 2021-04-14 11:14:07 +02:00
Jiří Novotný
5b45b2e32e
DBZ-3423 Changed oc apply command to oc create 2021-04-14 10:17:03 +02:00
Bob Roldan
a33a28a08d DBZ-3411 Reformat Downloads URLs to remove period characters. 2021-04-14 10:14:28 +02:00
roldanbob
e5689ad1b6
DBZ-3300 Incorporate deployment corrections in MongoDB connector doc;
* Remove incorrect ID; fix downstream xref and ID
* Move Monitoring section to follow Config properties
2021-04-14 10:11:21 +02:00
Gunnar Morling
36a615433a [docs] Typo fix 2021-04-14 09:25:57 +02:00
roldanbob
0623eb80a2
DBZ-3298 Update Db2 connector instructions for accuracy/consistency;
* Update Db2 connector instructions for accuracy/consistency
* Updates for consistency with other connector documentation
* Remove downstream ModuleID declaration for properties topic
* Grammar correction
* Update link text
* Add missing space
* Refactor conditionalized content so downstream builds correctly
2021-04-13 17:20:37 +02:00
roldanbob
62e87e681b
DBZ-3299 User guide corrections for MySQL connector;
* Update MySQL connector doc with common corrections
* Remove downstream ModuleID declaration for properties topic
* Adjust link text
* Modify xrefs in product content
* Add missing space
* Reconfigure conditionals to correct downstream build errors
* Refactor conditional content to get expected downstream results
* Add passage about immutable containers and OpenShift deployment
* Fix incorrect acronym expansion;remove {zwsp} in table entry
2021-04-13 17:04:25 +02:00
Gunnar Morling
6eae0daeaa DBZ-3416 Consistent docs for all connectors 2021-04-13 10:47:27 +02:00
raphaelauv
2b0d74f2ac DBZ-3416 Add missing compaction requirement for tombstones
The tombstones.on.delete is really interesting if compaction is activated on the topic.
2021-04-13 10:47:27 +02:00
Jiri Novotny
05179d0e45 DBZ-3404 Build strimzi from branch main 2021-04-13 09:37:15 +02:00
Bob Roldan
d67fad4b4c DBZ-3402 Remove duplicate entry in MySQL properties table 2021-04-12 16:53:15 +02:00
Jiri Pechanec
3dcd4cf7c8 DBZ-3369 Assert magic byte; add profile 2021-04-09 10:03:18 +02:00
Anisha Mohanty
23fdb179a0 DBZ-3369 Add Schema Registry Lifecycle Manager to test Protobuf converters 2021-04-09 10:03:18 +02:00
Bob Roldan
8353558675 DBZ-3392 Revise prerequisite in downstream deployment procedure 2021-04-09 08:48:58 +02:00
Anisha Mohanty
1e9630b19d DBZ-3379 Use current SQL Server container image 2021-04-08 15:07:25 +02:00
Chris Cranford
7bd3e51e12 DBZ-1721 Fix DDL ParserException ID NUMBER(4) GENERATED BY
* Sync Oracle DDL grammar with latest upstream changes
* Implemented identity sequence spec for auto-generated column types
* Added Oracle examples to DDL parser project
* Corrected syntax failure after syncing grammar with upstream
2021-04-08 13:23:23 +02:00
Gunnar Morling
35c9e846c5 DBZ-2699 Doc fix 2021-04-08 12:32:25 +02:00
roldanbob
d0a256a369
DBZ-3297 User guide corrections for SQL Server connector;
* Restructure, update deploy steps based on PG version
* Remove dup text. Adjust head levels to fix Antora build errors
* Redefine conditional boundaries + downstream style/format fixes
* Set subs="+attributes" on code block to permit value to render
* Remove ModuleID declaration that breaks link to snapshot topic
* Update deployment topic for consistency w/ other connectors
* Refactoring to restore missing conditional content downstream
2021-04-08 12:10:21 +02:00
yangsanity
a2b4c263d3 DBZ-3238 Snapshot fails when reading TIME, DATE, DATETIME fields in mysql from ResultSet 2021-04-08 12:05:29 +02:00
Jiri Pechanec
665f32368c [jenkins-jobs] Build new local snapshot after repo release 2021-04-08 12:00:36 +02:00
Hossein Torabi
5d6705c3fe DBZ-2699 implement skipped.operation in core 2021-04-08 11:59:08 +02:00
Chris Cranford
bf0138064b DBZ-3365 Use Instantiator implementation 2021-04-08 11:56:35 +02:00
Chris Cranford
ec68cc147d DBZ-3365 Trigger GH workflow on workflow update 2021-04-08 11:56:35 +02:00
Chris Cranford
505d300ac2 DBZ-3365 Skip integration tests 2021-04-08 11:56:35 +02:00
Chris Cranford
e5f8491fbb DBZ-3365 Fix formatting 2021-04-08 11:56:35 +02:00
Chris Cranford
c406527ccb DBZ-3365 Remove unused imports 2021-04-08 11:56:35 +02:00
Chris Cranford
0f35b0455d DBZ-3365 Allow building Oracle connector on CI 2021-04-08 11:56:35 +02:00
Bob Roldan
83b4a47f99 DBZ-3270 Update replaceable string in command to be more specific 2021-04-08 11:49:03 +02:00
Bob Roldan
4423f7d226 DBZ-3270 Update format of dynamic logging config info 2021-04-08 11:49:03 +02:00
mpermar
8d166b5420 DBZ-3270 Adding dynamic logging information 2021-04-08 11:48:54 +02:00
Jiri Pechanec
70ca55f009 [release] Missing 1.5.0.Final changes 2021-04-08 10:42:23 +02:00
Debezium Builder
8a88ba9b45 [maven-release-plugin] prepare for next development iteration 2021-04-08 04:04:00 -04:00
Debezium Builder
74152afe74 [maven-release-plugin] prepare release v1.5.0.Final 2021-04-08 04:04:00 -04:00
Jiri Pechanec
1cc7698ef3 [release] Add contributors 2021-04-08 09:58:01 +02:00
Jiri Pechanec
c03871fed9 [release] Changelog for 1.5.0.Final 2021-04-08 09:52:44 +02:00
Gunnar Morling
26e847f9f1
[docs] The Oracle connector isn't incubating any longer 2021-04-08 08:55:34 +02:00