issues
search
citrusframework
/
citrus
Framework for automated integration tests with focus on messaging integration
https://citrusframework.org
Apache License 2.0
460
stars
137
forks
source link
fix: Maven build for citrus-kafka failing
#1222
Closed
christophd
closed
1 month ago
christophd
commented
1 month ago
Fix Maven build due to embedded Kafka broker starting before old broker has been fully stopped
Avoids "Address already in use" errors on fast machines
Remove DirtiesContext for Kafka integration tests to avoid embedded Kafka broker being restarted for each test
Remove obsolete org.springframework.boot:spring-boot-starter-test dependency in favor of using Citrus ReflectionHelper utils
Fix citrus-kafka-config-4.4.0-SNAPSHOT.xsd missing changes