Before this commit, SimpleJobRepository#deleteJobExecution did not delete associated step executions as specified in the contract of the method. This commit fixes the implementation to delete the entire object graph as specified. Resolves #4249
Before this commit, SimpleJobRepository#deleteJobExecution did not delete associated step executions as specified in the contract of the method. This commit fixes the implementation to delete the entire object graph as specified. Resolves #4249