Spring batch job restart after server crash fails as job registry does not contain job after upgrade to spring batch core jar to 5.12
Spring batch partition job which would have been in STARTED status due to server crash.
Now if we change the status of both job execution and stop from STARTED to FAILED and call jobOperator.restart(failedBatchExecutionId); it used to restart the same and process pending data.