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
Our Jackson customizations are registered with the @AutoConfigureJson annotation, which, apparently, is not used on @WebMvcTests currently. Until the referred to ticket is solved we should also register the auto-configuration with the @AutoConfigureWebMvc annotation.
The text was updated successfully, but these errors were encountered:
Our Jackson customizations are registered with the
@AutoConfigureJson
annotation, which, apparently, is not used on@WebMvcTests
currently. Until the referred to ticket is solved we should also register the auto-configuration with the@AutoConfigureWebMvc
annotation.The text was updated successfully, but these errors were encountered: