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
+38Lines changed: 38 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,44 @@ dependencies {
83
83
84
84
The test scope dependencies are only needed if you are using the embedded Kafka broker in tests.
85
85
86
+
[appendix]
87
+
== Jackson/Scala Incompatibility
88
+
89
+
When using the framework and its test embedded Kafka server with Jackson version 2.11.3 or later on the classpath, Jackson pulls in some incompatible scala jars transitively.
90
+
The dependency management of Spring Boot version 2.3.5 and later uses that version of Jackson.
91
+
To correct this problem, you must override those jar versions.
0 commit comments