Skip to content
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

Closed
unlimitedsola opened this issue Dec 29, 2021 · 8 comments
Closed

Compatibility with Hibernate 5.6.2 #378

unlimitedsola opened this issue Dec 29, 2021 · 8 comments

Comments

@unlimitedsola
Copy link

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

@DanielFran
Copy link
Contributor

@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+

@apeinsip
Copy link

Any new news on this issue?

@DanielFran
Copy link
Contributor

@nvoxland @r2liquibase This is blocking use of liquibase 4.6.1+

@aleksey-stukalov
Copy link

aleksey-stukalov commented Sep 15, 2022

@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.

@davebrown1975
Copy link

Any update on this?

@filipelautert
Copy link
Collaborator

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.

@filipelautert filipelautert self-assigned this Dec 8, 2022
@DanielFran
Copy link
Contributor

DanielFran commented Dec 8, 2022

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.

@filipelautert
Copy link
Collaborator

Thanks @DanielFran !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

8 participants