Closed
Description
org.springframework.batch.core.repository.JobRepository#deleteJobInstance(JobInstance)
lacks an API contract. Unlike org.springframework.batch.core.repository.JobRepository#deleteJobExecution(JobExecution)
it does not specify whether the whole object graph should be deleted or the caller needs to call #deleteJobExecution
and #deleteStepExecution
first.