Liquibase + Hibernate ORM 5.0

I am going to upgrade to Hibernate ORM 5.0 and I would like to use Liquibase in my project.

Liquibase Hibernate Extension mentions liquibase-hibernate4to support Hibernate 4.3+.

Is there anyone who uses Liquibase and Hibernate ORM 5.0?

I want to make sure there is no problem with Liquibase with the new version of Hibernate.

+4
source share
1 answer

Update : 24-Oct-2016 @nvoxland released liquibase-hibernate5 3.6.

Here is a closed issue on GitHub: Issue 96 .


, , , Liquibase Hibernate Extension (liquibase-hibernate4) Hibernate ORM 5.0.1.

: AbstractMethodError SessionFactoryImpl

:

. , , Hibernate 5.0. 5.0, .

+4

All Articles