-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Comments
Does this version work with native execution? |
@ddcruver It should do. https://hibernate.atlassian.net/browse/HHH-17568 was fixed in 6.5.0.CR1 |
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? |
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. |
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. |
Supersedes #40740
The text was updated successfully, but these errors were encountered: