Commit Graph

2781 Commits

Author SHA1 Message Date
Chris Cranford
5777d4cf86 DBZ-1687 Align versions with current master [ci-skip] 2020-01-28 09:17:39 +01:00
Chris Cranford
48103df1e9 DBZ-1729 Change connector download url to use debezium-version attribute [ci-skip] 2020-01-28 09:17:39 +01:00
Chris Cranford
6f43f3fe5a DBZ-1729 Updated DOCUMENTATION.md [ci-skip] 2020-01-28 09:17:39 +01:00
Chris Cranford
7d430ed2c1 DBZ-1687 Moved several global, non-version attributes to playbook [ci-skip] 2020-01-28 09:17:39 +01:00
Chris Cranford
6c172a9dc5 DBZ-1687 Migrated custom attributes to Antora component descriptor [ci-skip] 2020-01-28 09:17:39 +01:00
Gunnar Morling
faa27bfd56
DBZ-1738 Adding Marc Zbyszynski to COPYRIGHT.txt 2020-01-27 16:49:26 +01:00
Marc Zbyszynski
507aac0e0f DBZ-1738 replaced casts to PgConnection with casts to interface BaseConnection
DBZ-1738 replaced casts to PgConnection with casts to interface BaseConnection
2020-01-27 16:47:27 +01:00
Gunnar Morling
2a1d88bba1
Fixing section numbering 2020-01-25 23:25:08 +01:00
Jiri Pechanec
3367c4ca51 DBZ-1733 TRANSACTIONAL keyword support 2020-01-24 21:42:58 +01:00
Chris Cranford
69139f5fcf DBZ-1724 Run CI tests for non-connector modules 2020-01-23 19:29:08 +01:00
Gunnar Morling
6dca2b61de
Update serdes.adoc 2020-01-22 17:14:37 +01:00
Gunnar Morling
ec7cc8c0b8 Fixing broken links 2020-01-22 17:04:22 +01:00
Gunnar Morling
463ee138a4 Misc. updates 2020-01-20 14:05:54 +01:00
Fintan Bolton
9b27f8a383 Added contributing notes to the DOCUMENTATION.md file 2020-01-20 14:05:54 +01:00
Fintan Bolton
2c611fce9d Incorporated review comments for MongoDB, Postres and SQLServer connector docs 2020-01-20 14:05:54 +01:00
Fintan Bolton
dc680ae3d5 Searched and replaced {ProductName} -> {prodname} in doc 2020-01-20 14:05:54 +01:00
Fintan Bolton
4345beb8fb Remove definition of unnecessary ProductName attribute in docs 2020-01-20 14:05:54 +01:00
prmellor
092804b7ea updates to the connector doc files
Signed-off-by: prmellor <pmellor@redhat.com>
2020-01-20 14:05:54 +01:00
Alexander Schwartz
cd99ce4038 DBZ-1725 Use AsciiDoc headings instead of Markdown headings for consistency 2020-01-17 14:17:34 -05:00
Alexander Schwartz
d63a0737f5 DBZ-1725 don't override attributes when running Antora 2020-01-17 14:17:34 -05:00
Alexander Schwartz
e5f5ff783c DBZ-1725 imagesdir already provided by Antora, shouldn't be set manually 2020-01-17 14:17:34 -05:00
Gunnar Morling
2d337133ae DBZ-1715 Docs clarification; adding Jos to authors list 2020-01-17 14:52:15 +01:00
Jos Huiting
1cd4d4bf19 Add field-based topic routing to Debezium ExtractRecordState 2020-01-17 14:43:03 +01:00
Jiri Pechanec
6d2d766c53 [jenkins-jobs] Add 1.1; use https for Maven 2020-01-17 07:47:58 +01:00
Jiri Pechanec
8fefac635c [ci] Upgrade Maven to 3.6.3 2020-01-17 07:41:55 +01:00
Gunnar Morling
95001fc7e3 Fixing doc paths [ci-skip] 2020-01-16 20:10:27 +01:00
Debezium Builder
274bba9dc9 [maven-release-plugin] prepare for next development iteration 2020-01-16 05:40:24 -05:00
Debezium Builder
076df30108 [maven-release-plugin] prepare release v1.1.0.Alpha1 2020-01-16 05:40:24 -05:00
Jiri Pechanec
46ee16409d [release] Changelog for 1.1.0.Alpha1 2020-01-16 11:37:04 +01:00
Jiri Pechanec
28db7f4dba DBZ-1478 Fix dependency name 2020-01-16 10:54:17 +01:00
Gunnar Morling
8ca6174d98 DBZ-1292 Applying suggestions from code review
Co-Authored-By: Chris Cranford <ccranfor@redhat.com>
2020-01-16 08:02:51 +01:00
Gunnar Morling
92b044d405 DBZ-1292 ☁️ Adding documentation for CloudEvents converter 2020-01-16 08:02:51 +01:00
Gunnar Morling
8c33a4e147 DBZ-1292 Catering for the differences in data schema;
* MongoDB doesn't have "before", but "patch"
* Also removing some redundancies and making RecordParser immutable
* Reducing log verbosity during tests
2020-01-16 08:01:56 +01:00
Gunnar Morling
8531adbefd DBZ-1292 Formatting 2020-01-16 08:00:45 +01:00
Gunnar Morling
2ba1d615fb DBZ-1292 Distinct names for data and envelope schema for Avro/Avro 2020-01-16 08:00:45 +01:00
Gunnar Morling
8591dd669b DBZ-1292 Avoiding usage of reflection 2020-01-16 08:00:45 +01:00
Gunnar Morling
7c18a6d8d5 DBZ-1292 Removing static state in CloudEventsConverterTest 2020-01-16 08:00:45 +01:00
Gunnar Morling
366382ddad DBZ-1292 Refactoring of options;
* Avoiding hard dependency to Avro
* Passing through all options from JSON and Avro converters by means of "json." and "avro." sub-namespaces
2020-01-16 08:00:45 +01:00
Gunnar Morling
12e43a89f4 DBZ-1292 Always adding "before" and "after" 2020-01-16 08:00:45 +01:00
Gunnar Morling
a861dae432 DBZ-1292 Clean-up around data schema URI 2020-01-16 08:00:45 +01:00
Gunnar Morling
1a18bdbc81 DBZ-1292 Misc. refactorings;
* Protecting against Avro as CE format and JSON as data format
* Reducing mutability
* Single Avro client
2020-01-16 08:00:45 +01:00
Gunnar Morling
4e4800cb56 DBZ-1292 Some clean-up in CloudEventsMaker;
* Avoiding non-final static fields
* Removing unused methods
* Reducing visibility
2020-01-16 08:00:45 +01:00
Gunnar Morling
fe8c5fe27d DBZ-1292 Adding schema URI in case of Avro 2020-01-16 08:00:45 +01:00
Gunnar Morling
a25d148a82 DBZ-1292 Adding logical name to CE source attribute value 2020-01-16 08:00:45 +01:00
Gunnar Morling
342a448053 DBZ-1292 Using "iodebezium" prefix for extension attributes;
Simplifying implementation a bit.
2020-01-16 08:00:45 +01:00
Gunnar Morling
390c8f8090 DBZ-1292 Wrapping up work on schema and value conversion;
* There were a few attributes missing in the schema of the CE event
* Conversion of extension attributes now correctly handles optional attributes
* Removed guards against missing and duplicate fields, as the only caller is this class itself, so it seems superfluous.
2020-01-16 08:00:45 +01:00
GraySmog
de2655a89e DBZ-1292 promoting op, ts_ms and sub-fields in source to extension attributes 2020-01-16 08:00:45 +01:00
GraySmog
d0e4b3c0af DBZ-1292 Delete data.schema.registry.url config option 2020-01-16 08:00:45 +01:00
GraySmog
8b7c67cbdd DBZ-1292 Using formatted timestamp for CE time field 2020-01-16 08:00:45 +01:00
Gunnar Morling
87ffe0c44e DBZ-1292 Representing data as JSON struct instead of binary 2020-01-16 08:00:45 +01:00