1. 19 Oct, 2020 2 commits
    • Andy Wilkinson's avatar
      Merge branch '2.2.x' into 2.3.x · e8187f9b
      Andy Wilkinson authored
      Closes gh-23743
      e8187f9b
    • Andy Wilkinson's avatar
      Register shutdown hook so it can tidy up a partial refresh · 2a40bd78
      Andy Wilkinson authored
      Previously, the shutdown hook was only registered once refresh has
      completed. If the JVM was shut down during refresh (or after refresh
      and before the hook was registered) the hook wouldn't run and the
      partially refreshed context would not be cleaned up.
      
      This commit moves the registration of the shutdown hook to before
      refresh processing begins. This ensures that the hook is available
      to clean up the context if the JVM is shutdown while refresh is in
      progress.
      
      Fixes gh-23625
      2a40bd78
  2. 17 Oct, 2020 2 commits
  3. 16 Oct, 2020 3 commits
  4. 15 Oct, 2020 6 commits
  5. 13 Oct, 2020 4 commits
  6. 09 Oct, 2020 1 commit
  7. 08 Oct, 2020 1 commit
    • Scott Frederick's avatar
      Clarify image builder configuration documentation · 49b0707f
      Scott Frederick authored
      This commit qualifies examples of configuring the CNB builder to clarify
      that the examples apply to use of the default Paketo builder, and adds links
      to the official Paketo docs for more details.
      
      Fixes gh-19967
      49b0707f
  8. 07 Oct, 2020 6 commits
  9. 06 Oct, 2020 4 commits
  10. 02 Oct, 2020 11 commits