Skip to content

Introduce JacksonJsonMessageConverter.getObjectMapper() #34963

Closed
@artembilan

Description

@artembilan

The now deprecated MappingJackson2MessageConverter has convenient getObjectMapper() for extensions.
In fact, in Spring for Apache Kafka we have:

public class MappingJacksonParameterizedConverter extends MappingJackson2MessageConverter {

where we use that getObjectMapper() for its logic.

Natural evolution would be to migrate to new JacksonJsonMessageConverter but that one does not have respective getObjectMapper().

Related issue: spring-projects/spring-kafka#3930

Thanks.

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