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] fix #1950 Duplicate objects in UnitOfWorkImpl.primaryKeyToNewObjects - backport from master #2177

Merged
merged 2 commits into from
Jun 20, 2024

Commits on Jun 20, 2024

  1. Duplicate objects in UnitOfWorkImpl.primaryKeyToNewObjects (eclipse-e…

    …e4j#1951)
    
    * Fixes eclipse-ee4j#1950: Duplicate objects in UnitOfWorkImpl.primaryKeyToNewObjects
    - no longer add objects to primaryKeyToNewObjects in assignSequenceNumber
    - use IdentityHashSet instead of ArrayList for primaryKeyToNewObjects to prevent duplicates in the future
    
    Signed-off-by: Patrick Schmitt <[email protected]>
    (cherry picked from commit ad93f7a)
    Zuplyx committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7dc2bd8 View commit details
    Browse the repository at this point in the history
  2. Update copyright year

    Signed-off-by: Patrick Schmitt <[email protected]>
    Zuplyx committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a063bfb View commit details
    Browse the repository at this point in the history