-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Description
The configuration of the batch integration module (mainly the remote partitioning setup) programmatically and through @EnableBatchIntegration
currently requires both a job repository and a job explorer.
After #4824 , there is no need to configure a job explorer anymore. This issue is to remove the usage of JobExplorer
in the BatchIntegrationConfiguration
class and related APIs (RemotePartitioningManagerStepBuilder[Factory]
and RemotePartitioningWorkerStepBuilder[Factory]
).
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