1. 26 Oct, 2018 2 commits
    • Phillip Webb's avatar
      Polish "Fix Spring Batch job restart parameters handling" · 62b9268c
      Phillip Webb authored
      See gh-14933
      62b9268c
    • Mahmoud Ben Hassine's avatar
      Fix Spring Batch job restart parameters handling · ad3c3ad3
      Mahmoud Ben Hassine authored
      Fix the `JobLauncherCommandLineRunner` to correctly deal with job
      parameters when restarting a job.
      
      Prior to this commit, we were was calling the `getNextJobParameters`
      method of the `JobParametersBuilder` from batch. This method was getting
      the previous parameters of the wrong job instance in a restart scenario.
      
      This commit fixes the issue by first getting the right job instance with
      the provided parameters, then restarting it.
      
      Closes gh-14933
      ad3c3ad3
  2. 25 Oct, 2018 4 commits
  3. 23 Oct, 2018 4 commits
  4. 22 Oct, 2018 5 commits
  5. 19 Oct, 2018 4 commits
  6. 18 Oct, 2018 4 commits
  7. 17 Oct, 2018 2 commits
  8. 16 Oct, 2018 15 commits