spring-projects / spring-data-examples

Spring Data Example Projects
Apache License 2.0
5.17k stars 3.39k forks source link

Ensure version update happens in transaction with insert. #687

Closed mat3e closed 3 weeks ago

mat3e commented 3 weeks ago

When reading this article, I realized transaction might be missed and party hat Toy can get inserted even when later Minion version update throws OptimisticLockingFailureException. Test confirmed that, so I added transaction handling with annotation.

schauder commented 3 weeks ago

Good catch. Thank you. That is merged.