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
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
To do so we also need to upgrade to hibernate 5.3 what will come with spring-boot 2.1.0: spring-projects/spring-boot#11725
But currently not even the milestone 2.1.0.M1 is in maven central.
The text was updated successfully, but these errors were encountered:
Hibernate 5.3 is already out since a while and fully supports JPA 2.2:
https://www.thoughts-on-java.org/hibernate-5-3/
We should therefore use the official JPA 2.2 by replacing
with
To do so we also need to upgrade to hibernate 5.3 what will come with spring-boot 2.1.0:
spring-projects/spring-boot#11725
But currently not even the milestone 2.1.0.M1 is in maven central.
The text was updated successfully, but these errors were encountered: