Skip to content

Incorrect API contract of JobRepository.deleteJobInstance #4250

Closed
@marschall

Description

@marschall

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions