We have created a custom spring boot starter which holds several common feature reusable cross internal projects. The starter is working fine as expected. However, while integration test, the projects using the starter are not able to find all beans created by the custom starter.
NB: The internal project are using in their integration test class the annotation @SpringBootTest
in order to load the whole spring context.