Consistently implement decodeToMono by joining buffers first #22783
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Many decoders extend
AbstractDataBufferDecoder
that implementsdecodeToMono
by joining buffers and then delegating to sub-classes to decode a singleDataBuffer
. All decoders should do that consistently.Protobuf does not extend this class but practically does the same so it can be refactored. Jackson and Jaxb2 could be changed to do this too instead of asynchronous parsing.
The text was updated successfully, but these errors were encountered: