-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[2.7] fix #1596 Major performance issue in case of many new entities - backport from master #1860
Conversation
instead of a linear search Signed-off-by: Patrick Schmitt <Patrick.Schmitt@cpb-software.com>
instead of a linear search Signed-off-by: Patrick Schmitt <Patrick.Schmitt@cpb-software.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one note about code styling. Please reformat it into stlyle like #1843
e.g.
if () {
}
instead of
if ()
{
}
Thank You
Signed-off-by: Patrick Schmitt <Patrick.Schmitt@cpb-software.com>
I've corrected the formatting. I accidentally used the wrong auto-formatting. |
@rfelcman Can you have a look at the checks which seem to fail because of a build environment issue? |
There also seems to be a problem with the Jenkins-Builds: The builds for the PR are waiting for the nightly-build to complete, which seems to be stuck in a loop with the error message |
I see I restarted it (https://ci.eclipse.org/eclipselink/job/eclipselink-pull-request-verifier/job/PR-1860) manually. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@rfelcman Thanks for your support. |
If nightly build will pass https://ci.eclipse.org/eclipselink/job/eclipselink-nightly-2.7/ there will be Maven snapshot and nightly at |
Hi @rfelcman, |
About next 2.7.13 there is no any ETA yet. |
@rfelcman 3 months have now passed. |
@rfelcman Any updates regarding this? |
See If everything goes well will final version will be on Thursday 27-Jul-2023. |
@rfelcman These are great news, thank you! |
FYI: Final 2.7.13 is out |
Thanks, @rfelcman We're already started testing this release. |
Backport of #1843 from master to 2.7.
For details see the PR to master.