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 Hibernate ORM to 6.2.7.Final #1717

Closed
DavideD opened this issue Jul 24, 2023 · 0 comments · Fixed by #1720
Closed

Upgrade Hibernate ORM to 6.2.7.Final #1717

DavideD opened this issue Jul 24, 2023 · 0 comments · Fixed by #1720
Assignees
Labels
upgrade Impact of dependency upgrades
Milestone

Comments

@DavideD
Copy link
Member

DavideD commented Jul 24, 2023

No description provided.

@DavideD DavideD added the upgrade Impact of dependency upgrades label Jul 24, 2023
@DavideD DavideD self-assigned this Jul 24, 2023
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 DavideD modified the milestones: next, 2.0.4.Final Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upgrade Impact of dependency upgrades
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant