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

Commits on Aug 6, 2024

  1. [4.0] detach() fixes (eclipse-ee4j#2037)

    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 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    078687e View commit details
    Browse the repository at this point in the history