Skip to content

MarshallingHttpMessageConverter should not require both marshaller and unmarshaller [SPR-5942] #10611

Closed
@spring-projects-issues

Description

@spring-projects-issues

Kenny MacLeod opened SPR-5942 and commented

MarshallingHttpMessageConverter.afterPropertiesSet() asserts that both the marshaller and unmarshaller have been set. However, there are use cases for which only one of these two is required.

I suggest making this check when the marshaller or unmarshaller is first used, rather than at init time.


Affects: 3.0 M3

Referenced from: commits 307fb0a

Metadata

Metadata

Assignees

Labels

in: dataIssues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions