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
This issue supersedes #23123 and #23140 with the intention of forbidding nullHttpMessageConverter references supplied directly to RestTemplate and HttpMessageConverterExtractor.
Note, however, that we will not seek to prevent users from inserting null values into the list returned by RestTemplate#getMessageConverters(). If a user modifies the list returned by getMessageConverters() so that it contains null values, that will still lead to a NullPointerException when the converters are accessed.