mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Move the `EnvironmentPostProcessor` from `org.springframework.boot.env` to `org.springframework.boot` so that we can make the `env` package foundational. Most `EnvironmentPostProcessor` implementation has also been relocated to a new `org.springframework.boot.support` package. See gh-47232