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
At the moment only RestControllers of Spring web MVC are supported. I want to use a RepositoryRestResource to have a PersistentEntityResourceAssembler available to build up my HATEOAS collection models.
I found out extending RepositoryRestMvcConfiguration to override defaultMethodArgumentResolvers is not working because of an accessibility problem. There is already an issue created for this: spring-projects/spring-data-rest#1981
If you could upvote this issue to get this fixed, I could make a PR to support SDR in spring-search.
The text was updated successfully, but these errors were encountered:
At the moment only RestControllers of Spring web MVC are supported. I want to use a
RepositoryRestResource
to have aPersistentEntityResourceAssembler
available to build up my HATEOAS collection models.I found out extending
RepositoryRestMvcConfiguration
to overridedefaultMethodArgumentResolvers
is not working because of an accessibility problem. There is already an issue created for this:spring-projects/spring-data-rest#1981
If you could upvote this issue to get this fixed, I could make a PR to support SDR in spring-search.
The text was updated successfully, but these errors were encountered: