41 Commits (trunk)

Author SHA1 Message Date
Ismael Juma 98febb989a
KAFKA-15485: Fix "this-escape" compiler warnings introduced by JDK 21 (1/N) (#14427) 1 year ago
aindriu-aiven db34f8b9a1
KAFKA-15291: Connect plugins should declare a version (#14159) 1 year ago
Greg Harris ff4fed5cbe
KAFKA-15031: Add plugin.discovery to Connect worker configuration (KIP-898) (#14055) 1 year ago
Yash Mayya 02fb4b882b
KAFKA-15012: Allow leading zeros in numeric fields while deserializing JSON messages using the JsonConverter (#13800) 1 year ago
Greg Harris 1957be19d9
KAFKA-8713: JsonConverter replace.null.with.default should prevent emitting default for Struct fields (#13781) 1 year ago
Mickael Maison 1b278c4e55
KAFKA-8713: Allow using null for field in JsonConverter (KIP-581) (#13419) 2 years ago
Yash Mayya 8f00782be7
MINOR: Connect Javadocs improvements (#13120) 2 years ago
vamossagar12 0c5f5a7f8b
KAFKA-14007: Close header converters during Connect task shutdown (#12309) 2 years ago
Tom Bentley 862f814cc3
KAFKA-7613: Enable -Xlint:rawtypes for connect, fixing warnings (#8571) 3 years ago
dengziming 3769bc21b5
MINOR: replace hard-coding utf-8 with StandardCharsets.UTF_8 (#10079) 4 years ago
Lev Zemlyanov c19a35d1b7
KAFKA-10835: Replace Runnable and Callable overrides with lambdas in Connect (#9867) 4 years ago
Chia-Ping Tsai f2ac0c62ef
KAFKA-12221 remove PowerMock from connect-json module and connect-transforms module (#9924) 4 years ago
dengziming 3e6c6f5950
KAFKA-12198: Migrate connect:json module to JUnit 5 (#9890) 4 years ago
Chia-Ping Tsai 913a019d6c
MINOR: replace test "expected" parameter by assertThrows (#9520) 4 years ago
Shaik Zakir Hussain ca559a2dcf
KAFKA-10477: Fix JsonConverter regression to treat MISSING nodes as NULL nodes (#9306) 4 years ago
Andy Coates 4f61b00fcd
KAFKA-9667: Connect JSON serde strip trailing zeros (#8230) 5 years ago
Lev Zemlyanov c8f1ee9cd9
KAFKA-9192: fix NPE when for converting optional json schema in structs (#7733) 5 years ago
Seungha Lee 655447140e MINOR: Cleanup generic & throw syntax in connect (#7892) 5 years ago
Almog Gavra bfcc17f211 KAFKA-8595: Support deserialization of JSON decimals encoded in NUMERIC (#7354) 5 years ago
Chia-Ping Tsai 35a0de32ee KAFKA-6161 Add default implementation to close() and configure() for Serdes (#5348) 6 years ago
Renato Mefi 964e2c57c2 KAFKA-3832; Kafka Connect's JSON Converter never outputs a null value (#6027) 6 years ago
Ismael Juma 12f310d50e
KAFKA-7612: Fix javac warnings and enable warnings as errors (#5900) 6 years ago
Srinivas Reddy 8abbf33b59 KAFKA-7431: Clean up connect unit tests 6 years ago
ConcurrencyPractitioner d902b6b4b6 KAFKA-5996; JsonConverter generates Mismatching schema DataException (#4523) 7 years ago
Randall Hauch 4c48942f9d KAFKA-5142: Add Connect support for message headers (KIP-145) 7 years ago
Koen De Groote 2bc780b959 MINOR: Use EnumMap/EnumSet if possible (#3919) 7 years ago
Colin P. Mccabe a7e3679d22 KAFKA-4924: Fix Kafka Connect API findbugs warnings 8 years ago
Sachin Mittal 197a5d5a6d KAFKA-4848: Fix retryWithBackoff deadlock issue 8 years ago
Matthias J. Sax d0e436c471 MINOR: improve license header check by providing head file instead of (prefix) header regex 8 years ago
Chris Egerton 8e6fbe8fed MINOR: Make asJsonSchema() and asConnectSchema() methods public 8 years ago
Ewen Cheslack-Postava 31203efcb2 MINOR: Clarify how to fix conversion issues when plain JSON data is used with schemas.enable=true 8 years ago
Shikhar Bhushan 431c3b0937 KAFKA-4183; Centralize checking for optional and default values in JsonConverter 8 years ago
Randall Hauch 567cc3d787 KAFKA-4183; Corrected Kafka Connect's JSON Converter to properly convert from null to logical values 8 years ago
Laurier Mantel 54f9a7012c MINOR: fix grammatical errors in DataException message 9 years ago
Sasaki Toru a4802962c9 KAFKA-3767; Add missing license to connect-test.properties 9 years ago
Christian Posta 3cf2de0694 KAFKA-3723: Cannot change size of schema cache for JSON converter 9 years ago
Ismael Juma 241c3ebb28 KAFKA-3375; Suppress deprecated warnings where reasonable and tweak compiler settings 9 years ago
Kishore Senji 2679524604 KAFKA-3055; Fix JsonConverter mangling the Schema in Connect 9 years ago
manasvigupta a0d21407cb KAFKA-3009; Disallow star imports 9 years ago
Ewen Cheslack-Postava e9fc7b8c84 KAFKA-2776: Fix lookup of schema conversion cache size in JsonConverter. 9 years ago
Ewen Cheslack-Postava f2031d4063 KAFKA-2774: Rename Copycat to Kafka Connect 9 years ago