-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Replace usage of JobExplorer with JobRepository in StepExecutionRequestHandler #4918
Copy link
Copy link
Closed
Labels
api: breaking-changeIssues that require or introduce an API breaking changeIssues that require or introduce an API breaking changein: integrationstatus: for-internal-teamIssues that are planned to be resolved by the Spring Batch team, and not open for contributions.Issues that are planned to be resolved by the Spring Batch team, and not open for contributions.type: task
Milestone
Metadata
Metadata
Assignees
Labels
api: breaking-changeIssues that require or introduce an API breaking changeIssues that require or introduce an API breaking changein: integrationstatus: for-internal-teamIssues that are planned to be resolved by the Spring Batch team, and not open for contributions.Issues that are planned to be resolved by the Spring Batch team, and not open for contributions.type: task
Type
Fields
Give feedbackNo fields configured for issues without a type.
StepExecutionRequestHandlercurrently uses aJobExplorerwhich is now deprecated.This issue is to replace the usage of
JobExplorerwith aJobRepository.