Skip to content
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

No TaskBatchExecutionListener without EnableTask #786

Closed
wants to merge 1 commit into from

Conversation

hpoettker
Copy link
Contributor

If SCT is on the classpath but @EnableTask has not been used, the TaskBatchExecutionListener will no longer be registered with any jobs.

Fixes #651

If SCT is on the classpath but EnableTask has not been used, the TaskBatchExecutionListener will no longer be registered with the jobs.

Issue spring-cloud#651
@cppwfs
Copy link
Collaborator

cppwfs commented Oct 20, 2021

LGTM
Thank you for the contribution!!!

@cppwfs
Copy link
Collaborator

cppwfs commented Oct 20, 2021

Rebased conflicts resolved merged

@cppwfs cppwfs closed this Oct 20, 2021
@hpoettker hpoettker deleted the gh651 branch April 29, 2022 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

taskBatchExecutionListener should not be added to the context if @EnableTask has been used.
2 participants