You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently upgraded my quarkus version to 3.8.5 and I don't specify dialect version in the property file and I keep getting an error with below message java.lang.ClassNotFoundException: org.hibernate.dialect.PostgreSQL82Dialect
I've read Hibernate 6 migration guide and I tried specifying Postgre SQL dialect version as following
quarkus:
datasource:
db-kind: postgresql
username: xxxx
password: xxx
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I recently upgraded my quarkus version to 3.8.5 and I don't specify dialect version in the property file and I keep getting an error with below message
java.lang.ClassNotFoundException: org.hibernate.dialect.PostgreSQL82Dialect
I've read Hibernate 6 migration guide and I tried specifying Postgre SQL dialect version as following
quarkus:
datasource:
db-kind: postgresql
username: xxxx
password: xxx
hibernate-orm:
#dialect: org.hibernate.dialect.PostgreSQLDialect
database-platform: org.hibernate.dialect.PostgreSQLDialect
But none of the options worked, does anyone have any suggestions? Any help is greatly appreciated.
Thanks,
Mo
Beta Was this translation helpful? Give feedback.
All reactions