As of v5.2.2, step execution IDs are not generated correctly in ResourcelessJobRepository
. The contract of JobRepository#add(StepExecution)
expects the method to generate an Id and save the step execution, but the implementation of that method in ResourcelessJobRepository
does not generate and assign an id to the step execution.