Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/spring-projects/spring-boot.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Feb 27, 2020
  2. Feb 26, 2020
  3. Feb 25, 2020
  4. Feb 21, 2020
  5. Feb 20, 2020
  6. Feb 18, 2020
    • 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
  7. Feb 14, 2020
  8. Feb 13, 2020
  9. Feb 12, 2020