1. 22 May, 2017 1 commit
  2. 15 May, 2017 3 commits
    • Phillip Webb's avatar
      Polish · 9a4a2053
      Phillip Webb authored
      9a4a2053
    • Andy Wilkinson's avatar
      Fix violation reported by Checkstyle · 198093c6
      Andy Wilkinson authored
      198093c6
    • Andy Wilkinson's avatar
      Close Liquibase-specific DataSource once database has been migrated · a6f8351d
      Andy Wilkinson authored
      Previously, when the liquibase.url, .username, and .password
      properties were used to configure a DataSource specifically for
      Liquibase that DataSource would never be explicitly closed. As it is
      created by DataSourceBuilder with no explicitly configured type it
      will use whichever connection pool is available and, therefore, will
      create and keep open the pool's minimum number of connections. This
      is an unnecessary use of resources both in the application and in the
      database.
      
      This commit updates LiquibaseAutoConfiguration so that if it uses
      DataSourceBuilder to create a DataSource then it will also close that
      DataSource once the database has been migrated.
      
      Closes gh-9218
      a6f8351d
  3. 12 May, 2017 7 commits
  4. 11 May, 2017 1 commit
  5. 04 May, 2017 1 commit
  6. 03 May, 2017 8 commits
  7. 02 May, 2017 2 commits
  8. 28 Apr, 2017 8 commits
  9. 27 Apr, 2017 2 commits
  10. 20 Apr, 2017 3 commits
  11. 19 Apr, 2017 4 commits