We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abfbd1 commit 09ab410Copy full SHA for 09ab410
test/plugin/scenarios/spring-kafka-2.3.x-scenario/support-version.list
@@ -15,12 +15,12 @@
15
# limitations under the License.
16
17
# Format: spring-kafka-version[,key=value] — extra properties passed to Maven.
18
-# spring-kafka 2.7+ requires Spring Framework 5.3+ (ApplicationStartup class),
19
-# so those versions override spring.boot.version to match.
+# Spring Boot autoconfigure must match the spring-kafka version's expected APIs.
+# Mapping: https://spring.io/projects/spring-kafka#overview (compatibility matrix)
20
2.3.10.RELEASE
21
2.4.13.RELEASE
22
2.5.17.RELEASE
23
2.6.13
24
-2.7.14,spring.boot.version=2.7.18
+2.7.14,spring.boot.version=2.5.15
25
2.8.11,spring.boot.version=2.7.18
26
2.9.13,spring.boot.version=2.7.18
0 commit comments