spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
55.39k stars 37.67k forks source link

Added read-committed transaction isolation and consistency support to TransactionAwareCacheDecorator #32755

Open werner77 opened 4 weeks ago

werner77 commented 4 weeks ago

The decorator now maintains consistency within the transaction and ensures all changes are only committed to the target cache on successful completion of the transaction.

See also issue: https://github.com/spring-projects/spring-framework/issues/17353