Files
spring-integration/spring-integration-test/src/main
Artem Bilan e2d8eeb04d Change SITestExecListener to prepareTestInstance
It is wrong to try to load an application context before test class in the `TestExecutionListener`

* Change `beforeTestClass()` phase for the `SpringIntegrationTestExecutionListener` to
the `prepareTestInstance()` when other `@BeforeAll` are already executed

**Cherry-pick to 5.5.x**
2022-10-19 17:30:15 -04:00
..