-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Rossen Stoyanchev opened SPR-14155 and commented
Provide a basic abstraction for working with byte buffers including DataBuffer
and DataByfferAllocator
for allocating heap-based and direct buffers. This helps to avoid direct dependency on library and runtime specific APIs (e.g. Java NIO vs Netty ByteBuf
) in framework functionality for example for serialization and deserialization of byte streams.
Affects: 4.2.5
Issue Links:
- Reactive serialization & deserialization [SPR-14156] #18728 Reactive serialization & deserialization ("is depended on by")
- Reactive web module [SPR-14161] #18733 Reactive web module ("is depended on by")
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement