Hello Spring Boot Team,
Many thanks for the release of 2.5.0-RC1.
I was using 2.5.0-M3 fine with spring.profiles.active=mycustomeprofile,vault,kubernetes, nothing wrong, very happy.
INFO [myservice,,] 10 --- [ main] Application : The following profiles are active: mycustomeprofile,vault,kubernetes
Just upgraded to 2.5.0-RC1, no code change, just a pom bump.
now, I get from the log:
The following profiles are active: kubernetes
It seems there is an issue with the profile.
Thank you
Hello Spring Boot Team,
Many thanks for the release of 2.5.0-RC1.
I was using 2.5.0-M3 fine with
spring.profiles.active=mycustomeprofile,vault,kubernetes, nothing wrong, very happy.Just upgraded to 2.5.0-RC1, no code change, just a pom bump.
now, I get from the log:
It seems there is an issue with the profile.
Thank you