Skip to content

Inconsistent serializable RemoteInvocation(Result) classes [SPR-11337] #15961

@spring-projects-issues

Description

@spring-projects-issues

Arlo O'Keeffe opened SPR-11337 and commented

When comparing RemoteInvocation and RemoteInvocationResult the class interface is inconsistent.

RemoteInvocation is a mutable JavaBean with default constructor.
RemoteInvocationResult is an immutable JavaBean without default constructor.

This prohibits using the Jackson library to deserialize RemoteInvocationResult. It would be great if RemoteInvocationResult were a mutable JavaBean with default constructor.


Affects: 4.0 GA

Referenced from: commits 84310c8

0 votes, 5 watchers

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