Similar to https://jira.spring.io/browse/SPR-12458, we would like ability for the yaml profile matching to follow AND semantics instead of OR. To disambiguate from the current behavior and not create a behavior change, it may be helpful to introduce a new name. Something like: ``` --- spring.allProfiles: profile1, profile2 #would like these applied only when both profiles are set someProp: someValue ```