Steve Ebersole commented on an issue
Hibernate ORM / Bug HHH-8561
hibernate.dialect_resolvers causes failures
The problem is both {{DialectResolverInitiator}} and {{DatabaseInfoDialectResolverInitiator}}:
# use this setting, but expect different interface impls
# are enabled

Which leads to CCE problems in one or the other.

{{DialectResolverInitiator}} should go away and {{DatabaseInfoDialectResolverInitiator}} should interpret hibernate.dialect_resolvers as...