Hi,
if you are running on H2 database and have the following property in hibernate.properties:
hibernate.dialect = org.hisp.dhis.dialect.H2Dialect
you will have to change it to:
hibernate.dialect = org.hibernate.dialect.H2Dialect
I did not bother with a deprecation period since we can mostly control this by updating the Live package together with the new version later.
Lars