You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/reference/asciidoc/appendix.adoc
+53Lines changed: 53 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,56 @@
1
+
[[deps-for-11x]]
2
+
== Override Dependencies to use the 1.1.x kafka-clients
3
+
4
+
When using `spring-kafka-test` (_version 2.1.x_, starting with _version 2.1.5_) with the 1.1.x `kafka-clients` jar, you will need to override certain transitive dependencies as follows:
Copy file name to clipboardExpand all lines: src/reference/asciidoc/whats-new.adoc
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@
4
4
5
5
This version requires the 1.0.0 `kafka-clients` or higher.
6
6
7
+
NOTE: The 1.1.x client is supported, with _version 2.1.5_, but you will need to override dependencies as described in <<deps-for-11x>>.
8
+
The 1.1.x client will be supported natively in _version 2.2_.
9
+
7
10
==== JSON Improvements
8
11
9
12
The `StringJsonMessageConverter` and `JsonSerializer` now add type information in `Headers`, allowing the converter and `JsonDeserializer` to create specific types on reception, based on the message itself rather than a fixed configured type.
0 commit comments