1. 10 May, 2016 1 commit
  2. 09 May, 2016 3 commits
    • Stephane Nicoll's avatar
      Polish · 2cacc19c
      Stephane Nicoll authored
      See gh-5901
      2cacc19c
    • Stephane Nicoll's avatar
      Backport 6dd84159 · a4ba8f61
      Stephane Nicoll authored
      While working on gh-5309, a regression was introduced and fixed right the
      way on master. Unfortunately, the fix wasn't applied to `1.3.x` as it
      should have been.
      
      This commit applies 6dd84159 to `1.3.x`
      
      Closes gh-5901
      a4ba8f61
    • Vedran Pavic's avatar
      Update launch script integration tests · 3891b242
      Vedran Pavic authored
      - Use the latest Docker image for Ubuntu 14.04 LTS based tests
      - Add Ubuntu 16.04 LTS based tests
      
      Closes gh-5868
      3891b242
  3. 07 May, 2016 2 commits
  4. 06 May, 2016 5 commits
  5. 05 May, 2016 8 commits
  6. 04 May, 2016 3 commits
  7. 02 May, 2016 3 commits
  8. 30 Apr, 2016 1 commit
  9. 28 Apr, 2016 2 commits
  10. 27 Apr, 2016 1 commit
  11. 26 Apr, 2016 3 commits
  12. 25 Apr, 2016 1 commit
  13. 22 Apr, 2016 1 commit
    • Dave Syer's avatar
      Add metric flusher to export remaining metrics on shutdown · b9db4742
      Dave Syer authored
      Before this change the app context closes and metrics that have not
      yet been exported ccan be orphaned. The design of this feature is simple:
      use Closeable where possible, so that it will be called automatically
      by Spring on shutdown.
      
      Fixes gh-5771
      b9db4742
  14. 21 Apr, 2016 2 commits
  15. 20 Apr, 2016 2 commits
  16. 19 Apr, 2016 1 commit
    • Andy Wilkinson's avatar
      DevTools should only shut down single, auto-configured DataSource · a19eeaf9
      Andy Wilkinson authored
      Previously, there were two problems with DevTools’ DataSource
      auto-configuration:
      
      1. It did not tolerate a context with multiple DataSources
      2. It would attempt to shut down a DataSource that had not been created
         by DataSourceAutoConfiguration and, therefore, where we could not be
         sure of its configuration.
      
      This commit updates DevToolsDataSourceAutoConfiguration so that it backs
      off unless the context contains DataSourceProperties and a single
      DataSource created by DataSourceAutoConfiguration. This ensures that it
      can safely use DataSourceProperties to get the DataSource’s
      driver class name and accurately determine if it’s an in-memory or
      external database. Shutdown is only called for an in-memory database.
      
      Closes gh-5540
      a19eeaf9
  17. 18 Apr, 2016 1 commit