1. 13 Jan, 2016 6 commits
    • Andy Wilkinson's avatar
      Improve portability by using type instead of which in the launch script · 04fe55a2
      Andy Wilkinson authored
      Previously, the launch script used which to determine the availability
      of start-stop-daemon. which isn’t available by default on all OSs.
      For example, it’s not available by default on CentOS 5.
      
      This commit updates the launch script to use type when determining if
      start-stop-daemon is available. This improves the portability of the
      script and makes the use of type consistent throughout the script.
      
      Closes gh-4925
      04fe55a2
    • Andy Wilkinson's avatar
      Update launch script to wait for pid to be written to pid file · a1e0f2f5
      Andy Wilkinson authored
      Previously, the launch script would wait for the pid file to exist
      before continuing. This didn’t work 100% of the time as it left a 
      window where the file had been created but the PID had not been written
      to it that could result in an incorrect report of the app failing to
      start.
      
      This commit updates the script to wait for the file to have a size
      greater than zero before continuing. This ensures that the pid has
      been written to the file before the pid is read from the file and used
      to check that the process is running.
      
      Closes gh-4923
      a1e0f2f5
    • Andy Wilkinson's avatar
      Add dependency management for jackson-jaxrs-json-provider · c1c62c16
      Andy Wilkinson authored
      Closes gh-4932
      c1c62c16
    • Phillip Webb's avatar
      Publish ExitCodeEvent when possible · a20cd2de
      Phillip Webb authored
      Update SpringApplication to publish an ExitCodeEvent when a valid exit
      code is known.
      
      Fixes gh-4804
      a20cd2de
    • Phillip Webb's avatar
      Allow ExitCodeGenerator to be used on Exceptions · 7397dbaf
      Phillip Webb authored
      Update exit code support to allow the ExitCodeGenerator interface to
      be placed on an Exception. Any uncaught exception implementing the
      interface and returning a non `0` status will now trigger a System.exit
      with the code.
      
      Fixes gh-4803
      7397dbaf
    • Phillip Webb's avatar
      Polish · d2fed8bb
      Phillip Webb authored
      d2fed8bb
  2. 12 Jan, 2016 8 commits
  3. 11 Jan, 2016 1 commit
  4. 05 Jan, 2016 2 commits
  5. 04 Jan, 2016 2 commits
  6. 03 Jan, 2016 2 commits
  7. 30 Dec, 2015 1 commit
  8. 28 Dec, 2015 4 commits
  9. 25 Dec, 2015 1 commit
    • Stephane Nicoll's avatar
      Polish documentation · a87a1f05
      Stephane Nicoll authored
      Clarify that "spring.config.*" properties doesn't work in configuration
      files.
      
      Closes gh-4838
      a87a1f05
  10. 24 Dec, 2015 4 commits
  11. 21 Dec, 2015 1 commit
  12. 19 Dec, 2015 2 commits
  13. 18 Dec, 2015 6 commits