Skip to content

Deprecate JobRepository#getStepExecution(long jobExecutionId, long stepExecutionId) #5007

@fmbenhassine

Description

@fmbenhassine

Step execution IDs are globally unique, so there is no need to specify the job execution ID when looking for a step execution by its ID.

The method JobRepository#getStepExecution(long jobExecutionId, long stepExecutionId) should be deprecated for removal in favor of a new one that only accepts the step execution ID.

Metadata

Metadata

Assignees

Labels

api: deprecationIssues that deprecate one or more public APIstatus: for-internal-teamIssues that are planned to be resolved by the Spring Batch team, and not open for contributions.type: task

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions