-
Notifications
You must be signed in to change notification settings - Fork 92
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 Hibernate ORM to 6.2.7.Final #1717
Comments
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jul 24, 2023
Fix compilation errors and test failure. `BasicTypesAndCallbacksForAllDBsTest#testCallbacksAndVersioning` fails because Hibernate ORM now throws an exception when the associated entity has null version. Becaue in our test the association is lazy, it means we need to fetch it before removing the entity owner. See the related change in Hibernate ORM: hibernate/hibernate-orm@1653023 I've also added some assertions to check how the version value changes in the different steps.
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jul 24, 2023
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jul 25, 2023
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jul 25, 2023
Fix compilation errors and test failure. `BasicTypesAndCallbacksForAllDBsTest#testCallbacksAndVersioning` fails because Hibernate ORM now throws an exception when the associated entity has null version. Becaue in our test the association is lazy, it means we need to fetch it before removing the entity owner. See the related change in Hibernate ORM: hibernate/hibernate-orm@1653023 I've also added some assertions to check how the version value changes in the different steps.
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jul 25, 2023
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jul 25, 2023
Fix compilation errors and test failure. `BasicTypesAndCallbacksForAllDBsTest#testCallbacksAndVersioning` fails because Hibernate ORM now throws an exception when the associated entity has null version. Becaue in our test the association is lazy, it means we need to fetch it before removing the entity owner. See the related change in Hibernate ORM: hibernate/hibernate-orm@1653023 I've also added some assertions to check how the version value changes in the different steps.
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jul 25, 2023
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Jul 25, 2023
DavideD
added a commit
that referenced
this issue
Jul 25, 2023
DavideD
added a commit
that referenced
this issue
Jul 25, 2023
Fix compilation errors and test failure. `BasicTypesAndCallbacksForAllDBsTest#testCallbacksAndVersioning` fails because Hibernate ORM now throws an exception when the associated entity has null version. Becaue in our test the association is lazy, it means we need to fetch it before removing the entity owner. See the related change in Hibernate ORM: hibernate/hibernate-orm@1653023 I've also added some assertions to check how the version value changes in the different steps.
DavideD
added a commit
that referenced
this issue
Jul 25, 2023
DavideD
added a commit
that referenced
this issue
Jul 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: