You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.