1. 24 Feb, 2021 1 commit
    • 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
  2. 23 Feb, 2021 5 commits
  3. 22 Feb, 2021 13 commits
  4. 19 Feb, 2021 8 commits
  5. 18 Feb, 2021 13 commits