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

[41] Do not delegate to EMF on failed id lookup #42

Merged
merged 2 commits into from
Jun 16, 2024

Conversation

pcdavid
Copy link
Member

@pcdavid pcdavid commented Jun 10, 2024

EMF's default implementation is slow, and we can trust our own local
idToEObjectMap.

Bug: #41
Signed-off-by: Pierre-Charles David [email protected]

EMF's default implementation is slow, and we can trust our own local
idToEObjectMap.

Bug: #41
Signed-off-by: Pierre-Charles David <[email protected]>
@pcdavid pcdavid added this to the 2024.7.0 milestone Jun 10, 2024
Signed-off-by: Stéphane Bégaudeau <[email protected]>
@sbegaudeau sbegaudeau merged commit 6c48ff9 into master Jun 16, 2024
3 checks passed
@sbegaudeau sbegaudeau deleted the pcd/opt/id-lookup branch June 16, 2024 20:25
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.

JsonResourceImpl.getEObjectByID should not delegate to EMF when an id is not found
2 participants