Rossen Stoyanchev opened SPR-15515 and commented
At present the RequestPartMethodArgumentResolver does nothing more than access the Part. It needs to support decoding of the Part content based on its declared content type.
Note also an issue in the multipart library which only supports browser form scenarios whereas @RequestPart is specifically designed for REST scenarios behaving like @RequestBody for individual parts.
Affects: 5.0 RC1
Referenced from: commits 2d37c96, be0b671