Files
spring-integration/spring-integration-test/src
Artem Bilan be8c1e281e Optimize SpringIntegrationTestExecutionListener
There is no need to request `mockIntegrationContext.getAutoStartupCandidates()`
one more time from the `afterTestClass()` if we can easily extract that
into property from the `prepareTestInstance()`
2025-03-06 16:41:57 -05:00
..