Skip to content

Add support for delete operations in MongoDB DAOs #5060

@fmbenhassine

Description

@fmbenhassine

As of v5.2.4, 6.0.0-RC1, the following methods are not implemented in MongoDB DAOs:

  • org.springframework.batch.core.repository.dao.JobInstanceDao#deleteJobInstance
  • org.springframework.batch.core.repository.dao.JobExecutionDao#deleteJobExecution
  • org.springframework.batch.core.repository.dao.JobExecutionDao#deleteJobExecutionParameters
  • org.springframework.batch.core.repository.dao.StepExecutionDao#deleteStepExecution
  • org.springframework.batch.core.repository.dao.ExecutionContextDao#deleteExecutionContext(JobExecution)
  • org.springframework.batch.core.repository.dao.ExecutionContextDao#deleteExecutionContext(StepExecution)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions