-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
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
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)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement