Develop custom ApplicationEnvironment implementation #24892
Labels
theme: config-data
Issues related to the configuration theme
type: enhancement
A general enhancement
Milestone
We could improve quite a few things if we developed our own
Environment
implementation rather than relying onStandardEnvironment
.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 #17400The text was updated successfully, but these errors were encountered: