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
The current converter and and codec arrangement leaves Spring HATEOAS subject to invalid response type selection in certain configuration and request scenarios (see spring-projects/spring-framework#26212 for details). Spring Framework 5.3.4 introduces advanced configuration APIs on MappingJackson2MessageConverter and its reactive sibling. We should move to that to avoid the problem described in the linked ticket.