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
The Spring TestContext framework has traditionally not supported attributes in @Transactional for test-managed transactions. Exceptions to the rule include support for a PlatformTransactionManagerqualifier and the NOT_SUPPORTEDpropagation behavior.
Although it is possible to declare other @Transactional attributes for test-managed transactions, these are silently ignored, which can lead to potential confusion.
Uh oh!
There was an error while loading. Please reload this page.
Overview
The Spring TestContext framework has traditionally not supported attributes in
@Transactional
for test-managed transactions. Exceptions to the rule include support for aPlatformTransactionManager
qualifier and theNOT_SUPPORTED
propagation behavior.Although it is possible to declare other
@Transactional
attributes for test-managed transactions, these are silently ignored, which can lead to potential confusion.Related Issues
Deliverables
@Transactional
attributes in the TestContext framework.The text was updated successfully, but these errors were encountered: