Closed as not planned
Closed as not planned
Description
In what version(s) of Spring Integration are you seeing this issue?
6.3.2.RELEASE
Describe the bug
The DummyEventProducerIntegrationTest
t in the sample project https://github.com/andrashatvani/spring-demo/ times out once I upgrade Spring Boot to 3.3.2 in the POM. It works with Spring Boot 3.3.1 with Spring Integration 6.3.1 as it has worked so far always. @wilkinsona guided me in the direction of Spring Integration in spring-projects/spring-boot#41602.
To Reproduce
Run DummyEventProducerIntegrationTest
.
Expected behavior
The test should pass.
Sample