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
When working on exposing custom repository queries with custom implementations with Spring Data Rest(see DATAREST-642 ) I stumbled on a problem.
I was trying to find a way to add this custom query to the ALPS metadata, just like other (out-of-the-box) exposed custom queries are added. This would be the last step in the integration of the custom query with SDR
Is there a way to do this? I did not find a way to do this in the documentation, a scan of the SDR API did not reveal a way either...