1. 31 Oct, 2019 5 commits
  2. 30 Oct, 2019 3 commits
    • Phillip Webb's avatar
      Add and adapt reactive health contributors · ae5ae728
      Phillip Webb authored
      Update `HealthEndpointConfiguration` to also include adapted reactive
      health contributors when project reactor is on the classpath. Prior to
      this commit, reactive contributors were only exposed in WebFlux
      applications. This was a regression from Spring Boot 2.1 that we didn't
      catch because all our own reactive contributors all have non-reactive
      equivalents.
      
      Closes gh-18805
      ae5ae728
    • Phillip Webb's avatar
      Polish · b3e9a064
      Phillip Webb authored
      b3e9a064
    • Stephane Nicoll's avatar
      Make sure Web infrastructure uses qualified beans · 7f509bf8
      Stephane Nicoll authored
      This commit is a follow-up of a change in Spring Framework[1] to make
      sure injection points that are expecting a specific bean by name use
      a qualifier.
      
      As a result of this change, MVC uses the dedicated MVC validator again
      rather than the general one auto-configured by Spring Boot.
      
      [1] https://github.com/spring-projects/spring-framework/issues/23887
      
      Closes gh-18672
      7f509bf8
  3. 29 Oct, 2019 32 commits