Skip to content

Commit 09ab410

Browse files
committed
Fix spring-kafka 2.7 mapping: Spring Boot 2.5.15 (2.6+ autoconfigure requires CommonErrorHandler from spring-kafka 2.8)
1 parent 1abfbd1 commit 09ab410

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/plugin/scenarios/spring-kafka-2.3.x-scenario/support-version.list

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
# limitations under the License.
1616

1717
# 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.
18+
# Spring Boot autoconfigure must match the spring-kafka version's expected APIs.
19+
# Mapping: https://spring.io/projects/spring-kafka#overview (compatibility matrix)
2020
2.3.10.RELEASE
2121
2.4.13.RELEASE
2222
2.5.17.RELEASE
2323
2.6.13
24-
2.7.14,spring.boot.version=2.7.18
24+
2.7.14,spring.boot.version=2.5.15
2525
2.8.11,spring.boot.version=2.7.18
2626
2.9.13,spring.boot.version=2.7.18

0 commit comments

Comments
 (0)