spring-cloud-task icon indicating copy to clipboard operation
spring-cloud-task copied to clipboard

Allow the user to select the transactionManager to use for TaskRepository

Open cppwfs opened this issue 4 years ago • 0 comments

Currently Task Repositories use @transactional("springCloudTaskTransactionManager"). This should be replaced with a property i.e. @transactional("${spring.cloud.task.transaction-manager:transactionManager}").
Also remove springCloudTaskTransactionManager bean.

This is for 3.0.0 release of SCT.

cppwfs avatar Feb 19 '21 19:02 cppwfs