mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
e5ae2cb0fe
Prior to this commit only Propagation.NOT_SUPPORTED was supported for disabling test-managed transactions via the `propagation` attribute of `@Transactional`. This commit allows users to specify Propagation.NOT_SUPPORTED or Propagation.NEVER to disable test-managed transactions. Closes gh-25909