-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
See spring-projects/spring-boot#24890 (comment) for more background.
Currently AbstractEnvironment
has doGetActiveProfiles()
and doGetDefaultProfiles()
methods that will call getProperty()
if there aren't any set values. In Spring Boot we call setActiveProfiles(..)
and setDefaultProfiles(...)
directly and we don't want property based resolution (even if the values set are an empty array).
We'd like a way to disable property based resolution.
Metadata
Metadata
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement