• Madhura Bhave's avatar
    Log included profiles according to the processing order · cab9bff4
    Madhura Bhave authored
    This commit includes some refactoring of active profiles
    processing. Previously, there was a LIFO Queue for adding active
    profiles. Profiles that were added last, were processed first.
    Because of this reverse ordering, profiles were prepended to the
    environment to preserve the order in which they were logged.
    This however didn't work for "included" profiles as they were
    prepended to the environment even though they were processed after
    the active profile. In this commit, profiles are processed in a FIFO manner
    and processed as they're found.
    
    Fixes gh-11380
    cab9bff4
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
pom.xml Loading commit data...