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
Currently, all SCT requires to turn on the task/batch functionality is the dependency on the classpath and there to be an instance of Job in the context. However, this means that if you are not even using @EnableTask, you still get the listener which is incorrect.
The text was updated successfully, but these errors were encountered:
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
Currently, all SCT requires to turn on the task/batch functionality is the dependency on the classpath and there to be an instance of
Job
in the context. However, this means that if you are not even using@EnableTask
, you still get the listener which is incorrect.The text was updated successfully, but these errors were encountered: