mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
9f2970bc5c
This commit fixes the Hibernate dialect lookup for MySQL as it was previously using a deprecated dialect that has been removed in the most recent Hibernate version. Closes gh-31889