Skip to content

Allow Hibernate Reactive to skip lazy initialization #8716

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

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Jul 26, 2024

The fix for HHH-18147 add a lazy initialization that causes regressions in Hibernate Reactive.

This change makes it possible to skip the lazy initialization (Hibernate Reactive does not support it anyway) for the time being.

I might find a better solution when I have time.

This change was already part of the changes proposed here: #8662

https://hibernate.atlassian.net/browse/HHH-18431

The fix for HHH-18147 add a lazy initialization that causes regressions in
Hibernate Reactive.

This change makes it possible to skip the lazy initialization (Hibernate
Reactive does not support it anyway) for the time being.

I might find a better solution when I have time.
@DavideD
Copy link
Member Author

DavideD commented Jul 26, 2024

Is it OK if I merge this in 6.5?

@beikov beikov merged commit 14ed32c into hibernate:6.5 Jul 29, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants