• Andy Wilkinson's avatar
    Allow user's WebFluxConfigurers to be ordered after auto-config's · 2a2daae1
    Andy Wilkinson authored
    Previously, WebFluxAutoConfiguration's WebFluxConfigurer was unordered.
    This mean that it had lowest precedence so it was not possible for a
    user to provide their own configurer that was guaranteed to run after
    the auto-configuration's configurer.
    
    This commit updates the auto-configuration to order its configurer at
    0. Any unordered user-defined configurer will now run after the
    auto-configuration's configurer.
    
    Closes gh-25302
    2a2daae1
Name
Last commit
Last update
.github Loading commit data...
buildSrc Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
gradle/wrapper Loading commit data...
idea Loading commit data...
spring-boot-project Loading commit data...
spring-boot-tests Loading commit data...
src Loading commit data...
.editorconfig Loading commit data...
.gitignore 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...
build.gradle Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...