1. 31 Mar, 2020 5 commits
  2. 30 Mar, 2020 1 commit
  3. 29 Mar, 2020 1 commit
  4. 28 Mar, 2020 3 commits
  5. 25 Mar, 2020 1 commit
    • Stephane Nicoll's avatar
      Do not fail if "spring.datasource.url" cannot be resolved · 18353231
      Stephane Nicoll authored
      Previously, a condition checked the value of "spring.datasource.url" to
      determine if an embedded database has to be created as a fallback. When
      the value is set with an unresolved placeholder, this fails even if
      the DataSource is going to created by another mean ultimately.
      
      This commit makes a more conservative check by only checking the
      presence of the property rather than its value.
      
      Closes gh-20438
      18353231
  6. 23 Mar, 2020 3 commits
  7. 20 Mar, 2020 4 commits
  8. 19 Mar, 2020 3 commits
  9. 17 Mar, 2020 1 commit
  10. 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
  11. 09 Mar, 2020 1 commit
  12. 08 Mar, 2020 2 commits
  13. 02 Mar, 2020 2 commits
  14. 01 Mar, 2020 2 commits
  15. 27 Feb, 2020 1 commit
  16. 26 Feb, 2020 4 commits
  17. 25 Feb, 2020 2 commits
  18. 24 Feb, 2020 2 commits