• Andy Wilkinson's avatar
    Allow dependsOn relationships created by post-processor to be overridden · 69a95ce5
    Andy Wilkinson authored
    Previously, AbstractDependsOnBeanFactoryPostProcessor was unordered
    which meant that it was impossible to guarantee that another bean
    factory post-processor would run after it. This prevented overriding
    of the dependsOn relationships that is creates.
    
    This commit updates AbstractDependsOnBeanFactoryPostProcessor to give
    it a default order of zero. This will allow additional bean factory
    post-processors to be configured with a lower precedence order (values
    greater than 0) so that they run after any
    AbstractDependsOnBeanFactoryPostProcessor and can override the
    dependencies that it has configured.
    
    Fixes gh-18362
    69a95ce5
Name
Last commit
Last update
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks 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...
src/checkstyle 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...