Skip to content

Allow the user to select the transactionManager to use for TaskRepository #769

@cppwfs

Description

@cppwfs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions