mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 03:52:00 +00:00
The UserTransaction read-only semantics are still in discussion. If they turn out to be stricter than Spring's read-only hint, we should only apply them when configured with an explicit enforceReadOnly=true flag at the Spring JtaTransactionManager level (similar to the same-named flag in DataSourceTransactionManager). See gh-35915 See gh-35633