1. 19 Mar, 2020 3 commits
  2. 17 Mar, 2020 1 commit
  3. 11 Mar, 2020 2 commits
    • Andy Wilkinson's avatar
      Fix behaviour of DependencyCustomizer ifAllResourcesPresent · f251772e
      Andy Wilkinson authored
      Previously, DependencyCustomizer's ifAllResourcesPresent method
      would return a customizer that added modules if any of the resources
      were present. This commit corrects this behaviours so that modules are
      only added if all resources are present.
      
      Fixes gh-20418
      f251772e
    • Andy Wilkinson's avatar
      Use getTomcatWebServer to create TomcatWebServer instance · 2b211371
      Andy Wilkinson authored
      TomcatReactiveWebServerFactory's getTomcatWebServer is described as
      being a hook point the can be overrideden to return a different
      TomcatWebServer or to apply additional processing to the Tomcat
      server. Previously, this did not work as the method was not called
      to create the TomcatWebServer instance. Instead, TomcatWebServer was
      instantiated and returned directly.
      
      This commit updates TomcatReactiveWebServerFactory to call
      getTomcatWebServer to create the TomcatWebServer instance. A test
      has also been added to verify that the method is now used.
      
      Fixes gh-20386
      2b211371
  4. 09 Mar, 2020 1 commit
  5. 08 Mar, 2020 2 commits
  6. 02 Mar, 2020 2 commits
  7. 01 Mar, 2020 2 commits
  8. 27 Feb, 2020 1 commit
  9. 26 Feb, 2020 4 commits
  10. 25 Feb, 2020 2 commits
  11. 24 Feb, 2020 2 commits
  12. 21 Feb, 2020 14 commits
  13. 20 Feb, 2020 2 commits
  14. 19 Feb, 2020 2 commits