• 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
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...