spring-boot/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-profile
Phillip Webb eb6b48fff0 Use side-effect free environment with tests rather than converting
Refine the logic introduced in 64270eca to use a side-effect free
Environment implementation rather than converting the Environment early.

Early conversion can cause condition evaluation issues if
`src/test/resources/application.properties` files are bound to the
`SpringApplication`. Specifically the `spring.main.web-application-type`
property can change the `Environment` type which must happen before
conditions are evaluated.

Fixes gh-29169
2022-01-12 14:21:52 -08:00
..
src Use side-effect free environment with tests rather than converting 2022-01-12 14:21:52 -08:00
application.yml Move smoke tests under spring-boot-test 2019-07-02 15:55:58 -07:00
build.gradle Use side-effect free environment with tests rather than converting 2022-01-12 14:21:52 -08:00