Skip to content

Conversation

gbadner
Copy link
Contributor

@gbadner gbadner commented Mar 13, 2019

https://hibernate.atlassian.net/browse/HHH-13241
https://hibernate.atlassian.net/browse/HHH-13138

The fix for HHH-13138 is included here because it is required in order for all the HHH-13241 tests to pass.

gbadner and others added 3 commits March 12, 2019 10:40
…nal, lazy OneToMany association with bytecode enhancement

(cherry picked from commit 980f249)
Not doing it causes issues when using the BytecodeEnhancerRunner which
introduces an enhancing class loader.

We could do it on a per test basis but it's easier to do it once and for
all.

And it can still be overridden anyway.

(cherry picked from commit bae98ff)
We are not consistently using the ClassLoaderService and we sometimes
use the TCCL so better set it correctly.

(cherry picked from commit 2a8582b)
@gbadner
Copy link
Contributor Author

gbadner commented Mar 21, 2019

Commits have been added to test/fix regression deleting an entity with a lazy null many-to-one association.

@gbadner gbadner merged commit 2e698d4 into hibernate:5.3 Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants