I've just added configuration for Hibernate to my application and IntelliJ Idea is complaining that this dialect is deprecated:
<property name="hibernate.dialect">
org.hibernate.dialect.PostgreSQLDialect
</property>
Does not seem to be a clear solution on the internet, any suggestions?