Comment From: deb-mohanty08

I have an application.yaml file where we have spring.profiles.active=prop1,prop2, prop3,prop4 prop4 will be overridden. In prop4, we have multiple profiles and they are separated with (---) separators and are activated using spring.config.activate.on-profile. After upgrading to springboot 3, we are facing issue with prop4, its unable to load this property file due to (spring.config.activate.on-profile), earlier it was working all well.... As it not able to load prop4, its using prop3. Plz help if possible.

Comment From: wilkinsona

Unfortunately, I'm not sure that I understand your description of the configuration. Rather than describing it, can you please provide a minimal example that shows things working with Spring Boot 2.x and then failing once you've upgraded and adapted to Spring Boot 3.x?

Comment From: spring-projects-issues

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

Comment From: spring-projects-issues

Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.