mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
Testcontainers now has org.testcontainers.containers.KafkaContainer (that we support) and org.testcontainers.kafka.KafkaContainer (that we don't yet support). This commit fully-qualifies the name so that it's clear which KafkaContainer we're referring to. Closes gh-40699