-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with Hibernate 5.6.2 #378
Comments
@nvoxland With liquibase-hibernate 4.6.1+ this plugin cannot be used anymore with spring-boot 2.5+ due to incompatibilities with hibernate 5.6.2+ |
Any new news on this issue? |
@nvoxland @r2liquibase This is blocking use of liquibase 4.6.1+ |
@DanielFran you can use JPA Buddy (https://www.jpa-buddy.com/) :) It even supports Hibernate 6! You can compare entities with a database, or even entities from another branch to obtain the liquibase diff. |
Any update on this? |
Hi @DanielFran @unlimitedsola - can you confirm if this still an issue with latest liquibase-hibernate5 version? I see that #354 removed references to class org.hibernate.id.enhanced.SequenceStyleGenerator, was merged on May 31st. |
Hi @filipelautert, issue does not exists anymore. |
Thanks @DanielFran ! |
The latest version is not compatible with Hibernate 5.6.2+ because the
org.hibernate.id.enhanced.SequenceStyleGenerator#generatorKey
method has been removed.Ref: hibernate/hibernate-orm@9a14200
The text was updated successfully, but these errors were encountered: