Getting the following error on 6.4.0.Final, which we do not get on 6.4.0.CR1:
"Unable to determine Dialect for Oracle 19.1 (please set 'hibernate.dialect' or register a Dialect resolver)"
This is in a spring boot 3+ project, but it only appears when we change the version to the .Final. For now we’ve reverted to CR1. We’d prefer not to have to explicitly set this, as it complicates switching between databases.