When inserting an audited revision I get the following error:
This error occurs with Hibernate Envers version 5.6.10 and H2 version 2.1.214. This blocks us from upgrading Spring Boot from 2.6 to 2.7. It seems to be related to https://hibernate.atlassian.net/browse/HHH-14985. The table has successfully been created on startup of the integration test.
My application.yml has the following configuration:
It seems that the new H2 dialect from version 2.X isn’t fully supported by Hibernate. |