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

[4.0] detach() fixes (#2037) - backport from master #2225

Conversation

rfelcman
Copy link
Contributor

@rfelcman rfelcman commented Aug 6, 2024

There are two fixes for EntityManager.detach():

  • Lazy collections are fetched on detach
  • StackOverflowError because of cyclic DETACH

plus fixes in jpa.test.advanced module

(cherry picked from commit 4027605)

There are two fixes for EntityManager.detach():
- Lazy collections are fetched on detach
- StackOverflowError because of cyclic DETACH

plus fixes in jpa.test.advanced module

Signed-off-by: Radek Felcman <[email protected]>

(cherry picked from commit 4027605)
Signed-off-by: Radek Felcman <[email protected]>
@rfelcman rfelcman mentioned this pull request Aug 6, 2024
@rfelcman rfelcman merged commit 8e9cb33 into eclipse-ee4j:4.0 Aug 8, 2024
3 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