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
RestClient works with a RestTemplate under the covers, so all hypermedia-related customizations would have to be (and are, in fact) applied to that, right?
This worked for me, but only if I use RestClient.ResponseSpec.toEntity(). RestClient.ResponseSpec.body() failed to parse the response to a PagedModelType.
Maybe there should be at least a section in the documentation what to do or expect when you want to use hateoas with RestClient.
I don't think that many/all users of the hateoas Lib with "regular" spring knowledge know what to do in this case.
As of Spring Boot 3.2.0 RestClient has been added via Spring Framework to replace WebClient. Is there a replacement for hypermediaWebClientCustomizer?
The text was updated successfully, but these errors were encountered: