Preconditions
- Spring Boot 2.0.5
- Spring Integration Starter
- Spring Webflux starter
- Annotation style for message endpoints
Current behaviour
When message endpoint is depending on unfinished bean
- it will not be registered
- application will start without errors
Expected behaviour
Application will not start. Error will be written to logs
Reproduction
https://github.com/fred84/spring-integration-di