• 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
..
main Loading commit data...
test Loading commit data...