spring-cloud-task
spring-cloud-task copied to clipboard
TaskNameResolver should be configured in TaskConfigurer
Currently the TaskNameResolver is resolved in the SimpleTaskAutoConfiguration. This should be resolved in the TaskConfigurer/DefaultTaskConfigurer, so that the user can select what TaskNameResolver they wish to have without overriding all of the SimpleTaskAutoConfiguration.