Skip to content

Commit c32c500

Browse files
committed
Limit spring-kafka-3.x to 3.0.x (Spring Boot 3.0 compatible)
Spring Kafka 3.1+ requires Spring Framework 6.1 (ClassFormatException), but this scenario uses Spring Boot 3.0.13 (Spring Framework 6.0). 3.1+ testing needs a separate scenario with Spring Boot 3.1+.
1 parent 15b3e7c commit c32c500

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

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

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

1717
# Spring Kafka 3.x requires Spring Boot 3.x / JDK 17+
18-
3.0.13
19-
3.1.4
20-
3.2.10
21-
3.3.7
18+
# This scenario uses Spring Boot 3.0.13, so only 3.0.x is compatible.
19+
# 3.1+ requires Spring Boot 3.1+ (Spring Framework 6.1).
20+
3.0.17

0 commit comments

Comments
 (0)