mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 08:19:01 +00:00
When CodecHttpMessageConverter was split into DecoderHttpMessageReader and EncoderHttpMessageWriter the null checks were never removed. This commit makes the Encoder and Decoder instances provided to their respective wrappers required.