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

Upgrade to Hibernate 6.5.2.Final #40867

Closed
wilkinsona opened this issue May 22, 2024 · 5 comments
Closed

Upgrade to Hibernate 6.5.2.Final #40867

wilkinsona opened this issue May 22, 2024 · 5 comments
Labels
type: dependency-upgrade A dependency upgrade
Milestone

Comments

@wilkinsona
Copy link
Member

Supersedes #40740

@ddcruver
Copy link

ddcruver commented Jul 9, 2024

Does this version work with native execution?

See spring-projects/spring-framework#32311

@philwebb
Copy link
Member

philwebb commented Jul 9, 2024

@ddcruver It should do. https://hibernate.atlassian.net/browse/HHH-17568 was fixed in 6.5.0.CR1

@MarcelEdmundFranke
Copy link

MarcelEdmundFranke commented Jul 23, 2024

Following the upgrade from Spring Boot 3.2.x to 3.3.x, I encountered the following problem: org.hibernate.HibernateException: A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity instance.

Hibernate ORM core version 6.5.2.Final

Can I downgrade the hibernate version to 6.4.9.Final, is that considered a safe approach?

@wilkinsona
Copy link
Member Author

wilkinsona commented Jul 23, 2024

I don't recall having to make any Hibernate 6.5-specific changes so a downgrade may work, but you'd have to try it and see.

@ddcruver
Copy link

ddcruver commented Sep 9, 2024

@ddcruver It should do. https://hibernate.atlassian.net/browse/HHH-17568 was fixed in 6.5.0.CR1

Unfortunately I tried to upgrade Spring Boot and remove the Hibernate 6.4.2 version property from my project and ran into problems. I didn't make note of the exact error that occured. Will have to sometime try it again and reproduce the error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade A dependency upgrade
Projects
None yet
Development

No branches or pull requests

4 participants