Closed
Description
@ActiveProfiles
replaces profiles from SPRING_PROFILES_ACTIVE
environment variable with its value in 2.3.0.M4, but it appends its value to profiles from the environment variable in 2.3.0.RC1.
I'm not sure if this is an intentional change or more appropriate, but I'm sharing this as I didn't see any explicit mention from its release notes or issue assigned to its milestone.
This can be produced with ActiveProfilesTests
from this sample.
If the following environment variable is defined, the test will pass with 2.3.0.M4, but it will fail with 2.3.0.RC1:
export SPRING_PROFILES_ACTIVE=local