GitHub user jdaugherty added a comment to the discussion: Grails 7: Transaction/locking behaviour changes?
Hi @nsk-dvlpr, I'm not aware of any changes in this area, but we did switch to hikari by default. You do not have to use hikari and can continue to use tomcat-jdbc instead. Have you tried using that instead to see if that fixes the performance problem? Which specific Grails 7.x version are you using? We released 7.0.9 on Monday with a critical fix that caused jdbc connection properties to not be set on the Hikari configuration. Are you setting any properties that could explain this performance difference? GitHub link: https://github.com/apache/grails-core/discussions/15515#discussioncomment-16195719 ---- 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]
