Closed
Description
We could improve quite a few things if we developed our own Environment
implementation rather than relying on StandardEnvironment
.
For example, whilst trying to fix #24890 I discovered it's impossible for us to totally filter out spring.profiles.active
properties due to AbstractEnvironment.doGetActiveProfiles().
It might also allow us to remove ConfigurationPropertySourcesPropertySource
and possibly fix #17400