Skip to content

Consistently implement decodeToMono by joining buffers first #22783

Closed
@rstoyanchev

Description

@rstoyanchev

Many decoders extend AbstractDataBufferDecoder that implements decodeToMono by joining buffers and then delegating to sub-classes to decode a single DataBuffer. 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.

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions