Branch: refs/heads/6.5
Home:
https://github.com/hibernate/hibernate-orm
Commit: 14ed32c5627e9d9edf3de7e00762681ac8701bbb
https://github.com/hibernate/hibernate-orm/commit/14ed32c5627e9d9edf3de7e...
Author: Davide D'Alto <davide(a)hibernate.org>
Date: 2024-07-29 (Mon, 29 Jul 2024)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/ToOneAttributeMapping.java
Log Message:
-----------
HHH-18431 Allow Hibernate Reactive to skip lazy initialization
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.
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications