1. 11 Mar, 2020 1 commit
    • 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
  2. 09 Mar, 2020 1 commit
  3. 08 Mar, 2020 2 commits
  4. 02 Mar, 2020 2 commits
  5. 01 Mar, 2020 2 commits
  6. 27 Feb, 2020 1 commit
  7. 26 Feb, 2020 4 commits
  8. 25 Feb, 2020 2 commits
  9. 24 Feb, 2020 2 commits
  10. 21 Feb, 2020 14 commits
  11. 20 Feb, 2020 2 commits
  12. 19 Feb, 2020 2 commits
  13. 18 Feb, 2020 1 commit
    • Stephane Nicoll's avatar
      Do not fallback to embedded configuration if a datasource url is set · 2147976c
      Stephane Nicoll authored
      This commit makes sure that a fallback embedded datasource is not
      created if no suitable connection pool is found and an url has been
      explicitly registered.
      
      This is consistent with EmbeddedDataSourceConfiguration as it is using
      EmbeddedDatabaseBuilder behind the scenes and the latter does not
      honour the configured URL anyway.
      
      Closes gh-19192
      2147976c
  14. 14 Feb, 2020 2 commits
  15. 13 Feb, 2020 2 commits