1. 01 Jun, 2016 12 commits
  2. 26 May, 2016 1 commit
  3. 25 May, 2016 2 commits
  4. 24 May, 2016 1 commit
    • Andy Wilkinson's avatar
      Skips Cassandra and Elasticsearch tests on Windows · 275651e8
      Andy Wilkinson authored
      Neither Cassandra nor Elasticsearch starts reliably on Windows. This
      commit adds a custom class rule to the associated sample application
      tests to skip them on Windows. A class rule is used rather than a
      Unit assumption as we want to avoid starting Elasticsearch (done by
      the application context) and Cassandra (done by a test execution
      listener) and an assumption would be too late.
      275651e8
  5. 13 May, 2016 5 commits
  6. 12 May, 2016 1 commit
    • Andy Wilkinson's avatar
      Don't use a separate thread in the launcher to call app's main method · e561cc19
      Andy Wilkinson authored
      Using a separate thread to call the application's main method is
      unnecessary – the context class loader of the current thread can be
      updated instead – and makes exception and exit code handling more
      complicated than it needs to be.
      
      This commit updates the Launcher so that it calls the main method
      runner using the current (main) thread. As a result, any exception
      that's thrown will be caught by the JVM and result in a non-zero exit
      code being returned from the process.
      
      Closes gh-5922
      e561cc19
  7. 10 May, 2016 6 commits
  8. 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
  9. 07 May, 2016 2 commits
  10. 06 May, 2016 5 commits
  11. 05 May, 2016 2 commits