You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
JobOperator
is nothing more than aJobLauncher
with more capabilities (it'sstart
method usesJobLauncher#run
behind the scenes). Therefore, it should technically be an extension ofJobLauncher
, adding stop/restart functionality on top of just running jobs.This issue is to make
JobOperator
extendJobLauncher
, which will greatly simplify the default batch configuration by removing the requirement to define two beans instead of one.The text was updated successfully, but these errors were encountered: