Skip to content

Rename SimpleJobLauncher to TaskExecutorJobLauncher #4131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

lcmarvin
Copy link
Contributor

Resolves #4123

public class SimpleJobLauncher implements JobLauncher, InitializingBean {
public class TaskExecutorJobLauncher implements JobLauncher, InitializingBean {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For such a widely used class, it is preferable to proceed with a deprecation in v5.0 (followed by a removal in 5.2) instead of a complete removal in one go. I will take care of this when merging the PR.

fmbenhassine added a commit that referenced this pull request Jul 19, 2022
* Deprecate SimpleJobLauncher in favor of TaskExecutorJobLauncher
* Update year in license headers
@fmbenhassine
Copy link
Contributor

LGTM. Rebased and merged as c079103. Refined in 08e0481. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename SimpleJobLauncher to TaskExecutorJobLauncher
2 participants