GitHub user jdaugherty added a comment to the discussion: Grails 7: Transaction/locking behaviour changes?
7.0.8 probably had more bug fixes related to queries & Grails Data Mapping than any other release in the past 7+ years. Did this issue exist with 7.0.7? We could narrow down based on that if so. Otherwise, I know of no intentional changes. With that said, Groovy 4 changed the compiled behaviors in several places, and early on in the 7.x release process I had to work upstream to fix numerous issues. It's possible it could be related to that. Under the covers all of the upstream libraries changed, so it could be an issue with Hikari or Spring Boot itself. I noticed the readme in the Hikari was changed in October 2024 to even add warnings about not recovering (https://github.com/brettwooldridge/HikariCP/commit/604d7d5838e96afbbdd4e19eedab7497cf368eb6) If you can provide a sample application that reproduces this behavior, I can take a closer look to see if there's anything obvious. It would help if you provided a Grails 6 & a Grails 7 one. GitHub link: https://github.com/apache/grails-core/discussions/15515#discussioncomment-16196771 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
