-
Couldn't load subscription status.
- Fork 2.5k
Closed
Labels
api: breaking-changeIssues that require or introduce an API breaking changeIssues that require or introduce an API breaking changein: coretype: enhancement
Milestone
Description
JobOperator is nothing more than a JobLauncher with more capabilities (it's start method uses JobLauncher#run behind the scenes). Therefore, it should technically be an extension of JobLauncher, adding stop/restart functionality on top of just running jobs.
This issue is to make JobOperator extend JobLauncher, which will greatly simplify the default batch configuration by removing the requirement to define two beans instead of one.
Metadata
Metadata
Assignees
Labels
api: breaking-changeIssues that require or introduce an API breaking changeIssues that require or introduce an API breaking changein: coretype: enhancement