You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2025. It is now read-only.
Describe the bug
When running a GetAllElements or GetElements operation on a federated store using the REST API a server 500 error occurs. As these now use the ApplyViewToElementsFunction by default it appears to be the issue as a google guava type cannot be serialised.
To Reproduce
Run a GetAllElements operation on a federated graph via the REST API.
Expected behavior
The operation returns a federated list of elements
Additional context
Likely due to missing Jackson module to help serialise the guava types. Adding the Jackson datatype for guava should hopefully fix it.
May also need to add the tag to the relevant method: