As a follow-up to #33894, we should leverage the new configureMessageConverters(HttpMessageConverters.Builder builder)
method to configure HttpMessageConverter
s with Jackson 3 in the Spring MVC reference documentation instead of the deprecated APIs and Jackson 2 support.