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

[master] Fix ConcurrentModificationException in BatchFetchPolicy - backport from 2.7 #1707

Conversation

rfelcman
Copy link
Contributor

Fixes #1506 . This change will fix the ConcurrentModificationException of the attributeExpression list, when running the same (batch)query with different entity managers.

Signed-off-by: Radek Felcman radek.felcman@oracle.com

Fixes eclipse-ee4j#1506 . This change will fix the ConcurrentModificationException of the attributeExpression list, when running the same (batch)query with different entity managers.

Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
Copy link
Member

@lukasj lukasj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lukasj lukasj merged commit 7079fdc into eclipse-ee4j:master Oct 4, 2022
@rfelcman rfelcman deleted the jpa_bug_1506_BatchFetchPolicyConcurrentModifcationException branch November 30, 2022 13:50
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.

BatchFetchPolicy.clone() cause memory leak and ConcurrentModifcationException
2 participants