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

[FIX #215] Fix resolve references in jsonld server responses. #216

Closed
wants to merge 1 commit into from

Conversation

kostobog
Copy link
Collaborator

@blcham
Fixes #215
Fixes resolving references of JsonLd response from the server.
The solution calls the JsonLdUtils.resolveReferences twice with the same reference map.

Potential root cause is that some references are processed before the instance containing all its properties. As a result the these references are not replaced. The second call to JsonLdUtils.resolveReferences with the same reference map resolves those references.

@kostobog kostobog requested review from blcham and Kasmadei March 22, 2024 13:13
@blcham
Copy link
Contributor

blcham commented Mar 22, 2024

@kostobog I believe this can be closed in favor of #217 (comment)

@blcham blcham closed this Mar 22, 2024
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.

Points to discuss
2 participants