We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
It would be a good idea to include a note on the : http://docs.spring.io/spring-cloud-task/current-SNAPSHOT/reference/htmlsingle/#features-task-configurer on how creating your own TaskConfigurer would be a solution when using a transaction manager that is not the ones provided by the DefaultTaskConfigurer. For example a common transaction manager such as JpaTransactionManager .
JpaTransactionManager
The text was updated successfully, but these errors were encountered:
Add Note to TaskConfigurer Ref Doc
e06ec06
Reminds users to create their own TaskConfigurer implementation when the DefaultTaskConfigurer does not meet their needs. resolves spring-cloud#272
901b21c
cppwfs
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
It would be a good idea to include a note on the :
http://docs.spring.io/spring-cloud-task/current-SNAPSHOT/reference/htmlsingle/#features-task-configurer
on how creating your own TaskConfigurer would be a solution when using a transaction manager that is not the ones provided by the DefaultTaskConfigurer. For example a common transaction manager such as
JpaTransactionManager
.The text was updated successfully, but these errors were encountered: