Generated by
JDiff

Package org.springframework.http.codec

Added Classes
LoggingCodecSupport Base class for org.springframework.core.codec.Encoder, org.springframework.core.codec.Decoder, HttpMessageReader, or HttpMessageWriter that uses a logger and shows potentially sensitive request data.
 

Changed Classes and Interfaces
CodecConfigurer.DefaultCodecs Customize or replace the HTTP message readers and writers registered by default.
DecoderHttpMessageReader {@code HttpMessageReader} that wraps and delegates to a Decoder.
FormHttpMessageReader Implementation of an HttpMessageReader to read HTML form data, i.e.
FormHttpMessageWriter HttpMessageWriter for writing a {@code MultiValueMap} as HTML form data, i.e.
ServerSentEvent Representation for a Server-Sent Event for use with Spring's reactive Web support.