I have two microservices which almost has the same dependencies but when I update both to latest springboot version 3.2+ then only one microservice fails to load properties from boostrap property file and it needs spring.config.import=bootstrap.properties to be added in application property file, whereas other microservice with same spring boot version works fine loading properties from both bootstrap and application property files without adding spring.config.import property and hence wanted to understand why there is different behaviour in both microservices