spring-boot/spring-boot-project/spring-boot-test
Scott Frederick 487b9cbf96 Add profiles directly to the application environment for tests
Prior to this commit, active profiles were being added to the Spring Boot
application environment by setting the `spring.profiles.active` property.
This could result in profiles getting parsed differently than other uses of `@ActiveProfiles`.
Setting the profiles directly in the `Environment` prevents this parsing.

See gh-19556
2020-01-07 13:23:09 -08:00
..
src Add profiles directly to the application environment for tests 2020-01-07 13:23:09 -08:00
pom.xml Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00