You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Hibernate 5 ReplacePersistentCollectionTest test suites, changing the Customer class collection fields into eager fetching and commenting the Assert.assertFalse(Hibernate.isInitialized(customer.getPayments())); line from the testReplacePersistentCollection reproduces the bug clearly.
For now, if the feature is needed, it should only be used with lazily loaded fields.
The text was updated successfully, but these errors were encountered:
@Leenin I do not use Hibernate, I don't know how it works, and I do not have itch to scratch. If someone has, feel free to contribute a fix.
Unless someone actually cares and has time to invest, this module will be dropped from Jackson 3.x, and until then please do not at me. If you want to discuss things, go to fucking mailing list and do not add notes here demanding help.
In the Hibernate 5
ReplacePersistentCollectionTest
test suites, changing the Customer class collection fields into eager fetching and commenting theAssert.assertFalse(Hibernate.isInitialized(customer.getPayments()));
line from thetestReplacePersistentCollection
reproduces the bug clearly.For now, if the feature is needed, it should only be used with lazily loaded fields.
The text was updated successfully, but these errors were encountered: